Sample app for Android Training.
TwitterUpdate is hosted in the following web site
https://github.com/khoi-nguyen-2359/TwitterUpdate
If you think the Android project TwitterUpdate 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 TwitterUpdate.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar twitter4j-core-3.0.5.jar |
Required Permissions | android.permission.INTERNET |
Raw File Names | res\raw\db_create.sql |
TwitterUpdate has the following Java source files.
com.example.twitterupdate.MainActivity.java com.example.twitterupdate.TweetUpdateActivity.java com.example.twitterupdate.adapter.TweetCursorAdapter.java com.example.twitterupdate.asynctask.ClearTweetAsyncTask.java com.example.twitterupdate.asynctask.UpdateTweetAsyncTask.java com.example.twitterupdate.contentprovider.DatabaseContract.java com.example.twitterupdate.contentprovider.TweetContentProvider.java com.example.twitterupdate.contentprovider.helper.AppSQLiteOpenHelper.java com.example.twitterupdate.contentprovider.helper.ContentUriHelper.java com.example.twitterupdate.contentprovider.model.Tweet.java com.example.twitterupdate.loader.TweetLoader.java com.example.twitterupdate.util.TextUtil.java