Code for "Video Record"

Set these codes:

Intent takeVideoIntent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);

if (takeVideoIntent.resolveActivity(getPackageManager()) != null) {startActivityForResult(takeVideoIntent, REQ_CD_CAM);
}

Go to our channel:

https://youtube.com/channel/UCfRsBA71sa4LaDTZuSkmasw



Comments

Popular posts from this blog

Voice recorder

Code for "Loading Dialog Box"

Code for "Image share from app"