Johannes Bester
Johannes Bester
can the onActivityResult Deprecated be fixed / updated!?
### Data Objects ```kotlin @Serializable data class BasicApiResponse( val successful: Boolean, val message: String? = null, val data: T? = null ) ``` ```kotlin @Serializable data class CalculationsResponse( val valueA:...
Going forward we need to prepare for a massive change to KMM/D-KMP in the future (Why have 2 or more apps, each for another platform if you can shere...) Will...
I found this when trying to Export/Save as to Android xml Inkscape 1.0.2  ``` androidvector.py:30: DeprecationWarning: inkex.localize was moved to inkex.localization.localize inkex.localize() androidvector.py:309: DeprecationWarning: Effect.affect is now `Effect.run()`. The...
No tempate found for this I want to "Focus" a certain page when some state in my ViewModel changes, Is there a sample code for this? I use one page...
Toast Message sais "Something Wrong" Can you display more - maybe errorpage se We can fing the issue?
Always in a List like this we need Indication of the value/Stability etc. of theses suggested libraries Please add a rating system!
``` java.lang.NoSuchMethodError: No static method loadModules$default(Lorg/koin/core/Koin;Ljava/util/List;ZILjava/lang/Object;)V in class Lorg/koin/core/Koin; or its super classes (declaration of 'org.koin.core.Koin' appears in /data/app/~~OPFOrpTtKlxVp_pMshHQ2w==/za.co.zone.cupio-EEanIvolXITNVmqkA3vjHg==/base.apk!classes19.dex) ``` ``` startKoin { androidContext(this@Application) ``` Gradle ``` val koinBom =...
I have 19 repositories currently to inject I NEED MORE pretty please OR alternative way I have written a single procedure to visit all my Data table by table and...
**When will buildSrc and kotlin DSL for gradle be supported?**