| 1 | For open url from java code, copy paste the following code on your action |
| 2 | |
| 3 | Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://snipnyet.com")); |
| 4 | startActivity(intent); |
| 1 | For open url from java code, copy paste the following code on your action |
| 2 | |
| 3 | Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://snipnyet.com")); |
| 4 | startActivity(intent); |
To add a comment, please login or register first.
Register or Login