I am building a library project. Its build.gralde has the following: android { compileSdkVersion versionCompiler compileOptions { sourceCompati
I am trying to compress files on Mac M1 and use it on my old Mac which is on AMD64 architecture. Now I am facing issue when extracting the fil
I am trying to set a property called activeTableViewCell declared as; var activeTableViewCell: UITableViewCell? using a switch statement in my cellForRowAt del
I am new to android studio and I'd like to reset my sdk settings to the version I am using, I tried to look at how to reset my sdk settings but it all leads to
I am trying to find if a user has copied some files from the shared folder to the local desktop. The Microsoft Defender (Advanced Hunting) only shows FileDelete
I have an Activity which extends a BaseActivity, in which in the BaseActivity it also creates a Thread in order to play a MediaPlayer throughout all activities
when i use vscode remote ssh extension, I open an existing folder, dir is "/search/odin/lingxi/ec/trunk", name automatically become "trunk" , other folder dir i
Summary I'm trying to run in my local environment the open-source bigcommerce checkout-js repo but despite following along the indications stated in the README
I made a widget where you input a temperature in F and it gets converted to C. I'm trying to create a button that, upon clicking, will reset the input text box.