How to use Image slider in windows phone 8 - windows-phone-8

I have tried image slider in windows phone.it does not work.
I want to slide images like jquery image slider one by one.Please help i have no idea.

Hope you can do that by using gesture service in Windows Phone for More about that go through this Link how to get swipe in windows phone

Related

Missing icon on windows store

In some application icon on store windows disappear, only gray background are shown (as shown in this link: https://drive.google.com/open?id=0B4oRSWSS0hKDOVZNNjhRNlR1LUk)
Whereas once downloaded and installed, the start screen wide screen (310x150) and other icons can be displayed in windows 8.1.
Icon that I use: https://drive.google.com/open?id=0B4oRSWSS0hKDNlNaQ290b3RmTE0
How to handle it?
I also had a problem where inside Windows Store, empty gray logo was displayed instead of the one I set inside App Manifest as a wide logo. Gray logo was only visible inside the Store, but once downloaded and pinned to the start, wide logo was displayed without problems. I also noticed problems were only inside Store on Surface 1, but not on PCs and Surface 3.
The solutions seems to be to set images for all scales. So open Package.appxmanifest > Visual Assets > Wide 310x150 Logo and under Scaled Assets, set all four sizes. Then you have to create new App Package and update your submission with it on Windows Dev Center.
Hopefully this works for you as well.
I had the same problem on the Windows Store on Windows Phone 8.1. It had nothing to do with the Package.appxmanifest > Visual Assets, since all the icons were filled and uploaded. Solution: When submitting the app to the Store, go to Description > App Tile Icon for Windows Phone 8.1 and upload a 300x300 icon.

Infinite circular carousel control for Windows Phone 8.1

I am looking for infinite circular carousel control for Windows Phone 8.1. The one that can be scrolled left and right.
You may take a look at Syncfusion Carousel control:
http://www.syncfusion.com/products/windows-phone/carousel
But it looks like they still do not support infinite scrolling, although I have made such a feature request in the past

At Angular Navigation .Designs mixed in windows phonegap app

In All application two screens contents get mixed with each other at navigation.
In iphone and android it works fine but not in windows.
I am using angular js 1.2.3, cordova 2.9.1, angular-animate.min.js please help.
When i Click My club after that "home" screen contains and "my Club" screen contains get mixed with each other and then display "my Club" screen
Just Remove css position "Absolute" or "Fixed".
angular animation does't work with this css in windows phone or use jquery to set position fixed or absolute after page load

Windows Phone Navigation transitions blank screen in between transitions

I'm using WP Toolkit to do the transitions between my app pages, it works fine , but I get this strange delay in between transitions while navigating from one page to another, it just shows a blank(black) screen which obviously doesn't look good. I also Need How to implement this in my app. I'd appreciate it if someone can help me with it or suggest another page transition library.

Different picture format - Image Viewer - WP8

I got pictures in the isolated storage and i want to display them as well as the WINDOWS PHONE APP does.
I would like to reproduce the same effect that the Windows phone app does when you open the camera roll and you scroll through the images..
I find it particularly difficult because of the image orientation (horizontal and the vertical ones). I fit the vertical ones, but as soon as there are an horizontal picture any fit procedure fails!
Example?
thank you
Take a look at the MediaViewer class in the Silverlight Basic Lens sample. http://code.msdn.microsoft.com/wpapps/Basic-Lens-sample-359fda1b