Simple Android application that pulls a feed of video URLs from a JSON file and displays it as a list. Videos are playable..
KamcordChallenge is hosted in the following web site
https://github.com/kevin521/KamcordChallenge
If you think the Android project KamcordChallenge 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 KamcordChallenge.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 19 |
Minimum SDK Version | 17 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
KamcordChallenge has the following Java source files.
com.kevchen.kamcordchallenge.HomeActivity.java com.kevchen.kamcordchallenge.KamcordReceiver.java com.kevchen.kamcordchallenge.Video.java com.kevchen.kamcordchallenge.VideoListAdapter.java