buzeeg / shopper

Repo for my Android application Shopper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopper Android App

This repository contains the source code for the Shopper Android app.

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

Contributing

Please fork this repository and contribute back using pull requests.

Git quick reminder

If other changes are made online, you can synchronise your local repo :

git pull origin master

Finally you can push your local modification to the distant repo :

git push -u origin master

Building with Eclipse

You just have to import the [app] folder as an Android project.

Building with Android Studio

  • Clone the repository : git clone https://github.com/buzeeg/shopper.git shopper
  • Update local.properties file with local path to android sdk
  • Open project in Android Studio
  • Select your local path

License

Shopper is under BEERWARE licensing. See the license file.

About

Repo for my Android application Shopper

License:Other


Languages

Language:Java 100.0%