Android Open Source - Twitter user TweetSearch






Project Summary

An Android application that enables a user to search twitter..

Web Site / Source Repository

TweetSearch is hosted in the following web site
https://github.com/bxm156/TweetSearch

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

ItemValue
Java File Count13
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version11
Activity Count3
Fragment Count5
jar files usedandroid-support-v4.jar




Resource Files

There are 2 image files in TweetSearch. The names of the image files are listed as follows.

collections_new_label.png
ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

TweetSearch has the following Java source files.

com.bryanmarty.tweetsearch.SearchTermCreateActivity.java
com.bryanmarty.tweetsearch.SearchTermDetailActivity.java
com.bryanmarty.tweetsearch.SearchTermListActivity.java
com.bryanmarty.tweetsearch.TweetSearchApplication.java
com.bryanmarty.tweetsearch.adapters.SearchTermListAdapter.java
com.bryanmarty.tweetsearch.data.ObservableLinkedList.java
com.bryanmarty.tweetsearch.data.TweetSearchTerm.java
com.bryanmarty.tweetsearch.data.TweetSearchTermManager.java
com.bryanmarty.tweetsearch.fragments.SearchTermCreateFragment.java
com.bryanmarty.tweetsearch.fragments.SearchTermDetailFragment.java
com.bryanmarty.tweetsearch.fragments.SearchTermListFragment.java
com.bryanmarty.tweetsearch.services.TwitterService.java
com.bryanmarty.tweetsearch.thread.TwitterPollThread.java