Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andhikayuana/belanja-android
Simple QR Scanner to scan product
https://github.com/andhikayuana/belanja-android
android android-application android-qrcode qrcode-scanner
Last synced: about 5 hours ago
JSON representation
Simple QR Scanner to scan product
- Host: GitHub
- URL: https://github.com/andhikayuana/belanja-android
- Owner: andhikayuana
- Created: 2018-05-20T14:09:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T08:28:19.000Z (over 5 years ago)
- Last Synced: 2024-11-17T08:49:18.013Z (2 months ago)
- Topics: android, android-application, android-qrcode, qrcode-scanner
- Language: Java
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Simple QR Scanner Android
### Requirements
* [Git](https://git-scm.com/)
* [JDK8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
* [Android Studio](https://developer.android.com/studio/)
* [Belanja API](https://github.com/andhikayuana/belanja-api)### External Library
* [Picasso](http://square.github.io/picasso/) Image Loader
* [Barcode Scanner](https://github.com/dm77/barcodescanner) QR Scanner### Running
#### API Server
Please see [readme](https://github.com/andhikayuana/belanja-api/blob/develop/readme.md) of [Belanja API](https://github.com/andhikayuana/belanja-api)
#### Android App
* Clone this repository using `git`
* Open the project using `Android Studio`
* Run