https://github.com/wangzhiyao/memory
An android application to help people record text from the book or web
https://github.com/wangzhiyao/memory
Last synced: 2 months ago
JSON representation
An android application to help people record text from the book or web
- Host: GitHub
- URL: https://github.com/wangzhiyao/memory
- Owner: WangZhiYao
- License: apache-2.0
- Created: 2016-10-20T09:21:18.000Z (over 8 years ago)
- Default Branch: mvvm
- Last Pushed: 2019-11-28T09:45:15.000Z (over 5 years ago)
- Last Synced: 2025-01-08T07:49:59.155Z (4 months ago)
- Language: Java
- Homepage:
- Size: 21.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memory
该项目为我大学的毕业设计,该分支使用了 Retrofit2, RxJava2, ZXing, Glide, LiveData, Room, Paging 等库## UI(原)
## Summury
大致的功能有如下几点:
1.使用了 Retrofit2 + RxJava2 从豆瓣图书API获取书籍信息
2.使用 ZXing 来扫描图书的条码,根据图书条码去获取书籍信息
3.使用百度 OCR SDK 来实现文字识别
## License
Copyright 2019 WangZhiYaoLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.