The Forecast App development is nearing the end. In the last 13 parts we’ve ...
- Home
- |
- Tag: android mvvm
The Forecast App development is nearing the end. In the last 13 parts we’ve ...
In the last few parts we prepared the entity classes for the database, created ...
In the previous part we did the basic setup for FutureWeather part of our ...
At this point we can congratulate ourselves on a good and functional app – ...
We’ve already written code which is responsible for storing the WeatherLocation inside the local ...
In the last episode we’ve created the settings fragment. We’ve already successfully implemented the ...
Having created the user interface in the previous part, we’ve kind of finished our ...
After creating the ViewModel and the base for the View in the previous part, ...
We have already created a Retrofit service, WeatherNetworkDataSource as an abstraction on top of ...
Repository is a class which puts the network and local data operations into a ...