I am trying to get an exact match for my drop-down selections. So in this example, if I select 'apple' it runs the query okay but it also returns results for 'p
All I need is my text to be multi-line. Am giving the property of maxLines but its still getting RenderFlex overflowed error to the right as the next is not goi
I have a client that sends 115bytes of data periodically and a server that responds with 1131 bytes of data. However, after while the client stop receiving data
I have such regexp: re.compile(r"((https?):((//)|(\\\\))+[\w\d:#@%/;$()~_?\+-=\\\.&]*)", re.MULTILINE|re.UNICODE) But that doesn't include hashbangs (#!
I have a csv file with around 9500 rows and around 60 columns (if opened up in excel). I am trying to have the program read the 1st value in the row and output
As I realised it is quite difficult (at least I have not found a right soultion) to change mouse sensitivity in cmd/by batch file. I have tried to add specific
I am trying to get a view model in two places, one in the MainActivity using: val viewModel:MyViewModel by viewModels() The Other place is inside a compose fun
I want to clip the selectableitembackground ripple effect to the background in textview code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xm