I have an app that shows a bunch of people who each have an origin and angle. struct Location { var centre:CGPoint var facing:Angle } SwiftUI magical
I was Learning JavaScript and Stuck on this problem that if i had an array in which i had 2 objects like this - const datas = [{name: "Father", age: 39}, {n
Is there a way to select or query the data only on working hours? id description datetime 1 Alarm Activated 2022-01-02 14:00:00 2 Alarm Deactivated 2022-01-02
Is there a better option for uploading a file? In my case I need to upload a lot of small files (pdf or text) and I have to decide the best option, but anyway a
I want to setup the initial scroll position of a ListView.builder, I want the list to start at the bottom 0.0 If I setup reverse on the listView of course I ge
i created a code that solves mathematic problems by the user. The problems have to involve addition, subtraction, division or multiplication. the code runs wit
i am new to Xamarin Forms/mobileDev and im trying to create a simple application that consumes data from an API. I'm using the following tutorial to do that Con