Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current Restore this Version View Version History

« Previous Version 2 Next »

Overview

Android Registration Client is a flutter based android application, which is used to capture user demographics, documents and biometrics in online or offline mode.

Platforms:

Code Setup:

Codebase for android registration client is hosted at https://github.com/mosip/android-registration-client/tree/feature-flutter . For code setup clone the mentioned repository and follow https://docs.mosip.io/1.2.0/community/code-contributions .

Android Library Codebase:

  • Native android codebase which has the service implementation can be imported from android folder from cloned repo to IDE of choice.

  • The Android folder contains the following modules clientmanager, keymanager, packetmanager and interface for communication between the flutter modules and java modules.

Flutter Codebase:

  • For the core codebase can be imported