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: androi
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…