Re: [android-developers] API for Drive Detection

2015-01-05 Thread Aaa Ass
Hi, i have worked with kitlocate API.. "Diego N." wrote: >Hello. > > >Has anyone worked with some API to detect if I'm driving, as the API is >Kitlocate (http://kitlocate.com) > > >Have any indication? > > >Thank U. > > >-- > > >-- >You received this message because you are subscribed to the

Re: [android-developers] Re: Is it possible, that Android kills a service inside an app?

2015-01-05 Thread Kristopher Micinski
I think the answer to your question is no: it wouldn't be that helpful from a memory footprint perspective to simply kill the service: memory allocation happens at the process level. For this to be useful, the service would have to be "killed" out in some heuristic way, then some GC would have to

[android-developers] API for Drive Detection

2015-01-05 Thread Diego N.
Hello. Has anyone worked with some API to detect if I'm driving, as the API is Kitlocate (http://kitlocate.com) Have any indication? Thank U. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: Is it possible, that Android kills a service inside an app?

2015-01-05 Thread Oleksii Bieliaiev
Didn't find reliable answer yet :( On Tuesday, November 25, 2014 12:08:18 PM UTC+1, Oleksii Bieliaiev wrote: > > Hey guys, > > let's imagine we have an app with a service and an activity inside. Both > components live in a same process, our service is started (in terms of > Android) and a user

[android-developers] Re: Compile 5.0 source code on Ubuntu 14.04 appear "No such file or directory"

2015-01-05 Thread andrew_esh
I've seen that too. It does not appear to cause a problem. It is probably some rules in .mk files that refer to a directory that is not present because it's in the $OUT directory tree. The absence of the directory does not affect the build output. -- You received this message because you are

[android-developers] Mobile App Images not seen on Android Device

2015-01-05 Thread Gopish
Hi, I have a C# Mobile IIS hosted site, which uses X-PATH tags (div, td, etc) from an Original Browser Website (Sharepoint website), to fill the contents(Text, Images, Links, etc) of the pages for Mobile App (Android, iPhone, Blackberry). The App is LIVE and same Mobile site works for all the p

[android-developers] How to check whether Google TTS voice data installed for Hindi Language

2015-01-05 Thread Gaurav Wable
I am using Google TTS Engine for Text-to-speech for Hindi Language. In onCreate Methode i have created an Intent to check whether voice data installed, and it gives result to onActivityResult methode @Overrideprotected void onActivityResult(int requestCode, int resultCode, Intent data) { s