Android Tutorial - Clickable Widgets

Another quick Android tutorial. I couldn’t find an easy or correct method of launching a browser when you click on a homescreen widget. Well, here it is…

public class clickWidget extends AppWidgetProvider
{
@Override
public void onUpdate( Context context, AppWidgetManager appWidgetManager, int appWidgetIds )
{
RemoteViews remoteViews =
new RemoteViews( context.getPackageName(), R.layout.widget );
remoteViews.setImageViewResource(R.id.ImageView01, drawableResourse);

ComponentName myWidget …

 
Browser Statistics of 10 Downing Street

It’s really difficult cutting through the hype to see which browsers one should support when designing a website. There are many different measures of popularity – but many sites are only visited by techies, or only ever visited when at work, or are skewed towards the young or the old.

Yesterday morning I asked …

 
Review: Opera Mini 5 Beta - BlackBerry

(Disclaimer, I work for Vodafone Group who do a lot of work with Opera. These are my personal views.)

The regular BlackBerry browser is… how can I put this politely… sub-optimal. For reading mobile-friendly sites it’s perfectly adequate – but for anything more complex it tends to choke.

Don’t get me wrong, it’s “good enough” …

© 2011 Terence Eden has a BlogSuffusion theme by Sayontan Sinha

Switch to our mobile site