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
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
1
# README
2
2
3
-
Create android kotlin app from template.
3
+
This is an android application template project built with kotlin language and some useful libraries. It provides a creator script to quickly create an project from template.
4
4
5
-
This template project imports the [Meepo](https://github.com/nekocode/Meepo) library to create activity & broadcast routers. And use kotlin language sugars to make their usages simpler. For example:
5
+
## Creating project
6
+
7
+
Make sure you have installed Python 3 and [requests](https://pypi.org/project/requests/) library before proceeding. And then pate the following command at a terminal, replace the `PROJECT_NAME` and `APP_PACKAGE_NAME` and execute it:
The template project imports the [Meepo](https://github.com/nekocode/Meepo) library to create activity & broadcast routers. And use kotlin language sugars to make their usages simpler. For example:
6
16
7
17
```kotlin
8
18
// Goto a new activity
@@ -57,11 +67,3 @@ In addition, it creates some extention methods for [AutoDispose](https://github.
57
67
```
58
68
59
69
For more details, you can look at the code of template directly.
60
-
61
-
## Creating
62
-
63
-
Make sure you have installed Python 3 and [requests](https://pypi.org/project/requests/) library before proceeding. And then pate the following command at a terminal, replace the `PROJECT_NAME` and `APP_PACKAGE_NAME` and execute it:
0 commit comments