Android Open Source - Development simple AndroidCourse






Project Summary

Android lessons to create a simple app and understand the fundamentals of Android development.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidCourse.

ItemValue
Java File Count37
Target SDK Version16
Minimum SDK Version4
Activity Count2
jar files usedgson-2.1.jar
httpmime-4.2.5.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

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