How to use ECG graph in Windows mobile 8.1 app - c#

Guys I am working on a project in which i want to use some graphs. is there any library to make ECG graphs in windows mobile 8.1 application and WPF Application?? I searched on google but i didnt get any help :(

Try too look into Line Chart (LineSeries) from:
WinRTXamlToolkit.Controls.DataVisualization
For me, it's the best free library for drawing graphs in XAML. Also I think this article with examples will be useful for you Using graphs and charts in windows store apps.

Related

Universal Windows Library (UWP) Way to take screenshot?

I would like to create a ScreenCaptureLib.dll which is intended to be built for Universal Windows.
We already have the following using Windows.Forms:
https://github.com/ShareX/ShareX/tree/master/ShareX.ScreenCaptureLib
Obviously none of the Windows Forms code does not work and I would like some pointers in the right direction to get started.
You may follow the official document for Record the screen with ScreenCapture, but please notice that:
The ScreenCapture API is only available on mobile devices.
And for now there is no API can be used directly to capture the screen on a desktop from an UWP app. However, as a workaround method, we can render the XAML tree to a bitmap, to do this, please refer to Capturing Snapshot in Windows 8.1 Store App.
You may also submit a request to add this new feature for developing through the Windows Feedback tool.
Update:
The ScreenCapture feature is only supported for mobile devices running Windows Phone 8.1. This API is not supported on Windows 10.

How to customize the Lock Screen App of Windows Phone 8.1 like Live LockScreen?

I am developing a Windows Phone 8/8.1 Apps, I am able to customize the background of the lock screen and etc. But when I saw the app Live LockScreen beta by Microsoft I found its to be very good and inspire me that I can customize my lockscreen similar kind with standard clock customized and much more improve features.
However I don't know what API it's used, I search in internet - no help.
Any idea how can I get some API so that I can customize my lock screen Apps in Windows Phone, No background change API, but other features like Text, Clock etc.
Thanks
I hope you're aware that, there's no such API being published yet which contains those features like in the Live LockScreen Beta as of now.

Drawing customized graphs in Windows Phone 8.1 apps

Can we use WinRT XAML Toolkit to draw customized graphs in Windows Phone 8.1 apps?
I am trying to find out a tool or a authorized set of APIs to draw charts which can be customized during real time by retrieving data from a database.
http://www.telerik.com/…/w…/overview/all-controls/chart.aspx was given as an option but I think u have to pay for it.
I am looking for a free option.
yes you can use the WinRTToolkit, they even have a Nuget package specific for Windows Phone 8.1, more info on their CodePlex

Windows Phone tiles in app

I am working on a Windows Phone 8 app, and have a question about UI design. Please take a look at the image below:
What I am trying to add to my app is something like the above UI under "recent" tab. That is, some kind of live tile style thing with-in the app.
If anyone has experience about how to build such kind of in-app tiles, please share some idea or code sample.
Thank you
The Windows Phone Toolkit provides a Windows Phone HubTile control:
Here is a tutorial on the Nokia Wiki that explains how to use it.
Use HubTile control from Windows Phone Toolkit library.
There are couple tutorials about that control available, e.g.
http://igrali.com/2011/08/19/how-to-use-the-hubtile-control/,
http://www.developer.nokia.com/Community/Wiki/HubTile_in_Windows_Phone

Can you suggest any resources with WP7 map application examples?

Can't find any good examples with bing map application for windows phone 7. Do you know any?
Thx
have you looked at the sample maps application provided by Microsoft? its part of their code samples for WP7

Categories

Resources