iotaledger / android-wallet-app

IOTA Android Wallet Application
GNU General Public License v3.0
82 stars 48 forks source link

Retrofit :question: #144

Open josealfonsomora opened 6 years ago

josealfonsomora commented 6 years ago

Is there any reason for not using retrofit? I'm more than happy to refactor the code and add retrofit if there is no reason. Code will be more maintainable and easy to read

pinpong commented 6 years ago

Please check the code of Jota. Feel free to contribute to the app or the iota java lib.

hannesa2 commented 6 years ago

I see in https://github.com/iotaledger/iota.lib.java there is retrofit used. I guess more projects use this lib, but for me it would be easier to change something there, if it's a submodule here. (Currently I search for a way to log out http requests, because a Postman collection, or similar is missing) With current construct I will not touch the lib. But this is only my personal point of view