I have added adobe AEPCore.xcframework in my application and kept it as "Do not embed" in framework setting. Screenshot: When i kill and relaunch the applicati
I need to compare the similarity between images inside different groups. I know that there are ways to evaluate the similarity between 2 images (e.g. https://gi
I have two promises without catch blocks in the beginning and I'm doing await on both of them later with catch blocks. Second promise rejects
I am practicing flutter web by replicating the templates. I am stuck at drawing this degree background with white and green separation. How can I achieve it? E
interface MyInterface { fun schemaName(): String fun data(): Any } data class Object1( val name: String, val title: String, val description
I'm trying to make Recyclerview like Shareit app. It uses sticky header and something like Cardview. I searched and found somethings for implementing sticky hea
I have the below piece of code. import asyncio async def gen_random_numbers(): for i in range(1, 3): await asyncio.sleep(2) yield [i for i
I create multi step register that user create in first step and then send OTP code in last step user set username and password. In last step when I use props sh
As the title of this question, I'm going to import two difference maven library to my library poject, At the same way,I'm going to provide two types dependencie