Example code from the Efficient Android Threading book..
eatbookexamples is hosted in the following web site
https://github.com/andersgoransson/eatbookexamples
If you think the Android project eatbookexamples 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 eatbookexamples.
Item | Value |
---|---|
Java File Count | 59 |
Target SDK Version | 16 |
Minimum SDK Version | 16 |
Activity Count | 41 |
Fragment Count | 1 |
Required Permissions | android.permission.BLUETOOTH android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_CONTACTS android.permission.WRITE_EXTERNAL_STORAGE com.android.browser.permission.READ_HISTORY_BOOKMARKS com.android.browser.permission.WRITE_HISTORY_BOOKMARKS |
eatbookexamples has the following Java source files.
com.eat.StartActivity.java com.eat.chapter1.Chapter1Activity.java com.eat.chapter10.Chapter10Activity.java com.eat.chapter10.FileDownloadActivity.java com.eat.chapter11.BluetoothActivity.java com.eat.chapter11.BluetoothService.java com.eat.chapter11.BoundLocalActivity.java com.eat.chapter11.BoundLocalActivity2.java com.eat.chapter11.BoundLocalService.java com.eat.chapter11.BoundLocalService2.java com.eat.chapter11.Chapter11Activity.java com.eat.chapter11.DownloadActivity.java com.eat.chapter11.DownloadService.java com.eat.chapter12.AlarmBroadcastActivity.java com.eat.chapter12.AlarmReceiver.java com.eat.chapter12.Chapter12Activity.java com.eat.chapter12.NetworkCheckerIntentService.java com.eat.chapter12.WebService.java com.eat.chapter12.WebServiceActivity.java com.eat.chapter13.Chapter13Activity.java com.eat.chapter13.ExpandableContactListActivity.java com.eat.chapter14.BasicActivity.java com.eat.chapter14.BasicLoader.java com.eat.chapter14.Chapter14Activity.java com.eat.chapter14.ChromeBookmarkActivity.java com.eat.chapter14.ContactActivity.java com.eat.chapter14.EditBookmarkDialog.java com.eat.chapter14.FileActivity.java com.eat.chapter14.FileListFragment.java com.eat.chapter14.FileLoader.java com.eat.chapter2.Chapter2Activity.java com.eat.chapter3.Chapter3Activity.java com.eat.chapter4.Chapter4Activity.java com.eat.chapter4.ConsumeAndQuitThreadActivity.java com.eat.chapter4.HandlerCallbackActivity.java com.eat.chapter4.HandlerExampleActivity.java com.eat.chapter4.LooperActivity.java com.eat.chapter4.MQDebugActivity.java com.eat.chapter4.PipeExampleActivity.java com.eat.chapter5.Chapter5Activity.java com.eat.chapter5.MessengerOnewayActivity.java com.eat.chapter5.MessengerTwowayActivity.java com.eat.chapter5.WorkerThreadService.java com.eat.chapter6.Chapter6Activity.java com.eat.chapter7.Chapter7Activity.java com.eat.chapter7.ThreadFragment.java com.eat.chapter7.ThreadRetainActivity.java com.eat.chapter7.ThreadRetainWithFragmentActivity.java com.eat.chapter8.ChainedNetworkActivity.java com.eat.chapter8.Chapter8Activity.java com.eat.chapter8.MyHandlerThread.java com.eat.chapter8.SharedPreferencesActivity.java com.eat.chapter9.Chapter9Activity.java com.eat.chapter9.ECSImageDownloaderActivity.java com.eat.chapter9.InvokeActivity.java com.eat.chapter9.PrestartedCores.java com.eat.chapter9.SimpleExecutor.java com.eat.chapter9.TaskTrackingThreadPool.java