Android widget, click event, multiple instancesAndroid widget, click event, multiple instances

July 9, 2010

Ok… I started to do some Android devel… And I started to like it, even if it is based on Java, works in Eclipse and has a ton of classes. Now, the first project is a widget (weather widget). For this, there’s this “AppWidgetProvider” class that implements the design and functions for data retrieval (using […]

37

Rotating an image on a web pageRotating an image on a web page

November 21, 2009

This post is about rotating an image on a web page – that is not rotating more images (slide-showing them). It’s about rotating an image with an angle. Why would that be useful? If you want to put an image rotated by an angle on a web page, the easiest would be to make a […]

0