超人词典是一款查单词APP,它利用扇贝单词的API进行搜索单词,找到它对应的中文释义。整体采用Material Design设计布局,通过okhttp请求API。
| 首页 | 单词页 | 笔记本 |
|---|---|---|
![]() |
![]() |
![]() |
本项目通过Android Studio开发,通过从本项目的Github获取最新分支版本的代码。
git clone https://github.com/HoHoibin/SupermanDict.git
本项目利用了如下的库进行开发
| 名称 | 简介 |
|---|---|
| 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. |
| Glide | Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface. |
| Gson | Gson is a Java library that can be used to convert Java Objects into their JSON representation. |
| OkHttp | An HTTP & HTTP/2 client for Android and Java applications. |
Apache2.0 license. See LICENSE for more details.


