This Android project shows the transactions related with products of a company. The data source is a JSON file that is parsed and read to get all the transactions related with each product.
All the transactions can be shown in a detail screen with their original values and the converted values to GBP currency.
This project follows the Clean Architecture principle purposed by Uncle Bob. The implementation is divided into three modules as Fernando Cejas propose in his github repository.
Copyright 2017 Jose Casero
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.