I am developing an app for Android (and in future for iOS) on Windows 7 with Titanium 3.3.0.GA.
I want to make camera container which would show view from camera and then user by pressing a button could make a photo at right time. Is it possible to put camera inside a view, because Ti.Media.showCamera()
opens a separate fullsscreen window.
Thanks in advance for any help.