I created a most basic WebAPI project in .NET 6 (basically the weatherforecast api sample), and can run in just fine in Visual Studio with Docker. I'd like to u
There are 2 fragments: A and B. From fragment A i want to send ArrayList (data) to fragment B. action() - a method in which data transfer and transition to frag
I have implemented publisher confirms but have a few questions regarding the right implementation. The current implementation is as follows. $channel->set_ac
My app works perfectly on the Android emulator. When I create a release APK I get this error: Intermittently, the Scaffold content does not load. The Nav bar a
I'm having an issue where my app suddenly crashes when scrolling in recycler view with a list of surface views created by RtcEngine.CreateRendererView(getApplic
I want to link the component "fsm" into my executable (main.cpp). "fsm" is dependent on "taskmap". So I was trying to figure out how to configure cmake to recog