Posts by Clicnet • 91 points
7 posts
-
2
votes1
answer320
viewsQ: UPDATE without changing the date of a record
How do I change a record in my table and keep the date the record was created. In the INSERT I’m using the method now(). When I wear one UPDATE to change only one column the date is being changed,…
-
0
votes0
answers343
viewsQ: List data in an Android Listview
I have a question when it comes to listing specific data from a table in a ListView. When I use a method to list, I can get all the records from the table, only I would like to filter this data by…
-
1
votes1
answer250
viewsQ: Creating a "check" method in a DAO class
I have a question when creating a method that checks if there is already a record in my database. In my database I have two tables: Table User: (id, login, password); Order table: (id, Qtd,…
-
1
votes1
answer637
viewsQ: Get response from a restful java web service on Android
I am developing an application for Android and would like to know how I do to receive a response from the server, the technology I am using on Android is retrofit 2. After sending a POST request,…
-
1
votes0
answers72
viewsQ: POST request in retrofit2
How do I send data from a form on android using retrofit2? The way I am doing the information stored in the database is being sent through a passage per parameter, I would like to recover the data…
-
0
votes1
answer689
viewsQ: Error in Gradle build: "java.exe finished with non-zero Exit value 2"
I have this error in my Android Studio, this happens when I run an application I am developing. Does anyone know what it can be? Follow my build.Radle: apply plugin: 'com.android.application'…
-
3
votes0
answers2708
viewsQ: Log in to Webservice via Android
And there folks all quiet? My question is this:: I’m trying to create a login screen on Android and the registered data is in a Mysql database, to establish the communication I have a working Rest…