Android lessons to create a simple app and understand the fundamentals of Android development.
AndroidCourse is hosted in the following web site
https://github.com/scruffyfox/AndroidCourse
If you think the Android project AndroidCourse 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 AndroidCourse.
Item | Value |
---|---|
Java File Count | 37 |
Target SDK Version | 16 |
Minimum SDK Version | 4 |
Activity Count | 2 |
jar files used | gson-2.1.jar httpmime-4.2.5.jar |
Required Permissions | android.permission.INTERNET |
AndroidCourse has the following Java source files.
net.callumtaylor.asynchttp.AsyncHttpClient .java net.callumtaylor.asynchttp.SyncHttpClient.java net.callumtaylor.asynchttp.obj.ConnectionInfo .java net.callumtaylor.asynchttp.obj.HttpDeleteWithBody.java net.callumtaylor.asynchttp.obj.HttpsFactory .java net.callumtaylor.asynchttp.obj.Packet .java net.callumtaylor.asynchttp.obj.RequestUtil .java net.callumtaylor.asynchttp.obj.entity.GzippedEntity.java net.callumtaylor.asynchttp.obj.entity.JsonEntity.java net.callumtaylor.asynchttp.obj.entity.MultiPartEntity.java net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper.java net.callumtaylor.asynchttp.obj.entity.RequestEntity.java net.callumtaylor.asynchttp.processor.BitmapProcessor.java net.callumtaylor.asynchttp.processor.ByteArrayProcessor.java net.callumtaylor.asynchttp.processor.GsonProcessor.java net.callumtaylor.asynchttp.processor.JSONArrayProcessor.java net.callumtaylor.asynchttp.processor.JSONObjectProcessor.java net.callumtaylor.asynchttp.processor.JsonProcessor.java net.callumtaylor.asynchttp.processor.Processor.java net.callumtaylor.asynchttp.processor.StringProcessor.java net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler .java net.callumtaylor.asynchttp.response.BitmapResponseHandler.java net.callumtaylor.asynchttp.response.ByteArrayResponseHandler.java net.callumtaylor.asynchttp.response.CacheResponseHandler.java net.callumtaylor.asynchttp.response.GsonResponseHandler.java net.callumtaylor.asynchttp.response.JSONArrayResponseHandler.java net.callumtaylor.asynchttp.response.JSONObjectResponseHandler.java net.callumtaylor.asynchttp.response.JsonResponseHandler.java net.callumtaylor.asynchttp.response.StringResponseHandler.java net.callumtaylor.controller.adapter.StoryAdapter.java net.callumtaylor.lib.manager.APIManager .java net.callumtaylor.lib.manager.CacheManager .java net.callumtaylor.model.Story.java net.callumtaylor.news.MainActivity.java net.callumtaylor.news.StoryActivity.java net.callumtaylor.view.holder.StoryHolder .java