https://github.com/itwin/mobile-sdk-android
https://github.com/itwin/mobile-sdk-android
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itwin/mobile-sdk-android
- Owner: iTwin
- License: mit
- Created: 2022-02-08T21:18:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T21:54:30.000Z (about 1 month ago)
- Last Synced: 2025-03-29T07:21:48.061Z (28 days ago)
- Language: Kotlin
- Size: 336 KB
- Stars: 7
- Watchers: 29
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# iTwin mobile-sdk-android
Copyright © Bentley Systems, Incorporated. All rights reserved. See [LICENSE.md](./LICENSE.md) for license terms and full copyright notice.
## Warning
This is pre-release software and provided as-is.
## About This Repository
This repository contains the Kotlin code used to build [iTwin.js](http://www.itwinjs.org) applications on Android devices. This package requires Android API Level 28 (Android 9.0) or later. Most people will use binary builds of this package. If you want to build it yourself in order to contribute, please see [CONTRIBUTING.md](./CONTRIBUTING.md).
## Note
This package is designed to be used with the [@itwin/mobile-sdk-core](https://github.com/iTwin/mobile-sdk-core) and [@itwin/mobile-ui-react](https://github.com/iTwin/mobile-ui-react) packages. Those two packages are intended to be installed via npm, and their version number must match the version number of this package. Furthermore, they use __iTwin.js 4.9.5__, and your app must use that same version of iTwin.js.