Posts by Marcos Moreira • 11 points
3 posts
-
0
votes1
answer51
viewsA: Shared installation Android Studio
You can install Android Studio for all users. As for the local repository, since it will be used by another user on the same machine, I believe you can use the public folder 'C: Users Public…
-
1
votes2
answers39
viewsA: Framelayout does not show my Textviews
Probably missing namespace in your Framelayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent">…
-
0
votes1
answer133
viewsA: List in Android Studio
You have two insertion screens 'Carregartelalista' and 'Carregartela3' ? You could try to insert the information on a screen and on another screen you load the Listview. By clicking on Listview you…