I created a service folder and made a file in it called request. dart, here I intend to place all requests I make into a class called AuthService, with the logi
I have a problem, which I have no idea about. when the user changes the page the user stays at the bottom of the page. I want to take the user to the top of the
Thank you in advance for your time! As the title describes, I am trying to fetch data from a json file asynchronously and store it in the state with Redux's lat
Im fairly new to C++. So I learned that new allocates memory and returns a pointer of my datatype. But can I use this in a function and return the pointer? If s
I still can not get mipsdk-dotnet-file-quickstart-main (mip_sdk_ubuntu1804_file_1.8.97) running Ubuntu 18.04 . I do get the following error after compilation w
I want to delete the directories older than 1 hour in python. I would like to see the creation time of each folder and delete any folder older than 1 hour
When I press a button, there is already a grey shadow provided by default style. I know it is from android:stateListAnimator. I want to change the shadow' s col
I'm given a task: Given a string of digits, you should replace any digit below 5 with '0' and any digit 5 and above with '1'. Return the resulting string. Here
I usually create new branch from develop git checkout -b new-feature develop then after the last commit I merge back to develop git checkout develop git mer