Android app Tweetification, intercepts Twitter SMS notifications and makes system notifications. Also uses Twitter REST API to get name and avatar of the sending user.
Tweetification is hosted in the following web site
https://github.com/fuzzmz/Tweetification
If you think the Android project Tweetification 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 Tweetification.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpiv11, mdpi, ldpi, ldpiv11, hdpi, mdpiv9, xhdpi, hdpiv11, xhdpiv9, hdpiv9, ldpiv9, xhdpiv11] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | NotificationCompat2-1.1.2.jar |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_SMS android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in Tweetification. The names of the image files are listed as follows.
ic_action_search.png ic_menu_help.png ic_stat_bird.png small2.png
The following screenshort is generated from the image listed above.
Tweetification has the following Java source files.
com.owentech.tweetification.Database .java com.owentech.tweetification.ImageHelper .java com.owentech.tweetification.IncomingSMS.java com.owentech.tweetification.MainActivity.java com.owentech.tweetification.NotificationClickReceiver.java com.owentech.tweetification.NotificationDeleteReceiver.java com.owentech.tweetification.Notify.java com.owentech.tweetification.SelectApp.java com.owentech.tweetification.Variables .java