Posts by juliano santos • 41 points
4 posts
-
0
votes1
answer27
viewsA: android - Constraintlayout shows different from android studio
I have already gone through a similar situation and decided to simply change the format of the image that should be shown in Imageview. Usually svg and vectors in general always behave strangely in…
-
0
votes1
answer68
viewsA: Remove List of Products from a Campaign - Firebase + Android Studio
The simplest way I’ve seen to make that deletion without making any major changes to your code is as follows: Since the moment you call the delete method you have access to the list of products then…
-
1
votes1
answer80
viewsA: Recyclerview - Is it possible to change the current view in the long click event?
You can create onLongItenClick both inside the adapter and onCreate this Listener will return the position of the object in the list and then you can pass this position to a method that will be…
-
0
votes1
answer129
viewsA: Change button color when click = Gree when drop back normal color?
As you are looking for something direct in the code what happens is the following change in this method Onclick occurs when Oce releases the button, example the button is in the color 1 Oce presses…