Library Development
This guide will help you get started with SwiftDroid for building Android libraries in Swift.
You will learn how to:
→ Create a library project
→ Structure and write your code
→ Build and test your library
→ Package and distribute it
Library development is built on top of JNIKit, so it’s recommended to read its → documentation first.