【发布时间】:2017-03-24 01:38:49
【问题描述】:
我想构建一个需要使用指纹扫描的安卓应用程序。为此,我正在使用外部 SecuGen 指纹扫描仪(SecuGen Hamster Pro 20)。如何将此集成到我的 android 应用程序中。提供用于 SecuGen 指纹扫描的 SDK。如何开始?
【问题讨论】:
标签: android android-studio fingerprint biometrics android-fingerprint-api
我想构建一个需要使用指纹扫描的安卓应用程序。为此,我正在使用外部 SecuGen 指纹扫描仪(SecuGen Hamster Pro 20)。如何将此集成到我的 android 应用程序中。提供用于 SecuGen 指纹扫描的 SDK。如何开始?
【问题讨论】:
标签: android android-studio fingerprint biometrics android-fingerprint-api
在提供给您的 SDK 中,使用 SecuGen Hamster Pro 20,提供了“编程手册”,其中包含将扫描仪与您的 android 应用程序集成的所有步骤。该 SDK 还包含 Demo android 项目,可帮助您编写代码,还提供了示例 apk。并且还提供了一组“Java Doc”文件以寻求帮助。希望这会对你有所帮助。
【讨论】: