Leave a Comment:
70 comments


Oh Thank you for this Database Example..!Its worked perfectly.. Thanks for sharing…
Reply
Thanks a bunch!! its is exactly what i was looking for in my project.
Qn: i am working on an android app which i want to connect to webservice (in this case json-rpc webservice i have created in php) using Json-rpc method. could you please help me on this if u don’t mind.. thanks again.

Emmanuel,
You are always welcome.
Check out “Json-rpc from android blog” . It includes enough code and content to handle Json-rpc.
Thanks.
Reply


Hi shusant,
when ever i run the program and click to any function it say “This king of launch is configured to open the debug perspective when it suspends.
This debug perspective is designed to support application debugging. It incorporates views for displaying the debug stack variables and breakpoint management.”
what it means and what is the error i am repeating which gives this.
plz help me in this

You might not running your app. You are debugging it. You can do following to fix this problem:
1.) Press Ctrl+F11 and run your app instead of start debugging.
2.) Go to Run->Remove All breakpoints and then run your app.
The message you are getting is debugger message.
Reply
is it possible to save voices in SQLite? Also, I can retrieve those voices I save.
Reply

hey im new to android development, i did this sample and it managed to work perfectly i was wondering if i can be able to view the database in sqlite browser , how would i be able to open it , any assistance will be very much appreciated
Reply
hey thanks fr the post i was wondering whether it was possible to export this database to be viewed in sqlite browser if so please advice im new in android development thanks
Reply
hello sushant. I want to do my final year project with android.i want to make an app dat can mange a list of things to do and alert the user when its time.any help will be appreciated??
Reply
sushant, am trying to add date and time to every contact in the list so i can recieve a notification in the title bar when its that time.pls can you help??
Reply
Thanks its working properly.It helped me a lot.Now i want to retrieve data from sqlite using select query with where clause.Can u tell me how can i do this.Please help me.Its very urgent.Thanks in advance.
Reply
Is it really necessary to have android 2.2? Will it work on android 1.6?
Reply
[…] application which shows the Location by using Google Map. Last blog published in this forum is Use of SQLite. Underlying Algorithm: Basic description of algorithm in step by step […]
Reply
Hi Sushant,
I am new to android programming and I am a student. I am working on a project similar to DNA-Alignment given in this site “https://market.android.com/details?id=blink.dna.align&feature=search_result#?t=W251bGwsMSwxLDEsImJsaW5rLmRuYS5hbGlnbiJd” but I am using Boyer-Moore Algorithm to align the strings. I have done with the framework “main.xml” but I’m getting confused as I don’t know how to manipulate the comparison step by step in android using indents as shown in this java applet “http://home.avvanta.com/~doyle/bmi.html”. Please help me as I am working on my final project for my academics. I am looking forward to hearing from you!
Reply


Thank a lot for this wonderful post!!!samples program works perfectly and helped us understand sqlite better!!!
Reply
Can any one explain about Services,Content providers and Broadcast receivers in android.
Thanks in advance.
Pradeep



Sushant you’re great.. thanks for this very nice post. thank you very big
Reply
Hi,i have same errors as madhavi when i try click save data it gives me gives error:the application datsabasesample(process com.app.DatabseSample) has stopped unexpectedly .Please try again with a btn ‘FORCE CLOSE’, i run d app without debugging your code have been the only code i exported without errors. really need this for my project.
Reply
Hi,i have same errors as madhavi when i try click save data it gives me gives error:the application datsabasesample(process com.app.DatabseSample) has stopped unexpectedly .Please try again with a btn ‘FORCE CLOSE’, i run d app without debugging your code have been the only code i exported without errors. really need this for my project. Thanks
Reply
hi madhavi…i m gettng the same problm of “The application datsabasesample(process com.app.DatabseSample) has stopped unexpectedly .Please try again with a btn ‘FORCE CLOSE’”….plz tell me whot did u do to overcome it….
Reply
Sushant, can I know how to display few columns from database table to different text views? Because I want to make my data to be display more organize.. Thank you
Reply
I hit the same problem with the Force Close, and looked at my logs. This showed:
FATAL EXCEPTION: main
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.app.DatabaseSample/com.app.DatabaseSample.SaveData};
I checked my code against the source code, and found the activities missing from the manifest xml:
Now it WORKS!! This was a good activity for me, not only did I learn about integration with the sqllite database, but also a good example of using multiple activities. I am going to build a similar app, and will post a link back here.
THANKS FOR THE GREAT EXAMPLE!!!
-ac

I hit the same problem with the Force Close, and looked at my logs. This showed:
FATAL EXCEPTION: main
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.app.DatabaseSample/com.app.DatabaseSample.SaveData};
I checked my code against the source code, and found the activities missing from the manifest xml:
<activity android:name=".SaveData" android:label="@string/app_name">
</activity>
<activity android:name=".CheckData" android:label="@string/app_name">
</activity>
Now it WORKS!! This was a good activity for me, not only did I learn about integration with the sqllite database, but also a good example of using multiple activities. I am going to build a similar app, and will post a link back here.
THANKS FOR THE GREAT EXAMPLE!!!
-ac

Hi Sushant,
Great article, thanks.
I just started learning Android, and hope you can help with a question of your sample app. In the app, the background is black, while the text’s foreground is white. That seems to be opposite to the default color setting. Could you let me know how you achieved that? I tried looking through the sample code, but couldn’t figure out.
Thanks for your help.
Reply
Hi Sushant,
Great article, thanks.
I just started learning Android, and hope you can help with a question of your sample app. In the app, the background is black, while the text’s foreground is white. That seems to be opposite to the default color setting. Could you let me know how you achieved that? I tried looking through the sample code, but couldn’t figure out.
Thanks for your help.
Reply





Nice looking app. However when I load the code into Eclipse I get an error in the onClick(View). I loaded the code into a Android project from existing code. When I look at the build properties it tells me that it is using 2.3.3. Could this be the reason that I’m seeing these error.
Reply
Hi
I have the same error as savita, rabiu,…
the application datsabasesample(process com.app.DatabseSample) has stopped unexpectedly .Please try again with a btn ‘FORCE CLOSE’
Does some of you have a solution already?
Reply

Hi susanth thanks and i have small doubt how i could the table and table data by using sqlite browser for above application
Reply
Hi susanth thanks and i have small doubt how i could see the table and table data by using sqlite browser for above application
Thanks in advance
Reply
hi,pleaz i need your help when i click save button or check data button i receive :”unfortunately “myproject” has qtopped” also the expession “showDialog(DIALOG_ID);” is barred it tells me that:”The method showDialog(int) from the type Activity is deprecated”
Reply
can anyone suggest solution for foreclose problem after you press save button…..and its showing fatal error in log cat also please help
Reply
Thank you vey much for the example finally found the solution …Thank you
Reply
Hi Sushant,plz help me i have followed the same code as in the blog.. i can see SaveData and Check button in thw mean while onclick of any one button it is followed with err:”Unfortunately DatabaseSample has stopped” plz do help me to come out of this error its very needfull for me.
Thanks

good tutorial….but i want to know is it possible to store received sms directly in database?if you have any idea then please explain.i appreciate if any suggestion from you.
Reply

Hello,
plz let me know hot to use database created in sqlite browser in android app

Hey.
Great code. Can you help me a little bit? How can i delete the entries?
Thanks.

Hi and thank for your effort but I think there must be some difference between deleteAll and delete(int id)…
Did u get what I mean 🙂

