Please enable JavaScript.
Coggle requires JavaScript to display documents.
Android, Third Party Libraries, Gson - Coggle Diagram
Android
Services
Link Title
Link Title
Intent Service
Link Title
Job Intent Service
Link Title
Link Title
Job Schedulers
Link Title
Link Title
Link Title
Threads
Async Task
Work Manager
Link Title
Co routines
Views
Relative Layout
Linear Layout
Constraint Layout
Link Title
Link Title
Scroll View
List View
Link Title
Recycler View
Link Title
onclick
Link Title
Recycler view and list view difference
Link Title
Actvity
LifeCycle :check:
Fragments
Lifecycle [:check:]
Link
Navigation
Intents
Intent Filters
View Pagers
Save Activity State On Rotation
Link Title
Link Title
Broadcast Receivers
Link Title
Implicit :check:
Cant be included in android manifest since oreo. :red_cross:
Explicit :check:
Custom :check:
Terms
Custom Intent
System Wide Intent
sendBroadcast()
<intent-filter> tag
Architecture
MVVM
MVVM With Room
MVVM With Rest APIS :check:
Link Title
https://medium.com/upday-devs/android-architecture-patterns-part-3-model-view-viewmodel-e7eeee76b73b
Data Binding
MVVP
Dagger
Link Title
MVVM With Dagger Hilt
Link Title
Different Android Versions
Android N, O, P, 10
Android p
Removal of intent servcie
depecreciation of org.http linrary
blocking of direct access of serial numbers
Memory Leaks
Link Title
Leak Canary
Link Title
Functional Programming
https://www.rivu.dev/basics-of-functional-programming-with-kotlin/
Design for different screens
screen
res/layout/main_activity.xml // For handsets (smaller than 600dp available width)
res/layout/main_activity.xml // For handsets (smaller than 600dp available width)
res/layout-sw600dp/main_activity.xml // For 7” tablets (600dp wide and bigger)
res/layout-sw720dp/main_activity.xml // For 10” tablets (720dp wide and bigger)
res/layout-sw600dp-land/main_activity.xml // For 7” tablets in landscape (600dp wide and bigger)
res/layout-sw720dp-land/main_activity.xml // For 10” tabl
Android Project code With MVVM and data binding
Link Title
Content Providers
Memory Leaks
Code execution time check
Link Title
Data Binding + MVVM
Link Title
Third Party Libraries
Room
Link Title
Link Title
https://medium.com/mindorks/using-room-database-android-jetpack-675a89a0e942
Using koin
Link Title
Using coroutines
Link Title
Object Store
Butter Knife
Picasso
Mosby
FAN
Event Bus
Gson