Features ?

  • Geet is an music player application to play songs in local storage of device.
  • Songs are played in a queue.
  • Queued songs can be deleted or their position can be changed in the queue.
  • Albums and artists can be used to browse songs of a particular album or artist.
  • Multiple custom playlists can be created.
  • Songs can be shuffled and repeated.
  • Songs can be controlled from notification panel and lock screen of device.

Screenshots ?

Songs Now Playing Queue
Albums Artists Album Details
Artist Details Search Results Playlists

Built With ?

  • Kotlin – First class and official programming language for Android development.
  • Coroutines – For asynchronous and more.
  • Android Architecture Components – Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData – Data objects that notify views when the underlying database changes.
    • ViewModel – Stores UI-related data that isn’t destroyed on UI changes.
    • ViewBinding – Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
    • Navigation – Navigation is a framework for navigating between ‘destinations’ within an Android application
    • Room – The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
    • DataStore – Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
  • Dependency Injection
    • Hilt-Dagger – Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel – DI for injecting ViewModel.
  • Glide – Glide is a fast and efficient open source media management and image loading framework for Android
  • Material Components for Android – Modular and customizable Material Design UI components for Android

GitHub

View Github