Josias Sena Posts

02/24/2017

14 min readThere are numerous of ways that we periodically can sync local data with a backend server, without opening up the app. Some ways are better than others, but today id like to take some time to talk about Androids preferred method of doing this. Using the sync adapter framework. The implementation it self…

02/12/2017
02/04/2017

4 min readRecently i worked on a project where i had to test a service, and id like to share with you all how to do so easily. The android dos explain this as well HERE but they forget to mention a few key points. The project i was working on was…

01/26/2017

2 min readIn none almost every single project I’ve ever worked on, i have had to deal with network connections, wether it is connected to 4G, wifi, or if theres any connection at all, but i never really had to programmatically turn the device wifi on/off or change the wifi connection either…

01/23/2017

5 min readI have read many stories of software engineers that are happy working at a company where they barely do anything. Not having to work makes them happy. Where being the forgotten employee is their dream come true. I have seen it with my own eyes. For me, i loathe being…