PwdManager is password-manage app based on Android to help you manage your passwords easily.
| Name | Introduction |
|---|---|
| Android Support Libraries | The Android Support Library offers a number of features that are not built into the framework. These libraries offer backward-compatible versions of new features, provide useful UI elements that are not included in the framework, and provide a range of utilities that apps can draw on. |
| ButterKnife | Bind Android views and callbacks to fields and methods. |
| EventBus | Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. |
| Android-Debug-Database | A library for debugging android databases and shared preferences - Make Debugging Great Again |
| Gson | A Java serialization/deserialization library that can convert Java Objects into JSON and back. |