Skip to content

zhangzhu195211/Beginner-Level-Android-Studio-Apps

 
 

Repository files navigation

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 like a login app using firebase and a basic mapbox example.

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

How to get started

  1. Fork this repository (Click the Fork button in the top right of this page).
  2. Clone your fork down to your local machine.
  3. Create a branch for a new feature using "git checkout -b feature/branch-name".
  4. Make your changes using the following commands - "git add ." "git commit -m 'commit message'" "git push origin branch-name".
  5. Create a New Pull Request from your forked repository.
  6. Comment on the issue using the given format - "Name-AppName-PullRequestId".
  7. Wait for your PR review and merge approval!

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

About

A repository for Hacktoberfest 2018. Star the repository if you find it interesting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • GLSL 0.4%