On Mon, Sep 6, 2010 at 8:30 AM, kingh32 <horaceb1...@gmail.com> wrote:

> I'm trying to implement this...
>
> lstText.setOnItemClickListener(new AdapterView.OnItemClickListener()
>                {
>                         @Override
>                         public void onItemClick(AdapterView<?> a, View v,
> int position,
> long id)
>                         {
>                                 // Do stuff here
>                         }
>                         });
>
> but I'm being told to remove the @Override statement AND to inherit
> abstract methods.
>

That seems about right (compared to my code). Is it complaining about the
@Override in teh onItemClick? Which class does it want you to inherit
abstract methods for? And which methods?

-------------------------------------------------------------------------------------------------
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to