http - how to redirect a site in android -


i want redirect site .how can done using http ??pls 1 explain me?i new android

i think need this...

intent = new intent(intent.action_view); intent.setdata(uri.parse("http://www.google.com")); startactivity(intent); 

Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -