Android app that allows a video to be played using multiple devices as a single display.
split-screen is hosted in the following web site
https://github.com/colinjrooney/split-screen
If you think the Android project split-screen 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 split-screen.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_NETWORK_STATE android.permission.CHANGE_WIFI_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\heavybreathing.jpg assets\sinteltrimmed.mp4 |
split-screen has the following Java source files.
edu.virginia.splitscreen.DataClientAsyncTask.java edu.virginia.splitscreen.DataServerAsyncTask.java edu.virginia.splitscreen.FileClientAsyncTask.java edu.virginia.splitscreen.FileServerAsyncTask.java edu.virginia.splitscreen.HostActivity.java edu.virginia.splitscreen.HostingActivity.java edu.virginia.splitscreen.MainActivity.java edu.virginia.splitscreen.PlayActivity.java edu.virginia.splitscreen.ReceiveActivity.java edu.virginia.splitscreen.TextureVideoView.java edu.virginia.splitscreen.WiFiDirectBroadcastReceiver.java