In this video will see how to check if correct page is loaded or not. In order to do that will get the title of the page and perform a check. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
Tag: check
How to implement radio buttons in a radio group in your android app?
In this video it shows the code to implement the Radio Buttons in a Radio Group in your Android App’s Java code in Android Studio. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code and other details: Screenshots:
How to check locators directly in the browser without any extra add-on/ plugin for Selenium?
Selenium: In this video we will see how to check locators are correct or not directly in the browser before using it in the code. This will really save the time and effort. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to create your own custom browser Android App? – Android Studio code
In this video it shows simple steps of how to create your own custom browser App in Android. It uses WebView to create the web browser layout and then registers it as web client in your App. It further uses loadUrl method to load the url in the webview making…
How to check a Palindrome word in your iOS App? – swift code using Xcode
This video shows the steps to create an iOS App in which one can check whether the provided word is a Palindrome or not. It uses a text field to get the input from the user to check whether a word is Palindrome or not. It invokes the method (function)…
How to implement Biometric authentication in your Android App? – complete source code
This video shows the steps to implement the Biometric authentication in your Android App. It uses the androidx.biometric implementation in the App’s gradle file for the same. For Biometric authentication, it uses AuthenticationCallback from BiomentricPrompt class from the implemented Biometric libraries in the App’s code. To interpret the results, it…
How to get IMEI (International Mobile Equipment Identity) number of your phone programmatically in your Android App?
In this video it shows how to get the unique IMEI (International Mobile Equipment Identity) number of your phone (Sim slot) in your Android App programmatically. It uses the TelephonyManager API to get the IMEI of the respective sim slot of the phone. I hope you liked this video, for…
How to log call data such as number, name, duration, type(incoming or outgoing) in your Android App?
This video shows a very simple and easy way to create a call logging Android App. In this App, it uses a very simple layout and a button to trigger call logging. However, a developer can use this concept to integrate in their much more advance App development. In the…