Posts by Marcos Max • 79 points
9 posts
-
0
votes1
answer430
viewsQ: Object list for another Activity
I’m trying to save a list of objects with sharedpreference and gson. And the idea is that I can upload this list to a Listview, I ran the tests and when it goes to listview it only loads the…
-
1
votes2
answers1278
viewsQ: Pass product list to another Activity
Hello, I am learning and I wanted the suggestion of you, in a simple way at first, how to make this passage of products to another Activity. The application I’m developing it loads a list of…
-
1
votes1
answer302
viewsQ: Pass list to another Activity
I am creating an app, at this point in the app, you choose how many products you will get from a Recyclerview List and this list will be passed to another Activity where it will be loaded in a…
-
1
votes1
answer1543
viewsQ: Double Click Android
I’m developing an app that has a list in a RecyclerView and the idea is that the person chooses one or more products from that list and changes color to show that it is selected, but in case the…
-
1
votes1
answer90
viewsQ: Android Load JSON
I need to get the information from a JSON, I created a php code that transforms the database into mysql in JSON https://portfoliounopar.000webhostapp.com/index.php, Now I need to take this…
-
1
votes1
answer3566
viewsQ: Mysql PHP XAMPP - Connect to database
Hello, I need to create a webservice, but I have little experience with php and mysql, so I have some questions, I am using XAMPP and Mysql Workbench, in Workbench I did the connection test and said…
-
0
votes0
answers298
viewsQ: Upload firebase information to Recyclerview - Android Studio
My app stores customer information in Firebase and downloads it to a Listview, but I need to do a search with the information in Listview. I was told that the best way to do it is to use a…
-
0
votes0
answers198
viewsQ: Firebase - Filterable - Search View
I’m developing an app, I use Firebase as a database to store registered customers. So I have a Listview that shows these clients, shows their name and number. What I need to do is a search, put the…
-
2
votes2
answers935
viewsQ: Android Studio - Firebase - Search & edit data
I’m creating an app using Android Studio, which stores customer information in Firebase : I need to create a way to search for these clients by name or CPF, if it is necessary to change something,…