This is a very simple Android library demo published on JitPack.io
- The library is SydneySuburbs which provides the following singleton object.
object Sydney {
val suburbs = listOf("Ryde", "Chippendale")
}
- To import the libarary, see Import JitPack Android Library in the following article.
- This very simple app (part of this library) gives a quick example to use the library.
- Android Studio Flamingo or later
- Jetpack Compose
- JitPack.io