forecast-mvvm-android-kotlin
forecast-mvvm-android-kotlin copied to clipboard
Forecast MVVM app as found in the free course.
Please update the code for this. it happen when i update my all dependency with latest version.
They're only updated when the app is refreshed
i'm facing while working with weather forecast implemented as done in tutorial since then i'm facing kodein binding issue Issue: org.kodein.di.Kodein$NotFoundException: No binding found for bind() with ?().? { ?...
Changes : - Migrated to another Weather API that uses the same endpoints and models + it allows https usage with no subscription required - Fixed a bug related to...
Attempt to invoke virtual method 'int com.resocoder.forecastmvvm.data.db.entity.CurrentWeatherEntry.getId()' on a null object reference
`https://api.apixu.com/v1/forecast.json` ```json { "0": "#################################################################################################################################", "1": "# #", "2": "# IMPORTANT - PLEASE UPDATE YOUR API ENDPOINT #", "3": "# #", "4": "# This API endpoint is deprecated and has...
How can I make a @POST @FormUrlEncoded @POST("api/v1/login") fun myFunction( @Field("username") field1: String, @Field("password") field2: String ): Deferred backend is not receiving the fields
i try to make an swipe to remove an row but seem all tutorial must be create an adapter for it. So with your way how to make an swipe...
Hello and thanks for the awesome tutorials. I got a problem with the weather app. while we use GPS (i meaning the setting in the app), the location's name won't...