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