posted 14 years ago
When I start a separate Activity my application is crashing. The way I am doing is from the main activity onClick handle I call.
the showNextDialog is defined in main.xml as
<Button
android:id="@+id/NextWindow"
android:layout_width="137px"
android:layout_height="40px"
android:text="Show"
android:onClick="showNextDialog">
</Button>
The second activity that is created is
The services.xml is defined as
Anybody having any idea why the application is crashing...