Android Open Source - App sample TwitterUpdate






Project Summary

Sample app for Android Training.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TwitterUpdate.

ItemValue
Java File Count12
Target SDK Version19
Minimum SDK Version14
Activity Count3
jar files usedandroid-support-v4.jar
twitter4j-core-3.0.5.jar
Required Permissionsandroid.permission.INTERNET
Raw File Namesres\raw\db_create.sql




Java Source Files

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