I have the following code:
Intent myIntent = new Intent(Intent.ACTION_VIEW,
ContentURI.create(arAdapter.getItem(position).getUrl()));
startActivity(myIntent);
But I get the compile time error:
ContentURI cannot be resolved.
How can I fix this? or is there a different way to launch the android browser?
Where
urlis something like http://google.com