I am developing a chat application. Where user can send location same like whatsapp. (I am not talking about share live location functionality). For th
Layout file :
Use this layout file as item file of recyclerview.
For map image :
Use this answer : https://stackoverflow.com/a/50674957/8089770
To get lat long and name of place :
place.getLatLng()
to get the latitude and longitude
place.getName()
to get Place name to show at bottom of map
For chat application demo with recyclerview can go through tutorials like :
https://github.com/QuickBlox/ChatMessagesAdapter-android
RecyclerView for chat app
https://www.dev2qa.com/android-chat-app-example-using-recyclerview/