Posts by Adao Santos • 36 points
2 posts
-
2
votes2
answers7832
viewsA: How to make a search filter
Take a look at this code, you’ll notice I made some changes, to make the flow simpler. Main was unifying the part that renders the table. I had to use another lib because in my environment mysql no…
-
0
votes4
answers645
viewsA: How do I insert a button after a listview?
You can take another approach too. Demarcating for your Listview to finish before the Buttom and using a scrollView to display the full content of the list, would look like this: <?xml…