Hyphen
  • Hyphen
  • Concepts
    • Auth Methods
    • Hyphen Multi-Sig Account
      • Device Key
      • Recovery Key
      • Server Key
    • Paymaster
    • Hybrid Custody
  • Mechanism Paper
  • iOS SDK
    • Quick Start
    • Authenticating Users
    • Using Hyphen UI Kit
      • Account Management Screen
    • Sample Project
  • Android SDK
    • Quick Start
    • Authenticating Users
    • Handling 2FA / Transaction Request
    • Using Hyphen UI Kit
    • Sending Transactions
  • Flutter SDK
    • Quick Start
    • Authenticating Users
    • Using Hyphen UI Kit
    • Sending Transactions
    • Example App
  • Hybrid Custody
    • Into the Hybrid Custody
  • Without Using SDK
    • Authenticating Users
    • Handling 2FA Push
  • REST API
    • API Reference
      • Account
      • Auth
      • Device
      • Key
      • Sign
    • Swagger
Powered by GitBook
On this page

Was this helpful?

  1. Android SDK

Using Hyphen UI Kit

For easy integration of the Hyphen into your app, we offer a separate SDK module called Hyphen UI Kit. This library comprises a set of ready-to-use UIs that can be integrated into your app in an instant.

  • Easy Integration: you just need a few lines of code to integrate it.

  • Customizable: the color, fonts, and themes are fully customizable so they can seamlessly fit with your app's branding.

  • Localized: the UI kit is provided with localizations over N+ languages (Coming Soon!)

You can check it in the SDK package: at.hyphen:android-sdk-ui. We currently offer:

  • Sign-In Screen: Onboard your user seamlessly just with a few lines of code.

  • Account Management Screen: Just like the session management UIs in Web2, users can manage their devices and add/remove keys as they want.

  • 2-Factor Authorization UI: We handle the stuff like push and authorization.

PreviousHandling 2FA / Transaction RequestNextSending Transactions

Last updated 1 year ago

Was this helpful?