Posts by Blaack • 65 points
2 posts
-
6
votes1
answer396
viewsQ: Order by command with Sqlite accent
I am programming for Android and using the native database(SQLite). I want to make a query in the product table ordered by name, but while doing the SELECT thus: SELECT * FROM produtos ORDER BY…
-
-1
votes1
answer36
viewsQ: Best practice to call a new screen
I have a Activity containing a RecyclerView, by clicking on it opens a Dialog with the selected item information. And in that Activity has a FloatingActionButton, I want you to call a registration…