Kayıtlar

Haziran, 2018 tarihine ait yayınlar gösteriliyor

Open URL/Website from android

String url = "http://almondmendoza.com/android-applications/"; Intent i = new Intent(Intent.ACTION_VIEW); i.setData(Uri.parse(url)); startActivity(i);