I'm new with Android Auto and I have a queation. I have an app that the user only have to select items and pay. Can brings my app to Android Auto? Because I was searching a lot and I only find examples for media and messages apps. Studing the examples in the SDK of the media and messages, they not provide a layout for the Android Auto app.
Android Auto as of now supports only Media and Messaging Apps integration.
It can be done, but currently the custom app SDK is private - you have to ask Google for access to it.
https://www.google.com/design/spec-auto/custom-apps/custom-app-anatomy.html#custom-app-anatomy-structure
Related
Hi I'm developing an application which accesses script.google.com to create google sheet and mail the sheet link to my employees makes them a way to update daily reports from home which I'll fetch using TableTop. But I'm currently stuck on Publish to web option which is a mandatory thing on tabletop. Publish to web is quite easy using a PC(in a computer browser) but I don't know how to do the same in Google Sheets Android app. I'm preferring android app as most of my employees don't have a proper pc. or it would be nice if there is a way to Publish to web from script.google.com. Please help me!!
Not possible as of the moment. even the official help center Make Google Docs, Sheets, Slides & Forms public directs users to use the web interface via browser to publish docs.
I am searching a method to build custom app for android Auto (Which is not a media app nor messaging app)
Exactly like RoboCharge
Can someone give some directions for building such app.
N.B I have seen this question, but my app will be very simple and will not distract the driver.
Google doesn't allow to create custom apps to 3rd parties, yet.
You have to contact them and they will give you a new SDK
I have an Android app which stream video from the Internet. The owners of the app doesn't want to use the native Android video player. What they want is to have any third-party (preferably Open-source) video player to be integrated in this app.I don't really know what its implications could be.
I came to know that Dolphin and VLC, they both are open-source, but what I don't know is, if they provide their SDK for integration into an app or not.
So, I have the following questions -
Do we have some third-party player (their SDK) to be integrated into an app?
Do we have tutorials of how-to implement them?
I've searched a lot for this but didn't get anything.
Do we have some third-party player (their SDK) to be integrated into an app?
- You can try our product, NexPlayer SDK, in www.nexstreaming.com
It is not an open-source player obviously, but you could get a demo and try to integrate in you app.
Do we have tutorials of how-to implement them?
- It's an SDK + sample app and has full documentation about the SDK.
Any idea on how you can integrate Google hangout in an Android App ? I do not see any API that is currently available. Is using WebView an option ?
there isn't anything at the moment and I don't believe a WebView version will work, because hangouts needs the camera plugin that googles installs and it's not available on mobile browsers.
start google hangouts in android
How can I start a Google Hangout in Android with an Intent?
The new Hangouts API will allow developers to build their own experiences inside Hangouts and build real-time applications that use Hangouts, similar to Google’s own built-in YouTube player. The YouTube player lets Google+ users in a Hangout watch videos together at the same time.
Google also announced screen-sharing, Google Docs editing and sketching as new built-in features for Google+ Hangouts today, thereby forcing developers to think beyond the obvious integrations to more creative uses of the Hangouts API when building their apps.
See more at http://techcrunch.com/2011/09/20/google-launches-hangouts-api-for-developers/
From Hangouts API Reference:
The Hangouts API provides the programming interface to Hangouts video calls. It provides a JavaScript interface that enables your app to do such things as list the Hangout participants, share data between instances of your app in the Hangout, control some aspects of the user interface, and control the microphone, camera and speaker settings.[...]
I searched a lot and didn't find the answer of my question.
I want to add to my android app video chat feature.
I am writing app for version 2.2 and latest.
Can I provide this feature or not and if I can,please write some link of code
which I need.
And also, I have read this tutorial and I want to know is this real working app and if yes how can I merge this to my native app code?