Instant-Weather icon indicating copy to clipboard operation
Instant-Weather copied to clipboard

An Android weather application implemented using the MVVM pattern, Retrofit2, Dagger Hilt, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the...

Results 9 Instant-Weather issues
Sort by recently updated
recently updated
newest added

Hey, I just cloned the latest project from the main branch but couldn't run it. As soon as the Gradle sync ends, the following error pops up. I tried many...

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

Version: 1.0 Steps to reproduce: 1. Install the app and open it, then click on bottom menu called Forecast 2. Now click on whatever day of the top weekly calendar....

Version: 1.0 Current main version is not support Mac m1 chip

Fix Error e: java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.pom.java.LanguageLevel by change kotlin version to const val kotlin = "1.6.21"

updated project to target android 33

if you are on S+ android api you may get this error so in notification helper you can update pending intent to check if current sdk is higher than S...

class WeatherLocalDataSourceImpl is thrown a null pointer exception so returning an empty DBWeather if it's null fixing the issue override suspend fun getWeather(): DBWeather? = withContext(ioDispatcher) { if (weatherDao.getWeather() ==...