Android application that uses basic functions of Twitter API and twitter4j library.
BlueBirdApp is hosted in the following web site
https://github.com/efealacamli/BlueBirdApp
If you think the Android project BlueBirdApp 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 BlueBirdApp.
Item | Value |
---|---|
Java File Count | 23 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar twitter4j-async-3.0.3.jar twitter4j-core-3.0.3.jar twitter4j-examples-3.0.3.jar twitter4j-media-support-3.0.3.jar twitter4j-stream-3.0.3.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 2 image files in BlueBirdApp. The names of the image files are listed as follows.
background_login.png fredbluebird_launcher.png
The following screenshort is generated from the image listed above.
BlueBirdApp has the following Java source files.
com.alacamli_secim.bluebirdapp.Util.TwitterConstants.java com.alacamli_secim.bluebirdapp.activities.BaseActivity.java com.alacamli_secim.bluebirdapp.activities.HomeTimelineActivity.java com.alacamli_secim.bluebirdapp.activities.MainActivity.java com.alacamli_secim.bluebirdapp.activities.UpdateStatusActivity.java com.alacamli_secim.bluebirdapp.activities.UserTimelineActivity.java com.alacamli_secim.bluebirdapp.async.HTimelineTask.java com.alacamli_secim.bluebirdapp.async.TwitterStatusTask.java com.alacamli_secim.bluebirdapp.async.UTimelineTask.java com.alacamli_secim.bluebirdapp.helpers.FileHelper.java com.alacamli_secim.bluebirdapp.interfaces.HTlineListener.java com.alacamli_secim.bluebirdapp.interfaces.IBaseListener.java com.alacamli_secim.bluebirdapp.interfaces.LoginListener.java com.alacamli_secim.bluebirdapp.interfaces.OnUpdateStatusListener.java com.alacamli_secim.bluebirdapp.interfaces.SelectionListener.java com.alacamli_secim.bluebirdapp.interfaces.TweetListener.java com.alacamli_secim.bluebirdapp.interfaces.UTlineListener.java com.alacamli_secim.bluebirdapp.model.TweetModel.java com.alacamli_secim.bluebirdapp.views.HomeTimelineView.java com.alacamli_secim.bluebirdapp.views.LoginView.java com.alacamli_secim.bluebirdapp.views.SelectionView.java com.alacamli_secim.bluebirdapp.views.TweetView.java com.alacamli_secim.bluebirdapp.views.UserTimelineView.java