[android-developers] How to implement the ContentObserver

2010-12-13 Thread Psyhclo
Hey, I'd like to know if there is a way to know if the content provider of callings has changed. I mean, if I make a call, or I answer a call, it returns a "flag" that a new log has been added to the call log, or the place where Android store informations about callings. Because, when I make a cal

[android-developers] How to use a SQLiteDatabase object in an Activity

2010-12-08 Thread Psyhclo
Hi, I want to use the SQLiteDatabase insert() method in an Activity. For this, I need the SQLiteDatabase object. How can I have this object in the Activity? I mean, how to iniciate it in the Activity, or I should have it on a class that extends SQLiteOpenHelper class? If I can use it on the Activit

[android-developers] Query sent SMS from content provider

2010-07-22 Thread Psyhclo
Hello, when I send an SMS on my emulator, it goes to the content provider: content: //sms/sent right? So I want to get these SMS's sent, which are in the content provider. But I do not know how to do this. I know I should have the query () method and then call it in the place where I want to sear

[android-developers] Query sent SMS in content provider

2010-07-22 Thread Psyhclo
Hello, when I send an SMS on my emulator, it goes to the content provider: content: //sms/sent right? So I want to get these SMS's sent, which are in the content provider. But I do not know how to do this. I know I should have the query () method and then call it in the place where I want to sear

[android-developers] Query sent SMS fro

2010-07-22 Thread Psyhclo
Hello, when I send an SMS on my emulator, it goes to the content provider: content: / / sms / sit right? So I want to get these SMS's sent from the content provider. But I do not know how to do this. I know I should have the query () method and then call it in the place where I want to search. I

[android-developers] how can I get the complete android documentation?

2010-05-12 Thread Psyhclo
Hi, I am Graduating in Computing Science, and my final project is a complete research in Android's Platform, with a development of an application. I would like to know how can I get the complete documentation, beacause my research is very thorough, and I relly on books and documentation. The curren