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: private
How to get client ID and client secrets (private key) for Google account?
The video shares the process of obtaining client ID and client secrets (private key) for a Google account. For further inquiries or feedback, reach out at https://programmerworld.co/contact/ or email programmerworld1990@gmail.com. Screenshots of the steps are also included.
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…