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

