Posts by Vinícius Ghietti • 3 points
2 posts
-
0
votes0
answers109
viewsQ: How to update a Spinner from Edittext data on Android
I have a Spinner that is being filled with Sqlite data, I want to take this data, edit them and update them My Spinnerdatabase class method (responsible for the Spinner database) public void…
-
0
votes1
answer496
viewsQ: How to pass data from one Fragment to another (upadte Sqlite)?
I’m developing an app with Sqlite, I want to take the dice of a ListView (where I am displaying the saved information) and want to play for a Fragment to enable the user to edit it. I’ve tried…