Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 413 Bytes

SMS-App

This app categorizes text messages according to the time.

This is a demo app which reads the text messages on the phone and categorizes the SMSs into a list. Each category header represents an hour and groups messages for 1 hour, 2 hours, 3 hours, 6 hours, 12 hours and 1 day ago. It ignores the SMS beyond 1 day.

  • Architecture used MVVM with Clean Architecture
  • DI framework used Koin