Building an Ionic 4 Pokédex with Search & Infinite Scroll

  Рет қаралды 12,789

Simon Grimm

Simon Grimm

Күн бұрын

Пікірлер: 60
@asdrubalzp
@asdrubalzp 4 жыл бұрын
the summary of my week of classes in a video of 30 mins. Nice :)
@galaxies_dev
@galaxies_dev 4 жыл бұрын
Perfect!
@insyirahsuhaimi4554
@insyirahsuhaimi4554 3 жыл бұрын
Awesome video, Simon. Thanks a lott!!
@galaxies_dev
@galaxies_dev 3 жыл бұрын
Glad you liked it!
@iurylazoski
@iurylazoski 4 жыл бұрын
Hi, Simon, really nice video, learned a lot of Ionic. In 25:30 you could simply use Object.values and avoid further mapping. Regards.
@galaxies_dev
@galaxies_dev 4 жыл бұрын
Thanks for the tip!
@diegoaraujo1387
@diegoaraujo1387 4 жыл бұрын
Nice, I always learned something with you. Thanks, man! Don't stop!
@angelom.3517
@angelom.3517 3 жыл бұрын
Bravissimo !
@manoellopes
@manoellopes 4 жыл бұрын
Nice tutorial, Very helpful.
@galaxies_dev
@galaxies_dev 4 жыл бұрын
Glad it was helpful!
@christopherviera6141
@christopherviera6141 3 жыл бұрын
thank you so much for this tutorial
@galaxies_dev
@galaxies_dev 3 жыл бұрын
You're very welcome!
@jonathanperry7530
@jonathanperry7530 5 жыл бұрын
Awesome video, Simon!!
@galaxies_dev
@galaxies_dev 5 жыл бұрын
You are welcome Jonathan!
@coom07
@coom07 5 жыл бұрын
Why u use ionic instead flutter? Personal preference or it has some advantage?
@alhassankiwamdeen7252
@alhassankiwamdeen7252 5 жыл бұрын
After going for flutter someone would ask you, why use flutter instead of react native. Always go for what you are good at and get the work done!
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Flutter is not really for the Web, plus I don't want to learn Dart, plus I run the Ionic Academy so I'm better off with sticking to Ionic for now :) Flutter is great if you only want a mobile app and perhaps have some experience with Dart already. There are always reasons to pick one or the other, for me Ionic offers exactly what I need right now!
@RaadYacu
@RaadYacu 5 жыл бұрын
great video - best so far
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Pokemon videos always win!
@sync3217
@sync3217 4 жыл бұрын
The search functionality doesn't work on mobile devices. It shows the skeleton text but doesn't show the result pokemon name and id that is seen on other devices. Is there a solution?
@lifasibiya4810
@lifasibiya4810 5 жыл бұрын
Awesome content Simon. My highlight of the video was when you did the ion-skeleton-text🙈. That's a very useful component for user profile displaying apps
@d.jangir8
@d.jangir8 5 жыл бұрын
Also Could you please show us how to create a main component in Ionic 4 where my application Header and side menu will reside and other components(Pages) will load under the Main header(Toolbar) of the application(like in angular side menu semantic example).
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Yes reusing components might be indeed a cool tutorial thanks for the input!
@offrelink5880
@offrelink5880 4 жыл бұрын
thanks :)
@galaxies_dev
@galaxies_dev 4 жыл бұрын
Happy to help :)
@romil0734
@romil0734 5 жыл бұрын
sir in GetPokeImage method how can we use http.get method and how to add index.png in it kindly explain me ASAP.
@royal-code
@royal-code 5 жыл бұрын
great content as usual Simon, I'm quite curious actually if I can use this to develop an eCommerce front-end with a back-end API containing products, categories, departments ... and others.. ??
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Sure that shouldn't be a problem! So the API is not with Ionic of course, but for the frontend part it should work fine of course :)
@royal-code
@royal-code 5 жыл бұрын
Thanks, I will definitely give it a good try
@royal-code
@royal-code 5 жыл бұрын
Hi simon.. I'm getting a 'server responded with a status of 404 (Not Found)' that error with this example when I inspect from the browser, I have tried pokeapi and another but still get the that same error.!? where do you suspect I could be wrong?.. thanks in advance
@extratozextrato6080
@extratozextrato6080 5 жыл бұрын
Great Tutorial! I had a small problem with the search, when you hit the cancel search after the result is shown, the result keeps showing in the list before the #1. Can you please explain how I can fix this?
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Hmm perhaps you have not cleared the list on cancel?
@extratozextrato6080
@extratozextrato6080 5 жыл бұрын
@@galaxies_dev Not sure I did.... Thnx for the fast reply, I'll try to fix it
@d.jangir8
@d.jangir8 5 жыл бұрын
Hello Simon, Could you please create a video on an Reminder app. In this app user will create reminders for different time and date and notification should be shown to the user. If possible could you please show us how can we store those reminders on the server(NodeJS) and trigger push notification(PWA) to the user for the triggered reminder.
@galaxies_dev
@galaxies_dev 5 жыл бұрын
We'll that's kinda big use case, especially with the server part! But if you use push notifications you don't need the local notifications normally, right?
@d.jangir8
@d.jangir8 5 жыл бұрын
Simon Grimm yeah local notifications are not needed.
@dianarenteria8492
@dianarenteria8492 4 жыл бұрын
El URL de las imágenes no funciona
@ewertoncoutinho884
@ewertoncoutinho884 2 жыл бұрын
What is this VSCode theme? How can I get it?
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Should be One Dark Pro!
@rubentorres
@rubentorres 5 жыл бұрын
how to create my guitar tuner with ionic?, how read frequencies in the microphone the phone in real time? you have examples for the community. thank you for read me
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Good question, perhaps you could start by recording audio with the Cordova plugin for audio and then use a JS library to analyse the frequency or something like this: developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getByteFrequencyData
@ghandasyahputradewa7988
@ghandasyahputradewa7988 5 жыл бұрын
good evening mr. simon .. I want to ask. most of your videos get data through the website API so how do you get contact person data in ionic 4 ?. if there is a video tutorial about it. share link in my comment. hehee .. : D regards
@galaxies_dev
@galaxies_dev 5 жыл бұрын
You mean from the native contacts of a device? I'm actually already working on something for that :)
@marcelocch
@marcelocch 5 жыл бұрын
Thank you for your knowledge sharing Simon. You are the best. Do you have a tutorial about PUSH Notifications in Ionic 4 (Android/iOs) using Firebase? If not, where can I donate to make this happen? 🙇🏽‍♂️🙇🏽‍♂️🙇🏽‍♂️
@jazzymichael
@jazzymichael 5 жыл бұрын
Fireship channel has a great video about push notifications with firebase
@marcelocch
@marcelocch 5 жыл бұрын
Yeah, I know but is deprecated, their code dont work anymore
@jazzymichael
@jazzymichael 5 жыл бұрын
@@marcelocch Are you sure? The Firebase Push Notifications work great in my apps. It is called "Cloud Messaging" in the Firebase console, here are docs: firebase.google.com/docs/cloud-messaging/?authuser=0#implementation_paths
@galaxies_dev
@galaxies_dev 5 жыл бұрын
We have a course on that topic inside the Ionic Academy :)
@marcelocch
@marcelocch 5 жыл бұрын
@@galaxies_dev amazing! I will look it up. Thanks!
@maniya10824
@maniya10824 5 жыл бұрын
Hello Simon, I am your big fan. Thank so much for this video. Could you please upload video using angular material table with ngrx store, effects with paginator and sort functionality.
@maniya10824
@maniya10824 5 жыл бұрын
I have used angular 8 in ionic 4. But the paginator and sort is not working. Getting undefined error paginator and sort in the dataSource.
@galaxies_dev
@galaxies_dev 5 жыл бұрын
I'll see what I can do Manivannan :)
@jackelkarat7208
@jackelkarat7208 5 жыл бұрын
👍
@Masahiko_Kai
@Masahiko_Kai 5 жыл бұрын
Simon, who is your favorite pokemon? :)
@galaxies_dev
@galaxies_dev 5 жыл бұрын
I would say Bulbasaur because he was the very first I picked when I got the first Gameboy game!
@NormanDube
@NormanDube 5 жыл бұрын
First to like. I'm a fan!!!!!
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Thanks a lot Norman!
@Prash3393
@Prash3393 5 жыл бұрын
3rd :(
@galaxies_dev
@galaxies_dev 5 жыл бұрын
Still awesome, thanks mate!
@Prash3393
@Prash3393 5 жыл бұрын
Thanks Simon 😊👍
How to Build a Shopping Cart with Ionic 4
26:32
Simon Grimm
Рет қаралды 31 М.
The Ionic 4 Images Guide (Capture, Store & Upload with POST)
32:18
REAL MAN 🤣💪🏻
00:35
Kan Andrey
Рет қаралды 42 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 137 МЛН
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 14 МЛН
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 24 МЛН
Building an Ionic Searchable Select Component with Angular
28:36
Simon Grimm
Рет қаралды 12 М.
DRM explained - How Netflix prevents you from downloading videos?
18:17
Mehul - Codedamn
Рет қаралды 200 М.
Building an Ionic 4 JWT Login with Tab Bar & Angular Routing
31:00
The Strange Physics Principle That Shapes Reality
32:44
Veritasium
Рет қаралды 4,9 МЛН
How To Build Feature Flags Like A Senior Dev In 20 Minutes
20:33
Web Dev Simplified
Рет қаралды 82 М.
10 Tools & Services Every Ionic Developer Should Know
21:25
Simon Grimm
Рет қаралды 26 М.
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 45 М.
Getting Started with Ionic 4 and Socket.io
23:22
Simon Grimm
Рет қаралды 18 М.
Coding a FULL App with AI (You Won't Believe This)
15:19
Creator Magic
Рет қаралды 146 М.
REAL MAN 🤣💪🏻
00:35
Kan Andrey
Рет қаралды 42 МЛН