On this page you can download our demos and see how to implement our SDK into your app.
All demos are encrypted with password. If you don't have it, please contact us.
This Android demo contains most frequent usecase with Kotlin app that uses XML layouts and Fragment manager navigation. Furthermore there are two activities that you can switch in AndroidManifest.xml.
.ui.DemoActivity if you are interested to integrate SDK in new separate window or activity..bottombar.BottomBarActivity when you want to integrate SDK in combination with bottom bar in host application.Don't forget also to change onBackPressedCallback based on what approach you chose. Demo code is prepared for both approaches.
Demo doesn’t include SDK itself. You can download it on our SFTP. Then, just put it into your Maven Local Repository.
The demo includes a demonstration of the SDK view using a push transition and also as a standalone view in UITabBarController with manual integration. Demo don't include frameworks from SDK. You can download them on our SFTP.
This demo shows how to implement simple API gateway which SDK will be communicating with.
Continue with integration of our SDK into your app.