Posts by Mateus Soares • 115 points
6 posts
-
3
votes1
answer162
viewsA: Error while switching Activity
I managed to solve, the error happens pq when it finishes loading the data and will set the Arrayadapter, the Activity is no longer open, so I decided to put a check of the status of the Activity…
-
3
votes1
answer162
viewsQ: Error while switching Activity
Good evening, I have an app with two Activity that loads external data, and I’m having trouble changing Activity before it loads all the data.When I call Activity Category, it loads external data,…
-
0
votes1
answer66
viewsQ: Listview in the Asynctask
My code does not load the data to list view when ta inside the AsyncTask, but if it is placed in the onCreateView works perfectly. public class Tab_os_Fechadas extends Fragment { private String url…
-
2
votes1
answer191
viewsQ: Tabs Android Stuido
I have a Navigation Drawer working perfectly, but I decided to have a Fragment with 3 Tabs, but giving error, I saw video and I took example, but I can not acetate. //My Navigation Drawer package…
-
0
votes2
answers2971
viewsQ: Line break
Good evening, I make an appointment and in my query I can not do break line, the results appear on one side of the other, already have \n, \\n, <br />,<BR> in PHP and it didn’t work...…
-
0
votes1
answer92
viewsQ: Submit only runs once
$(document).ready(function(){ //Função que ao clicar no botão, irá fazer. $("#logarsist").click(function(){ var usuario = $("#usera").val(); var password = $("#pass").val(); if(usuario == ''){…
javascriptasked Mateus Soares 115