Skip to content

A7bari/learn-android-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Android Application Development

A basic java/kotlin app that:

  • read inputs (task),
  • store data in database,
  • display it in a list.
Light mode version Dark mode version
light-mode-version dark-mode-version

Contribute

  1. Create a personal fork of the project on Github.
  2. Clone the fork on your local machine. Your remote repo on Github is called origin.
  3. Add the original repository as a remote called upstream.
  4. If you created your fork a while ago be sure to pull upstream changes into your local repository.
  5. Create a new branch to work on! Branch from main.
  6. Create new project or update existing project, comment your code.
  7. Add your project with screenshots to the documentation.
  8. Push your branch to your fork on Github, the remote origin.
  9. From your fork open a pull request to the main branch.
  10. If the maintainer requests further changes just push them to your branch. The PR will be updated automatically.
  11. Once the pull request is approved and merged you can pull the changes from upstream to your local repo and delete your extra branch(es).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.2%
  • Kotlin 43.8%