Thane Morgan

Results 3 issues of Thane Morgan

We have an implementation on Android and Linux using the SuperpoweredAdvancedAudioPlayer. We received a low sample rate file from a customer that can be opened and decoded on Android but...

My app needs to monitor the network connection to an API. After enough errors accumulate, It stops making normal requests and lazily pings the API with a static URL as...

"DTSTART:20220606T110000Z\\nRRULE:FREQ=WEEKLY;INTERVAL=1;WKST=SU;BYDAY=TH,FR" only provides the Thursdays as occurrences. When the specification is modified to "DTSTART:20220606T110000Z\\nRRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=TH,FR;WKST=SU" it works as expected. Here's the Java code snippet that generates the different results depending on...