[android-developers] event.getX(int) and event.getY(int)

2014-04-29 Thread Peter Siegmund
I've got a problem mit *rotating a view* with two fingers. My view is rotated to the specific angle and I *didn't move* my fingers on the screen. After that, the getX/getY returns new values because my underlaying view was rotated. I can't use getRawX/getRawY, because this functions didn't

Re: [android-developers] event.getX(int) and event.getY(int)

2014-04-29 Thread Peter Siegmund
I've found a solution: http://stackoverflow.com/questions/6517494/get-motionevent-getrawx-getrawy-of-other-pointers -- 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

[android-developers] MuiltiColoumn AutoComplete Search

2014-04-29 Thread sourabh sahu
I want to implement multicolumn autocomplete search in listView. I have a class Lets say Person with name, age, address as an attribute.Now I am creating a customadapter with Person class for listView.Now I want multicolumn autocomplete search i.e. if I type Name,age,address etc it will search.

[android-developers] alternative for ICMP

2014-04-29 Thread Amit
Hi, Since ICMP sock is not permitted in newer vendor devices. Has anybody thought of some other alternative for ip reachability test. isReachablehttp://developer.android.com/reference/java/net/InetAddress.html#isReachable%28java.net.NetworkInterface,%20int,%20int%29() API is not a option as

[android-developers] Reading StartTime when phone call Starts..

2014-04-29 Thread Rahul Kaushik
Hi, I am developing an app which opens the phone dial er and user can make a call,i want to read the start time for that phone Call. i.e when user connected to that number . is this illegal ? Please Suggest Thanks RK -- You received this message because you are subscribed to the Google

Re: [android-developers] ADT Update?

2014-04-29 Thread Marina Cuello
You need to go to Install new software... and choose the Android Developer Tools Update Site. Then select the tools you need to update and unmark the Contact all update sites... check. Then follow the update process and it will work. Marina On Mon, Apr 28, 2014 at 11:10 PM, 张张斌

Re: [android-developers] supporting multiple screen: issue in 8.3 inch tab

2014-04-29 Thread Abhilash Baddam
Hi All, I am getting the crash in 8inch LG G Pad... specifications of this device is: *Size: 8.3 Resolution: 1920*1200 density: 240dpi* This device should pick layout from:* layout-sw720dp and *drawables from *drawable-xlarge-hdpi, * am i right? Can anyone help me on this... On Sat, Apr 26,

Re: [android-developers] supporting multiple screen: issue in 8.3 inch tab

2014-04-29 Thread TreKing
On Tue, Apr 29, 2014 at 12:24 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: I am getting the crash in 8inch LG G Pad... specifications of this device is: You should share what the crash is.

[android-developers] MediaCodec - MP4 license concerns

2014-04-29 Thread Sheado
Hi Android/Google, If my app uses MediaCodec to encode MP4 videos that our users create would I have to worry about licensing MP4 or is that covered by the device instead? I plan on using WebM wherever possible, but it seems that some devices are missing that encoder. Thanks! -- You

Re: [android-developers] ADT Update?

2014-04-29 Thread Michael Leung
should be update automatically by default? are you using android studio? On Wed, Apr 30, 2014 at 1:42 AM, Marina Cuello marina.ear...@gmail.comwrote: You need to go to Install new software... and choose the Android Developer Tools Update Site. Then select the tools you need to update and

Re: [android-developers] MuiltiColoumn AutoComplete Search

2014-04-29 Thread TreKing
On Tue, Apr 29, 2014 at 6:21 AM, sourabh sahu souruit...@gmail.com wrote: Now I want multicolumn autocomplete search i.e. if I type Name,age,address etc it will search. http://www.catb.org/esr/faqs/smart-questions.html

Re: [android-developers] Reading StartTime when phone call Starts..

2014-04-29 Thread Yaron Reinharts
Hi, Here is a complete source code http://www.codeproject.com/Articles/548416/Detecting-incoming-and-outgoing-phone-calls-on-And Hope this helps Yaron On 04/29/2014 03:23 PM, Rahul Kaushik wrote: Hi, I am developing an app which opens the phone dial er and user can make a call,i want to read