I have a MediaElement on my main page and I want to add gestures support in my app. More exactly I want to play/pause the movie when the MediaElement is tapped, increase/decrease the volume when the is a slide up/slide down, or jump to another position in the movie if there is a slide right/slide left. How exactly can i do that ?
My app is designed for Windows Store, so I want the simplest method that I can use for a Metro app. Also I have to say that my application is written in C# and I used XAML for the page design.
Related
I have one image in Grid. I want to give image a continuous flip effect like tiles in home screen. Also on tap tilt effect. How can we achieve this? any good start?
Thanks
http://phone.codeplex.com is the official toolkit for Windows Phone apps, this kit includes new components, functionalities and more. Effects like Effects – SlideInEffect, TiltEffect and TurnstileFeatherEffect are available
Also you can use HubTile for flip effect for tile image in your application
You can try FlipView :
You can Change title effect by FlipView.SelectIndex
How to access to Standard Camera Capture UI from code in winphone 8.1?
I tried FileOpenPicker to open Picture Library (added button to access camera on navigation bar). Is there any another way to access Camera Capture UI than using FileOpenPicker, for example- custom UI with class MediaCapture or is it not a good idea to use MediaCapture for simple capturing image? It mean, Can I call to Standard Camera Capture UI if I know what happen when click button camera in FileOpenPicker?
Sadly, there isn't one in Phone 8.1, see here: CameraCaptureTask missing in Window Phone 8.1 runtime???
You can use the FileOpenPicker to let the user choose an existing image or if they so choose, they can capture on in the moment by tapping the camera button in the app bar.
Windows Phone 10 is set to bring this back, as far as I know.
I'm building a simple image viewing app. I need to display images in a control which user can swipe and move to the next one until the end and then moves to the first slide. WinRT FlipView does not behave like this it stops from the last image. Is it possible to create something like that manually? I'm not familiar with gestures and tried to detect the swipe and do it.But I couldn't manage to get the image sliding effect with the finger like it happens in FlipView. Anyone?
I would like to recommend Syncfusion controls for WinRT Xaml.
They have an excellent Carousel control that may meet your requirement.
User can swipe to move to next & previous slide.
Please go through the following link for more details,
http://www.syncfusion.com/products/winrt/carousel
I'm developing Windows 8 App, it's use media element to play video and music
Windows 8 build in slider control is ugly and difficult to use on touch screen
I want something like this:
Very beautiful slider
Sorry, i don't have enough reputation to post images
How can I do this? Or what's the name of that control? I try transport slider, as show up here: Designing great entertainment app for Windows 8, but no luck
Thanks
That slider is available in Player Framework, an open source component of the Microsoft Media Platform.
In my wp8 phone app, I want to show overlay window when a particular action is completed based on certain data a(eg: summary, or game level details).
Is there way to do this in c#?