Im new to android..
I have a List view. For example List view contains "One, Two, Three,Four,Five". When i select the "Two" from list, i should display the "Two" as tittle for next layout content details of "Two"
How to get this? Any one help me. Thanks in advance.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:android1="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".Nexttopic" > <ListView android1:id="@+id/List_view" android1:layout_width="match_parent" android1:layout_height="250dp" android1:layout_centerHorizontal="true" android1:layout_centerVertical="true" android:background="@drawable/bg"> </ListView> </RelativeLayout>