Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Jul 4, 2015
1 parent 52370b1 commit 5a674a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Hawk.init(context, PASSWORD); // might take 200ms
if you don't put any password, it will use another approach, it is faster but less secure.

```java
Hawk.init(context); // very fast
Hawk.init(context); // very fast, less secure
```

init takes 200-400ms depends on the device. You may want to use async solution in order to avoid this. Add a callback to init and it will work asynchronous.
init might take 36-400ms depends on the device. You may want to use async solution in order to avoid this. Add a callback to init and it will work asynchronous.
```java
Hawk.init(context, PASSWORD, new Hawk.Callback() {
@Override
Expand Down Expand Up @@ -155,6 +155,8 @@ I use the following implementation for the crypto and I believe it should get mo
- [Bee](https://github.com/orhanobut/bee) QA/Debug tool
- [DialogPlus](https://github.com/orhanobut/dialogplus) Easy,simple dialog solution
- [SimpleListView](https://github.com/orhanobut/simplelistview) Simple basic listview implementation with linearlayout
- [Logger](https://github.com/orhanobut/logger) Simple, pretty and advanced logger


###License
<pre>
Expand Down

0 comments on commit 5a674a2

Please sign in to comment.