Skip to content

Important Android projects to learn fundamentals of android development

License

Notifications You must be signed in to change notification settings

akashdnb/Androapps

 
 

Repository files navigation

hacktoberfest22

Androapps

Important Android projects to learn fundamentals of android development.

This is a Beginner Friendly Repository made for Open Source Enthusiasts who can contribute to the App during HacktoberFest 2022.

To contribute in this project you need to build your own android apps or you can update the existing applications.

Languages Used in Projects

  1. Java
  2. Kotlin
  3. Flutter
  4. C++

Requirements

  1. Android Version 5.0 and above
  2. CompileSdkVersion 29/30
  3. MinSdkVersion 21
  4. Androidx
  5. Gradle Build (According to the project)

Official References to learn Android development

  1. https://developer.android.com/docs
  2. https://developer.android.com/courses/pathways/kotlin-for-java [Java to Kotlin Pathway]
  3. https://developer.android.com/kotlin/campaign/learn [Learn Kotlin]
  4. https://flutter.dev/docs
  5. https://www.youtube.com/watch?v=Z6KZ3cTGBWw [Building your first Flutter app]
  6. https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md?s=09 [Kotlin Coroutines]
  7. https://codelabs.developers.google.com/codelabs/from-java-to-dart#0 ( Learn Dart - Codelab )
  8. https://developer.android.com/ndk/guides [Native Development Kit Guide]
  9. https://developer.android.com/training/articles/perf-jni
  10. https://developer.android.com/jetpack/compose ( Official reference to jetpack compose)
  11. https://developer.android.com/jetpack/compose/tutorial (Learn jetpack compose)
  12. https://developer.android.com/courses/android-basics-compose/course (Jetpack compose codelabs)

Android Dev Learnings/ Best Resources

  1. https://github.com/MindorksOpenSource/android-developer-roadmap ( Android ROADMAP - MindorksOpenSource )
  2. https://youtu.be/VaMWsm6CFss ( Android ROADMAP - Love Bubber Bhaiya)
  3. https://www.youtube.com/playlist?list=PLUcsbZa0qzu3Mri2tL1FzZy-5SX75UJfb (Basics of Android - Anuj Bhaiya)
  4. https://www.youtube.com/playlist?list=PLonJJ3BVjZW6hYgvtkaWvwAVvOFB7fkLa
  5. https://medium.com/androiddevelopers/the-android-lifecycle-cheat-sheet-part-i-single-activities-e49fd3d202ab
  6. https://github.com/MindorksOpenSource/android-mvvm-architecture ( Android MVVM Architechture - MindorksOpenSource )
  7. https://www.youtube.com/watch?v=pTJJsmejUOQ ( Learn Flutter - Full Tutorial for Beginners )
  8. https://aadityapaithane.medium.com/why-should-i-choose-android-development-as-a-beginner-267988e565ed (General questions about android development)
  9. https://aadityapaithane.medium.com/how-to-create-a-new-android-project-559553006356 (Learn How to create android project)

Flutter Dev Learnings/ Best Resources

  1. https://flutter.dev/ (Flutter Official)
  2. https://docs.flutter.dev/get-started/flutter-for/android-devs (Flutter for Android Developers)
  3. https://www.freecodecamp.org/news/learn-flutter-full-course/ (Learn flutter)

Contributing

1. Register for the hacktoberfest2022

link - https://hacktoberfest.digitalocean.com/

2. Go through the CONTRIBUTING.md and CODE_OF_CONDUCT

Setting up the project

To setup the project locally please follow the instructions:

1. Star and Fork this Repository

You can star ⭐ and fork 🍽️ this repository on GitHub by navigating at the top of this repository.

2. Clone the Repository

To make your own local copy of the repository to add run projects locally, let’s first open up a terminal window or you can download GitHub Desktop
If you're using terminal use the git clone command along with the URL that points to your* fork of the repository:
git clone https://github.com/your_username/Androapps.git

3. Create New Branch

Once the project is cloned/opened create a new branch and checkout in it where you can make the changes in the code.
You can do this either from terminal or from the github desktop.
To do from Terminal:
git branch new-branch
git checkout new-branch

4. Select the project from the cloned repo to the android studio, add your contributions

5. Commit and Push

After making the required changes commit and push your code
Terminal:
To add the changes after you have made the modifications

git add . or git add -A

To commit and push the changes
git commit -m <Your-commit-message>

6. Update Local Repository

7. Configure a Remote for the Fork

You’ll have to specify a new remote upstream repository for us to sync with the fork. This will be the original repository that you forked from. you’ll have to do this with the git remote add command.
git remote add upstream https://github.com/aadityamp01/Androapps.git

8. Sync the Fork

9. Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

10. You're done, wait for the review from maintainers.

Project Maintainer :

Contact and Support

If you face any issue related to any project or want to suggest any application, Please feel free to contact me: @ [ampicopn@gmail.com]

Liked this repo, give it a star ⭐ and fork 🍽️ this repository to help others!!

Made with ❤️ By Aaditya Paithane

About

Important Android projects to learn fundamentals of android development

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 64.8%
  • Java 25.0%
  • Dart 4.8%
  • C++ 4.8%
  • CMake 0.5%
  • Swift 0.1%