bro thats mindblowing tut. full of observables subscribers and first time i see the browser 20min later you start to type and type and type…
@RahulKumar-dm5zy3 жыл бұрын
awesome video sir. thanks for making this video
@KrelfallahHichem3 жыл бұрын
Excellent video, thank you
@SmartiePantsShop3 жыл бұрын
Hi Simon, thanks for this, it was very very handy. But a quick question, between your examples over the last years, you've swapped between Capacitor Storage and Angular Storage and SQLite - is there a reason as to why I should use one over the other, are there any performance benefits or pitfalls I should be aware of. Thanks for the many many helpful videos.
@galaxies_dev3 жыл бұрын
Either you have a virus on my Mac or I can predict the future - working on a video EXACTLY on that to clarify which to use in which situation!
@HurikaneTv3 жыл бұрын
Proud Academy Member 😊😊😊😊
@Marshall86MT3 жыл бұрын
very interesting video, as usual :) I use capacitor storage instead of the cordova plugin, what do you think?
@galaxies_dev3 жыл бұрын
Sure would work as well, but I found managing it a bit more complicated then directly working with JSON data in Ionic Storage.
@Marshall86MT3 жыл бұрын
@@galaxies_devIt's an honour to get your feedback 🙏🏾 yeah that's true but since I moved to capacitor I'm trying to use it as much as possible.
@farbod64503 жыл бұрын
This video is very helpful. Thank you
@galaxies_dev3 жыл бұрын
You're welcome!
@kareemadel16492 жыл бұрын
can i do that with ionic-cordova app ??
@cortesdepodcast82543 жыл бұрын
Would be nice to compare capacitor 3 with cordova to know which one is faster, smaller and have less bugs.
@graphicsjay3 жыл бұрын
Anyone that's worked with Capacitor after working with Cordova knows its a much better experience. Every time i would open a cordova project (pre-Capacitor), I would have multiple issues to resolve before I could actually get to work. Capacitor hasn't been that way at all.
@vincenzodamico30543 жыл бұрын
💙💙💙💙 CACHIIIIIINNNN!!! 💙💙💙💙
@flyclaim3 жыл бұрын
Does it also work for capacitor android applications or just the web ones? I tried several variants in the android app and it doesn't seem to work and the cause is that it is served on HTTP instead of HTTPS
@faqruddinmohammad14112 жыл бұрын
Hi Simon, Nice informative content. But how Can I update the cache storage if api is having updated data ? Having offline storage great for app to improve performance. But in realtime api data always have changes. So once there is changes in api data, Is any way to update the offline cached data ? So user can see always real data... Thank you
@galaxies_dev2 жыл бұрын
You would have to come up with your own logic to handle the validation of your cache, so maybe expire it after some time or otherwise use a service worker with a specific caching strategy!
@faqruddinmohammad14112 жыл бұрын
@@galaxies_dev thanks simon. Can I have any example for service worker ?
@NoNdAs903 жыл бұрын
What's the difference to do all that to localStorage instead to that that you show ? Thank you for the video :)
@galaxies_dev3 жыл бұрын
On a device, it will use SQLite because that data won't be cleared by the OS, which can happen if you simply store it inside localstorage.
@NoNdAs903 жыл бұрын
@@galaxies_dev could you explain it more because I do not the the point exactly? Thank you again for your answer 😁
@EvTIC Жыл бұрын
sorry i am using ionic react capacitor, api php and phpmyadmin. nothing appear in my phpmyadmin
@IRFANSYOUTUBE3 жыл бұрын
Hi, Working on Ionic Ecommerce Project, Looking for IONIC templates free/paid to sppedup the work. Please help
@iescape33723 жыл бұрын
Someone should make a channel like this, but for Vue & React. Having to watch these angular based tutorials, which by the way are great, is painful as I then have to figure out how to convert it to my preferred front end framework
@galaxies_dev3 жыл бұрын
I totally agree. If I had started with all of this about a year ago, I'd have made it 100% about Vue or React as there's basically no content out there yet. But since almost all followers in here are interested in Angular, it's not really a good idea for me right now to create Vue/React content although I'd love to :/
@chizuru19992 жыл бұрын
@@galaxies_dev do what you feel like. ☺️ Tho i would watch more angular for sure! 👍🏻
@TheSaceone3 жыл бұрын
Favourite day = Tuesday. No wonder why.
@DavideCampello3 жыл бұрын
the problems come when you need to create, update or delete the data
@victorm91313 жыл бұрын
Well in this case don’t use cache on those APIs. Caching mechanism makes sense for data that isn’t likely to be changed in a while like dictionaries / objects that have the same shape etc.
@user-ms13w3 жыл бұрын
dinamics or statics ..... caches.match( '/offline.html') 👍
@user-ms13w3 жыл бұрын
kzbin.info/www/bejne/n5fVoICNlKtnicU 👈
@jhonyxf3 жыл бұрын
how to solve this error? ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'addListener' of undefined TypeError: Cannot read property 'addListener' of undefined at new ApiService (api.service.ts:18)