I have a method that gets 2 params: Enum type Entity The 'Entity' type is based on the Enum type by using generics. I have a switch case on the enum, so I expec
I want to create a deprecated text as shown next to the price of Rs.28499 . How do I do that?
Given the text for example: This is a 🌿 text with multiple 🥀 emojis. I need to extract this down to a string: 🌿🥀 So far I have
Space within the yellow lines I would also like to fill it up with yellow color: chart image
I have a file as below "time":"2022-03-01T12:00:25.388Z","duration":0.8255,"error":0 "time":"2022-03-01T12:00:26.809Z","duration":0.29521,"error":0,"state":"pen
I have a webview which loads content from URL. How to catch if webview is not on the screen, to clean the webview. I have the side effect, then the user returne