Android-Development-Codes-and-Notes
Android-Development-Codes-and-Notes copied to clipboard
Android Studio some beginner notes and codes are available in this repo .
Native Android Structural guides
( *** This structure is based on my opinion from where I learn , not paid promo or anything else , just take it fairly )
⚙️ Technology Used
🛣 Native Android Dev Step by Step
01 - Basic Concept of Programming Language (Java/kotlin)
Learn Java from Docs
Learn Kotlin from Docs
Learn Java from Video
![]() |
![]() |
![]() |
![]() |
Learn Kotlin from Video
![]() |
![]() |
![]() |
02 - Git and Github
![]() |
03 - Core Android
Learn Android from Docs
Learn Android from Video
![]() |
![]() |
![]() |
![]() |
04 - Some Youtube Channels for Android
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
05 - Professional Android Studio from UDACITY
User Interface |
Link | User Input |
Link | Multi Screen App |
Link |
Networking |
Link | Data Storage |
Link | Advance Android Development |
Link |
Developing Android App |
Link | Firebase |
Link | Firebase Analytics |
Link |
06 - Topic Wise Learing Path
1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|
Data Structure , Algo Basics Oops Cocept ClearBasics Programming (Java/Kotlin)Googling / have attitude Function Use ( to small code) | Android Studio Install Android Studio Setup & JDKWhat is XML , Drawable , Main Code | Activity Fragments Diffrent Types of Layout Button , Text View , Edittext Image View , Image Button , Video View | Intent (Activity Change) Data Pass through Intent Data Transfer | Complex UI Design ListView , Recycler View etc implement (dynamic List) Toast , Dialog Box , With text , with image Tabs bar Navigation Drawer | DataBase Local Storage Database (SQL) Online Database (Firebase) |
7 | 8 | 9 | |||
Background apps run Alarm Notifications Sensor Proxitmity Sensor etc | API Fetch (Lots of API have ) (ex. RAPIDAPI , Crickbuzz) 3rd Party Database use basically Authantication (Gmail , Email , Phone , Facebook , Custom ) Payment Page Integration , Ads Integration | Some Android Libraries : Picasso Retrofit Glide ZXing |
07 - Some Full fledge App (Building many concepts together)
![]() |
![]() |
![]() |
![]() |
07 - Some Tips
- Remeber: You are not alone who faced this XYZ issue
- Don't copy Single Line of code If you can't understand