. Android Developers Blog: android - Display video files in listview from sdcard folder
Showing posts with label android - Display video files in listview from sdcard folder. Show all posts
Showing posts with label android - Display video files in listview from sdcard folder. Show all posts

Wednesday, 4 December 2013

Android Play video from SD Card | Populating a listview with videos from sdcard in android

Hello Friends,             This is an android simple example which list all videos file store in  device sd card and Play it in Video view . Android provides a view control android.widget.VideoView that encapsulates creating and initializing the MediaPlayer. 1. VideoStoredInSDCard.java package com.example.videoplayer; import android.app.Activity; import android.content.ContentResolver;...

 

Copyright @ 2013 Android Developers Blog.