hash-define-organization / Hacktober-Fest-2021

Repository for community contributions
19 stars 98 forks source link

MobileDev Kotlin : Project #293

Closed shubhmittal07 closed 2 years ago

shubhmittal07 commented 2 years ago

A basic app which allows user to input there date of birth and get there age in minutes.

Topics covered:

Linear Layout Text view Button Date Picker Toast

shubhmittal07 commented 2 years ago

Please assign this issue to me. @ij007

ij007 commented 2 years ago

Assigned !!

shubhmittal07 commented 2 years ago

What should I name the project Directory as? @ij007 And do I have to push all the project files.? And how much time will I have to complete this issue?

ij007 commented 2 years ago

@shubhmittal07 there is a folder named kotlin projects, under that folder you can create your folder with name of your app and push your files in that folder.

Regarding which files you should, every file which is needed to run that project should be there in that particular folder. If you have more doubts regarding that @budhirajamadhav will help you out.

You can have 7 days to make a valid PR.

BudhirajaMadhav commented 2 years ago

@shubhmittal07 Do not add the .idea files as they cause problems if someone is using different versions in their IDE. Also, use the default .gitignore(provided by android studio) please!

You can put .idea in that .gitignore only.

shubhmittal07 commented 2 years ago

Sorry for the inconvenience. I have fixed the issue. @budhirajamadhav