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

2010-04-28 Thread Liviu Ungureanu
reanu * wrote: > > > From: Liviu Ungureanu > 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 th

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

2010-04-28 Thread amsale zelalem
languages different from english. How can I do this too? Please I am really in need of these two things and quick response would be appreciated. thank you in advance --- On Mon, 4/19/10, Liviu Ungureanu wrote: From: Liviu Ungureanu Subject: Re: [android-developers] Need Help--- Regarding

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 android.database

[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 help