Posts by Ronie • 1 point
1 post
-
0
votes2
answers65
viewsA: Android String Post http
Instead of using the setOnClickListener method, try creating a "public void meuClick()" method in your Activity and inserted in the layout xml on your Button the property android:onClick="meuClick".…