Re: [android-developers] program crashes when i try to create a table for my app

2013-05-01 Thread TreKing
On Tue, Apr 23, 2013 at 8:43 AM, Manish Jain jainmanishin...@gmail.comwrote: here is the code of my database java file And ...? You want someone to debug your application for you when you've provide no information about the issue itself?

[android-developers] program crashes when i try to create a table for my app

2013-04-29 Thread Manish Jain
here is the code of my database java file package com.example.docterapp; import java.util.ArrayList; import java.util.List; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import