Posts by luke cross • 19 points
4 posts
-
-1
votes2
answers64
viewsA: Constraint Layout cannot align to the corner of the screen - bottom of
The constraints layouts have the wonderful Vertical and Horizontal guidelines, which can restrict the position of the element where needed, I used a single Vertical Guideline and added the…
-
-2
votes2
answers64
viewsQ: Constraint Layout cannot align to the corner of the screen - bottom of
Hello, I have a Layout. xml that has a text as parameter and that in the lower right corner of this screen should be displayed a Floating Action Button, as shown in the preview layout below What in…
-
-1
votes1
answer73
viewsA: Sort by date does not work - Firestore
After getting the database date, I formatted it by following this tutorial and the code was like this in my Recyclerview: String data = anuncioPrincipal.getDataAnuncio(); SimpleDateFormat formInicio…
-
0
votes1
answer73
viewsQ: Sort by date does not work - Firestore
Hello, I have a variable in the database that contains the date in "dd/MM/yyyy" format, when I try to use the orderby of a query with that date firebase uses only the days (dd) to sort my…