I know it sounds cruel, but TreKing was 100% correct: you have to know the basics and then some of "how to code", and that in Java using object oriented design, even the (in)famous "design patterns". Both the online docs and any decent book on Android assume that background. Without it, it just reads like so much gibberish. Too much of it reads like gibberish even with that background;)
They do not pause to explain, for example, why they so consistently use anonymous classes for callbacks, nor why some classes are defined a public abstract classes, while very similar other classes are defined as interfaces. You are supposed to know OOP/OOD well enough to figure this out on your own. Even the use of MVC, though covered, is covered poorly. So you are at a distinct disadvantage if you don't already know MVC from experience with it in Swing or some other earlier UI application framework. That and, of course, I am surprise TreKing did not already give you a reference to http://www.catb.org/~esr/faqs/smart-questions.html. On Jul 20, 4:55 am, arun kumar <[email protected]> wrote: > Hi.. > what is popup window...how to do floating list popup window > > Thankyou -- 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

