Google recently announced the launch of Android Instant Apps, a new technology which allows just the bare minumum of an App to be downloaded from links, bypassing the Play Store. This sounds cool enough on its own, but the implications of this reach far deeper than at first appears, and could end up changing the entire internet.
- Josias Sena 0 Comments
Place your fingertip on the fingerprint reader
There are a number of ways to authenticate a user to access an application, or a certain feature within an application, such as checkout, and fingerprint is one of them. For this post instead of going through the code step by step, i have added in-code comments, and will be letting the code speak for itself.
First things first, the permission.
The good thing is that we do not need to ask for this permission at runtime.
This project only has one activity, the MainActivity. Lets take a look at the code.