How To Create WebView App In Android Studio

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 108

  • @4iz_com
    @4iz_com 2 роки тому +19

    It's rare for me to comment on any UA-cam clip, but the material you posted on your channel is more than great, I'm happy and proud that I learned how to make the app without any mistakes, thank you from the bottom of my heart ❤

    • @technontiv
      @technontiv 2 місяці тому

      Hello! I have also designed a website in WordPress and I want to convert it into an android application to upload it to the playstore, I wanted to ask you, if I need to convert my page into a progressive web app or can I upload my website as it is ,to the playstore ( just with the steps from the video)? thanks!

  • @adakoleabechi9242
    @adakoleabechi9242 5 днів тому +1

    i have never commented on any youtube video before but i am making an exception for the author of this video...i am subscribing to all your channels because you are the greatest teacher that ever existed. Your tutorial worked for me just 1 trail making this my first successful android studio project. Thank you so much.

    • @ghosttogether
      @ghosttogether  5 днів тому

      @@adakoleabechi9242 Thank you kind sir.

  • @gabrielantal
    @gabrielantal Рік тому +11

    First of all a BIG THANK YOU. Anyone willing to learn -- in about 8 minutes! -- how to create an Android App which will simply open a web site/page, need to look no further because this video is spot on. And I'm saying this after I checked out at least a dozen other resources (with the very same topic) available online. Keep it up Ghost Toghether!

  • @abhigosavi
    @abhigosavi Рік тому +3

    I am WordPress developer. I was searching for Webview App. After watching this video, I have created App in few minutes. You have explained very easy in video. I just followed the steps and I created app....Thanks a lot.

    • @technontiv
      @technontiv 2 місяці тому

      Hello! I have also designed a website in WordPress and I want to convert it into an android application to upload it to the playstore, I wanted to ask you, if I need to convert my page into a progressive web app or can I upload my website as it is ,to the playstore ( just with the steps from the video)? thanks!

  • @syedmuhammadali628
    @syedmuhammadali628 7 місяців тому +4

    This is an appreciation message for this the creator of this video. I've been wandering aimlessly on the Internet, from Android Studio Developers Website, to ChatGPT, to Bing to UA-cam, but I couldn't find a simpler And to the point video than this. So anyone with no knowledge of app development, looking to make a simple app which can show his website should follow this Tutorial.
    A huge Thank you to the Video Creator. Keep up the good work.

    • @ghosttogether
      @ghosttogether  7 місяців тому

      Thank you kind sir 🙂

    • @syedmuhammadali628
      @syedmuhammadali628 7 місяців тому

      @@ghosttogether I'm really impressed by your calming voice and the way you provided all the code. That prevents any error while writing code by newbies.

  • @ghosttogether
    @ghosttogether  2 роки тому +4

    If this helped you, please Like and Comment 🙂 This helps more people find my videos on UA-cam, and motivate me to make more videos for ya'll

    • @butchcadungog
      @butchcadungog Рік тому

      Can I ask if the website is monetized, what happened to the ads it also shows in the app too? 😇I hope you can respond to this query of mine. Thanks a lot!

    • @ljunggrenerik
      @ljunggrenerik Рік тому

      It helped a lot, The only tutorial I found which helped me create a functinal WebView app. However, I have a problem. If the app is force closed it won´t start properly again and has to be reinstalled in order to work properly again. Any ideas on what I did wrong or other suggestions for fixing this? Thank!

    • @ljunggrenerik
      @ljunggrenerik Рік тому

      Or rather, I tried to convert this tutorial to an Android TV app using the information on the official Android development page. It works fine once, but then after force close or device restart it wont open again.. Any ideas?

  • @jeffreyriggs1911
    @jeffreyriggs1911 Рік тому +1

    Finally, a tutorial that actually works!!!!! thank you very much.

  • @OluwamayowaSteepe
    @OluwamayowaSteepe 6 місяців тому

    Well done again. I have a few questions.
    1. How do you enable file upload/camera in the webview app?
    2. How would you enable the app to use the fingerprint sensor of the device?
    3. I noticed that the logo isn't showing when simulated on both virtual and physical devices. How does one change that?
    4. At the very top of the app, I noticed it has a somewhat purple background, how can that be changed?

  • @hdyssincorporation989
    @hdyssincorporation989 Рік тому +1

    Well I have no words. Just EXCELLENT!!! You resolved one of my major problems and thank you for that.🥳

  • @pexigno
    @pexigno Рік тому +2

    Really helpful thank you very much! One quick question: how can I enable cache in Web view? For example, using html5 games saves progress...

  • @SaadHamid
    @SaadHamid 5 місяців тому +1

    This was super helpful and it works!!!! Thank you sir

  • @Ivugangingo
    @Ivugangingo Рік тому +3

    How about Splash Screen and Icons

  • @conteudoanimal
    @conteudoanimal 3 місяці тому +1

    thanks a lot Ghost Together ... worked fine as shown .. congrats for the video ... sucess to you
    my next step is publish this apk to google play ... I did this last time in 2019 and it changed a lot kkk
    thanks a lot again !!!!

  • @MycoKentCaranay-k5c
    @MycoKentCaranay-k5c 8 днів тому

    it is needed that your website must be publish??

  • @nevermindsabix
    @nevermindsabix 6 місяців тому

    How can I open other URL externally. Not in my build app.
    Great Tutorial by the way ❤

  • @tunein919
    @tunein919 6 місяців тому

    You are great man.
    getting everything right in just first attempt 🔥🔥🔥🔥

  • @istotka
    @istotka Рік тому +1

    Hi. Please show how to add a menu and how to hide the items visible in the web version in the app

  • @varghesepaul9540
    @varghesepaul9540 Рік тому +1

    Thanks for sharing you knowledge.

  • @russelnormandia2876
    @russelnormandia2876 Рік тому +1

    Great tutorial. Clear and concise.

  • @pick_pick_pick
    @pick_pick_pick 2 місяці тому

    Thanks for teaching us 🥰

  • @spectrecular9721
    @spectrecular9721 Рік тому +6

    I think there's an error in the code...
    > mywebView.setWebViewClient(new WebViewClient());
    should be:
    > mywebView.setWebViewClient(new myWebClient());
    Or you can simply delete the myWebClient class entirely, no?

    • @thinkbig5083
      @thinkbig5083 Рік тому

      And same public class myWebClient extends WebViewClient {

  • @shoden
    @shoden Рік тому +1

    Thanks for the great and simply explained video.

  • @syedmuhammadali628
    @syedmuhammadali628 7 місяців тому

    Hi. Can you please tell me which Android studio version you are using? The latest Android Studio Version only lets you make apps in Kotlin. Please reply, Your help will be really appreciated.

    • @ghosttogether
      @ghosttogether  7 місяців тому +1

      If you submit a Super Thanks I can provide guidance.

    • @syedmuhammadali628
      @syedmuhammadali628 7 місяців тому

      @@ghosttogether Yes sure. I succeeded in making a WebView app. I'm going to give an appreciation message right now.

  • @joshuabarqueesimeth4530
    @joshuabarqueesimeth4530 15 днів тому

    can you tell me how to do this using local websites, with index.html

  • @AnkitKumarRavi9
    @AnkitKumarRavi9 5 місяців тому

    Thank you so much 🇮🇳 sir wonderful fantastic content ❤ I'm beginners
    I'm not knowledge coding but now try to make a app

  • @mdrakibhossinrone9997
    @mdrakibhossinrone9997 4 дні тому +1

    my heart ❤

  • @georgebeard3319
    @georgebeard3319 11 місяців тому

    BTw the formatting of the text under the description is all wrong, somehow missing capital letters that are shown in the video

  • @johnprg1209
    @johnprg1209 10 місяців тому

    If my website use a database ….. In my app it will be used normally and parse the data in database ?

  • @harishsamsit
    @harishsamsit Рік тому

    thanks for an excellent video.....and i need a help....i'm working on a webview app. normally when my website opens, its reload by collecting location info...i dont know how to achieve this in android webview..can you help me with this?

  • @marcosalbertozuluagavargas9842

    shouldOverrideUrlLoading deprecated :(

  • @ЕвгенийЛущеко-с2о
    @ЕвгенийЛущеко-с2о 4 місяці тому

    Hello. I have a question, maybe someone know. I’m need to put webview in homepage widget. How I know, this is impossible. Do you know any bypass solution how I can do it?

  • @bensara6280
    @bensara6280 Рік тому

    After doing all this I have written website address also but it shows white screen and nothing. Can you tell me what did i do?

  • @nothumanyt6918
    @nothumanyt6918 6 місяців тому

    Can you please reply me?
    I have a website which has stripe payment gateway. If I make a web view app for the website and upload it on play store, will they reject it for stripe? As it is a third party payment gateway.

  • @NileshPanchal-nx4pw
    @NileshPanchal-nx4pw Рік тому

    Smart and Awesome..

  • @gerhardwillemse5246
    @gerhardwillemse5246 Рік тому +1

    Thanks, excellent tutorial

  • @Basshase1
    @Basshase1 2 місяці тому

    hi can you remake this for the last Android Studio koala version ? cause they rebuild some things an i cant find it ! Thx

  • @Mustafahyperlink
    @Mustafahyperlink 9 місяців тому

    Where you use mywebClient class?

  • @salvamipc
    @salvamipc 8 місяців тому

    Hi, it works great, but non of the tel, mail,.. link work, they generate an err_unknown_url_scheme error. Can you help please

  • @anthonyagadaga3014
    @anthonyagadaga3014 Рік тому

    So I made a web app with Android Studio for bills payment that requires sign-up and login and I discovered that the login button is not working as expected though it is working fine using browsers.
    The create account button is working fine on the web app as expected.
    I need help

  • @patrickfernandes3026
    @patrickfernandes3026 Рік тому

    Hi sir my wordpress site have footer navbar and does not open up when i convert my site to andriod app it show error i have follow all your steps please help me

  • @timothyagyekum9944
    @timothyagyekum9944 Рік тому

    pls any help.
    with your video i was able to convert by e-book website into an app. But my client cant download the materials contain in the e-book after the make payment.
    thank u

  • @techlearning3468
    @techlearning3468 Рік тому

    this is support video fullscreen ?

  • @AnkitKumarRavi9
    @AnkitKumarRavi9 5 місяців тому

    Today's app created thank you sir

  • @harryhansen9039
    @harryhansen9039 Рік тому

    can i know is this work in all version of android studio

  • @MrPremier-c2k
    @MrPremier-c2k 4 місяці тому

    Thank you so much sir

  • @OluwamayowaSteepe
    @OluwamayowaSteepe 6 місяців тому

    Very well done!

  • @praveenofficial2871
    @praveenofficial2871 9 місяців тому

    It only opens 1 webpage and shows black page when clicking on sublinks buttons.

  • @Worldjam01
    @Worldjam01 Рік тому

    Best tutorial ever! Thanks for share!

  • @developeroffounderitltd8488
    @developeroffounderitltd8488 Рік тому +1

    Anybody faces that problem I got a error.
    "An issue was found when checking AAR metadata:
    1. Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that
    depend on it to compile against version 34 or later of the
    Android APIs.
    :app is currently compiled against android-33.
    Recommended action: Update this project to use a newer compileSdk
    of at least 34, for example 34.
    Note that updating a library or application's compileSdk (which
    allows newer APIs to be used) can be done separately from updating
    targetSdk (which opts the app in to new runtime behavior) and
    minSdk (which determines which devices the app can be installed
    on).
    "
    that was the error anybody know the solutions ?

    • @dianamunene6645
      @dianamunene6645 11 місяців тому

      am facing the exact same issue did you get a solution?

    • @developeroffounderitltd8488
      @developeroffounderitltd8488 11 місяців тому

      @@dianamunene6645 Yes
      go to the file Name build.gradle {module}
      and change the line number : 7 maybe
      compileSdk
      Its should be Minimum 34
      now try
      Its worked for me

  • @AFuller2020
    @AFuller2020 Рік тому

    Hello, I have "error: illegal start of type
    webSettings.setJavaScriptEnabled(true);" Any ideas?

  • @peti2ty
    @peti2ty Рік тому

    Thanks, working! :)

  • @DestructiveBurn
    @DestructiveBurn Рік тому +1

    They changed up the program. There is no Language just Minimum SDK

  • @ArloFE
    @ArloFE 6 місяців тому

    Thankyou very much

  • @casperjoemedia
    @casperjoemedia Місяць тому

    On the language I cant see Jav only kotlin and groovy DSL, what should I do?

    • @anthonydagbue3655
      @anthonydagbue3655 Місяць тому

      You need to pick Empty views activity in the previous menu. Not empty views. Your android studio is newer

  • @xpectromo
    @xpectromo Рік тому +1

    First of all, THANK YOU!! How can I remove the upper black bar with the name of the apk?

  • @mr.parthiv0404
    @mr.parthiv0404 9 місяців тому

    Thank You Brother

  • @YaserRiaz
    @YaserRiaz 10 місяців тому

    Hi, can you anyone help, I am getting 15 Errors : "15 issues were found when checking AAR metadata:"

  • @andreibalanco
    @andreibalanco 8 місяців тому

    How to resolve the problem with err::ERR_NAME_NOT_RESOLVED

  • @lahcsinayrahca
    @lahcsinayrahca 8 місяців тому

    Wow that's great... I want same thing on kotlin..

  • @netgensey3209
    @netgensey3209 Рік тому

    HOw to you add your ICON to your code??

  • @TeensAnimation
    @TeensAnimation 7 місяців тому

    How To implement unity ads

  • @RKMsVines
    @RKMsVines 2 роки тому

    Thanks a Lot

  • @YuriS-jx5iy
    @YuriS-jx5iy Рік тому

    Thanks!

  • @vjincharadze
    @vjincharadze Рік тому

    Thank you so much

  • @anythingonline1
    @anythingonline1 Рік тому

    Thanks for this vid 💯🤲🏽

    • @ghosttogether
      @ghosttogether  Рік тому

      Welcome :) I also recommend learning React Native or Flutter. WebView is very limited as far as building fluid UX. Good luck!

  • @bhumiputra6108
    @bhumiputra6108 8 місяців тому

    Thanks

  • @SHIVAMSHARMA-q2k
    @SHIVAMSHARMA-q2k 6 місяців тому

    thanks

  • @supriya2013
    @supriya2013 2 роки тому

    How to add video splash screen into this web apps.

  • @gamepro-pv8to
    @gamepro-pv8to Рік тому

    Thanks 🤩

  • @TruthMadeHuman
    @TruthMadeHuman Рік тому

    Only thing it does is open up a blank page for me.

  • @cherryher0
    @cherryher0 Рік тому

    nice video

  • @agudecar
    @agudecar Рік тому +1

    I cannot make this work, gives me errors.

    • @LoganJonesJ
      @LoganJonesJ Рік тому

      Same. I keep getting some seemingly small errors. Every tutorial I've tried gives me like 4 errors and they're never even the same.

  • @andrealonghin7525
    @andrealonghin7525 Рік тому

    is impossible to connect to http site, only for https!! Where is one way?

    • @banjangkim5242
      @banjangkim5242 Рік тому +1

      1. make a file [ res -> xml -> network_security_config.xml ] then write this

      domain_togo

      2. and add lines in [ AndroidManifest.xml ] file
      [manifest -> application] properties
      android:networkSecurityConfig="@xml/network_security_config"
      android:usesCleartextTraffic="true"
      that's it.

  • @AnkitKumarRavi9
    @AnkitKumarRavi9 5 місяців тому

    No error found only 1st attempt app created 😊

  • @anonimusteam
    @anonimusteam 6 місяців тому

    like and share and subscribe brothers
    you wont find content like this
    its someones life s work

  • @Vsev0001vsev
    @Vsev0001vsev 6 місяців тому

    it doesn't work, there are only errors, maybe it's the version

  • @maxbouz
    @maxbouz Рік тому

    This is great! Thank you! You really help

  • @thanasisathanasi4965
    @thanasisathanasi4965 11 місяців тому

    Why Java???? Wasted video !

  • @drenwww
    @drenwww Рік тому

    Hi Guys, hi @GhostTogether, my web view doesn't display on the entire screen but instead create white line on both sides, any fix? Thanks for the vid!

  • @KJPiGames
    @KJPiGames 7 місяців тому

    Webpage not available
    ERR_CLEARTEXT_NOT_PERMITTED

  • @crazyquinn1973
    @crazyquinn1973 Рік тому

    you are the boss! Thank youuuuu!!!!