mobile emulators during development - mobile

Currently developing an mvc4 applications that will need to be optimized for mobile devices etc.
As I develop within visual studio, I would like to be able to test how the site is viewed on an iphone/android same as I can check it on a desktop browser.
Any emulators that come recommended for this?

You can use Android Emulator from google, it comes with Android SDK.
Some sample/simple sites exists which emulates iPhone, like this:
http://iphone4simulator.com/
See here for other sites:
http://www.practicalecommerce.com/articles/2495-Mobile-Compatibility-How-to-Test-a-Website-for-Mobile-Browsers

Related

UWP Mobile Run WACK test for mobile app

I am new to Windows app development. I am building a C# app targeting UWP desktop & mobile platforms. I have read these links MSDN-Link 1 & MSDN-Link 2
Both these links doesnt seem to talk anything about running WACK tests for mobile. Any useful info will be highly appreciated.
I am building a C# app targeting UWP desktop & mobile platforms.
WACK test is now enabled for the UWP workflows, there is no need to care the device platform, whether your app runs on desktop or mobile does not change UWP workflows, you can directly publish your app to store after WACK test for UWP app is finished.

Web Portal with Desktop/Mobile Version. What are recommendations?

I am thinking develop a web portal with a desktop. This portal will be used in mobile phones and as one of its requirements is to work offline and when you are online, synchronize data, I think it must be a native version for Android and iOS. What is the framework that advise to develop one application and generate an Android application and other iOS?
The idea is to try to enjoy the same logic of development for desktop and mobile. I have experience with AngularJS but do not know whether it will help in the mobile.

Which Flurry SDK Should I Use With Phonegap

I am installing Flurry into a Phonegap application so that I might collect better in app analytics. I've seen numerous cordova plugins allowing you to use Flurry's iPhone and Android SDKs with Phonegap
e.g. https://github.com/jfpsf/flurry-phonegap-plugin
However Flurry has released a Mobile Web SDK. I assume the Mobile Web SDK is easier to integrate with a phonegap application, however I'm concerned that it is not as full featured or ill suited for working with phonegap. Can anyone comment on which SDK should be used in this situation? Many thanks.
Posing the question to Flurry's support team I received the following reply:
"The Mobile Web SDK tracks devices on the basis of cookies. The native SDK's track it on the basis of device id.
Apart from that, the mobile web SDK doesn't provide metrics like carrier, device and OS metrics. The native SDK provides those.
Crash reporting is not supported on the Mobile Web SDK. The native iOS and Android SDK's provide that."
Ergo, the SDKs are not created equally. One should use the native SDKs whenever they have the opportunity.

Want to create apps for google glass.

I want to create a new app from the beginning in eclipse using java.
I have android sdk, Google app engine, maven with my eclipse.
Then how I start?
Google quick start tutorial is little bit clumsy.
I just want to make a timeline card and want to pass value "Hello World".
Then want to view from my Google glass.
Update: GDK Preview 11/19/13
https://developers.google.com/glass/develop/gdk/index
And Finally: here is how to hello world in Glass..
Create a basic hello world apk.
Install the apk on glass by following this link.
The official GoogleGlassDevelopment kit is not yet available for all developers. But developers are developing in the following ways:
Google Mirror Api:
Can be developed using java, .net, php, ruby, python and google go. The developers can access the mirror API, and google servers will talk to the Glass.
This way, we cannot access the hardware features of the Glass. Mirror API is mainly to website kind of info.
Android SDK:
Developers can develop with android sdk version 15.(ICS) and run the app directly using the same tools(eclipse/ android studio). link
The hardware available:
All the above hardware can be used with the same api available in ICS and above, Except touchpad and the transparent display. For those API, we must wait till GDK releases.

I cant call web service in j2me app

I have develop a j2me app which calls .net windows based web-service.
Its working good in emulator and nokia phones but not working in samsung and micromax.
May be this app can not call web-services in some devices.
Its very useful if any one can answer me.

Resources