Connected TVMedia & EntertainmentMobility

Building Samsung Smart TV Application

Samsung Smart TV allows developers to develop TV-oriented applications with extended functions using plugins. Smart TV applications are web-based software application that run on digital TVs connected to the Internet. With Samsung Smart TV applications, TV users can access web content via their TV screens. Unlike general web pages, applications for Samsung Smart TV allow […]

AndroidConnected TVMedia & Entertainment

Introduction to Samsung Smart TV

This will introduce you to Samsung Smart TV, new features, history of Samsung Smart TV, it’s SDK including requirements and about application structure, resolution, types and it’s life cycle. What is Samsung Smart TV: Samsung Smart TV is a platform that integrates both Internet and web features in TVs and set-top boxes, as well as […]

Connected TVManual TestingMedia & Entertainment

Samsung Smart TV (2014 Series) Apps Testing

Defining the process for testing the Smart TV Apps: Whenever we talk about testing of Smart TV apps first thing comes in our mind how to define process for testing the smart TV Apps and what approach we can follow for testing the TV apps. So, before we start the testing of Samsung smart TV […]

Media & EntertainmentTechnology

Guidelines and Solution of top most problems regarding Video Application in Samsung Smart TV

Introduction Samsung smart Tv is the smart tv which supports the html web application. This blog gives a brief introduction about how to easily build the video application for Samsung smart tv and the problems that are faced by most of the developers while developing the smart tv video application. Here I am focusing mainly […]

Digital AnalyticsMarketing

Social Media Engagement is Not a Strategy

When the Social Media craze started, it was all about getting a page starter, getting fans and keeping them engaged. But it is no more a brand Goal. In fact it should not be the brand goal. So Engagement can not be a strategy. In fact it is only a TOOL. Let us discuss a […]

Technology

Getting started with Leaflet maps

Leaflet is a open source Javascript library that can be used to create interactive maps. It comes with all mapping features that most of us need in any project like adding markers,  popups, vector layers, zooming, selecting lat-lng of a place and much more. In this blog, we will learn how to get started with Leaflet maps and […]

AndroidConnected TVMedia & Entertainment

An introduction to SMAF

With the recent advancements in Smart TV ecosystems, almost one million Smart TVs are estimated by 2017.  Most of these Smart TVS belong to HTML / CSS / Javascript platforms. However, few Android TVs are based on java  platforms whereas Roku TVs apps are developed on Brightscript platform. Though all Smart TV‘s provide their own API’s […]

Android

YouTube Player Integration in Android

YouTube allows you to play it’s video in your app using the youtube player. It also provides data APIs to put like, dislike, or rate comments on a video. To integrate youtube player you need API key from google console and you can get it using following steps: 1. Get SHA1 fingerprint first by executing “keytool […]

Technology

Up and Running with Neo4J

 Neo4J is a NoSQL database that stores information in the form of a huge property graphs where tuples/rows (nodes) are connected to each other with relationships (edges) both of which can have variable number of properties associated with them. Traversing data in the form of graphs implies that we can explore highly connected neighbouring data […]