File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- <p align =" center " >
2
1
<img alt =" AndroidCLI " src =" http://i.imgur.com/3wCVzej.png " width =" 400 " />
3
2
4
3
[ ![ Join Gitter chat] [ gitter-image ]] [ gitter-url ]
5
4
[ ![ Build Status] [ travis-image ]] [ travis-url ]
6
5
[ ![ npm Version] [ npm-image ]] [ npm-url ]
7
6
8
- </p >
9
-
10
7
CLI for android applications
11
8
12
9
## Installation
@@ -40,6 +37,10 @@ Activity | `acli -g activity my-new-activity`
40
37
Fragment | ` acli -g fragment my-new-fragment `
41
38
LoginActivity | ` acli -g login-acitivty my-new-login-activity `
42
39
TabbedActivity | ` acli -g tabbed-acitivty my-tabbed-activity `
40
+ FullScreenActivity | ` acli -g tabbed-acitivty my-fullscreen-activity `
41
+ ScrollingActivity | ` acli -g tabbed-acitivty my-scrolling-activity `
42
+
43
+ If you contribute for other blueprints, please PR to [ this repository] ( https://github.com/endlessdev/android-cli-templates )
43
44
44
45
### Result Example
45
46
@@ -58,7 +59,7 @@ INTERNET | `acli -p INTERNET`
58
59
59
60
> Successful adding permission
60
61
61
- ## Dependency
62
+ ## Dependency (In Progress)
62
63
add dependency to build.gradle and sync gradle
63
64
64
65
<pre >
You can’t perform that action at this time.
0 commit comments