Android Open Source - Development tv Vmote






Project Summary

Android application to use remotely VLC and follow tv shows.

Web Site / Source Repository

Vmote is hosted in the following web site
https://github.com/NF28Group/Vmote

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

ItemValue
Java File Count49
Supported screen sizes[mdpi, ldpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version14
Activity Count1
Fragment Count3
jar files usedandroid-support-v4.jar
gson-2.2.4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.INTERNET




Resource Files

There are 20 image files in Vmote. The names of the image files are listed as follows.

arrow_left.png
arrow_right.png
back.png
calendar.png
effect.png
music.png
next.png
pause.png
play.png
plus.png
smalleffect.png
stop.png
video.png
vmotehistory.png
vmotehistoryon.png
vmoteplay.png
vmoteplayon.png
vmotetvshow.png
vmotetvshowon.png
volume.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Vmote has the following Java source files.

fr.nf28.vmote.AbstractFragment.java
fr.nf28.vmote.MainActivity.java
fr.nf28.vmote.db.DAOBase.java
fr.nf28.vmote.db.DbHandler.java
fr.nf28.vmote.db.episode.Episode.java
fr.nf28.vmote.db.episode.EpisodeDAO.java
fr.nf28.vmote.db.tvshow.TvShow.java
fr.nf28.vmote.db.tvshow.TvShowDAO.java
fr.nf28.vmote.history.model.HistoryModel.java
fr.nf28.vmote.history.view.AbstractHistoryFragment.java
fr.nf28.vmote.history.view.HistoryAudioFragment.java
fr.nf28.vmote.history.view.HistoryVideoFragment.java
fr.nf28.vmote.history.view.HistoryViewPagerFragment.java
fr.nf28.vmote.interfaces.OnChangePageListener.java
fr.nf28.vmote.lib.DateHelper.java
fr.nf28.vmote.lib.HttpRequest.java
fr.nf28.vmote.lib.ImageHelper.java
fr.nf28.vmote.lib.JsonReader.java
fr.nf28.vmote.play.classes.CheckConnection.java
fr.nf28.vmote.play.classes.LaunchError.java
fr.nf28.vmote.play.classes.Media.java
fr.nf28.vmote.play.classes.Subtitle.java
fr.nf28.vmote.play.classes.SubtitleList.java
fr.nf28.vmote.play.model.PlayModel.java
fr.nf28.vmote.play.model.VLCConnection.java
fr.nf28.vmote.play.view.AbstractPlayFragment.java
fr.nf28.vmote.play.view.PlayDetailsFragment.java
fr.nf28.vmote.play.view.PlayMainFragment.java
fr.nf28.vmote.play.view.PlaySubtitlesFragment.java
fr.nf28.vmote.play.view.ViewPagerFragment.java
fr.nf28.vmote.series.adapter.TvShowEpisodeAdapter.java
fr.nf28.vmote.series.adapter.TvShowListAdapter.java
fr.nf28.vmote.series.adapter.TvShowPlanningAdapter.java
fr.nf28.vmote.series.adapter.TvShowSearchAdapter.java
fr.nf28.vmote.series.adapter.TvShowSeasonAdapter.java
fr.nf28.vmote.series.model.DownloadImageAsyncTask.java
fr.nf28.vmote.series.model.GetSeriesAsyncTask.java
fr.nf28.vmote.series.model.SearchSeriesAsyncTask.java
fr.nf28.vmote.series.model.SeriesModel.java
fr.nf28.vmote.series.view.AbstractSeriesFragment.java
fr.nf28.vmote.series.view.SeriesAddFragment.java
fr.nf28.vmote.series.view.SeriesEpisodeFragment.java
fr.nf28.vmote.series.view.SeriesHomeFragment.java
fr.nf28.vmote.series.view.SeriesPlanningFragment.java
fr.nf28.vmote.series.view.SeriesSeasonFragment.java
fr.nf28.vmote.tvdb.GetSeriesXmlParser.java
fr.nf28.vmote.tvdb.SearchSeries.java
fr.nf28.vmote.tvdb.SearchSeriesXmlParser.java
fr.nf28.vmote.tvdb.XmlParser.java