Android Open Source - Twitter twitter4j BlueBirdApp






Project Summary

Android application that uses basic functions of Twitter API and twitter4j library.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of BlueBirdApp.

ItemValue
Java File Count23
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count4
jar files usedandroid-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 Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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