Android app that displays a notification when a tweet has been sent from one's own account. Useful in some convoluted scenario where people share a private account and care about keeping it secret..
notify-my-tweets is hosted in the following web site
https://github.com/valsteen/notify-my-tweets
If you think the Android project notify-my-tweets 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 notify-my-tweets.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar commons-codec-1.6.jar twitter4j-stream.jar |
Required Permissions | android.permission.INTERNET android.permission.VIBRATE |
notify-my-tweets has the following Java source files.
org.codesoup.notifymytweets.LoginActivity.java org.codesoup.notifymytweets.NewTweetListener.java org.codesoup.notifymytweets.NotifierService.java org.codesoup.notifymytweets.TwitterAuthentication.java org.codesoup.notifymytweets.TwitterClient.java