Posts by Joao • 21 points
7 posts
-
1
votes1
answer464
viewsQ: Icon rounded android studio
What is the difference between android:icon and android:icon rounded? Not having an icon rounded causes an application problem?
-
0
votes1
answer702
viewsQ: Add icon to Android Studio mode
I’ve been doing research on the internet about the implementation of icons for android apps by android studio, however, I confess that I was somewhat confused. I made my icon using Adobe Illustrator…
-
-1
votes2
answers1729
viewsQ: White screen on app startup - Splash Screen
I created a home screen for my application using an empty activity that is visible for 3 seconds with a background image. Usually, the app starts with a white screen before the background image…
-
0
votes0
answers55
viewsQ: User-to-user notification in different apps
I was doing some studies related to the development of Android, and I came across the following question. How can I send a notification from one user in an application to another in another…
-
-4
votes1
answer70
viewsQ: Screen Size of Smartphones
I am producing an app. I would like to know for which size of android smartphones screens I should program the layout. The layouts I made do not fit on smartphones with screen 2.7,3.2, 3.3,3.4,…
-
1
votes1
answer64
viewsQ: Swipe Refresh in api 15
I am making an application that uses Swipe refresh a lot, I would like to know how to implement Swipe refresh in Androids with api 15? If it is not possible how can I create the Swipe for android…
-
0
votes2
answers339
viewsQ: Swipe Refresh in Textview
I wonder if there is any way to implement a refresh Swipe in android studio to update only a textview when triggering? I’m using android studio, Activity has only a two text view at the top static…