Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a custom camera layout for Android?

I am working on an android app that will require the camera. I know that I can use the built in camera app to take photos. However, I would like to have a more custom look (probably another UI and some extras).

Can someone of you guys give me a general approach on how to achieve that? That would be awesome, thank!

like image 926
user2399314 Avatar asked May 20 '13 17:05

user2399314


1 Answers

Here is a nice tutorial to accomplish it.

Camera Integration with Surface View

You can make your custom changes on the SurfaceView according to your requirements.

like image 50
bakriOnFire Avatar answered Oct 11 '22 11:10

bakriOnFire