When I compile my application to target version 4.0 of the framework, UI performance goes straight to hell. For instance, opening an Expander that contains a G
When I write tsx in @vue/composition-api setup(){}, just like <script lang="tsx"> import { defineComponent,} from '@vue/composition-api'; export defineC
I have a Unity app that runs on Android. It also continues to run when the app is placed into the background. It does not use a service to run in the background
I'm working on an app that needs multiple permissions from the user (location, external storage, camera and phone state) and if i put the requests one after the
I came across a problem that wouldn't let me play sounds on SFML. Whenever I call the sf::SoundBuffer buffer; object, the code would break and spit out an error
I'm trying to build an app, it has 2 feeds screens similar to Instagram or this kind of social media apps. In the backend I use .Net Core 5 C# Web API. One of t
I am working on BLE iOS (Swift) application which has multiple ViewControllers. The main ViewController has a button which navigates to TableViewController whic
I just started in Django, I'm developing a web-application that want to create a Purchase Order and Masterlist. I started using the generic views and now I can
I followed the Azure DevOps docs for how to create a Personal Access Token, convert the token to Base64 and GET repo branches, but I cannot successfully request