Posts by gta sandro • 17 points
3 posts
-
0
votes1
answer182
viewsA: Android Studio - XML Layout shows no options and always gives error
It happened to me too. to solve was just to downgrade the android version studio 1- Uninstall the current version of your system. 2-download the older version of Filehippo.com - Download the free…
-
-1
votes1
answer80
viewsQ: null Object Reference
Logcat java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean)' on a null object reference…
-
0
votes1
answer56
viewsQ: Listview of Android slow
What may be causing slowness? Code of Adaptador: public class Adaptador extends BaseAdapter{ private static LayoutInflater inflater = null; Context contexto; String[][] datos; int[] datosImg; public…