I have a TabHost in my Android application and I want to preview my camera IN one of my tabs.
Thanks
|
I have a TabHost in my Android application and I want to preview my camera IN one of my tabs. Thanks |
|||||||
|
|
Use a SurfaceHolder in the sub Activity like you would do in a normal activity (lot of example about it) then insert this activity in a tab in the classical way:
|
|||
|
|