Posts by alxfsilva • 9 points
2 posts
-
-2
votes2
answers1163
viewsA: Error calling another screen
Try to include the following line in your Androidmanifest.xml file: <activity android:name="br.com.olamundo.parametros/br.com.olamundo.parametros.ActSegundaTela"> </activity>…
-
1
votes1
answer61
viewsA: A simple doubt
Is trying to use OnClickListener without doing the import, will have to add the import as follows: import android.view.View.OnClickListener; Already on line 14 of your code you missed specify the…