Barış Keser
07/09/2022, 4:22 AMjava.lang.UnsatisfiedLinkError: dalvik.system.DexClassLoader[DexPathList[[dex file "/data/user/0/com.aymarka.instorev2/files/nepcore.dex"],nativeLibraryDirectories=[/data/app/~~rliY_gX4FYnHq7_6OdX4ag==/com.aymarka.instorev2-bjaG4J364m66LVGqnPTtCA==/lib/x86, /system/lib, /system_ext/lib]]] couldn't find "libDeviceConfig.so"
Barış Keser
07/09/2022, 4:22 AMBarış Keser
07/09/2022, 4:23 AMBarış Keser
07/09/2022, 4:23 AMthe great warrior
07/09/2022, 7:25 PMARCHIT JAIN
07/10/2022, 12:28 PMDaniel Dohou
07/11/2022, 1:59 PMKy
07/11/2022, 2:58 PMbuildSrc
dir. However some kotlin features are not available. For example. Map
is only able to get(index: Int)
there is no option to get by key. Why is this happening in buildSrc?Hiranyey Gajbhiye
07/12/2022, 5:36 AMcreateFakeComposeScreen(state,clickHandler1,clickHandler2,clickHandler3,functionality4)
and the increasing amount of parameters is looking bad
Do you know how to solve this problem???
We want something like this
createFakeComposeScreen(state,groupOfFunctions)
and we can call groupOfFunctions.clickhandler1.invoke() in compose code
🤔sriram
07/12/2022, 5:43 AMBottomSheetDialogFragment
first time and enable it next time onwards. I have been having trouble to disable animation for the BottomSheetDialog without adding hacks. Is there a recommended/cleaner way to achieve this?Slackbot
07/12/2022, 7:20 AMJasmin Fajkic
07/12/2022, 12:30 PMJasmin Fajkic
07/12/2022, 3:23 PMAhren Swett
07/12/2022, 5:49 PM{
"name": "bulbasaur",
"id": 1,
"sprites": {
"back_default": "String",
"front_default": "String",
"front_female": null,
"other": {
"dream_world": {
"front_default": "String",
"front_female": null
},
"official-artwork": {
"front_default": "String"
}
}
}
}
I have data classes defined as this
@OptIn(ExperimentalSerializationApi::class)
val pokemonFormat = Json {
ignoreUnknownKeys = true
coerceInputValues = true
explicitNulls = false
isLenient = true }
@Serializable
data class Pokemon(
val name : String?,
val types : List<Type>,
val Stats: List<Stat>?,
val order : Int?,
//not sure how to use Kotlin Serialization to get this
val sprites: Map<String, ?????>
)
@Serializable
data class Type(
val type: Map<String,String>
)
@Serializable
data class Stat(
val stat: Map<String,String>
)
@Serializable
data class Other(
val other: Map<String,String>
)
fitermay
07/12/2022, 11:48 PMfitermay
07/12/2022, 11:54 PMitnoles
07/13/2022, 2:48 AMJast Lai
07/13/2022, 4:19 AMViewModelProviders.of(MyActivity::this).get(ViewModel::class.java)
to create a view model by activity. And view model has same instance after a configuration changed (e.g. rotation screen). It's all right and work fine. But I wonder how does view model keep it self's instance even activity has new instance after a configuration changed ?Jhonatan Sabadi
07/13/2022, 7:17 PMbaseline profiles
on multi module with multiple buidType and flavors, anyone has any suggestion to make it work?
java.lang.RuntimeException: No baseline profile was found in the target apk
ps: Already copied baseline-prof.txt to modula :appNaveen
07/13/2022, 8:02 PMManeesha Gunawardhana 60
07/14/2022, 7:00 AMAyush Bansal
07/14/2022, 9:00 AMDean Djermanović
07/14/2022, 1:17 PM<http://ssl-google-analytics.com|ssl-google-analytics.com>
, but I cannot see the request body? Does GA4 intentionally hide this information for privacy reasons, or is there some extra option I have to enable? I also know that using proxy is not recommended way of validating GA4 events, but this requirement from the marketing team. 🤷♂️Slackbot
07/14/2022, 1:38 PMAhmed Shehata
07/14/2022, 6:06 PMSlackbot
07/15/2022, 5:45 AMSam
07/15/2022, 8:15 AMLisandro Di Meo
07/15/2022, 3:13 PMrob42
07/16/2022, 12:34 AMval documentFileTreeUri = DocumentFile.fromTreeUri(context, treeUri)
// treeUri -> <content://com.android.externalstorage.documents/tree/primary%3Afoobar>
// documentFileTreeUri -> <content://com.android.externalstorage.documents/tree/primary%3Afoo/document/primary%3Afoobar>
David Martin
07/17/2022, 3:53 AMDavid Martin
07/17/2022, 3:53 AM