Posts by sergiopm • 123 points
11 posts
-
1
votes1
answer68
views -
1
votes1
answer112
viewsQ: How to change the state of a Togglebutton in java?
I created this Drawable to define how Background of the 6 Togglebutton. How do I make the Togglebutton toggle between them without being clicked? <selector…
-
4
votes1
answer339
viewsQ: Alert Dialog personalized with GIF image
I would like to know how to create a Alert Dialog customized where you had an Imageview containing a GIF. On my Main. imgAndroid = (Button) findViewByid (R.id.imagandroid);…
-
0
votes1
answer56
viewsQ: Update apps by Android Studio
I made a app In Android Studio, I ended up publishing it on Google Play. now I wanted to know how can I update it? What are the necessary steps? Just change app in android studio and compile as…
-
0
votes1
answer96
viewsQ: Alertdialog with background
I created this alertDialog but I wonder if instead of having an icon when it appears, if it is possible to all have another color or even use an image like yours (Background). E Assign to the…
-
1
votes2
answers413
viewsQ: How can I put a button to make it visible?
How can I click a button and make the other button visible?? Button vibrar; cor = (Button) findViewById(R.id.cores); public void clica (View View){ cor.setVisibility(View.VISIBLE); }…
-
2
votes1
answer47
viewsQ: Associate two image
I wanted to create a app that clicking on an image changed your image and was waiting to click on another image. If the two images were equal (with the same value) activates a button that gave the…
-
1
votes2
answers10833
viewsQ: Create a button to exit the app
I created this code to close app for it instead of closing reboot. I have Mainactivity and the first one has a splash screen. What I have to change . public void existeapp (View View ){ existeapp();…
-
0
votes1
answer367
viewsQ: How can I create a Seekbar
I want to create a bar that shows the music playing. I created a Seekbar so that when the audio starts playing it shows its duration time and how much time passed after starting it ... SeekBar…
-
0
votes1
answer30
viewsQ: Difficulty hitting the buttons in the layout
I can’t get the Buttons on the layout like I want. I wanted to leave one button at the center and the others at the bottom (bottom) below what is at the center. Only they don’t get right and I can’t…
-
0
votes1
answer68
viewsQ: I created an application in android studio but when I install on the phone and game is slow
Good afternoon, I created a small application and went to the phone to try how well it ran on my phone I gave it to my friends to see if it worked on their phone. I ended up discovering that in some…