Android Open Source - App display YoutubeChannelViewer






Project Summary

Google Volley demo app which displays info about YT channel.

Web Site / Source Repository

YoutubeChannelViewer is hosted in the following web site
https://github.com/gregttn/YoutubeChannelViewer

If you think the Android project YoutubeChannelViewer 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 YoutubeChannelViewer.

ItemValue
Java File Count11
Target SDK Version17
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar
gson-2.2.4.jar
volley.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

YoutubeChannelViewer has the following Java source files.

com.gregttn.yt.MainActivity.java
com.gregttn.yt.YoutubeVideosAdapter.java
com.gregttn.yt.json.GsonParser.java
com.gregttn.yt.json.JsonRequest.java
com.gregttn.yt.json.YTChannelDataDeserializer.java
com.gregttn.yt.model.ChannelData.java
com.gregttn.yt.model.VideoEntry.java
com.gregttn.yt.service.VolleyService.java
com.gregttn.yt.service.YoutubeService.java
com.gregttn.yt.utils.ImageCacheHelper.java
com.gregttn.yt.utils.ImageLruCache.java