DSCKGEC / AndroLearn

Learn Native Android from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroLearn - Learn Native Android Dev a easier way

Contributors Forks Issues Pull Request

A basic GitHub repository template for initializing open source projects on a single click.

Contents

Description

What's the problem?

We all know how Native Android Development is not very friendly for a beginner to learn . So to combat this problem (and as native android developers) we built AndroLearn. AndroLearn aims to be a handbook for beginners to get started with android dev enthusiasts. The app has the list of all inbuilt components as well an exhaustive lists of Third party libraries , their attributes (necessary and optional) and much more !

How can this project help?

The project contains 50+ Android Components and 3rd party libraries with their necessary and optional parameters.

Screenshots

Project structure

  • XML and Kotlin for the Frontend
  • Admin Webapp built with Flutter
  • Firebase as a backend

Project roadmap

The project currently does the following things.

  • User can see the types of components
  • User can see the necessary and optional attributes of each component

See below for our future steps.

  • Add to Favourites
  • User can add more third party libraries
  • Share Feature

Getting started

Everyone is welcomed to contribute to our project. Mentioning in bold, you do not need to know the tech stack and tools beforehand to be a part of our project. This is a learn-and-build projects where the contributors build alongside learning the various concepts and technologies involved.
Below are a few prerequisites and installation guides:

Prerequisites

  1. Basic Understanding of Programming Language (any)
  2. OOPS

Softwares needed

Knowledge needed

The best way to learn the following is to google each and everything!

  • Very basic understanding of git and github:

    • What are repositories (local - remote - upstream), issues, pull requests
    • How to clone a repository, how to fork a repository, how to set upstreams
    • Adding, committing, pulling, pushing changes to remote repositories
  • For Android:

Installing

A step by step series of instructions that tell you how to get the project running locally is given below. Google every issue you face following the below instructions or just ask us in our Discord / WhatsApp group.

  • Fork and clone the repository followed by opening the project in your text editor (with a terminal)
  • Open Android Studio ---> Open Project ---> Choose AndroLearn.
  • Wait for the gradle sync to finish and click the play button to install the app on your local device / emulator.

Live demo

Built with

  • Kotlin
  • XML
  • Firebase

Contributing

Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

Learn Native Android from scratch

License:MIT License


Languages

Language:Kotlin 100.0%