Coupon is a simple two page application that would read the latest cash back offers from the server.
- Share your digital cash back offers with your friends
- The coupon application can work offline as well.
- The application will allow you to sort the offer based on the name and cash back
Technology stack used in Coupon
- MVVM
- Design pattern
- Navigation Architecture Component
- Jetpack navigation
- Dagger2
- Dependency injection framework
- Retrofit
- Http client
- Picasso
- Image downloading and caching
- Paper
- Offline Storage
The coupon application use a special restful API to fetch the cash back coupon from the server.
New Feed | API Call |
---|---|
Cash back information | GET https://www.spkdroid.com/c51/coupons.php |
Android Studio 3.6 required
- Clone or download the repo
- Import project and build
The apk file can be downloaded from the following link
- Ramkumar Velmurugan - Portfolio
Copyright 2020 Ramkumar Velmurugan
Licensed 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 at
http://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.