I'm using C# and Windows Phone 8.1 (As Universal app).
I have a question: Have you seen "Windows Central app for windows phone"? In this application can see hole passage and images on a website page. Here is screen shots on this application:
How can I make control like this that can show images or videos on passage?
Thanks alot.
Related
I'm creating an app for Windows Phone 8.1.
How to make app for all screen resolution ?
When I was creating app for WP 8.1 Silverlight, app was automaticly resizing for different screen sizes.
And when I made app (not Silverlight) for 5 inch display and when I run it on 4,5 inch display the app was out of display.
Can you give me some advice what I'm doing wrong ?
I am migrating my Windows Phone 8 app to Windows Universal Apps. I am currently working on Windows 8.1 project.In my Windows Phone 8 app , I used Pivot Control to show multiple pages and for each App bar was different and in that when I used to slide the other view was visible. I showed different listbox on each page and the values comes from database. I want to do the same for Windows 8.1 but I found that there is not a Pivot Control in Windows 8.1. Can anyone suggest me any control using which I can do that. If possible explain me with some code.
Please help.
See XAML controls comparison between Windows Phone 8 and Windows 8 on MSDN.
Not all controls are available for both Windows and Windows Phone. Specifically, there is no direct analogue to the Pivot on Windows 8.1. You will need to either redesign your UI to use a different control or write your own (or find a 3rd party control) Pivot control.
Two likely options are a FlipView or a Hub Control, but the specifics will really depend on the details of your app.
I've got some pictures taken by my app. The pictures are displayed in ListBox control. Now, I want to after the click any image, this opened up in the Windows Phone Gallery. I know about PhotoChooserTask, but I don't want that first opened all pictures in gallery, and then, I select the image. Pictures will be viewed directly in the gallery. That is possible?
I had faced this issue when I was making Pin picture app for Windows Phone 8. So I can say it for sure: there is no way to open photo in system gallery from app. You can do it in Windows Phone 8.1 only.
I have a Desktop Based piece of Touch Screen Software. As part of the process you capture a photo of the user to store later on. The Application works perfectly fine in all versions of Windows other than Windows 8.1 on a Surface Pro 3 (seems to be machines with Metro on).
When it comes to Windows 8.1 the Application Captures the image with no issues. When you then go back to the page to capture again it is unable to grab the camera to take another photo?
Using the Camera Capture in Windows 8.1 itself uses the camera with no issues again. Restarting the Surface Pro allows the camera to work in the application again for one instance and then stops again.
I've tried scouring the web but not having much luck so far. We're using the DirectShow lib
Any advice/ideas/help would be greatly appreciated.
Thanks
Paul
I just finished my first application for windows phone in C# Silverlight (for which I asked a lot of questions on this forum) and I just looked at the default images of the project and I noticed that I've never seen the image called background in my application using the emulator. What is it for???? Thanks!!!
p.s.
(I'm new to windows phone, that's why I ask a lot of questions!!!)
The Background.png image is the image used as the home screen tile, and that is why the default image size when you create a new project is 173x173 pixels!