Posts by OsírisAguiar • 73 points
7 posts
-
1
votes1
answer90
viewsQ: Distorted Layout on the Tablet
Can anyone tell if it is normal an application made for Android mobile, when run on a tablet with Android system, get distorted? Some of the Imageview of my application got distorted, some got…
-
1
votes1
answer140
viewsA: Customer Rest/Erro no doInBackground()
I discovered the problem. I just needed to change the method loginstatus (adding post = new Httppostaux();: public String loginstatus(String username ,String password ) { int logstatus=-1;…
-
0
votes1
answer140
viewsQ: Customer Rest/Erro no doInBackground()
Apparently there are no errors in the codes, but I don’t know why you’re pointing out an error in the method //if (log.loginstatus(user,pass)=="1"); Unless mistaken there is no method in the…
-
4
votes1
answer138
viewsQ: SQL method for login
I have the following scheme: JdbcRowSet myrs = new JdbcRowSetImpl(); myrs.setUrl("jdbc:postgresql://localhost:9999/teste"); myrs.setUsername("postgres"); myrs.setPassword("");…
-
1
votes1
answer97
viewsA: URL_STRING does not fill correctametne
Solved! I made the following change in the Class, and the/: public class ConsomeWS extends AsyncTask<Void, Void, String>{ private static final String URL_STRING =…
-
0
votes1
answer97
viewsQ: URL_STRING does not fill correctametne
I have a problem in the consumer class of my Webservice Rest. In the project there are only two classes, Mainactivity is working correctly, but the consumption class (Consumows) is not understanding…
-
0
votes1
answer1885
viewsQ: Webservice almost 100% (Rest/json)
I have a problem that I can not solve T_T, after many searches I created a web service (test), to be consumed by an android application. The only function of it is to return a String, but I don’t…