while testing OpenURL command no page is opened in Alexa simulator.Can someone help me on this ?. { "type": "OpenURL", "source": "https://www.amazon.com/", "onF
I try to display a bitmap with a specific alpha. The Bitmap is created in ARGB format, for each pixel I set the color with value 0x04FFAAAA. The display is made
I am developing learning module in My React native app. So, i have this type of JSON response from firebase. [ { "description": "Desc How Should Com
In SwiftUI, if I have a weblink in between a string, how can I create a hyperlink and have it underlined in my view. Note, the "messageContent" string won't alw
Implemented the code part as per the SDK instructions but the remote notification receiver not getting called while receiving One-Signal notifications in androi
I have a huge challenge which is: Search a massive database, a list of products. This database is divided into 3 dif. sheets. The result should be stored on a 4
When using TypeScript, I realized that I don't fully understand how property checking works. In the example below I do not understand why checking for .bold wor
I have a text file which is > 13GB and I need to parse only certen events from it. For example structure of the file is like: events intern
i want to POST an image file with multipartform using alamofire 5.5 im success to implement the GET method with this recently alamofire but get stuck with the P