On Thu, Feb 17, 2011 at 1:31 AM, pranjal <[email protected]> wrote: > Is it possible to develop a UI Intent to run of top of the native > application. Such as a debugger UI that can be used to modify certain > features in the application while visually seeing the application > running in the background.
You can create activities that have transparent or translucent backgrounds. However, you cannot "modify certain features" of somebody else's application. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.3 Programming Books: http://commonsware.com/books -- 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

