A simple twitter client written in android. Backup for future reference..
twitterclient is hosted in the following web site
https://github.com/SurajDeuja/twitterclient
If you think the Android project twitterclient 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 twitterclient.
Item | Value |
---|---|
Java File Count | 14 |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 5 |
jar files used | android-support-v4.jar twitter4j-async-3.0.5.jar twitter4j-core-3.0.5.jar twitter4j-media-support-3.0.5.jar twitter4j-stream-3.0.5.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED com.example.mydolphin.RECEIVE_TIMELINE_NOTIFICATION com.example.mydolphin.SEND_TIMELINE_NOTIFICATION |
twitterclient has the following Java source files.
com.example.mydolphin.BaseActivity.java com.example.mydolphin.BootReceiver.java com.example.mydolphin.ConnectToTwitter.java com.example.mydolphin.DolphinActivity.java com.example.mydolphin.DolphinWidget.java com.example.mydolphin.LoginActivity.java com.example.mydolphin.NetworkReceiver.java com.example.mydolphin.PrefFragment.java com.example.mydolphin.PrefsActivity.java com.example.mydolphin.StatusData.java com.example.mydolphin.StatusProvider.java com.example.mydolphin.TimelineActivity.java com.example.mydolphin.TimelineAdapter.java com.example.mydolphin.UpdaterService.java