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
Related
Does anyone know how to Ink in XAML? I have done loads of research, and I am new to the language, but I have no idea as of how to do this. I have not found anything on inking in XAML. Any info ranging from fundamentals of the API to basic XAML starting places will help. Thanks!
You might want to have a look at the official samples.
Windows 8.1: https://code.msdn.microsoft.com/windowsapps/Windows-81-Input-Ink-baf6b5e9
Windows 10: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/SimpleInk
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.
I want to scan a qr code in my windows phone app (8.1). I don't know how to do this; please can anyone provide a suggestion or links to me? thanks in advance.
Here is my working solution using the Nokia Imaging library: https://github.com/igorkulman/QRReader.WPA81
You can find a detailed example on how to use the CaptureElement to read a QR code in this MSDN Sample. It also provides a sample App for Windows 8.1, so you can just use this :)
I want to develop android based application in c#.Can anyone tell me where can i find the sample code and other useful material.
Please take a look at Mono for Android by Xamarin (http://xamarin.com/monoforandroid). I haven't used it myself but think this is the closest you can currently get as a C# alternative to Android Java ecosystem.
You could see the Xamarin repository on GitHub, there's lots of samples. https://github.com/xamarin/monodroid-samples
Look at these samples:
https://github.com/xamarin/mobile-samples/tree/master/MWC
and
https://github.com/gshackles/NycCodeCamp6
Regards,
Giacomo
Is it possible to have Google Earth integrated into a Silverlight app? I've tried searching on Google but the best results I could find were forum posts from 2008 which were uncertain at best.
I don't believe there is any straightforward way to utilize Google Earth from a Silverlight application. And even if you could get it to work, you would have practically no control over the Google Earth portion of the program since, to my knowledge, it is not designed to be hosted in other applications.
However, if what you want is a 2D/3D GIS (Geographic Information System) inside your Silverlight application, an alternative to Google Earth is the Bing Maps Silverlight Control. This is already Silverlight compatible, has a full 2D/3D API and provides some of the same features as Google Earth.
Here are two links about the Bing Maps Silverlight Control:
Bing Maps Silverlight Control 1.0 Released
Changes to Bird’s eye and 3D Maps
As I recall, you have to apply for a free license to use this and there are some restrictions. Please read the license carefully.
Please refer to the following links:
Using Google Maps with ArcGIS Silverlight
Display Google Maps Imagery using Bing Maps Silverlight Control
However, there do exists some legal issues as Google has prohibit the use of Google Map outside of their supplied API. As pointed in the first link:
Now for the legal answer. In short, no. You cannot access Google Maps imagery outside of an interface (read: APIs) provided by Google.