Popularity
2.0
Stable
Activity
0.0
Stable
36
7
15

Code Quality Rank: L5
Programming language: Java
Tags: Podcast    

Fragmented alternatives and similar packages

Based on the "Podcast" category.
Alternatively, view Fragmented alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Fragmented or a related project?

Add another 'Podcast' Package

README

Android Fingerprint

Here's my sample app and backend from the Android Fingerprint Authentication In Action talk presented at Windy City DevCon and Droidcon NYC 2016.

What's in here?

  • A sample Android app that demonstrates fingerprint scanning and posting signed requests against a backend.
  • A sample backend that illustrates validating the signatures.

Running the Sample Backend

The Android app is configured to talk to localhost:8080, so forward requests into your emulator or device:

adb reverse tcp:8080 tcp:8080

in ./app-backend, run .gradlew bootRun

The backend will run on port 8080 locally.