how to integrate Here maps to windows phone mobile app? - here-api

I want to create sample app for here maps in windows mobile.Please help me for this.
how to integrate here maps to my application?

if it is really windows mobile that you are working with, then I would say that there is no native offering available for the platform. You could of course try using the javascript API on any web environment you could utilize with the platform.
For more information for the javascript offering you could visit developer.here.com
Then if you would be targeting newer devices, such as devices having Windows Phone 8, then there would be native API which is using HERE maps, thus with that platform you could simply use it directly.

Related

How does Phonegap to migrate platform app

I have an app that maps routes developed for Android.
Now I want to make the app for iOS, I'm estuando about PhoneGap and I have some questions:
1 - The Phone Gap convert my java code to Objective C?
2 - This is the solution most widely adopted platform for migrating apps?
3 - The api google directions works with Phonegap?
from their home page:
Easily create apps using the web technologies you know and love: HTML, CSS, and JavaScript
PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.
Phonegap doesn't convert your code, you can write code in html, javascript and css and phonegap will wrap it as an app for all platforms.
Regarding google directions, I never worked with it, but as far as I know there is a javascript api so you should be able to use it with phonegap.

Instant messaging system in Web App and Mobile Native App

I am searching for some messaging systems or frameworks which are readily to be integrated into .NET web application, which is similar to that found in Facebook and Google, but without voice and video call. Also it can support Mobile Native App. Are there any options for this system?
Any answer would be highly appreciated.

How do we determine the API that Lync uses to capture and to render audio?

We are trying to determine the Windows API that Lync uses to render and to capture audio. How do we determine this? For instance, the Windows API that Lync uses could be one of these:
DirectShow API,
Media Foundation API,
MMDevice API
Our use case is then to use this Windows API to create two virtual audio devices (VAD) that we can switch between with the Lync SDK. We need to do this because the DeviceManager.AudioDevices only lists all-in-one devices.
You can use the following utility to find out the dependencies of a EXE. It will help identify exactly what DLL are used and what APIs within those DLLs are used.
https://github.com/lucasg/Dependencies

using iOS(iPhone Operating System) APIs in my asp.net mvc3 applicaton?

I wanna use iOS APIs in my web application.Is it possible?
any example?
Actually I wanna use sound notifications for my web application on iPhone.
Give me suggestions.
thanks
Abdullah
No, it's not possible. The iOS API is for native applications, not web applications.
Your best bet would be to research how to leverage the HTML5 sound features to achieve what you want. Doing so comes with the added benefit that your app will be compatible with non-iOS devices as well.

Do I have to use J2ME for Blackberry development?

I would like to begin developing for the Blackberry platform and, specifically, the Bold and also the Storm device which is coming out soon. Do I need to get into Java and J2ME or can I develop sites in ASP.NET and just keep utilizing the skills I already have?
I am completely new to mobile platform development and have no idea what it will take to target these Blackberry devices. I am hoping to continue to use my ASP skills.
To develop Blackberry Applications that are full-featured, have acceptable performance, and look nice, you need to use the RIM native apis.
You can use J2ME applications, but they typically don't mesh well with a full-keyboarded device.
And, of course, web apps will look even worse than that.
This question might help you. "Creating a mini-site in asp.NET that works on blackberry, Windows Mobile, and iPhone"
Are you talking about websites (because you say "develop sites in ASP.NET") or native Blackberry applications (because you say "developing for the Blackberry platform")?
Applications which run on the Blackberry use J2ME. If your application is accessed from a browser on the Blackberry, then it's the server the web app runs on that determines the language, not that it's being accessed from the Blackberry browser.
Then there's Blackberry MDS for integration with enterprise apps. I don't know much about this (never used it or seen an application that uses it) but it's described here: http://na.blackberry.com/eng/services/mobile.jsp
Paul
If you are just doing web development, you don't need to know J2ME for Blackberry. J2ME is a supported JAVA framework for device specific applications. You just need to be familiar with HTML rendering for mobile devices
Assuming that you are building a web app that you intend to be loaded by a Blackberry browser, I suggest building mobile specific pages that are cross compatible across many devices types and configurations.
Look at the Blackberry Browser Development Guides which offer suggestions/best-practices for mobile web development that can applied to all of mobile web development.
Please read this https://web.archive.org/web/20150107061257/https://www.oracle.com/technetwork/systems/index-139239.html
It talks about how one application should not mix RIM UI API calls with CLDC and MIDP API calls.
Ofcourse, I have to mention also that that link is really dated.

Resources