Posts by Ferzinha Fil • 75 points
2 posts
-
4
votes2
answers4107
viewsQ: How do I pass parameters from the last Fragment to the previous Fragment?
I have the following situation: the Fragment A and from it, with a button click event, goes to the Fragment B. When you’re in the Fragment B and press the back button in order to return to the…
-
3
votes1
answer205
viewsQ: Sqlite - count primary keys that were not referenced as foreign key
First, I am trying to count the primary keys of a table that WERE and WERE NOT referenced as a foreign key in another table. Also, I want to filter the search using the clause LIKE to show only…