Skip to content

KCeh/android-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Sample Apps

Sample apps and demos that use modern Android architecture components or that I found interesting. Please note that due to format restrictions, GIFs might not be perfect (and they don't fully reflect performances of app). It would seem that GitHub now embeds videos :D .

MVVM Todo

Simple Todo app which uses modern Android architecture components. Featuring:

  • Room
  • Hilt (Dagger 2)
  • ViewModel
  • LiveData/Flow
  • Navigation with NavArgs (Single Activity app)
  • View binding
  • SearchView
  • exhaustive Kotlin compiler trick, see this link
MVVM-todo.mp4

Image Search

App that provides image search functionality with help from Unsplash. If you download source code make sure to obtain and insert your own Unsplash API access key in gradle.properties file. Featuring:

  • Retrofit (to use Unsplash API)
  • Navigation with NavArgs (Single Activity app)
  • View binding
  • SearchView
  • Hilt (Dagger 2)
  • Paging 3
  • ViewModel

Image search demo

Circular Dial RecyclerView

Custom Layout Manager implementation for RecyclerView. Circular dial/arc layout.


Circular Dial RecyclerView demo

Spotify Clone

Simple music player that acts as Spotify Clone. Music is streamed from Firebase so you need to obtain and insert your own google-services.json

  • Firebase (Firestore & Storage)
  • Hilt (Dagger 2)
  • ViewModel
  • LiveData
  • Simple Navigation
  • Kotlin synthetic (deprecated)
  • Exoplayer (and related APIs)
spotify-clone.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages