In this video it shows steps to display a list of strings (array) in the recycler view of your Android App. It shows the steps to create the recycler view adapter class and use it to set the adapter value of the recycler view. It refers to below page from…
Tag: manage
How to handle browser navigations (Forward/Backward Buttons, close the browser) in Selenium?
In this video will see how to handle different browser window navigations such as how to click on browser backward button, browser forward button, how to maximize/minimize the browser window, How to open the URL, how to navigate to some other url etc. I hope you like this video. For…
How to implement WorkManager to run background process (isWifiEnabled) in your Android App?
This video shows steps to implement work manager API to run certain background tasks for your Android App. In this example it checks whether is Wifi is enabled or not and displays it in a toast message. However, other functionality can also be easily implemented in the doWork() method of…