On Thu, Feb 2, 2012 at 8:27 AM, atcal <[email protected]> wrote: > OK. So why is the documentation so misleading?
It is not misleading. It is following the same JavaDocs structure that has been used for a decade-plus for Java development. It is understood by hundreds of thousands of Java developers, including tens of thousands of Android developers. > View() is shown as a > public method in teh android documentation. No, it is not. It is listed in the "Public Constructors" section, not the "Public Methods" section. > Are you seriously telling me that the explanation for this > is that I don't understand Java inheritance? It would appear that you do not understand Java programming. I suggest that you spend time, outside of Android, learning Java programming, before returning to Android development. Here is a blog post of mine from a ways back outlining the key Java language bits that an Android developer would need to be comfortable with: http://commonsware.com/blog/2010/08/02/java-good-parts-version.html > ( super(context) passes the compiler but then crashes out at run > time. Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.4 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

