"If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas." - George Bernard Shaw
App Widget that displays temperature and humidity from a weather station running Weather Display software.
Update intervals configurable by the user in a separate configuration window (activity), touch the widget to open it.
It uses a service instead of a loop so CPU usage is kept to minimum, each instance has its own service so there can be multiple widgets with different configurations (weather stations).
Simple prototype/poc i developed to check if the idea of using a quadtree for terrain mapping was viable in the Android platform, this can be used for fast terrain mapping, collision detection and pathfinding in game development.