A small application that implements an SMS to Twitter gateway for Android..
SmsTweeter is hosted in the following web site
https://github.com/thorinside/SmsTweeter
If you think the Android project SmsTweeter 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 SmsTweeter.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_SMS android.permission.SEND_SMS |
SmsTweeter has the following Java source files.
org.nsdev.smstweeter.Main.java org.nsdev.smstweeter.SmsReceiver.java org.nsdev.smstweeter.Twitter.java org.nsdev.smstweeter.TwitterException.java org.nsdev.smstweeter.TwitterList.java org.nsdev.smstweeter.URLConnectionHttpClient.java