Re: [android-developers] Change webpage in app without opening chrome?

2016-10-29 Thread DatOneLefty
requestWindowFeature(Window.FEATURE_NO_TITLE);// hide statusbar of Android getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);

Re: [android-developers] Change webpage in app without opening chrome?

2016-10-29 Thread sardar khan
You can use WebView in android. On Sat, Oct 29, 2016 at 7:10 AM, DatOneLefty wrote: > My app runs a webpage, whenever I click on a link, it opens up the page in > chrome and not the app. How can I fix this? > > -- > You received this message because you are subscribed to

[android-developers] Change webpage in app without opening chrome?

2016-10-28 Thread DatOneLefty
My app runs a webpage, whenever I click on a link, it opens up the page in chrome and not the app. How can I fix this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send