I am making a password manager, in which i am storing passwords of different user.
How do i prompt him to fill data/credentials from our database.
like how different password protector is doing it. I am also storing their data locally.
I am making a password manager, in which i am storing passwords of different user.
How do i prompt him to fill data/credentials from our database.
like how different password protector is doing it. I am also storing their data locally.
For Android API 26(Android 8.0) or greater, you can use Auto-fill Framework, which has all the inbuilt support needed for Auto-fill along with UI.
For older Android versions, you have to use Accessibility Service to detect (as well as paste data) when user is entering something and manually show suggestions by drawing on the top of others apps.