Lately I encountered a strange bug while developing my android application, and I think it is strange enough to share it in this blog post. Brestram is an android application that aims at delivering real time bus schedule for the…
brestram
A collection of 3 posts
Integrate a twitter timeline in your android application.
Hey all, This week-end, I worked on integrating a social feature in BresTram. I needed a way to let the users know when the bibus servers have a problem, and also let users send messages to each others if needed.…
onLocationChanged is never called on Android
I had problems with this while developing #BresTram. I was developing a new feature, allowing my users to find bus stops nearby using their GPS location. But whatever I was trying, my location was never set, and onLocationChanged was never…