Sample Android app listens for incoming/outgoing sms messages and sync them to your Dropbox.
smschronicler is hosted in the following web site
https://github.com/engd/smschronicler
If you think the Android project smschronicler listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of smschronicler.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 4 |
jar files used | android-support-v4.jar dropbox-sync-sdk-android.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.RECEIVE_SMS |
There are 6 image files in smschronicler. The names of the image files are listed as follows.
icon_alert.png icon_archive.png icon_clear.png icon_dropbox.png icon_settings.png icon_sync.png
The following screenshort is generated from the image listed above.
smschronicler has the following Java source files.
com.engin.chronicler.ChroniclerActivity.java com.engin.chronicler.IncomingSmsListener.java com.engin.chronicler.LoginActivity.java com.engin.chronicler.localdata.Message.java com.engin.chronicler.localdata.MessagesDAO.java com.engin.chronicler.localdata.SQLiteHandler.java com.engin.chronicler.remotedata.DropboxAuthenticator.java com.engin.chronicler.remotedata.DropboxDataHandler.java