Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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