[android-developers] Re: Outgoing text/sms

2010-01-04 Thread debnath68
Hi sunny25, AKAIK there is an intent for received sms which will be broadcasted when a sms is received to the phone and you can get it via BroadcastReceiver. But there is no intent for sent sms which should broadcast when a sms sent. In this regard I can suggest you to use contentProvider with

[android-developers] Re: How to open project with eclipse

2010-01-04 Thread debnath68
hi mobi coder, In src folder you will get an activity class. this is a class which will hold all the views and display. It is more like window screen with which user will interact. and you will get an xml file named main.xml in /res/layout folder where you will actually set the views and this

[android-developers] Re: How can i know internet data usage??

2010-01-04 Thread debnath68
hi , you can check Netsentry. It's an open source project on http://code.google.com . It calculates data usage. But what exactly it is doing for getting data usage I didn't get that yet. If you can find the procedure how it is done pls post on this thread. thanks, mitu On Jan 5, 10:27 am,

[android-developers] Re: Broadcast on SIM state change

2009-07-13 Thread debnath68
hi, I also didn't find any broadcast intent for SIM card state changes. But you can detect this change via PhoneStateListener class. I've made it works fine for my work. You better try it. thanks, mitu On Jul 12, 4:17 am, Zod zsolt.ba...@gmail.com wrote: Hi, Am I right if I say that, there