Android Open Source - Development tutorial android-thrift-tutorial






Project Summary

android-thrift-tutorial for solstice cdc.

Web Site / Source Repository

android-thrift-tutorial is hosted in the following web site
https://github.com/briananderson1222/android-thrift-tutorial

If you think the Android project android-thrift-tutorial 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 android-thrift-tutorial.

ItemValue
Java File Count19
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version11
Activity Count1
Fragment Count3
jar files usedcommons-logging-1.1.1.jar
libthrift-0.9.1.jar
Required Permissionsandroid.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.WAKE_LOCK
com.google.android.c2dm.permission.RECEIVE
com.solsticemobile.thrifttutorial.permission.C2D_MESSAGE




Resource Files

There are 2 image files in android-thrift-tutorial. The names of the image files are listed as follows.

drawer_shadow.9.png
ic_drawer.png

The following screenshort is generated from the image listed above.

null

Java Source Files

android-thrift-tutorial has the following Java source files.

com.chat.api.ChatAPI.java
com.chat.api.ChatMessage.java
com.solsticemobile.thrifttutorial.MainActivity.java
com.solsticemobile.thrifttutorial.adapters.ConversationListAdapter.java
com.solsticemobile.thrifttutorial.fragments.ComposeMessageFragment.java
com.solsticemobile.thrifttutorial.fragments.NavigationDrawerFragment.java
com.solsticemobile.thrifttutorial.fragments.PlaceholderFragment.java
com.solsticemobile.thrifttutorial.gcm.GcmBroadcastReceiver.java
com.solsticemobile.thrifttutorial.gcm.GcmIntentService.java
com.solsticemobile.thrifttutorial.gcm.GcmManager.java
com.solsticemobile.thrifttutorial.gcm.NotificationHandler.java
com.solsticemobile.thrifttutorial.gcm.NotificationManager.java
com.solsticemobile.thrifttutorial.thrift.AddUser.java
com.solsticemobile.thrifttutorial.thrift.AddUserHandler.java
com.solsticemobile.thrifttutorial.thrift.GetConversation.java
com.solsticemobile.thrifttutorial.thrift.GetConversationHandler.java
com.solsticemobile.thrifttutorial.thrift.SampleThriftClient.java
com.solsticemobile.thrifttutorial.thrift.SendMessage.java
com.solsticemobile.thrifttutorial.thrift.SendMessageHandler.java