[android-developers] Re: SQLite query problems

2010-05-28 Thread JMichel
a new call were added that respected types, such as public Cursor query (String table, String[] columns, String selection, Object[] selectionArgs, String groupBy, String having, String orderBy, String limit) Nathan On May 27, 11:04 am, JMichel jmbouff...@gmail.com wrote: I was trying

[android-developers] Re: Is it possible to disable scroling in a ListView (GridView)?

2010-05-28 Thread JMichel
Just to show that there is an interest to this topic... I'm looking to do the same thing. Any help appreciated. On Apr 27, 9:13 pm, alien9 alienjazz...@gmail.com wrote: I have the same question.. did you find an answer? On Apr 2, 8:24 pm, oviroa ovi...@gmail.com wrote: I need to add a

[android-developers] SQLite query problems

2010-05-27 Thread JMichel
I was trying to figure out a problem with an SQLite query and I found that it was not working when I was using ? and a list of arguments. Could someone tell me why these two version of the code doesn't return the same thing: public Cursor getTagCursor(int item) { SQLiteDatabase db

[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-10-01 Thread JMichel
After trying the revert option of Eclipse it seems it does not working correctly. I selected the latest version with the XML editor 3.04, then Eclipse restarts and the versions of all my plugins are the same. XML editor stays to 3.1. Anyone with the same problem? On Sep 30, 10:20 am, JMichel

[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-09-30 Thread JMichel
explained in this thread: http://groups.google.ca/group/android-developers/browse_thread/thread/f4ba97f99c3b470c?hl=en# After rolling back to a previous version of the Eclipse XML editor everything should work. On Sep 29, 3:09 pm, JMichel jmbouff...@gmail.com wrote: Here is the log file

[android-developers] Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-09-29 Thread JMichel
Hi, I'm running Eclipse Ganymede on Ubuntu 9.04. I wanted to update to the newest Android SDK 1.6r1 from 1.5r3. The procedure that I followed is: - Run Eclipse - Update every Eclipse components from the update manager (this updated ADT to version 0.9.3) - Restart Eclipse (Everything works fine)

[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-09-29 Thread JMichel
, JMichel jmbouff...@gmail.com wrote: Hi, I'm running Eclipse Ganymede on Ubuntu 9.04. I wanted to update to the newest Android SDK 1.6r1 from 1.5r3. The procedure that I followed is: - Run Eclipse - Update every Eclipse components from the update manager (this updated ADT to version

[android-developers] Android on HTC Tattoo and FM receiver

2009-09-29 Thread JMichel
I was looking at the specs of the new Android phone from HTC, the Tattoo, and it seems it will feature an FM radio receiver. I don't believe there is any API in the Android SDK to control and access the audio from such a receiver. Is there a way to develop an application that would use, play or

[android-developers] Re: Limit the size of a ScrollView

2009-08-07 Thread JMichel
I have tried a Relative layout containing 3 Linear layouts. I'd like to get a thin top layout, a thin bottom layout and a middle layout that takes the available space in between. Here is the XML of my layout: RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android

[android-developers] Re: Limit the size of a ScrollView

2009-08-07 Thread JMichel
Thanks for the tip I didn't realize the order was important. On Aug 7, 11:43 am, Mark Murphy mmur...@commonsware.com wrote: JMichel wrote: I have tried a Relative layout containing 3 Linear layouts. I'd like to get a thin top layout, a thin bottom layout and a middle layout that takes

[android-developers] Re: Android project in subversion - .svn copied in bin folder

2009-06-16 Thread JMichel
for integrating Subversion in Eclipse. As far as I know that should prevent such copying of the .svn folder as well. --http://www.deepdroid.com On 15 Jun., 16:36, JMichel jmbouff...@gmail.com wrote: Hi, I want to manage an Android project with subversion (svn in command line). I'm using the Android

[android-developers] Android project in subversion - .svn copied in bin folder

2009-06-15 Thread JMichel
Hi, I want to manage an Android project with subversion (svn in command line). I'm using the Android SDK 1.5 in Eclipse 3.4.2. I included every dev files from my project but I didn't include the folders /gen (auto-generated by the SDK) and /bin (built files). My problem is that when I start