-
Upgrading Hilt 2.42 -> 2.44 adds a new deprecation warning.
When we upgraded androidx from Hilt 2.42 to 2.44 (https://android-review.googlesource.com/c/platform/frameworks/support/+/2242564) we sta…
-
## Possible implementation
```kotlin
// StorageRepository.kt
interface StorageRepository {
suspend fun uploadFile(uri: Uri, path: String): Result
suspend fun deleteFile(path: String): R…
-
`Unable to start activity ComponentInfo{com.app.hiitdeckofcards/com.app.hiitdeckofcards.ui.bottomnavigation.BottomNavigationActivity}: android.view.InflateException: Binary XML file line #41 in com.ap…
-
**Describe the bug**
Currently string resources are not organised correctly and are scattered in `strings.xml` file.
This should be fixed by following these points:
1. Make sure that each strin…
-
New DI [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) library from jetpack [support ViewModel](https://developer.android.com/training/dependency-injection/hilt-jetpac…
-
**Describe the solution you'd like**
Introduce Navigation Components for Navigation
**Feature problem and its solution**
When working with different activities, fragments and components developer…
-
It seems that all examples for "up" back arrow navigation are in the "legacy-architecture-samples". A bit hard to find especially as they are "legacy" and written in java.
By up navigation I mean t…
-
**Describe the bug**
When at a URL that has a [text fragment](https://developer.mozilla.org/en-US/docs/Web/URI/Fragment/Text_fragments) and pressing `ge` or `gE`, the text fragment part of the URL …
-
### Bug description
When using vertical slides in revealjs combined with `code-line-numbers` horizontal navigation requires to step through the entire `code-line-numbers` before the next horizontal…
skwde updated
5 months ago
-
We have an app with Leak Canary integrated within our instrumentation tests. Works great for activity leaks, as we manually created a leak and it fails the test. Auto detection of activities working.
…