0
i have an Android app made in Android Studio, and a simple webview, what should I do in the app to recognize the site and open it in the app ?
0
i have an Android app made in Android Studio, and a simple webview, what should I do in the app to recognize the site and open it in the app ?
1
Try to use the Firebase Indexing.
With Firebase Indexing you can create Urls that when accessed route the user into your application. Also you can create paths like url/settings for the Application to open in the Configuration screen for example. The service is free and easy to implement, just open an account in Firebase, create a Project, and follow the documentation. Take the opportunity to discover other free Firebase services to optimize your app.
Browser other questions tagged android android-studio app
You are not signed in. Login or sign up in order to post.