Posts by pedrofromportugal • 26 points
2 posts
-
1
votes1
answer40
viewsA: Problems with transparency in android studio
First of all you should rethink the way you are creating your layout. Try using Constraintlayout with Guidelines. It’s much easier and more effective than using multiple…
androidanswered pedrofromportugal 26 -
0
votes1
answer24
viewsA: Listfragment Android
Listfragment is basically a Fragment with a Listview. You have some methods like getListView() and getListAdapter() to make your life easier. It depends on what you need but most of the time I’d use…