This video shows simple steps to create an Android App and connect it with the Firebase project. Then it shows how one can use Firebase cloud messaging service to send the push notification on the phones which have this Android App installed. I hope you like this video. For any…
Tag: chat
How to detect whether a user is typing or using the keyboard in your Android App?
In this video it shows how one can detect whether the user is using the keyboard for typing within an EditText widget. It uses addTextChangedListener and setOnFocusChangeListener listeners to detect the action of the user. Once the action is detected, that is the user is typing, the respective status is…