On Thu, Apr 14, 2011 at 1:06 AM, Jester <[email protected]> wrote: > Having virtually 0 experience with java I researched java code that I could > use but it did not seem to convert, I have went through and tried to changed > most the of the what I thought needed to be changed but eclipse does not > seem to recognize what a "parseDouble" is. >
If you have "virtually 0 experience with java", then you need to stop and go learn Java. Randomly changing code samples without understanding the changes you're making isn't going to get you very far. > How can I make this code work? > To be perfectly frank: learn Java. This is a simple Java problem and moreover has nothing to do with Android specifically. Once you have a better grasp of the language you will understand why Eclipse does not recognize "parseDouble". I'll also suggest you learn to use Eclipse itself, for not only will it tell you exactly what the problem is, but usually offers suggestions on how to fix it and often does so automatically for you on the spot. Good luck. ------------------------------------------------------------------------------------------------- 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

