Тёмный
No video :(

Ionic Caching Service 

Simon Grimm
Подписаться 97 тыс.
Просмотров 19 тыс.
50% 1

Add Caching to your Ionic app and control your cached data with this module!
Join my special Ionic School today: ionicacademy.com/
Video Courses, Project Templates, Community & the Support you deserve to learn Ionic!
#############################
Want to read instead of watch? Here's the full tutorial: ionicacademy.c...
Want more tutorials? Here you go! devdactic.com/
Just getting started? Take my 7 Day Ionic Crash Course: ionicacademy.c...
#############################
My Private Daily Vlog: / @solopreneuradventures...
You can also find me
on / schlimmson
on / devdactic
on / simongrimm_
#############################

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 27   
@kevinmunoz4
@kevinmunoz4 4 года назад
Can you make an updated video and storing an entire array?
@mba3gar
@mba3gar 6 лет назад
So what if data changed? does it request from API new data automatically ? or it keeps on retrieving it from cache until timeout?
@pradipartyst5809
@pradipartyst5809 4 года назад
no it will not request api if new data arrives, you would have to find a way to refresh.
@bjesussalcedo4019
@bjesussalcedo4019 7 лет назад
Perfect Simon! Thank you!
@pragatikhedekar9105
@pragatikhedekar9105 3 года назад
How to cache data in ionic capacitor?
@judithbarer1244
@judithbarer1244 6 лет назад
Thank you for the great tutorial. If you do not set a default ttl , what is the default value? Is there a way for the cache to have no expiration? thank you
@marwansalem76
@marwansalem76 6 лет назад
thank you for your tuto! but I would like to know how to do with InfiniteScroll??? could you give an example?
@egemahlec3521
@egemahlec3521 4 года назад
Hi Simon, Thank you for your video. It is very informative. I wonder that whether you have checked network tab of browser or server logs. Because, as far as I checked, I saw that req is always called even there is not toast message. (Supposing that it should have been provided by cache but I think it is not if I haven't got mistake.) Thanks again for this informative video and others
@galaxies_dev
@galaxies_dev 4 года назад
No haven't checked but it's been some time. Perhaps time to revisit the topic and do an updated version?
@charlesthomas8611
@charlesthomas8611 5 лет назад
that is great tutorial ever found
@labointerconectividad8271
@labointerconectividad8271 7 лет назад
Hello Do you know how to get a json object from a Apache listing directory? some easy way?
@MsSplashIt
@MsSplashIt 7 лет назад
great tut, thanks
@Ro_dolfoSilva
@Ro_dolfoSilva 7 лет назад
@Simon R I have the same problem with dev tools.
@MarvelousMunchies
@MarvelousMunchies 6 лет назад
hey can u please explain how to set ionic app using woocommerece theme
@HoodMaxi
@HoodMaxi 7 лет назад
Hallo, kann ich das auch benutzen um nur neu hinzugefüge Daten zu empfangen bzw erst wieder von der API laden falls sich was geändert hat. In deinem Beispiel zB dass ein neuer Film hinzugekommen ist?
@RiadiAlmasyariqi
@RiadiAlmasyariqi 5 лет назад
When I add the CacheService to Appcomponent Constructor, I got Object(...) is not a function error. I don't have any idea what is wrong. Ionic Version = 3.9.2
@giudi97
@giudi97 5 лет назад
Well..I installed version 3 for ionic-cache and it worked for Ionic Version 3.9.2.... npm install ionic-cache@3 @ionic/storage --save
@RiadiAlmasyariqi
@RiadiAlmasyariqi 5 лет назад
@@giudi97 ok thanks
@TarasShevchenkoStep
@TarasShevchenkoStep 6 лет назад
Tnx!
@pradipartyst5809
@pradipartyst5809 4 года назад
Instead of doing loadfromDelayedObservable for refresh functionality, I cleared the cache for group key and then called load list. With the loadfromDelayedObservable, I ran into problems since it returns both cached data and new server data and the subscribe method gets called twice. Here is my refresh function if anybody had that issue: doRefresh(event) { this.cache.clearGroup('groupKey').then(res => { this.loadList(event); }); }
@devdarker
@devdarker 7 лет назад
I did it like you described it in the video. But it gives me the following error: "Uncaught (in promise): No such key: key". Do you know anything, that could help to solve my problem? Vielen Dank für das tolle Video. Ich habe alles so gemacht, wie Sie es beschrieben haben. Jedoch bekomme ich folgende Fehlermeldung: "Uncaught (in promise): No such key: key". Können Sie mir weiterhelfen?
@dipayanbanik8164
@dipayanbanik8164 4 года назад
Hey where did you get the json() thing ? It doesn't exist!
@galaxies_dev
@galaxies_dev 4 года назад
You mean JSON.parse()? That should always exist, nothing to import for this. It's basic JS.
@pratikvaity6833
@pratikvaity6833 5 лет назад
can i use this method to cache videos and play them when there is no internet?
@galaxies_dev
@galaxies_dev 5 лет назад
Hmm this is more downloading the video file, I think it's not really video caching in that case :/
@pratikvaity6833
@pratikvaity6833 5 лет назад
@@galaxies_dev Ohk..
@artnovikovdotru
@artnovikovdotru 7 лет назад
Music screams at the beginning. Or you are too quiet (rather this one).
Далее
How to use the YouTube REST API with Ionic
22:13
Просмотров 20 тыс.
Building Ionic for Different Device Sizes
11:36
Просмотров 15 тыс.
А ВЫ УМЕЕТЕ ПЛАВАТЬ?? #shorts
00:21
Просмотров 1,5 млн
This is why you need caching
10:03
Просмотров 42 тыс.
How to Build an Ionic 4 App with Offline Mode
15:03
Просмотров 28 тыс.
Learn PowerShell in Less Than 2 Hours
1:48:21
Просмотров 268 тыс.
Dynamic Theming Your Ionic App
13:32
Просмотров 15 тыс.
Azure Data Factory Beginner to Pro Tutorial [Full Course]
2:50:26