Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 965 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 965 Bytes

This repository contains various small apps that I made. Each app does something different from the other. It's the best place to find basic code of android applications.

So, if you have made any small app just for yourself or for learning, contribute it here. Repository contains my small projects too like a login app using firebase ,a radiogroup and intent example and a basic mapbox example.

Another use of this repository is that you can contribute ideas for android apps and if anyone likes the idea, they can pick it and start working on that idea.

How to get started

Fork this repository

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

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!