Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 686 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 686 Bytes

inContaq

An Android application that provides SMS statistics, conversation history, and push notification reminders to help users stay in touch with their contacts.

Demo Video: https://youtu.be/ow74lJWzqXA

  • Provides SMS statistics and push notification reminders to help users stay in touch with their contacts.
  • Parses through content provider database to extract SMS data for analysis.
  • Scrollable contact list to import and create new contacts using a RecyclerView and Realm.
  • Uses Picasso to load images from the gallery to be saved as a profile or background photo.
  • Uses RxJava, RxRelay, and Dagger 2 to coordinate events between viewpager fragments.
  • MVP architecture