📗 Get the code from this tutorial 👇👇
https://resocoder.com/forecast-app-01
Start saving time now by planning weekly with Week Sweep: http://bit.ly/2Jf3QA0
With this tutorial series you are starting a new Android development journey on which you are going to learn a ton of new things.
You are going to build a real forecast app using the MVVM architectural pattern. Let's quickly run through what you'll actually build. Don't worry if you don't understand half of the stuff I'm about to say - this is a tutorial, after all, and I will teach you everything in detail in later parts.
This app is going to do things like getting weather data from an API using Retrofit and Gson, caching this data in an SQLite database using Room library, handling asynchronous code using Kotlin's coroutines, concentrating data operations in a Repository class, injecting dependencies using Kodein library, getting the user's location and more.
Go to my website for more information, code examples and articles:
● http://resocoder.com
Follow me on social media:
● https://instagram.com/resocoder
● https://www.facebook.com/resocoder
● https://twitter.com/resocoder
● https://gab.ai/resocoder
#android #kotlin #mvvm #tutorial