Giter Club home page Giter Club logo

practiceapp's Introduction

Become an "Industry Ready" Android Developer!!

This app is made with a purpose to help newbies understand core concepts of Android Development. There are very limited and not so clear resources available out there, Hence I've decided to fix it.

poster1 poster2

Rewrite In Progress!!

I am currently rewritting the whole codebase in a more cleaner way, mvc architecture pattern and with TDD approach. This is work in progress, please checkout the branch "cleanCode1" for the same.

Topics Implemented

Android Based

Non-Android Based

Resources

Documentaion and Other Sources

Youtube Channels

  • CodingWithMitch : Learning to code by making real Android projects.
  • Phillip Lackner : Since the development niche is evolving so fast, I will help you to keep track of it so you don't feel lost in the jungle of coding.
  • Android Developers : Official Channel for Android

Books

  • Android Apprentice - Android Apprentice is the book for complete beginners to Android development.
  • Programming Android with Kotlin - This book helps Android developers make the transition from Java to Kotlin and shows them how Kotlin provides a true advantage for gaining control over asynchronous computations.
  • Data Structures & Algorithms in Kotlin - A book that teaches you the fundamental tools of implementing key data structures in Kotlin, and how to use them to solve algorithms.
  • Elements of Android Jetpack - This book follows in the footsteps of The Busy Coder's Guide to Android Development, to introduce developers to Android app development, focusing on Jetpack. Here you will learn how to set up an Android app for Java or Kotlin, create a user interface, and more!
  • Advanced Android App Architecture - In Advanced Android App Architectures, you'll find a diverse and hands-on approach to architecting your apps on Android. Learn how to build scaleable and maintainable architectures in Android and Kotlin, including MVC, MVP, MVI, MVVM and VIPER!

Blogs

Android Best Practices

Clean Code

  • Clean Code is one which is easy to read, change, maintain and follows the DRY (Don't repeat Yourself) principle

General Rules

  • The code structure should be well formatted.
  • The code should follow the DRY Principle.
  • All the classes and functions should exhibit their individual functionality.
  • Introduce modules in your app.

Naming and Comment Principles

  • All the names in the code should be clear and meaningful.
  • Do not add unnecessary and redundant comments in the code.
  • The comment should be used to clarify the respective piece of code.

Formatting Rules

  • The files should be consistent and not very long.
  • Files should have headings to explain the purpose of the file.

Classes and Functions

  • Generally, all the classes should have separate files.
  • Classes and Functions should be too the point.
  • Keep the number of arguements in the function to minimum.

For more information

  • Refer to the book by Robert C. Martin aka Uncle bob - Here
  • Or Refer to his video lectures on Youtube - Here

practiceapp's People

Contributors

azimsidd avatar beastrun12j avatar rohitjakhar avatar shubham423 avatar sidsharma2002 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

practiceapp's Issues

ADD PERSISTENT BOTTOM SHEET IN THE MAIN ACTIVITY

Add a persistent bottom sheet in the main activity. In the bottom sheet we add a recycler view and then in that we'll add items like open pdf reader, open expense tracker etc. and clicking on an item will replace that frag in the main acitvity frag container.

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.