This repository contain various small apps that i made. Each app does something different from the other.It is best place to find basic code for everything related to android apps for beginner level.
As i have seen the java projects available in Hacktoberfest challenge , there are no projects related to basic android development. So, if you have made any small app just for yourself or for learning , contribute it here. Repository contains my small projects too likelogin app using firebase.
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image) 2.Clone your fork down to your local machine
- Create a branch for a new feature using "git checkout -b feature/branch-name"
- Make your changes using the following commands - "git add ." "git commit -m 'commit message'" "git push origin branch-name"
- Create a New Pull Request from your forked repository.
- Comment on the issue using the given format - "Name-AppName-PullRequestId"
- Wait for your PR review and merge approval!
- Star this repository if you liked the idea and had fun.