-
When running project that has HILT, I am getting the following crash caused by:
`val createReceiptViewModel: CreateReceiptViewModel = hiltViewModel(key = "create_bill_viewmodel")`
on the stackt…
-
I expect that if I have a check for instance
```
if(otp=="123456"){
otpTextView?.showSuccess()
}
else {
otpTextView?.showError()
}
```
But it's not updating the state, it only updates the …
-
[This section](https://github.com/KhronosGroup/3D-Formats-Guidelines/blob/main/KTXArtistGuide.md#method-3-etc1s) suggests that one can convert to ETC1S format all textures tied to a glTF file with:
`…
-
Latest stable versions of dependencies:
- adapter-rxjava2 v2.7.2
- assisted-inject-annotations-dagger2 v0.5.2
- assisted-inject-processor-dagger2 v0.5.2
- converter-moshi v2.7.2
-…
-
### What happened?
Hi team,
Using Expo SDK 49 the Android build failed
```
`FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugDuplicate…
ghost updated
5 months ago
-
# Team Overlay implementation
We'd like to get an implementation for team overlay similar to what they have in **EzQuake/KTX**.
![image](https://user-images.githubusercontent.com/67801374/1348204…
-
## dependencies
```groovy
testImplementation "junit:junit:4.13.2"
testImplementation "androidx.test:core:1.3.0"
testImplementation "androidx.test:core-ktx:1.3.0"
testImplementat…
-
```
> Task :app:hiltJavaCompileDebugAndroidTest NO-SOURCE
> Task :app:mergeDebugAndroidTestJavaResource
> Task :app:transformDebugAndroidTestClassesWithAsm
> Task :app:packageDebug
> Task :app:cr…
-
### Issue Description
a new version of `androidx.core:core-ktx` has just been released last September 1. The new version has `targetSdkVersion: 31`. When I tried to run my android app I got error …
-
**Describe the bug**
I am getting an ANR (Application Not Responding) in Play Store as well as in Firebase Crashlytics.
When try to start a call and the app is trying to get the Audio Device.
Her…