[android-beginners] Error in sending and receving sms

2008-05-20 Thread Analdin Judy
Here is the code i got from group to send and receiving message a)I want to know what is actualy in the main.xml b)How can i test this program? package com.northvortex.sms; import android.app.NotificationManager; import android.content.Context; import android.content.Intent; import

[android-beginners] Re: CursorAdapter - Need example

2008-05-20 Thread Mark Murphy
Peter Kevin Reeves wrote: Are there any good examples on how to write a CursorAdaptor? Has anyone (outside of Google) successfully written a CursorAdaptor? I'm working with a ListActivity and need to map an icon ID in my SqlLite table to an actual icon image. My CursorAdaptor should take

[android-beginners] android stacktrace

2008-05-20 Thread Bushnaq, Ahmad
Anybody know what's up with this stacktrace? I see it often during debugging, but none of it is in my code. When it comes up it seems the debugger fails to attach. Is this an android bug? [2008-05-20 11:24:51 - ddms] Exception during activity from Selector. [2008-05-20 11:24:51 - ddms] null

[android-beginners] Re: How to add element in spinner?

2008-05-20 Thread cbraun75
Hi here's the rest of the code ... from a turorial ... public class mapapps2 extends MapActivity { /** kml data found at http://www.satellite-sightseer.com/ */ private String[][] locations = { { Area 51, -115.800155,37.248040 }, {

[android-beginners] Deleting phone numbers and addresses

2008-05-20 Thread kingkung
Hey all, I'm having the hardest time deleting either phone numbers or addresses or the Phones and ContactMethods content providers, respectively. I have no problem inserting anything, nor do I have any problem deleting actual People. I've tried numerous statements, none of which work properly,

[android-beginners] Assets vs. Res and other questions

2008-05-20 Thread ssfsx17
1. What is the difference between the Assets and the Res directory? I haven't found any examples that use the Assets directory at all. 2. Is there any built-in logging facility besides the debugger and the standard Java logger? 3. How do I clean up the applications installed on the emulator?

[android-beginners] Is there any chm format document of android?

2008-05-20 Thread tagore
I wonder if there is a chm-format help document of android. Can I find it somewhere or anyone send me one. Thank you in advance! Tagore --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] How can I use NFS?

2008-05-20 Thread ted
I use MSM platform to develop android. But the usb driver(hsusb_mod and ether) is not working for USB-ETH. I successefully compiled it, but if I connect the cable, it has no response. But other USB function works fine. I use ifconfig usb0 up, then I can see the usb0 interface, but still no action

[android-beginners] Re: How to add element in spinner?

2008-05-20 Thread dolan kundu
hi, Yes, i saw the code in tutorial. but whatever you are telling , is it support to spinner and array both? how is it possible? if array is declared here, and you are not calling the array, then how it will display in spinner.? On Tue, May 20, 2008 at 11:10 PM, cbraun75 [EMAIL PROTECTED] wrote:

[android-beginners] Re: How can I use NFS?

2008-05-20 Thread dolan kundu
Hi ted, I dont know about MSM platform, can you send me detail tutorial about that. Thanks in advance, Dolan. On Wed, May 21, 2008 at 7:54 AM, ted [EMAIL PROTECTED] wrote: I use MSM platform to develop android. But the usb driver(hsusb_mod and ether) is not working for USB-ETH. I

[android-beginners] Re: problem on running applications on android on arm board

2008-05-20 Thread dolan kundu
Hi , can you send me the tutorials on arm board? Thanks in advance, Dolan. On Tue, May 20, 2008 at 11:44 AM, sree kanth [EMAIL PROTECTED] wrote: Hi, I run the android on the arm board. I have some applications of android.I am unable to the applications on my arm board.I want to run