Re: [android-developers] cannot install ADT Plugin

2012-01-13 Thread TreKing
On Thu, Jan 5, 2012 at 8:47 PM, Corbin enter...@gmail.com wrote: Eclipse is saying the files cannot be found because they cannot be found ? What? - TreKing

Re: [android-developers] cannot install ADT Plugin

2012-01-13 Thread Marcelo Henrique
what ? 2012/1/13 TreKing treking...@gmail.com On Thu, Jan 5, 2012 at 8:47 PM, Corbin enter...@gmail.com wrote: Eclipse is saying the files cannot be found because they cannot be found ? What?

Re: [android-developers] How to set my application available to searchable items on device.

2012-01-13 Thread TreKing
On Thu, Jan 5, 2012 at 8:29 AM, dinesh dinesh.dr...@gmail.com wrote: How to make my application available to Goolge Quick Search Application. How to read the documentation. - TreKing

[android-developers] My canvas is too slow when hardware acceleration is enabled.

2012-01-13 Thread sblantipodi
Hi all. I have an apps that uses the Canvas to draw its UI. The apps use drawLine() drawRect and others methods to draw the UI. If I disable the hardware acceleration the UI is fluid and responsive, if I enable hardware acceleration I can see a disturbing lag. I'm testing it on Xoom and on

[android-developers] Re: gps waiting problem.

2012-01-13 Thread Spiral123
wh d u kp drppng ltrs? I thnk ths pst answrs ur que: http://stackoverflow.com/questions/5895283/locationlistener-and-timers On Jan 13, 12:24 pm, Dhaval Varia dhavalkva...@gmail.com wrote: my que is in this code locationmanager.removeupdate() Has called, but still getaddress() is calling

[android-developers] Re: Using an adapter from another class/activity

2012-01-13 Thread Jeremy Dagorn
Why you don't create an external adapter, saying that I mean, an adapter not created/instantiated as an inner adapter of your activity? On Jan 13, 1:55 am, galapogos gois...@gmail.com wrote: Thanks. How would I use this model for ArrayAdapters across several activities? Currently, I define my

Re: [android-developers] Testing android.media.ToneGenerator

2012-01-13 Thread TreKing
On Fri, Jan 6, 2012 at 5:33 AM, Ibrahim Awwal ibrahim.aw...@gmail.comwrote: Also, if this is not the appropriate mailing list, I would appreciate being steered in the right direction. http://developer.android.com/resources/community-groups.html#ApplicationDeveloperLists

Re: [android-developers] How does LiveKey work with the Microphone?

2012-01-13 Thread TreKing
On Fri, Jan 6, 2012 at 3:22 PM, David Larson itsallthesamet...@gmail.comwrote: Can I talk through the micrphone, and have the audio recieved by the phone, while holding the LiveKey down? What is a LiveKey?

Re: [android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread Kostya Vasilyev
pskink: That's a farily boilerplate filter implementation, but -- -- it still leaves one (at most) cursor open at the very end. You can see it by enabling strict mode, and I saw it happenning on 4.0.2. Patching things up in application code is, of course, trivial, but... these trivial things

[android-developers] Re: Order numbering system changed in the market

2012-01-13 Thread John Coryat
Update... I replied to Komal the following: *Komal,* * * *P L E A S E R E A D M Y E N T I R E R E P O R T B E F O R E R E P L Y I N G !!!* * * *snipped* * * *-John Coryat* * * I got a reply today: *Hello John, Thanks for reaching out to us. To ensure a faster resolution, I’ve

[android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread swebb99
Kostya I think your right, even though the managedCursor mechanism basically does what I want I don't like it. I think the mechanism you mention in the destroy method is the way to go with this however I really think the platform should be looking after all of this correctly. As you say all these

[android-developers] Re: Listview and expandablelistview

2012-01-13 Thread FiltrSoft
well the profit part may be a little tricky, with Android. ;) On Jan 13, 10:10 am, TreKing treking...@gmail.com wrote: On Fri, Jan 13, 2012 at 3:28 AM, Uday Gokhale gokhale.u...@gmail.comwrote: How can i achieve this. Learn to program, read the docs, read the samples, write some code, fail,

[android-developers] Re: Android source build on Gentoo Linux works

2012-01-13 Thread Jamel Toms
How long did it take? On Jan 12, 3:50 am, Adam jiang.a...@gmail.com wrote: TobuildtheAndroidsource under Linux, you will need Ubuntu. TheAndroidbuildis routinely tested on recent versions of Ubuntu (6.06 and later), but reports of successes or failures on other distributions are welcome.

Re: [android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread Kostya Vasilyev
13 января 2012 г. 23:54 пользователь swebb99 sweb...@gmail.com написал: Kostya I think your right, even though the managedCursor mechanism basically does what I want I don't like it. I think the mechanism you mention in the destroy method is the way to go with this however I really think the

Re: [android-developers] Android Application installed from Eclipse or adb

2012-01-13 Thread TreKing
On Sat, Jan 7, 2012 at 2:18 PM, Chris White phre...@gmail.com wrote: Any ideas? - Google the exact error message in quotes. - Reboot the device. - Install a release version of the app using ADB.

Re: [android-developers] Display all SIM contacts in a activity

2012-01-13 Thread TreKing
On Sat, Jan 7, 2012 at 7:18 AM, Azhaguselvan SP selva4...@gmail.com wrote: I have googled much and can't find a solution. Please help. What solution? There was no Activity to handle the Intent. -

Re: [android-developers] About The Power And Screen In Gingerbread

2012-01-13 Thread TreKing
On Mon, Jan 9, 2012 at 11:58 PM, xhy xhyg...@gmail.com wrote: I execute the command cat /sys/power/state in shell, but the output always is mem even though when the screen is on.So why ? I check the code in power.c, the func set_screen_state(), I add some log info,and find that the value

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-13 Thread Fernando Almeida
I have a littmann 3200 and i'm using android 4.0.3... I just want this to connect :( still can't do nothing about this... On 9 Jan, 07:35, Raul Ruiz spekwh...@gmail.com wrote: Hi Fernando, What shetoscope do you have? Android version? Logcat trace? Thanks! On 8 ene, 22:29, Fernando

Re: [android-developers] Error while selecting an option in a dynamically generated, multiple RadioGroup Layout. Some of the radio buttons are automatically getting checked

2012-01-13 Thread TreKing
But when ever I'm selecting a option for a question, some of the question are getting automagically selected. Add a selection changed / click listener on the radio buttons and use your debugger to see what's happening.

Re: [android-developers] Animation in ExpandableListView

2012-01-13 Thread TreKing
On Tue, Jan 10, 2012 at 3:40 AM, dileep dileepk...@gmail.com wrote: How can i add animation effect in subitems of an ExpandableListView RTFM, try something, read this http://www.catb.org/~esr/faqs/smart-questions.html, then ask again.

Re: [android-developers] USB application development

2012-01-13 Thread TreKing
On Tue, Jan 10, 2012 at 5:06 AM, vins aiya.vi...@gmail.com wrote: Kindly help me for getting started with developemnt of USB monitoring and handling of data transfer on USB port. Kindly read the documentation. I don't know what you expect anyone here to tell you.

[android-developers] Re: Help with AlertDialog Needed

2012-01-13 Thread Glenn
Hi TreKing, Thanks for your reply. Cheers. Glenn On Jan 14, 1:17 am, TreKing treking...@gmail.com wrote: On Fri, Jan 13, 2012 at 4:16 AM, Glenn glennark...@gmail.com wrote: How can I get the name? Use the integer to index into the very list you passed to the AlertDialog to begin with.

[android-developers] Re: Credit card swiper with API

2012-01-13 Thread JackN
It is simple enough. The hardest part is getting the reader to be recognized (if it is USB). For some, these solutions (Intuit, Square and VeriFone) are a no go because of high rates and/or they don't tie into existing infrastructures. There is nothing overly complex or challenging about a

Re: [android-developers] intersection circles overlay on maps

2012-01-13 Thread TreKing
On Tue, Jan 10, 2012 at 12:14 PM, moriero digiuseppe.and...@gmail.comwrote: I think that a possible solution (in theoretical way) is to remove part of overlay(circle) over map, in the position where must insert the new circle and then redraw a new red circle (with alpha set to 30), because i

[android-developers] Re: Sony Ericsson Smart Extension SDK for SmartWatch and Smart Wireless Headset pro

2012-01-13 Thread JackN
I don't think people are going to want anything for sony. On Jan 10, 2:47 pm, Kostya Vasilyev kmans...@gmail.com wrote: Is SmartWatch this year's version of LiveView? They looks really similar (to my uneducated, as of yet, eyes). Can the Smart Extension SDK be used to talk to a LiveView

[android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread swebb99
Nice :) I did it slightly differently. I already had a standard top level Activity all my Activities inherit from so in there i defined: ListCursorAdapter managedCursorAdaptors = new ArrayListCursorAdapter(); and added the following methods: protected void

Re: [android-developers] Re: Sony Ericsson Smart Extension SDK for SmartWatch and Smart Wireless Headset pro

2012-01-13 Thread Kostya Vasilyev
Well, as for me, my LiveView arrived in the mail today and I am going to support it for incoming message notifications. YMMV 14 января 2012 г. 1:53 пользователь JackN j...@jacknorth.com написал: I don't think people are going to want anything for sony. -- You received this message because

[android-developers] Re: Get current screen size?

2012-01-13 Thread JackN
capture the screen changed event. On Jan 3, 5:40 am, Satz Klauer satzkla...@googlemail.com wrote: Hi all, what is the recommended way to evaluate the current screens width and height? Currently I'm using the WindowManager class but it returns the correct size only when display is in

Re: [android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread Kostya Vasilyev
Oh, so those are your own managed cursors. FWIW, I just tried this in my autocomplete view class: @Override protected void onDetachedFromWindow() { super.onDetachedFromWindow(); CursorAdapter adapter = (CursorAdapter) getAdapter();

[android-developers] Re: My canvas is too slow when hardware acceleration is enabled.

2012-01-13 Thread String
Have you read http://android-developers.blogspot.com/2011/03/android-30-hardware-acceleration.html ? TL;DR: hardware acceleration usually improves rendering speed, but not always. Looks like you've found one of the not cases. String -- You received this message because you are subscribed

[android-developers] Re: My canvas is too slow when hardware acceleration is enabled.

2012-01-13 Thread sblantipodi
Yes I read it but can't understand why performance drop on my canvas when Hardware Acceleration is enabled and it seems that I'm not the only one. On 13 Gen, 23:13, String sterling.ud...@googlemail.com wrote: Have you read  

[android-developers] Strange behavior with Theme.DeviceDefault.Light

2012-01-13 Thread Ricardo Amaral
I've implemented the technique described in the recent article Holo Everywherehttp://android-developers.blogspot.com/2012/01/holo-everywhere.htmlposted on Android Developers blog in my own app and I've noticed a strange behavior when using *Theme.DeviceDefault.Light* running Android 4.0.3 on

[android-developers] Re: ISSUE

2012-01-13 Thread DTecMeister
You could distribute or provide installers for groups of files to suit individual's taste and write code within each package that creates each individual file and enters the name in the SQLite database for subsequent simple listing and retrieval. On Jan 13, 3:05 am, arun kumar

Re: [android-developers] Re: Credit card swiper with API

2012-01-13 Thread Kristopher Micinski
I think the question is whether you're developing it as a production service (such as cube) or as something for internal use just for your organization. If this is the case, unfortunately there's already been quite a lot of work in the area, but if you just need it for internal use it might not

[android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread swebb99
Yeah great info all around Kostya thanks :) By the way what is strict mode? I'm coming from a Java Swing environment and only very recently dived into the world of Android so still picking a lot of things up. Thanks Steve -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread Kostya Vasilyev
Strict mode is a tool that detects various bad things in your application - cursors left open, activity memory leaks, performance issues, networking on the UI thread - and can log what happened and/or kill the process: http://developer.android.com/reference/android/os/StrictMode.html Some of the

[android-developers] Re: Managing Cursor provided to CursorAdapter via a FilterQueryProvider?

2012-01-13 Thread swebb99
Ah very useful thanks Kostya. -- 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 from this group, send email to

Re: [android-developers] Re: Adhoc support on Android

2012-01-13 Thread Jim Graham
On 12 January 2012 16:29, Vipul Somani vipul.soma...@gmail.com wrote: On Fri, Jan 13, 2012 at 10:17:12PM +0530, Vipul Somani wrote: As part of my final year project i want to connect instances of Android virtual devices in emulator in an Ad hoc fashion using wifi. I need to access the

Re: [android-developers] Button clicking colour change problem

2012-01-13 Thread TreKing
On Fri, Jan 13, 2012 at 1:41 AM, B.Arunkumar awsnetworkrecor...@gmail.comwrote: The colouring of the 2 buttons should appear sequentially because button clicking happens on the main thread, is it not? A) There is nothing related to color in the code you posted. B) If you have a Thread.Sleep()

Re: [android-developers] Re: Adhoc support on Android

2012-01-13 Thread Kristopher Micinski
http://developer.android.com/resources/samples/WiFiDirectDemo/index.html kris On Fri, Jan 13, 2012 at 7:32 PM, Jim Graham spooky1...@gmail.com wrote: On 12 January 2012 16:29, Vipul Somani vipul.soma...@gmail.com wrote: On Fri, Jan 13, 2012 at 10:17:12PM +0530, Vipul Somani wrote: As part

Re: [android-developers] Re: gps waiting problem.

2012-01-13 Thread Dhaval Varia
Jst bcoz i m sending email from my mobile Thanks for reply. On Jan 14, 2012 12:38 AM, Spiral123 cumis...@gmail.com wrote: wh d u kp drppng ltrs? I thnk ths pst answrs ur que: http://stackoverflow.com/questions/5895283/locationlistener-and-timers On Jan 13, 12:24 pm, Dhaval Varia

[android-developers] Re: Call Class Function / Method when created by overriding a view in xlm layout file

2012-01-13 Thread JamesColeman
I tried MANY different places. For example I assigned it to a button and tried to get it onClick, I tried it when the class as created. OnCreate was the only spot that I found where it worked. Been having lots of fun coding now. Although I found a bug in Canvas.drawRoundRect(), but I was able

[android-developers] I want to judge wheather my free application was installed from Android market

2012-01-13 Thread haru158
I want to judge wheather my free application was installed from Android market. My SDK Level is 7. LVL is only applied charge apps, because case of free app is not clear. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Location extraction from cell ID returned

2012-01-13 Thread DTecMeister
I don't know of a way to do this with any accuracy. If (big if) you can get direction and/or distance to each tower, you would be on the right track. Subways are on a set track, so best way to get location would be to compute it based on path and distance travelled along the path. On Jan 13,

Re: [android-developers] cannot install ADT Plugin

2012-01-13 Thread Robinns
I too had similar problem n then followed stackoverflow.com. Adt plugin rev 16 was complicated but solved it On Jan 14, 2012 12:27 AM, Marcelo Henrique marceloh...@gmail.com wrote: what ? 2012/1/13 TreKing treking...@gmail.com On Thu, Jan 5, 2012 at 8:47 PM, Corbin enter...@gmail.com wrote:

[android-developers] threading : two independent events

2012-01-13 Thread vishal garg
Hi, I have an android app code where 1) 1st process : checks for user location constantly after every t minutes. 2) 2nd process : displays an image on the screen The processes are independent and but the code gets stuck in the first process as a result of which second process does not load. I

[android-developers] Geo coder not provides exact location

2012-01-13 Thread Dhaval Varia
Plz let me know why this code is not giving exact location. Although,if i am sending obtained latitude and longitude on google map,then it provides exact location.. private void Find_Current_LatLong() { try { appendLog(\n /brFind_Current_LatLong(); Called \n /br);

[android-developers] Android Style BarButton

2012-01-13 Thread Robin Thapa
I am implementing the android style barButton on my listview on the footer part. My ListView has a checkbox and two item fields on it. When i check the checkbox i want to display the footer part. I am implementing on the BaseAdapter and when the checkbox is checked is use as: public View

<    1   2