I have build an app that has videos in it that stream from the Internet and I'm not very impressed with the performance of them. Would anyone like to share the code for loading videos from the SD card.
Thanks
I have build an app that has videos in it that stream from the Internet and I'm not very impressed with the performance of them. Would anyone like to share the code for loading videos from the SD card.
Thanks
I hope this code help u
Use this Code This Code,My dear friends !
Create an activity and call it when you need to play the video. You can bundle the video path (whether url or sdcard or a resource) in the Intent. Then in your activity which should only contain a
FrameLayout
with aVideoView
do something like: