How to Build a Native App from Angular Projects with Capacitor

  Рет қаралды 55,231

Simon Grimm

Simon Grimm

Күн бұрын

Пікірлер: 86
@galaxies_dev
@galaxies_dev Жыл бұрын
Want to learn more about building native apps with web technology? That's awesome! Check out my new platform galaxies.dev/ for practical courses & more tutorials 🚀
@Guminator05
@Guminator05 3 жыл бұрын
I'm working on a similar case where I need a website and an ios / android application at the same time. I've been working with Ionic for a long time, but I would never believe how easy it can be with a capacitor as opposed to a cordova. Thank you for all your tutorials and videos. They are really helpful.
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Thanks Daniel and I completely agree!
@TheSaceone
@TheSaceone 3 жыл бұрын
I hope this will bring more and more developers to Ionic and to the Simonics community!!
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Yeah Angular + Capacitor might indeed have a broader audience!
@zahidshaikh3122
@zahidshaikh3122 2 жыл бұрын
This is Mind Blowing!
@iang9675
@iang9675 3 жыл бұрын
Wow this comes in clutch. I was just looking to learn this exact thing! (Angular + Capacitor) Where should I go to find a tutorial on using the the Capacitor File System for iOS and Android? I’m looking to save JSON data from an API to the native local storage.
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Maybe check out this one: kzbin.info/www/bejne/jX_XlmdmbKalh5I&ab_channel=SimonGrimm
@passivedividendsoptions
@passivedividendsoptions Жыл бұрын
About to give this a try, thanks for the video!!
@RadomirMazonPl
@RadomirMazonPl 2 жыл бұрын
That is exactly what I needed :) Thx.
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Glad it helped!
@prasadnarayana7257
@prasadnarayana7257 3 жыл бұрын
Love your content like anything 😍
@christopher5731
@christopher5731 Жыл бұрын
very informative thank you for posting this
@galaxies_dev
@galaxies_dev Жыл бұрын
Glad it was helpful!
@lucascorrea9695
@lucascorrea9695 Жыл бұрын
Great video, really helpful, thanks :)
@galaxies_dev
@galaxies_dev Жыл бұрын
Glad you enjoyed it!
@jvoirin
@jvoirin Жыл бұрын
Great video!! 👍👍
@galaxies_dev
@galaxies_dev Жыл бұрын
Thank you!
@JeremyAlpha
@JeremyAlpha 2 жыл бұрын
This is exactly what I need thank you very much.
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Glad I could help!
@chandrasekharasharmat3032
@chandrasekharasharmat3032 3 жыл бұрын
Awesome, as usual! Thanks Simon.
@galaxies_dev
@galaxies_dev 3 жыл бұрын
My pleasure!
@aabuabara
@aabuabara 3 жыл бұрын
Hello, many thanks for the vídeo. I have a question: by default, when I run npx cap open ios, the app language is in English (Xcode configuration). How can I remove the english language and select only Spanish language? In Xcode is unable to remove English language.
@mukul13197
@mukul13197 7 ай бұрын
My frontend loads on android studio, but ive tried and failed numerous times trying to get the androud emulator loaded fronted app connect to my local express server. How do we inspect network traffic ? How to consume restFul APIs of an angular converter android app ?
@wiliam334
@wiliam334 2 ай бұрын
Amazing ta. Can u make a video about piblishing the app to the stores pls
@weixiangng8279
@weixiangng8279 4 ай бұрын
How do you export or deploy the angular native app to playstore or ios play store?
@joypernites6339
@joypernites6339 3 жыл бұрын
Hello! May I know if using real time object detection is possible using capacitor?
@garyyaral
@garyyaral Жыл бұрын
Hello!! How can I remove the button that opens gallery and only allows me to take one photo?
@anton98ilmilanista
@anton98ilmilanista 11 ай бұрын
Hello, I have an issue. When I follow these steps and the app is created on an Android device, on devices running Android 10 and below, the app opens, the Capacitor logo appears for a few seconds, and then instead of the view, nothing is displayed. However, on devices running Android 11 and above, everything works correctly. I don't understand why. I've tried on multiple PCs, and the issue remains the same.
@ProjectAryawarta
@ProjectAryawarta Жыл бұрын
In my angular project I am using payment gateway and replaceing url while payment. Also my backend using CORS filter. Will this work?
@galaxies_dev
@galaxies_dev Жыл бұрын
Can't exactly predict, but for CORS you might just have to include another origin!
@samarthmali3541
@samarthmali3541 10 ай бұрын
I have an angular application Which have Authorization authentication functionality but When I kill Application on Android my access token get cleared but same working fine for web
@raulangeljimenezhernandez3342
@raulangeljimenezhernandez3342 Жыл бұрын
This is really great! I just needed to adapt the web aplicacion to a android device. I just have one question, is it possible to trigger custom actions for the back click? Lets say for example in one screen I click back but I dont want the usually history(-1) I want to return the user to a diferent page. Is this posible? I was trying to add the noHistory on the android manifest but got to result.
@galaxies_dev
@galaxies_dev Жыл бұрын
Yes you can use the @capacitor/app package where you can add a listener to the backButton: capacitorjs.com/docs/apis/app#addlistenerbackbutton-
@rkkhadka1
@rkkhadka1 Жыл бұрын
I get build failure after integrating ionic if I want to use ionic command to build/run. e.g if I run ionic cap run ios/android. Did you encounter this?
@galaxies_dev
@galaxies_dev Жыл бұрын
No haven't seen that, what exactly is the issue?
@egarabini
@egarabini 2 жыл бұрын
Thanks Simon!
@galaxies_dev
@galaxies_dev 2 жыл бұрын
You are welcome Eduardo!
@RajeevKumar-st5hr
@RajeevKumar-st5hr 3 жыл бұрын
How can select range fron center to left or center to right without using dual knob?
@aqueelalam4148
@aqueelalam4148 2 жыл бұрын
my aplication run on emulater .but after installon android phone not data fatch from server.? Please help me. !
@JuanChehin
@JuanChehin 2 жыл бұрын
Hello, I made an application with Angular that I then export to android via capacitor, the problem is that when I want to start a session, I click on "start session" but it does not send the request to the back end. The application in Angular does send it and check the IP and it is correct, any solution?
@sarathkumar-ud4go
@sarathkumar-ud4go 3 жыл бұрын
hi, Im working on ios/android app using ionic 5 angular. is there any info how to use card io plugin (scan credit card option). can you post a video on that? thanks
@ALex-ts1gu
@ALex-ts1gu Жыл бұрын
Is there a way to create an iOS app without using a Mac? I want to convert my Angular app and Windows to an iOS app? Thanks a lot.
@galaxies_dev
@galaxies_dev Жыл бұрын
There are cloud services, but usually you at least need to generate a certificate on a Mac and need it once.
@shubhifromyoutube9546
@shubhifromyoutube9546 3 жыл бұрын
hi, Simon & all the channel visitors, do we have any solution for the circular progress bar in ionic? if yes, please provide the URL for the same. I am really searching for it for a last long. I implemented ng-circle-progress but it does not work well
@galaxies_dev
@galaxies_dev 3 жыл бұрын
You can use the progress bar or the loading, but I guess those won't cover exactly your needs :/
@pallelaharish7647
@pallelaharish7647 2 жыл бұрын
Hai Simon this video is very useful for me . But i have a error in my application . Css not working in Android app what can I do now Help me plzzz.
@galaxies_dev
@galaxies_dev 2 жыл бұрын
You can use remote debugging and check what's wrong!
@prateekbhardwaj9943
@prateekbhardwaj9943 2 жыл бұрын
what about performance? and lags? will it runs smoothly like flutter and other apps
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Capacitor apps run at 60fps as well if you follow best practices of web dev.
@tikka6554
@tikka6554 3 жыл бұрын
Can i install capacitor and angular to sublime text
@realisticanims9032
@realisticanims9032 3 жыл бұрын
is not related.. but is possible to upload a video to firebase and play it an ionic app? i appreciate any help on how to do it
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Upload is definitely possible to Firebase storage! For playing I'm not sure if Firebase supports streaming the video or if you would first have to download the movie and then play it from your FS, but in general it should work :)
@LexMadafaka
@LexMadafaka Жыл бұрын
No where to find how to set up a "Run/Debug Configuration". My "Module:" dropdown/select is always empty, I can not select anything, and no matter what combination I check in, it will be incorrect according to Anroid studio. I have no idea what to do.
@prasadnarayana7257
@prasadnarayana7257 3 жыл бұрын
Can we do same process for ngrx store project? My company uses it for handle multiple applications at single code base. Can we have a short videos on it extension to this video
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Sorry but haven't used ngrx yet :/
@jamikhabir492
@jamikhabir492 2 жыл бұрын
I ran the command: "npx cap open ios" and it only took me to a folder "xcshareddata".
@alanbique2548
@alanbique2548 3 жыл бұрын
interesting.. nice infoss
@prasadnarayana7257
@prasadnarayana7257 3 жыл бұрын
Can't we use ionic cli commands usually I use ionic cap run android
@MoonMists
@MoonMists Жыл бұрын
Nice video. Great work! What solution would you use to make an Angular app look like a native window application? So what's the best way to get rid of the HTML look and make it look like a normal windows application. Any tips? PS: For your info: We are a group of students that have made a backend in C# (Entity Framework) with a frontend in Angular. We are able to create an installer file for easy install of the application on Windows, but we are looking for a good way to hide the html lay-out)
@galaxies_dev
@galaxies_dev Жыл бұрын
I'd probably just use Tailwind and create a unique UI with that!
@apinkavada1251
@apinkavada1251 3 жыл бұрын
amazing !!!!
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Thank you! Cheers!
@prasadnarayana7257
@prasadnarayana7257 3 жыл бұрын
May I know why ionic 3, why can't latest ionic 5 or 4 ? 3 is way older
@galaxies_dev
@galaxies_dev 3 жыл бұрын
I'm not sure what you mean, I don't think I used Ionic 3 in here. And yes, I would always recommend the latest Ionic version!
@abdelhamidtahiri9462
@abdelhamidtahiri9462 Жыл бұрын
How convert an app created with anguar and spring boot to android with capacitor
@galaxies_dev
@galaxies_dev Жыл бұрын
Sorry haven't worked with Spring boot for a long time :/
@abdelhamidtahiri9462
@abdelhamidtahiri9462 Жыл бұрын
@@galaxies_dev when i convert the angular app to android , how i connect it to api
@anujghadge4444
@anujghadge4444 Жыл бұрын
@@abdelhamidtahiri9462 Same Question, i have successfully converted the App, but cant seem to access the backend/Apis which are written in nodeJS
@yacinedrissi8811
@yacinedrissi8811 3 жыл бұрын
Thé best as well
@erickreyes4485
@erickreyes4485 2 жыл бұрын
HI @simon i know that u are a pro, i need your help, try to get geolocation when app are in the next states, closed, background and open
@HamzaAhmed-yz6sn
@HamzaAhmed-yz6sn 2 жыл бұрын
did you find any solution for this i am also looking for something to get location in background
@cirkulyaciya
@cirkulyaciya 3 жыл бұрын
Please make vue capacitor video
@malikhandev
@malikhandev 3 жыл бұрын
1st and i need this video
@prateekbhardwaj9943
@prateekbhardwaj9943 2 жыл бұрын
now days everyone is asking website/ecommerce with its app! need to learn mobile development also i think..
@galaxies_dev
@galaxies_dev 2 жыл бұрын
It's that easy :)
@christophermorgan8938
@christophermorgan8938 3 жыл бұрын
You are a legend for doing these vids. I had used the previous video you did on how to use angular's multiple applications feature with ionic. kzbin.info/www/bejne/o52mlZl3q9OsbNE. I made the changes to the angular.json file. app to appOne and other recomendations. For some reason when running android it was looking for a capacitor.config.json file. I had to convert the ts file to json. Then I had an issue with ionic capacitor run android --project=appOne (NOTE: using capacitor not cordova) and it said android already exists. Basically, I am feeling a bit lost as to whether multiple projects does work using capacitor (or even cordova). Then I saw this video of yours and I was like sweet, but, the commands you use are directly interacting with capacitor and not ionic (and obviously not with the fixes for multiple apps). I just wondered if there was reasoning behind this as multiple apps and capacitor opens a can of worms not worth bothering with? Obviously, you don't have time to do every video based on every update and best practices. Just wanted to know if multiple apps will work with capacitor when running android and whether I should use ionic commands or or capacitor commands. ( I am not an expert so please forgive me if the answers are obvious I just need a green light to persist, Lol )
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Hey Christopher, I'm really not an expert on having multiple apps in one project so I can't really say whether the stuff will work :/ But Ionic is basically "only" the UI of your components, Capacitor is the tool to build your app. So most likely you should interact with Capacitor!
@christophermorgan8938
@christophermorgan8938 3 жыл бұрын
@@galaxies_dev thanks mate. That definitely helps. Going through your vids has given me a good insight. Now I just have to bash away at it.
@yunus5949
@yunus5949 2 жыл бұрын
Is that really Native app? :)
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Sure, I can bring it to the app store and it's just like any other native app on a smartphone!
@carlitros4494
@carlitros4494 Жыл бұрын
Fake
@galaxies_dev
@galaxies_dev Жыл бұрын
?
@TheBestDieEarly
@TheBestDieEarly 2 жыл бұрын
Is it possible, to load a ready android app project in Angular (e.g. Visual Code Studio) and rebuilding the same app for iOS?
@galaxies_dev
@galaxies_dev 2 жыл бұрын
You can deploy an Angular app to iOS and Android, but you can't easily convert a native Android app to iOS if you mean that!
@TheBestDieEarly
@TheBestDieEarly 2 жыл бұрын
@@galaxies_dev Correct, that's exactly what I mean. In your video I saw that in the dev tool within the Angular project the "Android module" has the same project structure as that in Android studio. My idea was to open (or copy) an existing native Android app project within the Angular project and then create an iOS version from it. But you think that probably won't work. Is something like this technically possible?
The Ionic Newsflash 🎉 July 2021
13:23
Simon Grimm
Рет қаралды 4,5 М.
5 Steps to NATIVE APP with CAPACITOR | Ionic Release Guide
14:13
Simon Grimm
Рет қаралды 13 М.
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 109 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 38 МЛН
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 167 МЛН
Building a Native Mobile App with Next.js and Capacitor
31:13
Simon Grimm
Рет қаралды 55 М.
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 314 М.
How to turn your Angular App into a Progressive Web App!
17:22
Israel Quiroz
Рет қаралды 10 М.
React for Angular Developers
39:39
Sebastian Persson
Рет қаралды 6 М.
How to Build Your First Ionic 6 App with API Calls
57:45
Simon Grimm
Рет қаралды 89 М.
Capacitor - Five Apps in Five Minutes
6:50
Fireship
Рет қаралды 175 М.
Angular Material Mobile App with Capacitor
36:35
Simon Grimm
Рет қаралды 21 М.
React Native, Flutter or Capacitor - The Cross Platform Showdown
34:37
Может ли перегореть фонарик?
0:52
Newtonlabs
Рет қаралды 978 М.
Тупые эксперименты с вентиляторами
12:40
Рома, Просто Рома
Рет қаралды 242 М.
Наклейка SSD 💽
0:24
serg1us
Рет қаралды 588 М.
Making iPhone16 pink📱
0:34
Juno Craft 주노 크래프트
Рет қаралды 30 МЛН