Posts Tagged ‘browser’
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 =
…
Read MoreIt’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 the …
(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” for …














