On Thu, Jun 30, 2011 at 6:38 AM, fixus <[email protected]> wrote:
> 06-30 10:19:12.514: ERROR/AndroidRuntime(2578): at > fixus.core.NewserActivity$1.onItemClick(NewserActivity.java:48) > > The error is in this line: > Toast.makeText(getApplicationContext(), ((TextView) view).getText(), > > Can anybody help me ? > Your Debugger and LogCat can help you tons. Use them to figure out the full error message and what's causing it (look for "Caused by..." in the LogCat. ------------------------------------------------------------------------------------------------- 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

