This seems to be an old question, but I seriously need some help on this.
What I Want
I am having an activity where I want to show a small preview (or may not) of the user taking a picture of him/her using the front camera. When the user click a button, a snapshot would be taken ans stored in a location.
I want to support 4.0+ so I think I can use a TextureView.
But I really cannot add it to my layout or am getting any result. Please help me with a simple and easy solution so that I can get it working.
Thanks.