mvi
Here are 146 public repositories matching this topic...
In MVI core demo app you pass AndroidTimeCapsule in Feature2 through constructor.
class Feature2(
timeCapsule: TimeCapsule<Parcelable>? = null
) : ActorReducerFeature<Wish, Effect, State, News>(
...How it supposed to be used with Android lifecycle methods onRestoreInstanceState and onSaveInstanceState?
Example for KMP
-
Updated
Dec 17, 2019 - Kotlin
-
Updated
Jan 15, 2020 - Kotlin
-
Updated
May 31, 2020 - Kotlin
I have a shared viewmodel that I'd like to share in all of my vector fragments. I've tried injecting it like shown in the documentation but I get the error saying that the VectorViewModelFactory needs to be created to get an instance of the ViewModel. Help would be much appreciated.
-
Updated
Mar 9, 2020 - Kotlin
-
Updated
Nov 4, 2019 - Kotlin
-
Updated
Jun 4, 2020 - Java
Suggested change: Add a link in the About page to a credits section. This section can attribute usage of the SpaceX API and licenses of various open source libraries used.
-
Updated
Jun 24, 2019 - Kotlin
-
Updated
Dec 6, 2019 - Kotlin
-
Updated
May 18, 2020 - Kotlin
-
Updated
Mar 22, 2019 - Kotlin
-
Updated
May 11, 2020 - Kotlin
-
Updated
Apr 28, 2020 - Java
-
Updated
Sep 22, 2018 - Kotlin
When clicking a card to view it's detail and larger image, create a swipeable gallery like setup (think Sync for Reddit image galleries) so that the user can swipe between cards in the context of which they are clicked,
i.e.
IF the user clicks a card in the deck builder interface, let them swipe between the cards of the deck
IF the user clicks a card in the collection/browser interface, let
-
Updated
Oct 1, 2019 - Kotlin
-
Updated
Nov 17, 2019 - Kotlin
-
Updated
Feb 14, 2019 - Kotlin
-
Updated
Nov 13, 2019 - Kotlin
-
Updated
Apr 29, 2020 - Kotlin
Improve this page
Add a description, image, and links to the mvi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvi topic, visit your repo's landing page and select "manage topics."
DESCRIPTION
When you have a certain custom theme color selected, you can't just undo that by clicking "reset", or "default".
No option/button to select/go back to default theme, after the custom color is selected.