An Android application that enables a user to search twitter..
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.
The following table is the detailed list of TweetSearch.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 11 |
Activity Count | 3 |
Fragment Count | 5 |
jar files used | android-support-v4.jar |
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.
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