It's rare for me to comment on any TH-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 ❤
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!
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.
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!
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 TH-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 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.
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!
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!
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?
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.
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!
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?
I'm not him but here's my answers 1. And 2. Not all android phones support it so I guess they didn't add that feature 3. I don't know too 4. I don't know too
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 !!!!
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?
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?
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.
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
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
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 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
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.
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
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?
It's rare for me to comment on any TH-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 ❤
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!
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.
@@adakoleabechi9242 Thank you kind sir.
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!
That's why I make them.
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 TH-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.
Thank you kind sir 🙂
@@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.
If this helped you, please Like and Comment 🙂 This helps more people find my videos on TH-cam, and motivate me to make more videos for ya'll
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!
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!
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?
Finally, a tutorial that actually works!!!!! thank you very much.
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.
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!
How about Splash Screen and Icons
Thank you, this was very useful!
Great tutorial. Clear and concise.
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?
I'm not him but here's my answers
1.
And
2. Not all android phones support it so I guess they didn't add that feature
3. I don't know too
4. I don't know too
This was super helpful and it works!!!! Thank you sir
Well I have no words. Just EXCELLENT!!! You resolved one of my major problems and thank you for that.🥳
Really helpful thank you very much! One quick question: how can I enable cache in Web view? For example, using html5 games saves progress...
BTw the formatting of the text under the description is all wrong, somehow missing capital letters that are shown in the video
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 !!!!
Hi. Please show how to add a menu and how to hide the items visible in the web version in the app
shouldOverrideUrlLoading deprecated :(
can you tell me how to do this using local websites, with index.html
Thanks for the great and simply explained video.
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?
And same public class myWebClient extends WebViewClient {
it is needed that your website must be publish??
Where you use mywebClient class?
You are great man.
getting everything right in just first attempt 🔥🔥🔥🔥
thank you glad it helped
Thanks for sharing you knowledge.
If my website use a database ….. In my app it will be used normally and parse the data in database ?
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?
Hi, it works great, but non of the tel, mail,.. link work, they generate an err_unknown_url_scheme error. Can you help please
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?
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.
Thanks for teaching us 🥰
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
It only opens 1 webpage and shows black page when clicking on sublinks buttons.
Best tutorial ever! Thanks for share!
Glad it helped get started 😃
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
How can I open other URL externally. Not in my build app.
Great Tutorial by the way ❤
Thanks, excellent tutorial
Hi, can you anyone help, I am getting 15 Errors : "15 issues were found when checking AAR metadata:"
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 ?
am facing the exact same issue did you get a solution?
@@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
0:25 how change language to java?
Sir i dont have the activity main xml
this is support video fullscreen ?
Hello, I have "error: illegal start of type
webSettings.setJavaScriptEnabled(true);" Any ideas?
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.
If you submit a Super Thanks I can provide guidance.
@@ghosttogether Yes sure. I succeeded in making a WebView app. I'm going to give an appreciation message right now.
hi can you remake this for the last Android Studio koala version ? cause they rebuild some things an i cant find it ! Thx
can i know is this work in all version of android studio
Thank you so much 🇮🇳 sir wonderful fantastic content ❤ I'm beginners
I'm not knowledge coding but now try to make a app
How to resolve the problem with err::ERR_NAME_NOT_RESOLVED
On the language I cant see Jav only kotlin and groovy DSL, what should I do?
You need to pick Empty views activity in the previous menu. Not empty views. Your android studio is newer
Today's app created thank you sir
HOw to you add your ICON to your code??
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
Very well done!
Smart and Awesome..
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?
They changed up the program. There is no Language just Minimum SDK
How To implement unity ads
my heart ❤
Wow that's great... I want same thing on kotlin..
Thank you so much sir
Welcome apk :)
Thanks, working! :)
Thankyou very much
Thank You Brother
How to add video splash screen into this web apps.
That I don't know lol
Only thing it does is open up a blank page for me.
Webpage not available
ERR_CLEARTEXT_NOT_PERMITTED
Thanks for this vid 💯🤲🏽
Welcome :) I also recommend learning React Native or Flutter. WebView is very limited as far as building fluid UX. Good luck!
I cannot make this work, gives me errors.
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.
Thanks a Lot
nice video
Thanks!
is impossible to connect to http site, only for https!! Where is one way?
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.
This is great! Thank you! You really help
Welcome :)
Thank you so much
Thanks 🤩
No error found only 1st attempt app created 😊
like and share and subscribe brothers
you wont find content like this
its someones life s work
Thanks
it doesn't work, there are only errors, maybe it's the version
thanks
1516
Why Java???? Wasted video !
First of all, THANK YOU!! How can I remove the upper black bar with the name of the apk?
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!
you are the boss! Thank youuuuu!!!!
did it work?
@@ghosttogether totally