Ionic 2 Mobile App in Under 60 Minutes

preview_player
Показать описание
In this video we will build a complete Ionic 2 mobile application in under an hour. It's an app using the Reddit API. We can list top subreddits and filter by category. We will also have a settings area where we can set default category and limit of posts

ANDROID SDK & AVD SETUP VIDEO:

CODE:

There are 2 more Ionic 2 apps in my Angular 2 project course here -

SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH:

ONE TIME DONATIONS:
Рекомендации по теме
Комментарии
Автор

I actually search for your tutorial these days, the way you explain is so good. Keep up the good work. Big fan here :-)

sondekai
Автор

(Ionic3) If you are using Http, import the HttpModule in your app/app.module.ts file:
and then add it to the imports in the same file:
imports: [
BrowserModule,
HttpModule,
IonicModule.forRoot(MyApp)
],

yafl
Автор

I love the way you have made this video. Actually showing the thinking part which is much more important to any video. Not making a video which is edited multiple times to take out those crucial things. I love the way you said "what???" at around 41:00 mins when ngIf didn't work. Haha!!

10 STARS FOR YOU. EXTREMELY HELPFUL VIDEO.!!

hiteshkumarpatel
Автор

Unbelievable..!! Best aplication example for ionic . Thanks Traversy..

eypbal
Автор

for the missing image you can use the onError call

<img
/>

make sure you have that images.png default placeholder under your
www/assets/... directory

marcosoliva
Автор

Thanks dude! you can use [src]="item.thumbnail" instead of src="{{item.thumbnail}}" doesnt really matter, I just think it looks cleaner so worth mentioning. Thanks again for the vid!

producdevity
Автор

This was a great video. A couple of little hiccups here and there but in general it helped me get started with ionic 2. thank you for taking the time to put this out.

Diamonddrake
Автор

Brad, you are the best teacher ever. ❤

shahzaibahmed
Автор

you are great sir. it is magic to me i have competed app and your teaching skills are the best. thanks for such a nice tutorial

ejazsidhu
Автор

I have been trying to choose a platform, and was about set to use NativeScript since it builds to 100% native code. I somehow had a bad impression about hybrid platforms like Ionic for some reason. But this video has changed my opinion... it seems great and the learning curve seems small as long as you know Angular. Not sure how the learning curve for Nativescript is though. I see a comprehensive course on Udemy for Nativescript/Angular, but the reviews are not great. But I discovered that one of my favorite teachers on Udemy has a 14.5 hr course on Angular/Ionic, so I just got it during one of their frequent sales for cheap. :) This video convinced me to go with Ionic... thanks!

JBuchmann
Автор

min 36:40 should be: selector: 'page-details' just have to add the "page-" prefix, great vid thanks a lot.

adanluna
Автор

My god, just when I was about to ask if you could do an Ionic 2 tut. Just watched Angular 2 one, which is gold

cinilaknedalm
Автор

I liked this video, it saved a lot of time. I was thinking creating an app is very difficult but I got to know by this video is that we can build a basic app in minutes. Thank you!!!

ramprakashseepana
Автор

Absolutely great tutorial. Ionic 2 is such a sweet framework. Everything is super clean and simple. Love it!

davidwang
Автор

I wonder why 21 dislikes ! Perfect Tutorial Thanks,

taherjijel
Автор

Great tutorial, thanks! In 36:38 the selector should be "reddits", which is the container for the details component, i think.

Diogo
Автор

Awesome tutorial. I understood all steps and the best the application is ok to the end without errors. I recommended this channel!!

Can you make the tutorial ionic 2 with firebase, please :)

Thanks :)

paolazarate
Автор

Another way to display the image within a simple ternary :
<img src="{{item.preview ? : ' ' }}"/>

@42:10 - Very interesting video, Thanks T

Maftouhou
Автор

Awesome tutorial. Very easy to understand. Simple and clear. Thanks !!!

ArunaNishantha
Автор

Really very helpful to a newbie in ionic2.Thanks

jkpulipati