the files didn't get removed (which is strange 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?
>
&
quot;adb uninstall
> your.package.name"?
>
> --
> Kostya Vasilyev --http://kmansoft.wordpress.com
> 16.02.2011 5:37 пользователь "javaxmlsoapdev" написал:
>
>
>
>
>
>
>
> > I had an existing working application which was creating a database
> > usi
Anyone?
On Feb 15, 9:37 pm, javaxmlsoapdev 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 nam
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
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 b
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 b
have ContactListActivity class as below
public class ContactListActivity extends ListActivity{
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
getListView().setFocusable(true);
getListView().setChoiceMode(ListView.CHOICE_
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 conte
8 matches
Mail list logo