Kwik Shop is a simple shopping list application for Android.
It is currently developed as student project of the Mobile Application Development course at Friedrich-Alexander-University Erlangen-Nuremberg.
The latest release of Kwik Shop is available in the Play Store
Kwik Shop also has a server component which's source code can be found on Github
The project makes use of several third-party libraries:
- Android Support Library, which is part of the Android Open Source Project
- Google Play Services
- ORMLite, licensed under the ISC license
- FloatingActionButton, licensed under the MIT License
- EventBus, licensed under the Apache License, Version 2.0
- ListViewAnimations, licensed under the Apache License, Version 2.0
- Dagger, licensed under the Apache License, Version 2.0
- Butter Knife, licensed under the Apache License, Version 2.0
- Joda Time, licensed under the Apache License, Version 2.0
- Java client for Google Places API, licensed unter the MIT License
- HttpClient for Android, licensed under the Apache License, version 2.0
- Jackson JSON Processor, licensed under the Apache License, Version 2.0
- dm77 Barcodescanner, licensed under the Apache License, version 2.0
- Android Volley, licensed under the Apache License, Version 2.0
- jsoup, licensed unter the MIT Licenese
- LDrawer, licensed under the Apache License, Version 2.0
- Google Maps Android API utility library, licensed under the Apache License, Version 2.0
Some portions of the the Fablab Android app, licensed under the Apache License, Version 2.0 were used in this application
The build-process is based on gradle and uses the following third-party plugins (as well as the standard android build plugin):
- gradle-git, licensed under the Apache License, Version 2.0
- License Gradle Plugin, licensed under the Apache License, Version 2.0
- JaxRs2Retrofit, licensed under the Apache License, Version 2.0