I'm doing an android application and inside it has a fixed listiView
sent by an array of string for example
String[] servicos = {"Eletricista", "Pedreiro", "Pintor", "Encanador", "Arquiteto", "Engenheiro", "Marcineiro", "Serralheiro"};
In my application I would like the user to work within their respective area if they registered and were added within their area, I already have the form ready
Situation example - > an electrician registers and his name is played directly on the Activity
of the electrician.
How do I sqlite
get the data and play within its Activity
.
The project is of course.
I'm sorry if I said bullshit I'm a beginner in android