Convert Any Website to Android App using Android Studio- TechsBucket

8 thoughts on “Convert Any Website to Android App using Android Studio

  1. Great article and the video, thanks. Everything works fine for my web application, but I have member login error messages response (users, password and verification code) not shown accordingly! It seems like a Javascript issue, the error message can’t send back to the screen! Any idea ? Thanks!

  2. thanks a lot, very useful article. but I have one more question which is, on my webpage, there is an option to contact the owner. there is a WhatsApp icon, when clicking it automatically opens in the webpage, but if I clicked on the app I got an error message that is “webpage not available”. how to resolve it?
    it will be a very helpful for me. thank you..

  3. Thanks for the code.

    My website has 9 pages. The app (built according to your instructions) can open 7 pages correctly. For the other two pages, it shows a black screen. I cannot do anything with that. So the app needs to be closed and restart again to access the good web pages. The web pages are similarly built and open flawlessly with regular web browsers. I would appreciate a fix with the app. Thank you.

  4. Thanks for the code. Everything works except on clicking Facebook or Zoom link. It showed an error — ERR_UNKNOWN_URL_SCHEME. I tried codes from stack exchange but these didn’t work maybe because they are not compatible with your codes. I would appreciate additional code for the ERR_UNKNOWN_URL_SCHEME. Thank you so much in advance.

  5. Hi.
    I tried to follow the tutorial step by step but with android giraffe and the latest sdk I can’t get it to work.
    I want to update my app to the latest API version 33/34.
    Can you help me?
    Thanks.

    1. Yes, go to Build.Gradle app and add below, this is latest SDK

      android {
      compileSdkVersion 33

      defaultConfig {
      applicationId “com.aadevelopers.cashkingapp”
      minSdkVersion 23
      targetSdkVersion 33
      versionCode 3
      versionName “3.0”
      multiDexEnabled true

      testInstrumentationRunner “androidx.test.runner.AndroidJUnitRunner”
      manifestPlaceholders = [
      // Project number pulled from dashboard, local value is ignored.
      onesignal_google_project_number: ‘REMOTE’
      ]
      }

Leave a Reply

Your email address will not be published. Required fields are marked *

Advertisements