[android-developers] Events in Android Calendar

2010-06-21 Thread NishantKumar
Hi, I am developing an application for information extraction from Android phone. I want to confirm a doubt. Just like google calendar, Is there any Calendar in Android that stores event? I cannot find it in my emulator. I mean, a user can stores event in his calendar on phone. I want to

[android-developers] [Please Help ] Unknown error with AAPT tool while Build Project

2010-06-18 Thread NishantKumar
Hi, I am in need of help to complete my application. I am trying to execute a project that uses and android library. Basically I am trying to execute the android facebook sdk to run the sample code provided at http://github.com/facebook/facebook-android-sdk 1. I have downloaded the sdk and

[android-developers] How to store information in android setting menu

2010-06-16 Thread NishantKumar
Hi, I am creating an application that requires some values of username during execution. Hence, I want to create an option for storing information. I donot want to use the general java.io classes for storing information. I want to create an option MyAppInfo in the android setting menu . When I

[android-developers] Getting different Contact number from Contact List and Call Log for same contact

2010-06-15 Thread NishantKumar
Hi, Please help me in solving this problem with my Android Application: I am writing an android application to search call log by a particular contact number , and contact list by a particular contact number To start, I added a new contact in android emulator. While writing the contact number

[android-developers] Store information in android setting menu

2010-06-15 Thread NishantKumar
Hi, I am creating an application that requires some values of username during execution. Hence, I want to create an option for storing information. I donot want to use the general java.io classes for storing information. I want to create an option MyAppInfo in the android setting menu . When I

[android-developers] access message inbox without Content UrI (content//:sms)

2010-06-15 Thread NishantKumar
Hi, I want to access the messages stored in inbox through my android project. I have tried the method of forming URI for sms (content://sms/ inbox) and then quering it for various parametres. But I cannot find any documentation for reading inbox sms in the standard Android Developr Docs. It was