Collection of Android sample projects. Each project folder contains a link to a Medium post.
-
Custom Tooltip Window : Custom tooltip view using custom
XML
. It can also display a checkmark overlay. -
Dependency_Injection_with_Hilt :
Hilt
for dependency injection. Includes aRoom
component module. -
Grouped_RecyclerView : Grouped RecyclerView. It has a parent-child relationship within the RecyclerView.
-
Room : Basic local database usage with
Room
. -
SearchFilter : Searchable (Filterable) RecyclerView using
Filterable
. -
ViewBinding_and_DataBinding : Loading screen view logic is implemented using
View Binding
&Data Binding
. -
ViewPager2 with Logic : Screens that change according to logic using
ViewPager2
. -
WidgetProvider : home screen widget that is endlessly updated at short intervals using a
ForegroundService
.