[android-developers] Error while Creating the Two tables in Single DataBAse Android Application?

2011-12-22 Thread niva k
i have Created a database in Sqllite Android Application.and i try to add two tables in my Database But i have problem to create that Database.First Table only Created.AnyBody Help me Thanks in Advance! package com.android.cdtech; import java.sql.SQLException; import

[android-developers] In Android How to Save the images in OnDraw While Adding Many pictures?

2011-09-16 Thread niva k
Hai i used onDraw() in My Application,i can view the images ins working fine.My problem is to save the images. here my code to draw the images,My problem is Mentioned below. protected void onDraw(Canvas canvas) { // TODO Auto-generated method stub

[android-developers] Error message while running SQLite Database

2011-08-18 Thread niva k
Hello Sir i created a Android Application by using SQLiteDatabase, my project is launch Succesfully.But i got runtime Exception. va/lang/String;)V (CallStaticVoidMethodV) W/dalvikvm( 170): Pending exception is: I/dalvikvm( 170): java.lang.RuntimeException: android.os.RemoteException I/dalvikvm(