Posts by Marcelo Meneses • 23 points
2 posts
-
2
votes2
answers4441
viewsA: How to set space between buttons on Android?
To add spacing between buttons you can use the layout_margin: android:layout_margin="10dp" android:layout_marginTop="10dp" android:layout_marginBottom="10dp" android:layout_marginRight="10dp"…
-
0
votes1
answer1443
viewsQ: Error: Jsonexception: End of input at Character 0, when sending Android information to a PHP Webservice
I’m sending information from Android to a PHP Webservice via lib Volley. Everything works perfectly, except with special characters. Map<String, String> params = new HashMap<String,…