1

Android - List View - Start New Activity

view story
linux-howto

http://stackoverflow.com – I am trying to build an activity in which each list item in the list view opens a new activity. But every time i run the app it is forced to close. Please help guyzz. I am trying for it for a very long time! Here is the layout file: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center" android:text="C++ PROGRAMS" android:textStyle= (HowTos)