implemented autoplay feature
This commit is contained in:
parent
fde0b2ae7f
commit
8dd05d2974
8 changed files with 32 additions and 6 deletions
|
|
@ -41,6 +41,8 @@ import android.widget.VideoView;
|
|||
|
||||
public class PlayVideoActivity extends AppCompatActivity {
|
||||
|
||||
//// TODO: 11.09.15 add "choose stream" menu
|
||||
|
||||
private static final String TAG = PlayVideoActivity.class.toString();
|
||||
public static final String VIDEO_URL = "video_url";
|
||||
public static final String STREAM_URL = "stream_url";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue