On 22 December 2010 04:02, Vikram <[email protected]> wrote: > We want to get some simple information from the user (in the form of > checkboxes) for a few seconds before he starts using his camera. Can > we somehow present our checkbox list over his camera app? > > I understand that the Camera is an app in itself and that we cannot > make changes or add our stuff on its UI, but is there something that I > am missing somewhere?
Camera app and camera h/w are two different things. You may want to write your own app that uses camera hardware and add your own UI elements to it. You can't overlay existing app. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

