[android-developers] Re: IllegalStateException: database not open

2011-02-28 Thread javaxmlsoapdev
by itself), or else something even more strange is going on. Are the databases, perhaps, not private to the respective applications? Are you using a shared user id for both apps? Are the databases on the memory card? -- Kostya 21.02.2011 18:46, javaxmlsoapdev : yes. both apps

[android-developers] Re: IllegalStateException: database not open

2011-02-21 Thread javaxmlsoapdev
your.package.name? -- Kostya Vasilyev --http://kmansoft.wordpress.com 16.02.2011 5:37 пользователь javaxmlsoapdev vika...@gmail.com написал: I had an existing working application which was creating a database using SQLite helper/code. In another application, which I am developing

[android-developers] Re: IllegalStateException: database not open

2011-02-20 Thread javaxmlsoapdev
Anyone? On Feb 15, 9:37 pm, javaxmlsoapdev vika...@gmail.com wrote: I had an existing working application which was creating a database using SQLite helper/code. In another application, which I am developing I copied app1's DBHelper code and honestly forgetting to rename the database name

[android-developers] IllegalStateException: database not open

2011-02-15 Thread javaxmlsoapdev
I had an existing working application which was creating a database using SQLite helper/code. In another application, which I am developing I copied app1's DBHelper code and honestly forgetting to rename the database name in the DBHelper, which I copied from app1 code. Now I keep getting following

[android-developers] Gmail application bottom button type UI

2011-02-05 Thread javaxmlsoapdev
I have a custom list view displaying contacts from the phone book with checkbox on each name row. when user checks on an item I need to display Done button at the bottom of the screen. My custom Activity extends ListAcvitity through adapter populates each row with the checbox. Custom layout as

[android-developers] Gmail application bottom button type UI

2011-02-05 Thread javaxmlsoapdev
I have a custom list view displaying contacts from the phone book with checkbox on each name row. when user checks on an item I need to display Done button at the bottom of the screen. My custom Activity extends ListAcvitity through adapter populates each row with the checbox. Custom layout as

[android-developers] Custom List layout with checkbox selection problem

2011-01-29 Thread javaxmlsoapdev
have ContactListActivity class as below public class ContactListActivity extends ListActivity{ @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); getListView().setFocusable(true);

[android-developers] Test case throws permission exception

2011-01-14 Thread javaxmlsoapdev
I am writing a test case to for reading phone contact list public class ContactTest extends AndroidTestCase { static final String LOG_TAG = ContactTest; static final String TESTUSER_NAME = Test User; static final String TESTUSER_NUMBER = 1234568909; ContentResolver