Thursday, November 5, 2015

Fix the rotation on Nexus 7 2013

Like so many other Nexus 7 owners, I experienced the disappearance of the ability to rotate the screen on the device automatically.
Fortunately, the solution is relatively simple and very effective. The opening of the back cover looks a bit scary at first but is fairly easy if you play a guitar and have a pick readily available.

http://forums.androidcentral.com/google-nexus-7-tablet-2013/487135-nexus-7-2013-stopped-rotating.html

To quit an app or not?

Excellent justification for not creating an explicit Exit app functionality in mobile applications:
http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon

Tuesday, November 3, 2015

Push - coming to browsers near you

Firefox just implemented Push technology for web pages that are not (even) loaded in the browser.

Read more

Saturday, October 17, 2015

SQLite Tools

Assembling the list of tools for SQLite that I've posted in other, separate, posts:
 

Monday, October 5, 2015

Model Tree Structures

Here is a good overview of the structures that can be used to store a graph / tree model in a flat / relational database.
Model Tree Structures in Mongo DB(link)