I wrote about foreground services on Android and how to make them work. Tough topic, lots of pitfalls. Feel free to reach out if you run into any problems. :)
https://www.hellsoft.se/your-guide-to-foreground-services-on-andorid/
I wrote about foreground services on Android and how to make them work. Tough topic, lots of pitfalls. Feel free to reach out if you run into any problems. :)
https://www.hellsoft.se/your-guide-to-foreground-services-on-andorid/
So here's the thing. You can only violate people's legal rights and your own word so far before they lawyer up and come after you.
I really do hope Musk changes his mind and does the right thing - the employees deserve that. But it'll be fun as hell if he doesn't.
This post has been brewing for a while but I finally took some time to finish it.
Ever wondered how you can do a push from your backend when on HTTP/2? Server-Sent Events is the answer to that. I wrote a piece on how it works and how to do it.
Read how to implement it both on backend (Spring Boot) and on Android.
With HTTP/2 we can no longer use Web Sockets, so when we need to push data from the client to the server we need an alternative way. This is where Server-Sent Events come in. In this post, I will show how to implement it both in the backend, using Spring Boot, and on an Android client.
An Auschwitz survivor Hédi Fried passed away today at the age of 98.
Hédi was born in a Jewish family in the Romanian town of Sighet. In 1944 she was deported to #Auschwitz. She was liberated in Bergen-Belsen. In July 1945 she came to #Sweden with the Swedish Red Cross.
Hédi Fried became an author and psychologist dedicated to spreading the message of the importance of democratic values to combat xenophobia, using her own experiences as a #Holocaust #survivor.
I've started on a BLE wrapper for Android, based on all my learnings over the years. The goal is a better developer experience when working with BLE, and solving some of the most common issue we face.
There is a lot of things left to do, but the basics around GATT operations is in place. Next up is to get a first alpha release on Maven Central.
Check it out and let me know if you have any suggestions. #AndroidDev #BluetoothLowEnergy #BLE