[android-beginners] How to know deletion of Media Store.

2009-11-22 Thread eaindra nilar
Hello Everyone, I want to access from Media Store such as all audio, video and images.. I can access all information of Media Store and I want to know this problems. If some file is deleted and updated , how do I know ? All tables of primary key is not auto increment. So far, I cannot know ch

[android-beginners] Re: how to read sms from inbox

2009-09-10 Thread eaindra nilar
Hi, You can use this code for reading sms inbox I already tried it public class SmsApp extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.la

[android-beginners] Re: I want to know to get browse history on android ?

2009-09-02 Thread eaindra nilar
Thank Sorry, I mean, I want to pull out web histroy from content provider for my application. I have some coding. But I got exception . So, how can I do ?please help me. Here are my coding package com.app.browser; import android.app.ListActivity; import android.database.Cursor; import andro

[android-beginners] Re: Inserting values into Database (SQL LITE)

2009-09-01 Thread eaindra nilar
hi, I think this code will help you. package net.learn2develop.Databases; import android.content.Context; import android.content.ContentValues; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLit

[android-beginners] I want to know to get browse history on android ?

2009-08-31 Thread eaindra nilar
How do I do to get browser history on android native API .Please help and explain me. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-begin

[android-beginners] Native database

2009-08-27 Thread eaindra nilar
How do I access native database on android?I want to take web history on my android mobile. It related on content provider. But I don' t know how to use it ? pls help me. thank ni --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go