On Tue, Mar 15, 2011 at 1:16 PM, Kostya Vasilyev <[email protected]> wrote:
> Shouldn't this be "result *== *true" ? > > Two equal signs? > Awesome. David, this is something you could easily catch with the debugger. Just put a breakpoint in the function where things aren't working correctly and inspect the values of every variable to verify they are what you think they are. Your parameter was probably false, as expected, then stepping through and falling into the IF block would have been a clear problem and you would have spotted the error very quickly. Food for thought for next time. ------------------------------------------------------------------------------------------------- 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

