Ideal Mobile UI Framework for use with Marionette - marionette

What is the ideal Mobile UI Framework to use with Marionette?
We are targeting Android with a PhoneGap compiled WebApp.

Related

Using MerchantSuite with Xamarin

I have project where the webportal uses MerchantSuite to process payments. Is it possible to integrate the MerchantSuite API in the mobile app version?

How can I test Existing app on Phone

I already have installed app on device, how can I use XAMARIN UI TEST for test it ? I don't need to reinstall or install apk on my Android.
For testing with Xamarin.UITest, iOS requires that you link in either the Xamarin Test Cloud Agent for Xamarin.iOS application projects or linking in the Calabash agent in your ObjC/Swift Xcode project for "native" applications.
Non-Xamarin.iOS apps are also supported by Xamarin.UITest, but instead of the Xamarin Test Cloud Agent require linking Calabash.
https://github.com/calabash/calabash-ios/wiki/Tutorial%3A-How-to-add-Calabash-to-Xcode
So for existing iOS application that are not linked to the Xamarin.TestCloud.Agent or the Calabash framework, Xamarin.UITest` can not be used.
Testing frameworks like Appium can be used on existing native, hybrid and mobile web app iOS applications as it uses Apples' UI Automation framework (which Xamarin.UITest does not use).

Accessing Win10 API (Specifically BLE) from .NET app

I have a non-UWP .NET app and would like to use BLE. The only support for BLE in windows comes from the UWP API.
My question is can I access the UWP API from my .NET app, and how?
Thanks
No it's not from UWP API. It's from WinRT API which you can access from any .NET app, and even from a normal C++ app as well.
See for example Bluetooth Low Energy in .Net (C#).

Bing Speech API with Xamarin Android

I am working on Xamarin Android application. Is there any way to use Bing Speech API with my application?
There are two ways of using the Bing Speech API. The first one is a REST service which can be called from any Xamarin.Android application (no additional components required).
The other possibility is to use the client libraries. Microsoft provides libraries for C# (Windows Phone, WPF etc.), Android and iOS. To use the library on your Xamarin.Android application, you can either try to use the C# library or create your own bindings for the Android specific Java library. Here's an article that'll help you with the binding:
Binding a Java library

Any JavaScript framework supporting all mobile devices platforms

Is there any framework that has support on all mobile platforms? Preferably Windows Mobile, IOS, Blackberry, Android.
You might be interested in that framework: http://www.phonegap.com/about

Resources