Skip to content

Commit ba8ab30

Browse files
authored
Create README.md
1 parent c2d26cd commit ba8ab30

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Simple Android Library (JitPack.io)
2+
3+
## Overview
4+
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

Comments
 (0)