Posts by Tiago Marisco • 59 points
5 posts
-
1
votes2
answers85
viewsQ: Programmatically or in XML layout
I made a layout in XML, with time I began to realize that the layout programmatically has more facility to model the screen as the user interaction. Is it programmatically better than XML? And if it…
-
0
votes1
answer49
viewsQ: Why do I get null on onPostExecute?
This code is only returning null the Return, how can I fix it? @SuppressWarnings("deprecation") public class MecanismoString extends AsyncTask <String, String, String> {…
-
2
votes0
answers61
viewsQ: Take the value of Try and fix to Return
I would like to redeem the result value that is inside Try, the code is correct directly in Activity, but when I put in asyncTask I cannot set it in the Return result;. Follows the code AsyncTask:…
-
1
votes0
answers39
viewsQ: onPostExecute is not receiving the result value (Android)
Good night, I am accessing via Asynctask JSON, only on onPostExecute, to String result is not receiving the result value. Follow Home access code.class String login =…
-
0
votes1
answer48
viewsQ: View error
I have this query system in the msql database on the site, but I want to bring to the Oura Activity the login values and password. I tried with putExtra, but she doesn’t recognize the strings…