Posts by Renato Crispim • 45 points
7 posts
-
-1
votes1
answer16
viewsQ: How to make one function wait for the answer of another that is within the first
I have my job ABAS that can only give the return when the function confirmacao within it return some value. Could help me I’m struggling. ABAS[submenu]["fn_afteredit_validar_leitores"] =…
javascriptasked Renato Crispim 45 -
-1
votes1
answer148
viewsA: Using Progressbar
Reinaldo you have to do the following, after inserting the bar Progress within your layout, you will have to declare it in your Activity, declaring it you put within its function to call the second…
-
0
votes3
answers2405
viewsA: Is it possible to export the source code of an Android Studio project? How?
From what I understand you want your source code, if that’s right, look at this tutorial, I’ve already done it for him. http://www.dicastech.net/tutorial-extrair-codigo-fonte-android/…
-
0
votes1
answer5530
viewsQ: Passing parameter to another Android Activity
I created a QRCode and I made it as soon as it generated the value, it was shown on the screen and I would have the option to say ok or just leave, I would like that when I clicked on Ok it was…
-
-2
votes1
answer839
viewsQ: Login with retrofit android
Hi I asked a question and could not help me, I have a webservice who’s making a get that when entered the user name it will allow access to the application and thus will pass the user to the next…
-
1
votes2
answers369
viewsQ: Passing parameter to another Activity with sharedPreference
I have a code where I will access a webservice that will be changing the ip weekly, I created a sharedpreference for the user to save the new ip and when saving my Activity would pull this IP saved…
-
1
votes1
answer59
viewsQ: Searching parameter by editText
I’m having trouble fetching some data from a specific parameter, in my android app, in the webservice I already search and using GET with the data I want it brings me the data, but I need that when…