how to have instagram link phot viewer android studio github code example
Example 1: open link in android studio
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
startActivity(browserIntent);
Example 2: blurview android github
implementation 'com.eightbitlab:blurview:1.6.3'