I am working on a social media application. Where user can view and reply to their story then they can chat.
Handling chatting on :
public class ReplyBottomSheet extends BottomSheetDialogFragment {
// kodes...
}
I am using EditText to take input and TextView to show it.
Now I want to add gif feature in my application. Please any suggestion?