Yes, and the entire set of Sun/Oracle Java reference documentation is online at http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html . This documentation tends to be far more complete/accurate than the Android documentation (though of course not all features listed in the Sun docs are supported on Android, and Android-specific interfaces are not listed in the Sun documentation).
On Feb 2, 9:31 pm, Indicator Veritatis <[email protected]> wrote: > Finally, if you don't want to commit to buying a book, the original > Sun Tutorials are kept up to date to the latest version of Java. If > you are a moderately good programmer in some other OOP language, you > will do OK by going through those tutorials, they will bring you up to > the level of Java expertise required for Android. They are now > athttp://download.oracle.com/javase/tutorial/ > > On Feb 2, 7:45 am, Mystique <[email protected]> wrote: > > > Yes sir. > > > On Feb 2, 11:41 pm, TreKing <[email protected]> wrote: > > > > On Wed, Feb 2, 2011 at 9:12 AM, Mystique <[email protected]> wrote: > > > > I have this error -> > > > > The constructor SimpleAdapter(Directory, ArrayList<Sortable>, > > > > int, String[], int[]) is undefined > > > > > Not very sure about it. > > > > The best advice I can give you at this point: stop. Just stop. Put your > > > Android project on hold. Put hashmaps and arraylists and generics on hold. > > > Now go get an introductory book on Java and play around with simple Hello > > > World programs where you can familiarize yourself with the language and > > > Eclipse. Knowing how to spot compile time errors and what they mean and > > > knowing how to debug your program is *crucial* to you making any progress. > > > > This is a forum for Android SDK questions. You are asking basic Java > > > questions. This thread could go on forever with multiple suggestions on > > > how > > > to solve your given problem but it won't make a lick of sense to you > > > unless > > > you understand the basics. > > > > --------------------------------------------------------------------------- > > > ---------------------- > > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > > transit tracking app for Android-powered devices -- 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

