Android device camera with video mode and photo mode -


i want bring device camera user can swap between camera , video mode. possible do? please me out asap

try following intent ->

        intent i=new intent(mediastore.intent_action_video_camera);         startactivity(i); 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -