[android-developers] update gui from a separate thread

2009-06-05 Thread jonathan
I need to display two timers on my app, I have two approaches, one is to implement the displays as TextView and then use java.util.Timer and TimerTask to update its text, however, the text doesn't redraw itself after update. The other approach is to use DigitalClock, but I can't find a way to

[android-developers] word wrap on button

2009-05-27 Thread jonathan
the possible button width are fill_parent or wrap_content, is there a way to make it wrap words? --~--~-~--~~~---~--~~ 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] styled text on button?

2009-05-27 Thread jonathan
is it possible to have line breaks or more generally styled text (eg.html) on button? --~--~-~--~~~---~--~~ 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] Re: Android 1.5 SDK now available

2009-05-27 Thread Jonathan Herriott
I talked to Romain Guy about a bug that is in 1.5 that is a huge bug (to me) with no good work-a-around that I am experiencing, but I don't know how many other people will run into the issue (Issue 2773 if you're interested). I was wondering if I fix the issue myself and check it in, is it

[android-developers] Re: Question on ContentProviders

2009-05-13 Thread Jonathan Herriott
, Jonathan Herriott herri...@gmail.comwrote: So, I'm guessing I need to limit the number of rows that can exist in a ContentProvider, so as to avoid memory issues if per some strange chance the provider has a ridiculous number of rows.  I'm actually going to go and test to see

[android-developers] Re: Question on ContentProviders

2009-05-12 Thread Jonathan Herriott
need to spend more time studying the code? Thanks, Jonathan Herriott On May 11, 5:50 pm, Dianne Hackborn hack...@android.com wrote: Not sure what you mean.  The content provider runs in its own process.  When you do a query, the results are windowed in shared memory for access by your process

[android-developers] Re: Question on ContentProviders

2009-05-12 Thread Jonathan Herriott
, Jonathan Herriott herri...@gmail.comwrote: Hi Dianne, That essentially answers my question.  I was curious as to what happens when you query, say, a database that contains 100K rows, how it effects memory.  From what you said, I'm assuming that it stores a subset in shared memory

[android-developers] AppWidgetHost Questions

2009-05-07 Thread Jonathan Herriott
Hi, I would like to host app widgets in my own application, and I have a few questions associated with it. 1) When creating an AppWidgetHost instance, there is a hostId that needs to be supplied, what happens if this collides with another application's hostId? 2) It seems the only way to

[android-developers] send mail with format html

2009-05-06 Thread Jonathan Alonso - Softdinet Ltda
img src=\http://www.gp-imports.com/emoticons/1053_winking.gif\;/img /td/tr/table/body/html; the message is only text, no format html, help, Thanks Cordialmente Jonathan Alonso Tel: 8008035 Softdinet Ltda Skype: softdinet E-mail: jalo...@softdinet.com Web: www.softdinet.com -Mensaje original

[android-developers] help me

2009-05-06 Thread Jonathan Alonso - Softdinet Ltda
Hi, I send mail in html format, I'm doing with intent.extra_text but I do not work, please help me Thanks Jonathan Alonso Tel: 8008035 Skype: softdinet Bogotá, Colombia --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Installing Image on ADP

2009-04-28 Thread Jonathan Herriott
Hi, I'm running into an issue when I am trying to install an Android image onto the dev phone. I get to the point where it shows on the phone that it is ready for fastboot, and when I do: sudo fastboot flashall It never finishes. I've waited over an hour. It isn't waiting for the device, but

[android-developers] Re: HelloGallery tutorial android.R.styleable cannot be resolved

2009-03-30 Thread Jonathan
Yes, it seems 'styleable' got removed from the SDK and the tutorial(s) hasn't been updated. There was a message a couple weeks ago about this and I'm trying to see if I can figure out what Dianne Hackborn means by use declare-styleable in your own app. to fix this. On Mar 23, 12:30 pm, ppmoore

[android-developers] Touch screen slowdown

2009-03-26 Thread Jonathan Fisher
I am having a problem with the touch screen in that whenever the screen is touched, it causes significant slowdown because of the large number of callbacks that are being made. I have read in this group about throttling the UI thread, but this does not seem a good solution and i can't

[android-developers] develop application without a data plan?

2009-02-19 Thread jonathan
I just got my g1, I only need to develop an offline application, however, It wouldn't go further without signing into google account which requires a data plan. Please advise. thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: How to do an animated pie chart?

2009-01-07 Thread Jonathan Parker
Maybe when android support animated gifs that would be easier (assuming there is an animated gif generator library): http://groups.google.com/group/android-beginners/browse_thread/thread/edfc219135fe0909?pli=1 I wonder if Google Charts API will support animated gifs in the future. That would be a

[android-developers] Re: Xml validation

2009-01-07 Thread Jonathan Parker
The feature name is any fully-qualified URI. It is possible for an XMLReader to recognize a feature name but to be unable to set its value; this is especially true in the case of an adapter for a SAX1Parserhttp://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/Parser.html, which has no way of

[android-developers] Re: Code generator for SQLite interface?

2009-01-07 Thread Jonathan Parker
I think there was a post in the android-beginners about ORMs. Maybe do a search on the archives. On Wed, Jan 7, 2009 at 8:04 AM, antlers googlec...@antlersoft.com wrote: I've been looking at the code for connectbot, and I notice that the objects that correspond to records in the SQLite

[android-developers] Re: Implementing Parcelable with Eclipse - MyClass.java is in the way of MyClass.aidl

2009-01-06 Thread Jonathan DERROUGH
Hi, It seems that there is no need for an .aidl file since the parcelable declaration was automatically added to 'project.aidl' at the root of the project. Cheers. On Jan 4, 2:01 pm, Jonathan DERROUGH jonathan.derro...@gmail.com wrote: Hi, I am trying to use theParcelableinterface to have

[android-developers] Implementing Parcelable with Eclipse - MyClass.java is in the way of MyClass.aidl

2009-01-05 Thread Jonathan DERROUGH
Hi, I am trying to use the Parcelable interface to have an activity communicate with a service. Following the AIDL tutorial (http://code.google.com/intl/fr/android/ reference/aidl.html), I implemented the Parcelable interface in MyClass.java and created the corresponding .aidl file

[android-developers] testing

2008-12-02 Thread jonathan
testing... forgive me --~--~-~--~~~---~--~~ 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

[android-developers] Re: Comunication Server-Phone: SMS directed to an application (0.9 SDK)

2008-11-17 Thread Jonathan Herriott
that android don´t support this yet... On 10 out, 18:49, Jonathan Herriott [EMAIL PROTECTED] wrote: Bump.  This needs to be addressed. On Aug 29, 10:31 am, Cristina [EMAIL PROTECTED] wrote: Hi! I am actually using the http client library in order to comunicate from my app

[android-developers] Re: Windows driver for HTC G1 phone

2008-10-23 Thread Jonathan Herriott
Hi, The Found New Hardware Wizard is unable to detect the drivers after I already specified exactly which directory to look. Has anyone else run into these issues? Thanks On Oct 22, 1:32 am, Beau Gunderson [EMAIL PROTECTED] wrote: Here's the link from the other thread on this topic:

<    1   2   3   4