/Utility-Application

This project serves as an excellent learning resource for Android development, as it covers all the essential components meticulously created following industry standards.

Primary LanguageKotlin

UtilityApplication

all the basic elements required for android development embeded in a single application for learning purposes.

Components

  • Snackbar and Toast
  • Notifications
  • Array Adapters (Custom and plain)
  • Recycler View
  • Tabs
  • Bottom Navbar
  • Drawer
  • Asynchronous Task (performing operation on background thread)
  • API call handling (kotlin couroutines)
  • Broadcast (Custom and Normal)
  • Alarm Manager
  • Job Scheduler
  • Shared Preferences
  • Room Database Implementation