Posts by Yanik Santos • 121 points
5 posts
-
5
votes3
answers185
viewsQ: Animation in images
Is there any way to make an image rotate by, say, 90 degrees when clicked on? I want that when clicking on the image, it takes a turn, like a clock pointer for example.
-
3
votes1
answer1098
viewsQ: Login with Android PHP and Mysql
Hello! Following a tutorial I created an app that includes registration and login with android PHP and MYSQL, the registration works perfectly, only that in the login part when the entered data is…
-
1
votes2
answers58
viewsQ: How do I make an operation run moments after I have clicked a button?
I created a simple android app that starts a service soon when I click a button I put, just click the button it starts the service immediately. What I want now is that clicking the service button…
-
0
votes1
answer263
viewsQ: Show message on screen if there is no internet connection
I created an android app that consumes data from a webservice Rest made in Php, so far everything working perfectly. What I want now is to show a message on the screen if you do not have Internet…
-
2
votes3
answers876
viewsQ: How to repeat a minute-to-minute notification
I’m creating a app simple that gets a notification every time I click a button on my layout, everything works perfectly. Now I want this notification to be repeated for example every minute until I…