Android box for debugging android TV application - android-tv

Which Android box is suitable for testing and debugging android TV application?
I search some android boxes that links are given below :-
https://www.asus.com/us/Home-Entertainment/Nexus_Player/
http://www.mi.com/en/mibox/
Can these devices that is available on above link is compatible for debugging and testing Android TV application? If some know about other android tv box that is suitable for android testing and debugging Android TV application, please provide me link.

You can use whatever brand you want. You should check minimum Android version of application. Device's Android version must be equal or higher
You can check it from here

Related

Launch PowerApps barcode scanner on Windows 10

In PowerApps there is the very useful Barcode Scanner control. But it's available only on iOS or Android. Do some ways exist to use this control to scan QR-codes via a canvas app on a Windows 10 tablet?
Based on Microsoft documentation, The barcode scanner control is only supported on Android and iOS devices. All other platforms will show a warning that some features of the app won't work.
If you have windows 10 tablet, you can test your app and check if you have any limation since not all features are guaranteed to work.
Reference:https://learn.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-new-barcode-scanner

Hardware for debugging and testing of Android TV Application

I am going to build application for Android TV. For debugging and testing I need a hardware device of TV. I have no idea about hardware of Android TV device.Which device is suitable for debugging and testing for Android TV application?
In addition to #ULazdins's answer, you can check this article about Debugging on an Android TV. Before you begin building apps for TV, you must know first the prerequisites:
Update your SDK tools to version 24.0.0 or higher
The updated SDK tools enable you to build and test apps for TV.
Update your SDK with Android 5.0 (API 21) or higher
The updated platform version provides new APIs for TV apps.
Create or update your app project
In order to access new APIs for TV devices, you must create a project or modify an existing project that targets Android 5.0 (API level 21) or higher.
Hope this helps!

Resolution issues with Windows Phone apps?

I'm building a Windows Universal App, and at the moment, I'm making the Windows Phone app. I'm debugging using a Nokia Lumia 520 which has a 480px * 800px display.
Because I'm using HTML5 & Javascript instead of XAML to build the app, I'm worried that it might look bad on a 1920*1080 Windows Phone or another Windows Phone with higher resolution. Because I have no way to test this theory, how can I be sure that all Windows Phone's will display my app correctly?
Visual Studio gives you a lot of Windows Phone emulators all with different device and screen sizes . In Visual Studio you can select target device on the "Debug" button.

Aptana - Mobile Phone Emulators

I'm new to the Aptana Studio 3 development environment. I have created some .html pages (and want to add jQuery Mobile at some point) and would like to see how they would look on a mobile phone, such as an iPhone or Android device.
When I click on the RUN button I have the choices of (A) Firefox - Internal Server or (B) Internet Explorer - Internal Server. This does bring up a view...but it really doesn't show how the code will look on a mobile phone.
Is there a way so that I can click on RUN (or whatever) and have the view come up as though it was on a mobile phone?
Not sure if I need to install some emulator or plug-in or configure my environment?
I've heard that something called "Titanium Studo" might be better?
Any advice would be helpful.
Thanks
Titanium Studo is an IDE for developping mobile application such as Android & iPhone using javascript, and we test our application into Android & iphone simulator.
There is also a mobile web project that allows you to create mobile web application using HTML5 (like m.facebook.com), but i didn't see any web simulator for mobile in Titanium Studo.
For ipad, i use this website to test: ipadpeek.com
Test ripple emulator in Chrome which is an extension

Setting up Motorola xoom simulator to test web applications

I have a web application which is developed for Ipad and which works fine in Ipad. I want to test it in motorola xoom. Can any one point me or guide me on how to set up motorola xoom simulator which has browser so that I could test my Web App in it?
Thanks
The information you need is on this page.
Here's a quick rundown:
- Install the Android SDK
- Create an AVD (Android Virtual Device) with the specs you're looking for (ie. resolution)
- Run the emulator with the AVD (emulator -avd )

Resources