Posts by feliperohde • 11 points
2 posts
-
0
votes3
answers3188
viewsA: How to make an image fit to various screen sizes on Android?
I think you may be looking for the scaleType attribute of imageview, it is possible to set how the image will behave within the canvas itself, whether it will be cropped or not. if this is so and it…
-
1
votes0
answers213
viewsQ: Group recyclerview items by the.time item similar to facebook messenger
I’m trying to create behavior similar to what happens in Facebook Messenger, when sending several consecutive messages, for this I created several background drawables with border radius to be…