Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 659 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 659 Bytes

SmsApp

SMS App for Android platform.

The third party libraries used by the application are:

  1. Gson for handling message data in JSON form.

Features:

  1. All SMS are read. Even if they arrived earlier to app installation.
  2. New messages are dislayed on the notification bar.
  3. All messages are grouped according to the Sender.
  4. Message are sorted accoring to their arrival.
  5. Floating Action Button on home screen for quick SMS sending.
  6. Writing area in side a contact message view to reply to messages.
  7. Search bar on HomeScreen implementing Full Text Search.
  8. Backup button on Homescreen to backup all sms to Google Drive.