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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -