How to fix Not showing unsecure website on android studio webview app
Past this code inside of <Application on AndroidManifast.xml android:usesCleartextTraffic=”true”
How to fix Not showing unsecure website on android studio webview app Read More »
Past this code inside of <Application on AndroidManifast.xml android:usesCleartextTraffic=”true”
How to fix Not showing unsecure website on android studio webview app Read More »
Past this code if not like this on “Activity_man.xml “ down after <WebView android:layout_height=”match_parent”/> 2. MainActivity.java Past this code of down of : setContentView(R.layout.activity_main); mywebView.getSettings().setDomStorageEnabled(true); Video :- https://www.youtube.com/watch?v=nhVViwmc3lg
How To fix Not showing dynamic template in android studio webview app Read More »
Past this code on AndroidManifest.xml <intent-filter android:label=”DeepLink”> <action android:name=”android.intent.action.VIEW” /> <category android:name=”android.intent.category.BROWSABLE” /> <category android:name=”android.intent.category.DEFAULT” /> <data android:scheme=”http”/> <data android:scheme=”https”/> <data android:host=”*”/> </intent-filter> Example 2.past this code on first publice class of AndroidManifest.xml private String webUrl = “https://www.hlomart.com”; 3. Past this code after
How to deep link my app on android studio Read More »
Requrment 1. Screenshot of your app (5 image) 2. Logo (512 x 512 Size) Resize Link Click here 3. feature Graphic banner image (Make from this link Click here) 4. App Bundle file 5. make short Release notes Exmple = Be Thrifty – Version 1.0 – A Better Way to Save Money 6. Make Privacy
How to publish app in PlayStore Read More »
Video :- https://www.youtube.com/watch?v=2MqtaA5ulSw&t=411s
how to update android sdk in android studio? Read More »