Manoj,

I'm not sure if I understood you correctly, but I believe you are
looking for getViewById(R.id.whatever);
cast the result to a ListView, then call getItemAtPosition.

also there is a group for android beginners. 
http://groups.google.com/group/android-beginners

P.S. Please brush up on your knowledge of the android documentation
http://developer.android.com/guide/index.html
There are plenty of examples that will help you get started.

-theSmith

On Jan 6, 3:47 am, Manoj <[email protected]> wrote:
> Hi,
> I am new for Android development. I want to use "Object
> android.widget.AdapterView.getItemAtPosition(int position)" method for
> getting the items from ListView. But I am not getting the way to make
> it happen.
> Please help me out on this topic.
-- 
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

Reply via email to