Sandy wrote: > I am pretty new to Android and have a couple of questions: > > 1. Is it possible to drag and drop a UI widget from one activity to > another activity?
No, sorry. > 2. Does android support multiple non fullscreen applications running > active concurently (say a browser and phone screen next to each > other)? No, sorry. > 3. Is it possible to customize the home screen instead of going with > android default home screen? If so, can we change the layout and > widgets in that screen completely? You can create your own application with a replacement home screen activity. You can do whatever you want there. There's a sample replacement home screen with your SDK samples. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.9 Available! -- 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

