Re: [android-developers] Need Help--- Regarding Creating Database and Tables

2010-04-28 Thread amsale zelalem
: [android-developers] Need Help--- Regarding Creating Database and Tables To: android-developers@googlegroups.com Date: Monday, April 19, 2010, 12:42 PM Hi!  I use this method to work with database:  // this is my DatabaseManager class package com.liviu.app.nearbyplace.data; import

Re: [android-developers] Need Help--- Regarding Creating Database and Tables

2010-04-28 Thread Liviu Ungureanu
Ungureanu smartli...@gmail.com Subject: Re: [android-developers] Need Help--- Regarding Creating Database and Tables To: android-developers@googlegroups.com Date: Monday, April 19, 2010, 12:42 PM Hi! I use this method to work with database: // this is my DatabaseManager class package

[android-developers] Need Help--- Regarding Creating Database and Tables

2010-04-19 Thread Raihan Jamal
I am trying to create database and table on the click event of button... when I am clicking on the button for creating database and table... it is saying that process com.example.hw3 has stopped unexpectedly...please try again... Below is the code... what wrong I am doing?? Somebody Please

Re: [android-developers] Need Help--- Regarding Creating Database and Tables

2010-04-19 Thread Liviu Ungureanu
Hi! I use this method to work with database: // this is my DatabaseManager class package com.liviu.app.nearbyplace.data; import java.util.ArrayList; import com.liviu.app.nearbyplace.util.Constants; import android.content.ContentValues; import android.content.Context; import