Posts by aleander rayson • 23 points
8 posts
-
0
votes0
answers37
viewsQ: Request problem that only falls in catch
I’m working on a new project so I don’t have much control of the code and I’ve reached a problem where the request doesn’t work or returns something where I can’t solve , it just falls into the…
-
0
votes1
answer47
viewsQ: Force android app close and restart
I wanted to find some way that even if the app closes and automatically reboots again. I couldn’t find any content that would help me if someone knew
androidasked aleander rayson 23 -
1
votes1
answer99
viewsQ: How to use non-static "getSystemService"
I am making a class that repeats the notifications but I cannot import the Prompt class.Notification whenever I leave the Static Notification Class of the error in getSystemService in the following…
-
0
votes1
answer90
viewsQ: Notifications repeating every day
I’m trying to make an app that arrives notifications at user-determined times every day, but I was only able to make them arrive once. That’s the code I’ve got so far: private void salvar() {…
-
0
votes1
answer59
viewsQ: Clear list of Activity
I need that when I arrive in the last screen of questions of my application I can only return to the menu screen that is the screen after the main and only in this final screen of questions that I…
-
0
votes0
answers21
viewsQ: Select android error
I can’t return the value inside my Arry always returns 0 Class Read public class Read { public ArrayList<RespostasAguaCasa> getLista() { SQLiteDatabase db =…
-
0
votes1
answer46
viewsQ: Error in select search
I can’t return the value inside my Arry always returns 0 Read public class Read { public ArrayList<RespostasAguaCasa> getLista() { SQLiteDatabase db =…
-
0
votes1
answer327
viewsQ: Using Select android studio
I was able to save information in my Sqlite bank, only I can’t call them. I’m trying to use the following method: private void verPessoas() { ArrayList<RespostasAguaCasa> pessoas = new…