Android Open Source - Twitter user ShowMeTweets






Project Summary

A simple Twitter client app for Android which retrives and posts tweets of a user.

Web Site / Source Repository

ShowMeTweets is hosted in the following web site
https://github.com/fcduarte/ShowMeTweets

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

ItemValue
Java File Count17
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count4
Fragment Count4
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
Asset File Namesassets\migrations\2.sql
assets\migrations\3.sql




License

The license information of ShowMeTweets is as follows:

MIT License

Resource Files

There are 10 image files in ShowMeTweets. The names of the image files are listed as follows.

ic_action_compose_new_tweet.png
ic_action_show_profile.png
ic_favorite.png
ic_home.png
ic_logo.png
ic_mentions.png
ic_retweet.png
logo.png
sign_in_with_twitter_gray.png
user_placeholder.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.fcduarte.showmetweets.activities.ComposeNewTweetActivity.java
com.fcduarte.showmetweets.activities.HomeActivity.java
com.fcduarte.showmetweets.activities.ProfileActivity.java
com.fcduarte.showmetweets.activities.SignInWithTwitter.java
com.fcduarte.showmetweets.adapters.TweetsListViewAdapter.java
com.fcduarte.showmetweets.dao.TweetDAO.java
com.fcduarte.showmetweets.dao.UserDAO.java
com.fcduarte.showmetweets.fragments.HomeTimelineFragment.java
com.fcduarte.showmetweets.fragments.ListTweetsFragment.java
com.fcduarte.showmetweets.fragments.MentionsTimelineFragment.java
com.fcduarte.showmetweets.fragments.UserTimelineFragment.java
com.fcduarte.showmetweets.listeners.EndlessScrollListener.java
com.fcduarte.showmetweets.listeners.FragmentTabListener.java
com.fcduarte.showmetweets.model.Tweet.java
com.fcduarte.showmetweets.model.User.java
com.fcduarte.showmetweets.utils.ConnectivityUtils.java
com.fcduarte.showmetweets.utils.TwitterUtils.java