[android-developers] Re: On which version of idea was built android studio?

2013-09-13 Thread Anatoly Korniltsev
Just in case someone will searching for it. https://sites.google.com/a/android.com/tools/recent/androidstudio028released 0.2.8 - 132.106 четверг, 12 сентября 2013 г., 23:06:04 UTC+4 пользователь Anatoly Korniltsev написал: Is there any way to figure out on which version was based android

Re: [android-developers] Reading all accounts on the device

2013-09-13 Thread Harsh Vardhan
Who are you on the face of the earth to read someone's password...NSA or something?? On Fri, Sep 13, 2013 at 10:14 AM, TreKing treking...@gmail.com wrote: On Thu, Sep 12, 2013 at 5:58 PM, Giles Ian gilesian@gmail.com wrote: Is it possible to developer a app which can read all the

[android-developers] Re: ContentObserver - SMS - What's wrong with it

2013-09-13 Thread arjun r
Looks like this issue is around for 5 years :) . The server on which you had posted the uri has been shutdown. Can you please provide the solution you had suggested. - Thanks Arjun On Friday, 12 December 2008 23:49:37 UTC+5:30, code_android_festival_way wrote: This is the solution:

[android-developers] how to make simple local wifi/bluetooth multiplayer app ?

2013-09-13 Thread navanshu
Like what or what API i need to learn to establish local wifi or bluetooth network in multiplayer app ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] how to make simple local wifi/bluetooth multiplayer app ?

2013-09-13 Thread Kristopher Micinski
Alljoyn seems to be a helpful API. Doing these p2p BT / wifi overlays is a real pain, and I'd highly recommend against it if possible. Most people sync to a central server which mediates games, but if you feel hell bent on doing it I suppose you could hack it up. (I've made something like this

[android-developers] Re: Android SDK portable app?

2013-09-13 Thread Kostya Vasilyev
Not exactly what you're asking, but... I develop mostly under Ubuntu, but sometimes a bit of work on same projects under Windows. A distributed version control system works great for me. I push my changes under one OS and pull into another as needed (in my case, it's Mercurial). -- K On

[android-developers] Android SDK portable app?

2013-09-13 Thread JavaSrvcs
I want to install the Android SDK as a USB portable app and run from any computer (windows or Linux under wine). Is this possible and is this a sane idea? I move around to a number of projects and am at any machine at any given time ( Ubuntu, CentOS, Windows 7 mostly). I thought about a VM

[android-developers] Hardware support for Face Detection

2013-09-13 Thread KM
All: I want to use the Android 4.0 face detection mechanism startFaceDetection etc. However when reading the API docs, there is a statement in http://developer.android.com/about/versions/android-4.0.html *Note:* Face detection may not be supported on some devices, so you should check by

Re: [android-developers] Re: how to add --core-library to Eclipse ?

2013-09-13 Thread Manson Thomas
Hi Marco, Could you share the details of your solution with me ? I'm trying to build a very specific that is intended to run on only one device. I need the javax.naming classes required by a library... and whatever the warning I just want to give it a try ;) Thanks, Thomas. On Tuesday,