timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Implement a currency converter #57

Closed timozattol closed 9 years ago

timozattol commented 9 years ago

Should use an API. Still need to discuss effect when offline.

Nice example with Yahoo API: http://stackoverflow.com/questions/16999006/currency-library-for-java

philemonf commented 9 years ago

Why not cache the currency conversion, inform the user when the cached data seems old and let him decide ?

radubanabic commented 9 years ago

Good idea to have a currency converter, but probably not top priority yet.

timozattol commented 9 years ago

@philemonf yeah good idea, I think we'll do that. @radubanabic you're right, I was kind of in my currencies and transaction model and didn't really think of the importance of that, we'll only use CHF for the beginning and implement this later.

timozattol commented 9 years ago

We will not implement this.