GithubHelp home page GithubHelp logo

snnafi / androapps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aadityamp01/androapps

0.0 0.0 0.0 74.23 MB

Important Android projects to learn fundamentals of android development

Home Page: https://github.com/aadityamp01/Androapps

License: MIT License

Java 20.24% Kotlin 66.72% Swift 0.15% Objective-C 0.01% Dart 6.13% CMake 0.66% C++ 6.08%

androapps's Introduction

Hacktoberfest 2021

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

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

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://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md?s=09 [Kotlin Coroutines]

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://aadityapaithane.medium.com/why-should-i-choose-android-development-as-a-beginner-267988e565ed (General questions about android development)

Contributing

1. Register for the hacktoberfest2021

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: @ [[email protected]]

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

Made with ❤️ By Aaditya Paithane

androapps's People

Contributors

aadityamp01 avatar akshatbhuhagal avatar xtanion avatar anant1711 avatar gouravkhunger avatar thisisshivamgupta avatar sudipbhakat07 avatar vaibhav2002 avatar septiady avatar sunny52525 avatar bhushan-joshi avatar elzacs avatar priyanshi-sharma-142 avatar snnafi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.