How to use ODK in windows Phone 8
or it having another Alternatives for doing this
please help me what's the problem with this
OpenDataKit is not available on Windows Phone 8. It looks like it's not available on any mobile platforms at the moment
http://opendatakit.org/downloads/
Related
I integrated Smaato in my Windows phone 8 app and it seems that it requires the location capability, something that I don't want to add to my app. Is there a way to avoid adding the capability and still use Smaato?
/thanks!
There are 2 versions of the Windows Phone 8 SDK for Smaato. One requires/uses location and one doesn't.
You'll find the one which doesn't need the location capability at https://downloads.smaato.com/windows/Smaato%20SDK%20for%20WP8%20-%20V1.5.0.6%20no%20location.zip
I made an Universal App but I only want to publish it for Desktops and not for Phones yet. I also have a Windows Phone 8 App of the same name that I want to keep for all windows phone 8.1 and windows phone 8 Users. How can I accomplish this? The store just doesn't seem to have any options to allow this.
Any help?
Windows 10 Mobile is still in preview. Only Desktop has RTMed. When Mobile is available there should be a checkbox on the dashboard. See Device families at https://msdn.microsoft.com/en-ca/library/windows/apps/mt148548.aspx#dist_vis
You can also limit the DeviceFamily in your manifest. See https://msdn.microsoft.com/en-us/library/windows/apps/dn986903.aspx
The Windows 10 app won't run on Windows Phone 8.1 so those users will get the 8.1 version even once the Windows 10 Mobile app is p published
I am developing an app in Windows Phone 8.1 I want to add event in the phone calendar. I could only find the SaveAppointmentTask, but that is only supported in windows phone 8 apps.Is there any alternative for it in windows 8.1. Please help me !!
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn631243.aspx
This will help you. Work with the appointments.
I have to create calculator in windows phone 8.
I need api or DLL to call it from windows phone 8.
Is it available calculator for WP8?
Any reference or idea should help me a lot.
Thanks in advance.
I'm afraid this is not possible with the Windows Phone 8 SDK: for launching apps/services, you need to use Launchers but in the launchers list, there isn't the calculator.
On Windows Phone 8 where you have access to more launchers via URI schemes, there is no way to launch the calculator.
It seems like you will need to create your own calculator. Like an exciting one shown here:
http://developer.nokia.com/community/wiki/Speech_Enabled_Calculator_For_Windows_Phone_8
I saw that they have this community wiki list of Windows Phone 7 resources at Getting Started with Windows Phone 7.
However, I searched but there isn't one for Windows Phone 8, or did I missed it?
Would it be possible to create a page like this for Windows Phone 8?
Windows Phone 8 development is almost exactly the same as Windows Phone 7 development, especially if you're just starting out.
WP8 has a few differences, and some extra features (e.g. NFC), but overall the links on that page are a great start. The fundamentals are identical, and any examples made for WP7 should work on WP8.