ardovic / Open-Source-Android-Weather-App

☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
https://www.ardovic.com
MIT License
104 stars 81 forks source link

Rewrite networking with retrofit #2

Closed ardovic closed 6 years ago

ardovic commented 6 years ago

Currently we have HttpURLConnection implementation for networking and api calls. Plan is to rewrite the existing code with the use of retrofit library.

Polurival commented 6 years ago

pr created

ardovic commented 6 years ago

Hi, I'll check and merge soon.

ardovic commented 6 years ago

Great! I'm closing this issue, work has been done successfully.