Actually I published a app in play store, in the next update I want to add UPI payments in the app. So, I am using upi_pay package. When I installing the packag
I am attempting to write a program in MIPS that uses polling to read a character from the keyboard and then displays it using the builtin Keyboard and Display M
Hi I'm trying to build react native android app in azure pipelines but I can't get it to work... The error I'm keep getting is like this. I tried everything I f
I need help to understand the following codes. Why does it print "yes" even if !test is equal to true. Thanks var test: Bool = false if !test { print("ye
I'm programming a bot in Python / Web3 that has to do multiple smart contract functions at the same time. However I've not had any success with it so I thought
I am working on a tiny messenger and want to generate dexie tables dynamically based on id of rooms, I have no idea about creating dynamic tables in dexie, I'll
In the react render() when the value of x equals 1 both the logical && and ternary operator will display Hello and both are syntactically correct. I alw