Johannes Bester
Johannes Bester
It is actually Easiy fixed! Just research it from [Getting a result from an activity](https://developer.android.com/training/basics/intents/result) Doing File access is actually pre-build in
I got the same ### Version `koin_version = '3.2.0'` ### App Log ```kotlin E/AndroidRuntime: FATAL EXCEPTION: main Process: snipped ..., PID: 4643 java.lang.IllegalStateException: Compose Runtime internal error. Unexpected or incorrect...
You mean in BlogFragment viewModel.onTriggerEvent(BlogEvents.GetOrderAndFilter) The problem with this it is forced not by trigger! The problem having this is it generate extra Network traffic - Even if Change was...
@Zlagi You put me on the correct Track However ### Add in BlogFragment onViewCreated ` // If an update occurred from UpdateBlogFragment, refresh the Blog findNavController().currentBackStackEntry?.savedStateHandle?.getLiveData(SHOULD_REFRESH) ?.observe(viewLifecycleOwner) { shouldRefresh ->...
Ok I guess you will sort that, I have mostly tested on the Top blog 👍
I had a thought Maybe if you refresh the changed data to the Server and re-cache it before returning to the Recycler view you will get the changed record in...
For me, the problem is actually simple / easy solvable, For me, it looks like Android R works with res and desktop with resources, While I attempt to re-use resources...