Implement fingerprint in mobile banking android app [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am developing one android app for banking transaction. I want to implement the finger print login feature but I don't want to use the device registered fingerprint. I want the user to register the fingerprint through my app . How can I implement,save and validate the data.Please answer.

On Android, applications do not have direct access to fingerprint data so you cannot register fingerprints within your app.

Related

How to make an admin panel or admin application for e-commerce android application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am making an e-commerce application and I want to make an admin panel for it. What will be better application or a website. This app is just for my college project and will not be published on play store.
You could make a separate application which can only be accessed by admins and link this application to the same firebase database. Then implement all the admin functionality there. I have added an image for clarity

Multiple user accounts android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I'm designing an application for work. For security reasons, we want each employee to have to login to the app with a username and password. Additionally, we want to be able to revoke a specific employee's access if they quit/are fired. So essentially, I want to be able to give each employee a unique username and password for the app, and then be able to invalidate a specific user if necessary. Any suggestions on where to get started would be appreciated.
Firebase is the very good option in your case. Firebase Auth let users create a username with a password.
Refer this link:https://firebase.google.com/docs/auth/android/manage-users

How to get fingerprint of a user from android fingerprint sensor and store it in database? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am developing an application in which I want to use fingerprint for authentication. I don't know how to read the fingerprint and store it in my own database. I used Fingerprintmanager class but don't have a clue how to read the fingerprint to get enrolled or register the user in my database.

how to share data from different accounts via my android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm developping an android app and I want to post some data from my app on facebook. I can post data from my own account but i can't from a different account how can i fix that? Can anyone help?
If your app is in development mode, then only people with admin/developer/tester roles can use your app. Either add them to those roles in your app settings, or set your app to public.

How do Login programmatically gmail using Oauth 2 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new to Android, I want to Login Gmail without entering user ID and password manually. i search lot but still i am unable to do it. please help me. i would be grateful.
Below steps are require to login to Google.
go to this link [Oauth 2.0]:How to send mail programmatically in android using OAuth2.0 token

Categories

Resources