Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update screen shoot
  • Loading branch information
huzongyao committed Oct 20, 2014
1 parent becad1f commit f29c357
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -28,16 +28,15 @@ such as rar, zip, tar, lzma.
2. if you don't want to compile the cpp code, just use the library.

####Demo screenshoot
![image]()
####JNI log
![image]()
####File manager
![image]()
#####1.Compress demo
![image](https://raw.githubusercontent.com/hzy3774/AndroidP7zip/master/images/compress_demo.gif)
#####2.Extract demo
![image](https://raw.githubusercontent.com/hzy3774/AndroidP7zip/master/images/extract_demo.gif)

####simple code:
* It's now just one single function to call:
```java
public static int myCmd(String cmd);
public static native int executeCommand(String command);
```
###More information
* More about it http://p7zip.sourceforge.net/
Expand Down

0 comments on commit f29c357

Please sign in to comment.