Hardware for debugging and testing of Android TV Application - android-tv

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!

Related

Is Windows-10-Qt-quick-QML code cross-compatible with IOS

If I am developing an application using Qt quick QML on windows 10, can I deploy my project and test it on an ios device? I have read this post Developing iOS app on Windows but it seems to be somewhat in conflict with what I have read. The chosen answer in that question says that you need a macOS to develop IOS applications. Qt's documentation and other posts have said that you can port applications onto various platforms with the same code "Code once, deploy everywhere". So will I be able to actively test my qt quick QML code on an ios device from a Windows 10 development platform?
No, you can't. You need either macOS computer or virtual machine with this system.

deploying Xamarin forms application to android phone

I am very new to xamarin forms. I developed a simple autocomplete application in Xamrin forms using Visual studio 2017 enterprise version. I want to deploy that application to android phones. When I created the application, I selected Cross Platform app (xamarin.forms or Native). below is the image of visual studio run button:
and the properties of the project are below:
any article or any steps to deploy this application to android phones will be highly appreciated.
Set Up Device for Development - source - https://developer.xamarin.com
Enable Debugging on the Device - By default, it will not be possible to debug applications on a Android device.
Install USB Drivers - This step is not necessary for OS X computers. Windows computers may require the installation of USB drivers.
Connect the Device to the Computer - The final step involves connecting the device to the computer by either USB or WiFi.
Once a device is connected to your computer you will see your device like this
Now Click the green arrow to start deploy and debug.
additional - This link will show you how to debug and prepare APK for release
https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/

How to deploy Xamarin Forms App to iOS device for Testing

I m using VS2017 for Xamarin forms app development. With VS2017,I can use Android simulator and I can deploy the simple xamarin forms hello app to my Physical Android phone(after doing some settings on the android phone).
My problem now is How do I deploy my same Xamarin Forms hello app in VS2017 in my Windows 10 PC to an iOS device? right now, I have a macBook Pro and iphone6. I try the mac agent but this only for iOS simulator.
Please help. any link or help is very much appreciated.
Update 1:
The confusing part is App ID. Say, I created an AppID in Apple Portal called MySwiftDemo and on mac i created a dummy app with Bundle Id : com.FunProject.MyFirstSwiftDemo which I used it in AppID required by the Apple Portal
and I created XF-app in VS call MyVSFirstApp and this is the actual app will be deployed to iOS-device.
1) The app name in Mac and VS are not the same. So the provisioning file is referring everything from mac, Is it ok without Xamarin app name?
2) If I have another Xamarin forms app call My2ndApp to deploy to iOS device, do I need to create another AppID on Apple Portal and Bundle ID on mac?
Thanks
Subscribe to Apple's Developer Program
Visit the Apple Developer Portal to register. Note that in order to register as an Apple developer, it is necessary to have an Apple ID and costs $100/year
Create an iOS Signing Certificate
Follow the steps linked here
Provision your iOS Project and your physical iOS device for Developer Mode
Connect your physical iOS device to the USB port on the Mac, then follow the steps linked here
Using XamarinLivePlayer we can test the app on Android and iOS
Which was introduced in Microsoft Build 2017 Event(https://build.microsoft.com/).
You can read more at https://www.xamarin.com/live
https://www.visualstudio.com/vs/mobile-center/

Android box for debugging android TV application

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

Devolopping iOS apps with xamarin

i want to start a project that consist in mobile apps. can i develope native apps with Xamarin.Forms to the three platforms with a pc (Sony Vaio) and visual studio.
You can develop for Windows (Phone, or better yet Universal Windows Platforms Apps) and Android. They just work with Visual Studio.
If you want to build an iOS app as well, you are going to need a Mac. Building for iOS cannot be done without a Mac. There are a few options:
Buy a Mac laptop with a Windows VM; this is an option you see for most developers, however it is an expensive one because you're going to want a good MacBook Pro with a 1TB disk.
Buy a (cheap-ish) Mac (Mini); Xamarin is built so that you can let a standalone Mac machine do all the iOS building. All you have to do is install it with XCode and Xamarin, connect it to your network and you are ready to go. With the new Xamarin iOS Simulator for Windows you don't have to look at your Mac ever again. Let's be clear: the Simulator for Windows isn't a Simulator which runs on Windows. It simply mirrors the Simulator from your Mac.
Rent a Mac in the cloud. There are solutions like macincloud.com which let you rent a Mac hosted by them. They have different plans depending on your needs. The concept stays the same; you connect to a Mac in 'your network' (which is now over the internet) to build your iOS app.
Whichever option you choose; you are going to have to spend some extra money on Apple hardware to get to develop your iOS app.

Resources