Posts by GBS invents • 11 points
2 posts
-
1
votes1
answer186
viewsA: Update does not update
the answer was to create a method in which I enter with the received sms, it checks the text and returns the database object: public ReceiveOne quest_IdReceiverOne (String message) { int size =…
-
0
votes1
answer186
viewsQ: Update does not update
The app works like this: An SMS is received, so the app checks if the number that sent this SMS is registered, if the app checks the first twenty characters of the message, which I call text…