I have been trying to play an mp3 audio file in the default media player. Copying the code from here I write my code like this AlertDialog.Builder dialog =
I am making a c++ qt program and I need to write data to a binary file. But there's a problem. When I do this, extra empty bytes are written to the file. Here i
:\Users\DELL\nft_marketplace>npx hardhat test Error HH8: There's one or more errors in your config file: Invalid account: #0 for network: mumbai - Expected
I use this js condition to run some code if a certain page is visited. if (location.pathname == '/members/') { console.log("members page reached") } It works
I am having a hard time changing the oracle datasource schema for my springboot app, that will eventually be used by my camel routes. I am logging in as user r
How can I always create different files in different path? For example,if I use path_provider and use getApplicationDocumentsDirectory(), it always gives the sa
Suppose I have a PostgreSQL function that take inputs and inserts them dynamically into a query: CREATE OR REPLACE FUNCTION cnms_fy22q2.dynamic_function( fy
I have a ViewController that has a CollectionView. Every cell of this collection has a TableView. I want to be able to do scroll to IndexPath in the table view.
I would like to make ContentTitle include a phone number that can dial. NotificationCompat.Builder(context, notificationChannelId) .setLargeIcon(largeIc
Problem: Attempting to read accounts created via AccountManager API in Android via a TWA LauncerActivity. I'm aware that some native functionality isn't possibl