the dart code below allows you to decode a json that comes from a backend inside resultValue, I have the response of the rest call with the json shown below, wh
Hi guys I'm working on an app in which I've to open the app when every the notification came without clicking on the app. It has to be work in sleep mode termin
I need to mock the S3Client in my symfony5 project to be able to provoke exceptions and test the reaction of my code to those exceptions. We use aws/aws-sdk-php
I am using an Expander in Xamarin.Forms <xct:Expander PropertyChanging="Expander_PropertyChanging" PropertyChanged="Expander_PropertyChanged"> I am wonde
I want to publish a message to IoT Hub and also receive the message via the same topic. I connected to IoT Hub and then subscribed to the same topic to which i
How do you determine the cause of "couldn't connect to the presentation because of network issues" in Lync 2013? Is there a log file that I can examine? I don'
On my Ubuntu20 I have configured MySQL and i have written a python program to communicate with database. I would like to run the Python progra
The Playlist class implements Map<String, Object>. Jackson deserializes a child object into a LinkedHashMap and then calls Map.put(). This throws an exc
When I add the same Activity twice to manifest, it's reported as error: <activity android:name=".another.MyActivity" /> <!-- second entry marked w