I would like to create an app which integrates with the official Live Channels application from Android TV but I cannot find documentation how to do it. The only thing i found is the deprecated TV input services API. There are apps on the PlayStore which integrate with the app so it must be possible. Any link to the documentation is appreciated.
Related
I'm currently building an online tutoring app to help solve my country's crisis in education.
To do this, I need to integrate a video calling service. I'd prefer to use Hangouts over other services since it is based on webRTC and its free. However after much searching, I haven't found anything that explicitly states whether or not its possible to integrate it natively or through a webview. Do you have any ideas on how to go about doing this or if its even possible?
Thank you so much! :)
Unfortunately there is no way to integrate this functionality yet, the hangout API is web based and since hangout requires the camera there is no way to enable this from a webview.
See these answers:
start google hangouts in android
Google hangout API for Android
How to embed Hangout chat in my Android App
I was requested to develop an Amazon Fire TV app, but I find difficult to understand the steps required to get on track.
As specified by the Amazon documentation, the previously available Fire TV SDK add-on is now deprecated, and they suggest to just use the Android v17 Leanback Library.
To date, I do not have (yet) a Fire TV, and the official documentation is very poor and rather confused; I'm not able – then – to understand whether "pure" Android TV apps are fully compatible with Fire OS 5, so that developing for the Fire TV is actually the same as developing for a generic Amazon TV (from the SDK, to the virtual testing process).
In the case it isn't, what are the different steps I have to take into account?
You should start with using Android v17 Leanback Library. There is a sample app available from Google that uses leanback library. Few things you might need to check for firetv like speech recognition (SearchFragment in the leanback library) is currently unsupported
Fire OS 5 includes both support for Android TV functionality and the
leanback support library. Speech recognition (SearchFragment in the
leanback library) is currently unsupported.
and global search which is not customizable for individual apps for firetv
Global search is provided system-wide and is not customizable for
individual apps. Developers may implement their own in-app search, but
it is not included in the global search function.
Also try to follow pre-submission assessment guidelines and developer FAQs when developing for a firetv.
I have multiple questions :
Google announced that Hangout is replacing Gtalk from May 2013. So on their android devices some people have updated from Gtalk to Hangout while some are still using Gtalk. So if I have to use an API to transfer exchange data from my android app to Google Chat Messenger , how and what should I use to make it compatible for both.
What library should I use to integrate Gtalk/Hangout with my android app ? And where would I get something like SDK Reference Docs for Gtalk/Hangout ?
Can I get any sample implementation of the same anywhere(possibly GitHub) ?
I am trying to develop an Android app for social media sharing. I know how PubNub uses cloud servers to share data with lightening fast speed and a security. I want to use it in my app.
If there is an API, let me know how it works.
Here is the PubNub Android SDK on github
And the official PubNub Android docs
Most of the details for how to use it properly are right there on the README. There's even sample apps for you to browse through if you need further details.
I want to integrate one of image search api for finding similar image like a google goggles do?
#Chrish -- Check this
http://www.technotalkative.com/android-google-image-search-api-example-json-parsing-web-api-call-demo/
visual search api for web and mobile here too: http://www.macroglossa.com/api.html. they provide custom services too.
Or just Check replies for this question
Google goggles API
IQ Engines offers an API that allows you to integrate image recognition into your mobile application. For more information see http://www.iqengines.com. If you sign up for a trial you get 1000 free visual scans and can download the iOS and Android SDKs. There's a Quick Start Guide http://www.iqengines.com/quickstart, API Documentation and README files for the SDKs that explain the process.