Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.15 KB

File metadata and controls

16 lines (12 loc) · 1.15 KB

Beginner-Level-Android-Studio-Apps

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 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.

How to get started

  1. 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.
  2. Create a branch for a new feature using "git checkout -b feature/branch-name".
  3. Make your changes using the following commands - "git add ." "git commit -m 'commit message'" "git push origin branch-name".
  4. Create a New Pull Request from your forked repository.
  5. Comment on the issue using the given format - "Name-AppName-PullRequestId".
  6. Wait for your PR review and merge approval!

⭐⭐Star this repository if you liked the idea and had fun.⭐⭐