My question is - has something changed since Angular2 went out of beta? I see no Animate in API and no information about what exactly will happen with that.
Could you give me an answer is there something announced about animation? Thank you.
update
Animation support became available in Angular2 RC.2
https://angular.io/docs/ts/latest/guide/animations.html
original
AnimationBuilder should be available from #angular/platform-browser. Animation seems to not be exported.
I guess this is because the new Angular-animation module is about to be shipped.
For now, a workaround would be to
import {AnimationBuilder} from '#angular/platform-browser/src/animate/animation_builder';
Related
i'm developing a nativeScript application,in my app I need to get user's location,I have already tried to fix it reading the documentation, but I couldn't fix it. can anyone help with this
You need nativescript-geolocation plugin and the docs cover that too.
I'm using the lastest version of Xamarin Forms and I'm working inside the PCL. The targeted platform is currently Android.
I would like to create a Master Detail Page on the right side of the screen. I've seen this thread where someone says to create a renderer to achieve this functionality.
Could you give me more details about how to do that?
By the way, I've also tried to use the plugin SlideOverKit, but it does not work in my project.
Thanks.
Try something like this :
Refer here for this sample and article.
I tried coule of plug-in for image carousel for Xamarin.Forms, but they are pretty old and not working fine. Trying the carousel view from Xamarin it's pretty slow and I guess has a limitation on the number of images I can add.
Anybody know how to implement a great carousel for a list of images in Xamarin.Forms ?
Thanks !!
The CarouselView is the way to go. See the link for a tutorial on how to use it.
It has been removed from 2.2.0 due to stability issues and will be temporarily placed in a separate Nuget package of most likely this link: https://www.nuget.org/packages/Xamarin.Forms.CarouselView/ within a few days.
Once it is stable it will be moved back into the main nuget package.
Is there a way to manually update the version of media_player.js that the Default or Styled media receiver is using?
It appears that it is using v0.3, however, there are a few issues regarding HLS playback that seem to have been fixed with v0.5+. I have confirmed the fixes using media_player.js v0.5, but would like to use the Styled Media receiver for my application.
Thanks for bringing that to our attention. We'll update that soon and will try to keep that updated moving forward, that has fallen through the cracks unfortunately.
To answer your original question, there is no way for you to do that :-(
Can anyone help me think of an app that uses a set of almost wireframe instructional elements before the user starts using the app? I know I have used a few apps like that. They will show a stencil of a hand and show you how to work through the app. I am working on a UX exercise and I need some ideas on how to incorporate something like that into my project to help the user to get up and running faster in my application. Any help would be much appreciated.
Yes, that pattern is called "coach marks" and is available in many apps. You can see it on The Weather Channel's new weather app for the iPhone or iPad (shameless plug). There is also a reference on coach marks, with many examples which can be found here.