In this video it shows the steps to connect to a private repo from your Android Studio. It uses the Classic token to authenticate the connection. Further, it shows how one can commit and push the files to the Github repo. I hope you like this video. For any questions,…
Tag: public
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…