Posts by Kayque Damasceno • 11 points
3 posts
-
-1
votes1
answer30
viewsQ: Android task flow app?
You can create an application that does a "path" for the user? For example, when running the application it calls an Intent pro user set the time and the application "waits" the user events to go to…
-
0
votes1
answer66
viewsQ: Use adb commands in App for android
I’m starting to use some test automation tools, including Espresso, UI Automator or even an ADB command script. My question is whether it is possible to create an application that runs ADB commands…
androidasked Kayque Damasceno 11 -
1
votes1
answer1884
viewsQ: How to update a Jlabel periodically?
I would like to know how to keep updating periodically a Jlabel, since this label depends on another method. In this case it would be the lblNewLabel_1. public class MenuGFinancas extends JFrame {…