[android-developers] ScrollView disappears when the keyboard appears on the screen

2009-08-11 Thread EPecorari
I have the following layout: http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"> http://schemas.android.com/apk/res/ android" android:orientation="vertical"

[android-developers] application code for SDK 1.5 and 1.6

2009-09-25 Thread EPecorari
Hello, suppose I have one application developerd for SDK 1.5 and after the issues of the 1.6 I want to add some of the new features in my app but continuing to support SDK 1.5, do I need to mantian two different projects and two different source code? Thanks for the help Emanuele --~--~-

[android-developers] Text color in fast scroll SectionIndexer box

2010-04-10 Thread EPecorari
Hi, I have a ListView with the fast scroll enabled. The background of the listview is white and the text is black. The box indicating the letter of the section is being scrolled at the moment is in black. Is it possible to customize that colore and turn to white? If yes, how can I do that? Thanks

[android-developers] Question about reading contacts

2010-05-03 Thread EPecorari
Hi, I'm trying to read all the contacts stored in the phone using this code: Cursor cursorNumber = context.getContentResolver().query( Contacts.Phones.CONTENT_URI, new String[] { Contacts.Phones._ID, Contacts.Phones.NAME, Contacts.Phones.NUMBER }, null, nul

[android-developers] Re: Question about reading contacts

2010-05-04 Thread EPecorari
None experienced the same problem? Emanuele On 3 Mag, 11:23, EPecorari wrote: > Hi, > I'm trying to read all the contacts stored in the phone using this > code: > > Cursor cursorNumber = > context.getContentResolver().query( Cont

[android-developers] Reading contacts

2010-05-07 Thread EPecorari
Hi, I'm trying to read all the contacts stored in the phone using this code: Cursor cursorNumber = context.getContentResolver().query( Contacts.Phones.CONTENT_URI, new String[] { Contacts.Phones._ID, Contacts.Phones.NAME, Contacts.Phones.NUMBER }, null, null