You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very simple Android library demo published on JitPack.io
5
+
6
+
- The library is [SydneySuburbs](https://github.com/vinchamp77/demo-simple-android-lib/tree/master/SydneySuburbs) which provides the following singleton object.
7
+
```
8
+
object Sydney {
9
+
val suburbs = listOf("Ryde", "Chippendale")
10
+
}
11
+
```
12
+
- To import the libarary, see [Import JitPack Android Library] in the following article.
13
+
- This very [simple app](https://github.com/vinchamp77/demo-simple-android-lib/tree/master/app) (part of this library) gives a quick example to use the library.
14
+
15
+
## Requirements
16
+
- Android Studio Bumblebee or later
17
+
18
+
## Articles
19
+
-[How to Publish Android Library on JitPack.io with GitHub?]
0 commit comments