Asia

Data Storage in Xamarin tvOS

Data_Storage_in_Xamarine_in_tvOS_website

Apple TV is a digital media player used to play digital content such as music, video, and can also be used to play games with internet connectivity. Currently, it has the latest version as Apple TV 4K (5th generation). It has the operating system named tvOS which has 13.3.1, the latest stable version. Read the blog to know more about it.

Testing Challenges with BLE devices

Testing_Challenges_with_BLE_devices_website

Bluetooth Low Energy (BLE) is a low power wireless communication technology that can be used over a short distance that enables smart devices to communicate. Read the blog to know more about challenges faced while testing, the resolution, and about QA best practices.

What is VSTS and its core importance?

VSTS_and_its_importance_website_changed

VSTS stands for – Microsoft Visual Studio Team Services (VSTS), previously it’s referred to as Visual Studio Online. It is the Project Management tool Do read our blog and know more about VSTS and its core importance.

How to create a collection view in Xamarin tvOS without using a storyboard?

create_collection_view_in_Xamarin_tvOS_without_using_storyboard_website_changed

Collection view allows a group of content to be displayed using arbitrary layouts. Using built-in support, it allows for the easy creation of grid-like/linear layouts, supporting the custom layouts. Read our blog and know more about the steps involved in creating a collection view in Xamarin tvOS without using a storyboard.

How to test streaming apps on Roku TV?

Website_1900x600 – 4.png

Testing Roku channels are fun in their own way, either it is a streaming channel or a game channel. This blog will be useful for all the budding and growing testers who are willing to dive into testing this super awesome streaming device.

iBeacons scanning in Android

iBeacons-scanning-in-Android-Blog-1900x600.jpg

iBeacons are invented by Apple and it is the first beacon protocol. It works in both ios and Android. Unlike ios, there is no Native support in Android. Since there is no Native implementation we need to integrate either the existing Library or create code that parses BLE packets to find the iBeacons.

How to test Beta build in AppleTV using TestFlight

How-to-test-Beta-build-in-AppleTV-using-TestFlight-Blog-1900x600.jpg

In this blog, we have explained what is Beta build and how it is different from an alpha build. Also know more about testing multiple builds by reading our blog. We have clearly explained how to test Beta Build in Apple TV using TestFlight.

Fitbit Device Integration with Mobile and Web applications

Fitbit-Device-Integration-with-Mobile-and-Web-applications-blog-1900x600.jpg

Fitbit is a wearable device that tracks daily activities, steps, calories burned, sleep, etc. These are wearable devices like watches. In this blog, we will look into the integration of the Fitbit device into your mobile and web application and how will we use web APIs for accessing data from Fitbit activity trackers.

Grand Central Dispatch (GCD) In iOS

What is Grand Central Dispatch?

Grand Central Dispatch is used in iOS to introduce concurrency and parallelism in the iOS applications, so that multiple heavy tasks are performed in the background, resulting in the smooth experience of the application usage, as the main thread is unaffected by the heavy background tasks.