shodgson / uareu

46 stars 37 forks source link

What is startScan? And where is it supposed to be called? #9

Open GipsyA opened 3 years ago

GipsyA commented 3 years ago

Hi there

I am looking at implementing your library into a project of mine, and have begun to review the source. One thing that doesn't make sense, to me at least, is the implementation of the 'startScan' method in the MainActivity. What is this? And where is it supposed to be called?

public void startScan(View view) { Intent intent = new Intent(this, MyActivity.class); startActivityForResult(intent, SCAN_FINGER); }

Any help on this matter would be greatly appreciated.

Thanks again.