android-showcase icon indicating copy to clipboard operation
android-showcase copied to clipboard

💎 Android application following best practices: Kotlin, Coroutines, JetPack, Clean Architecture, Feature Modules, Tests, MVVM, DI, Static Analysis...

Results 48 android-showcase issues
Sort by recently updated
recently updated
newest added

Bumps [objenesis](https://github.com/easymock/objenesis) from 2.6 to 3.3. Release notes Sourced from objenesis's releases. 3.3 migrate from TravisCI to GitHub Actions (#88) org.objenesis:objenesis-test missing in Maven Central (#85) added instructions for running...

dependencies

2021-10-23 12:01:49.977 14308-14308/? E/libc: Access denied finding property "persist.device_config.runtime_native.use_app_image_startup_cache" at android.os.Binder.onTransact(libmapleframework.so:3612448)  at android.app.IActivityManager$Stub.onTransact(libmapleframework.so:6134032)  2021-10-23 12:01:49.977 14308-14308/? E/rwojda.showcas: LoadAppImageStartupCache enabled : 1 at com.android.server.am.ActivityManagerService.onTransact(libmapleservices.so:7787892)  2021-10-23 12:01:49.977 14308-14308/? E/rwojda.showcas: Unknown bits set...

Bumps [lottie](https://github.com/airbnb/lottie-android) from 2.+ to 5.2.0. Release notes Sourced from lottie's releases. 5.2.0 Compose Breaking Change LottieAnimation now takes progress as a () -> Float rather than a Float. This...

dependencies

Bumps [coil](https://github.com/coil-kt/coil) from 1.+ to 2.1.0. Release notes Sourced from coil's releases. 2.1.0 See CHANGELOG.md. 2.0.0 See CHANGELOG.md. 2.0.0-rc03 See CHANGELOG.md. 2.0.0-rc02 See CHANGELOG.md. 2.0.0-rc01 See CHANGELOG.md. 2.0.0-alpha09 See CHANGELOG.md....

dependencies

Hi. I'm wondering about the pattern you are using with State. Anytime state is changed from ViewModel Fragment/Activity should be triggered observed function. It gonna update whole view, state, recyclerview,......

Let's say I have a third-party package. Will I be able to use FeatureManager and FeatureKodeinModule? If so, how? Thank you.

When I run this project , I find some error, I need author to fix it; 1. please rename **[item_album_list.xml]** to **[fragment_album_list_item.xml]**; otherwise CAN NOT find [FragmentAlbumListItemBinding] 2. Error msg...

at com.igorwojda.showcase.feature.album.presentation.albumlist.AlbumListFragment.onViewCreated(AlbumListFragment.kt:51

EEEEE .... too complex~~~

Patch: ``` Index: feature_album/src/main/kotlin/com/igorwojda/showcase/feature/album/presentation/albumlist/recyclerview/AlbumAdapter.kt IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/feature_album/src/main/kotlin/com/igorwojda/showcase/feature/album/presentation/albumlist/recyclerview/AlbumAdapter.kt b/feature_album/src/main/kotlin/com/igorwojda/showcase/feature/album/presentation/albumlist/recyclerview/AlbumAdapter.kt --- a/feature_album/src/main/kotlin/com/igorwojda/showcase/feature/album/presentation/albumlist/recyclerview/AlbumAdapter.kt (revision 7267e7a7e6ca0364a080d269dacbdccb5bcf8dd4) +++ b/feature_album/src/main/kotlin/com/igorwojda/showcase/feature/album/presentation/albumlist/recyclerview/AlbumAdapter.kt (date 1634189766426) @@ -10,7 +10,7 @@ import com.igorwojda.showcase.base.presentation.extension.setOnDebouncedClickListener import...