Task 7 : Create Taking Picture Android App

by - April 22, 2016



the photo taking function with camera or selecting pictures from library. In general, once the users click on the add photo, a dialog should be sliding in from bottom of the screen. Lastly, I created a Cloudinary account to upload an image to the cloud

Firstly, added permissions camera and wrote an external storage into manifest file. Secondly, created a custom bottom dialog. OnActivityResult is very important as we can get image Uri after taking pictures or selecting pictures

You May Also Like

0 comments