Re: [android-developers] Need help in Dynamic TextView

2011-12-03 Thread Mark Murphy
When the user clicks on the list row, you are passed a position as a parameter. This is an index into your Adapter's data model, and you use it to find the details of the particular row that was clicked upon. Here is a sample project demonstrating this: https://github.com/commonsguy/cw-android/tre

[android-developers] Need help in Dynamic TextView

2011-12-03 Thread Kiran Kumar Kendole
Hey All, I created a List view . Items for this list I am fetching from Database and put it in an arryalist. My XML is http://schemas.android.com/apk/res/android"; android:layout_width="wrap_content" android:layout_height="wrap_content" > I am just trying to get the Item whic