Ionic Creator Tutorials // Making a Searchable Video Library

preview_player
Показать описание
In this tutorial, Matt helps us create a searchable video library app that uses lots of different features like a search component and route parameters!

Dive in! 💪
Рекомендации по теме
Комментарии
Автор

This is a great tutorial. Includes a couple things I was going to request examples of (search, using arrays/objects to populate thumbnail lists, etc.). Thanks!

andywoodward
Автор

Great tutorial - It made me to go back to creator once again and start building there when I realized that free version only allows 1 project now. I guess it was allowed to create unlimited project.

Guess I should depend on my not so good UI design skills again...

redsnakeintown
Автор

Great Tutorial! Thanks so much! Just a request: there is any fix in order to avoid Google Play rejection "by enabling background play of YouTube videos" ? thanks again.

cmlon
Автор

Also can you guys implement a grid and also the ability to add Icons to Text or just on there own.

someguytu
Автор

How would you modify above tutorial, if you would like to put a search functionality into header?

For example, as right button into header (for this you already created a video, so no problem). And search functionality executed with "On-Click" event when:
Option 1) a modal popup with search field could appear to perform a search, or
Option 2) a search field would appear directly at header .

TomeoTube
Автор

I am trying to figure out how to create a cart. Is there a way to put data in the local storage to hold the cart? Any idea how that will be able to be done?

someguytu
Автор

Hello Matt! Thank you so much for the wonderful tutorials but i am wondering if we could populate the video list from firebase. It would be much more easy to edit/add videos. Or can anybody help me on this? :)

skilepf
Автор

Warning : the video component is not working if your video ids are coming from an ajax call (over $http and promise stuff) ! You have to integrate the video manually with a filter that use trustAsResourceUrl(). Please also note that the video component is actually an iframe (!) so trying to scroll by touching inside will not work. Very big problem when you turn your mobile in landscape mode : the video component takes the whole screen, and you can't reach other content on the page.

cbolaurent
Автор

Please i need a tutorial to explain how to search in a normal list of items, such as (text or pictures). Thank you.

afafalbusaili
Автор

How is this "dynamic" if you are inputing a finite list of videos? it isn't dynamic, the data has been preloaded.

freddyr
Автор

Another warning : Play Store rejects apps using the video component with this message : "Modify your app to make sure it doesn’t access or use a service or API in a manner that violates its terms of service; for example, by enabling background play of YouTube videos."

cbolaurent
Автор

i just follow the tutorial step by step but it is not working. i can't type anything at the search bar, also the videos menu is not showed. can any one check it please ?

afafalbusaili
Автор

@Matt : an idea for a future tuto : how to make <img> appears with a nice fadein effect just like in the native apps. :-)

cbolaurent
Автор

this has to be ionic2 and angular 2, come on !

notaspectator