Posts by Tiago Fabre • 121 points
3 posts
-
1
votes2
answers328
viewsA: Search and display in a listview a single type of BD information
I have an old example of my work with android in college. Here I create a new Arrayadapter< String> to get only one value (the way you want). Can’t you forget the…
-
0
votes1
answer187
viewsA: Configure Route MVC page
Solving with areas You can use the functionality to create areas *right-click on the project name and select Add / Area * With this you can create for example admin routes: site.com/admin/home…
-
1
votes2
answers389
viewsA: Simulate APP (Android) data search in PHP/Python
This Sinesp-Citizen app is not being simulated, this code is just a facilitator to make requests for the actual python app API... If you want to do something similar to some other app, you have to…