Posts by Lucas Medina • 35 points
3 posts
-
1
votes1
answer468
viewsQ: Android Listview equal to Instagram
I’m developing a project in Android Studio, the project screens are all made in Fragment, I’m using the Material Design followed the tutorial here, and would like to make the main screen a Listview…
-
-1
votes1
answer3184
viewsA: How do I adjust my app to the screen size of multiple devices?
I already did, I added this to Androidmanifest.xml <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true"…
-
1
votes1
answer3184
viewsQ: How do I adjust my app to the screen size of multiple devices?
Good afternoon, I am developing an application in Android Studio and it is well adjusted in my Motorola Moto X 2nd Generation. However, in my Samsung Galaxy Note 3, Motorola Moto E and Motorola Moto…