An android app -- Display tweets either on Google Map or through timeline.
TweetMap is hosted in the following web site
https://github.com/zz676/TweetMap
If you think the Android project TweetMap 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 TweetMap.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar commons-logging-1.1.3.jar gson-2.2.4.jar httpclient-4.3.3.jar httpcore-4.3.2.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES edu.nyu.gtstour.permission.MAPS_RECEIVE |
Raw File Names | res\raw\medicare.json res\raw\police.json res\raw\radar_search.json |
There are 4 image files in TweetMap. The names of the image files are listed as follows.
action_search.png ic_drawer.png ic_menu_refresh.png twitterx.png
The following screenshort is generated from the image listed above.
TweetMap has the following Java source files.
edu.nyu.cloud.tweetmapx.MainActivity.java edu.nyu.cloud.tweetmapx.TimeLineActivity.java edu.nyu.cloud.tweetmapx.TweetArrayAdapter.java edu.nyu.cloud.tweetmapx.map.HeatMap.java edu.nyu.cloud.tweetmapx.tweetretrieval.TimeLineTweetsRetrievalTask.java edu.nyu.cloud.tweetmapx.tweetretrieval.Tweet.java edu.nyu.cloud.tweetmapx.tweetretrieval.TweetsRetrievalTask.java