Android Open Source - Development gradle TwitterTimelineSample-Android






Project Summary

Another sample project made using Android Studio (and Gradle) showcasing how to use the Twitter4j library to properly log-in a user and show + refresh their Timeline..

Web Site / Source Repository

TwitterTimelineSample-Android is hosted in the following web site
https://github.com/the7thgoldrunner/TwitterTimelineSample-Android

If you think the Android project TwitterTimelineSample-Android 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 TwitterTimelineSample-Android.

ItemValue
Java File Count11
Target SDK Version17
Minimum SDK Version9
Activity Count2
Fragment Count2
jar files usedandroid-support-v4.jar
joda-time-2.2.jar
twitter4j-core-3.0.3.jar
universal-image-loader-1.8.5-with-sources.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

TwitterTimelineSample-Android has the following Java source files.

com.dhsoftware.android.twittertimelinesample.BuildConfig.java
com.dhsoftware.android.twittertimelinesample.activities.TimelineActivity.java
com.dhsoftware.android.twittertimelinesample.adapters.TimelineStatusAdapter.java
com.dhsoftware.android.twittertimelinesample.fragments.ITwitterLoginListener.java
com.dhsoftware.android.twittertimelinesample.fragments.TimelineFragment.java
com.dhsoftware.android.twittertimelinesample.fragments.TwitterLoginFragment.java
com.dhsoftware.android.twittertimelinesample.loaders.TwitterTimelineLoader.java
com.dhsoftware.android.twittertimelinesample.model.IAccessTokenRequestCallback.java
com.dhsoftware.android.twittertimelinesample.model.IRequestTokenRequestCallback.java
com.dhsoftware.android.twittertimelinesample.model.TwitterHelper.java
com.dhsoftware.android.twittertimelinesample.wrappers.StatusItemWrapper.java