[android-developers] the android calendar api question

2010-06-07 Thread Reiny Song
Dear all, I want add events to user's calendar in my app, and I search some information about how to manipulate the calendar. I found that Google has not provided the offical API to manipulate the calendar in the android phone so far. Dose anyone has the advice ? or Someone who has developed

Re: [android-developers] Re: MapView does not work in HTC Hero

2010-05-05 Thread Reiny Song
for debug keystore only. On May 1, 7:17 am, Reiny Song reiny.s...@gmail.com wrote: Hello, I have a MapView (in MapActivity), and it works in my simulator. The google map and the overlay I made are showed in simulator screen After installing in HTC Hero, the overlay is showed

Re: [android-developers] Re: MapView does not work in HTC Hero

2010-05-03 Thread Reiny Song
thank you for your reply, I am sure that I exported the signed application. I have checked the application with the jarsigner in command line (Windows XP), and the result is jar verified I have no idea about my problem so far... 2010/5/1 javame_android su...@softwebsolutions.com Hi, Did

[android-developers] MapView does not work in HTC Hero

2010-04-30 Thread Reiny Song
Hello, I have a MapView (in MapActivity), and it works in my simulator. The google map and the overlay I made are showed in simulator screen After installing in HTC Hero, the overlay is showed in phone screen, but google map is not showed in phone screen. I have no idea about the reason.

Re: [android-developers] Re: the problem about click item in listview

2010-04-28 Thread Reiny Song
well, I think I find the solution~ when I use the Button instead of the ImageButton, the items in ListView could be selected by clicking. But I still have no idea about the reason. 2010/4/26 Reiny Song reiny.s...@gmail.com Dear Jose, Hello, thank you for your recommand Actually

Re: [android-developers] Re: the problem about click item in listview

2010-04-26 Thread Reiny Song
) { Toast.makeText(MainView.this, Id: + id + , pos: + position, Toast.LENGTH_SHORT).show(); } }); where MainView is your activity On 25 Kwi, 13:49, Reiny Song reiny.s...@gmail.com wrote: thank you~ But I do not know how to try your recommend. the sample code

Re: [android-developers] Re: the problem about click item in listview

2010-04-25 Thread Reiny Song
showed the item was selected. It confuses me a lots@@ 2010/4/25 murali raju manutd...@gmail.com did u try onItemClickListener On Sun, Apr 25, 2010 at 10:19 AM, Reiny Song reiny.s...@gmail.com wrote: I should provide more detail about what I did, my listview contains the MyAdapter

Re: [android-developers] Re: the problem about click item in listview

2010-04-25 Thread Reiny Song
selected the item in listview by scroll wheel, the OnItemSelectedListener showed the item was selected. It confuses me a lots@@ 2010/4/25 Reiny Song reiny.s...@gmail.com 2010/4/25 murali raju manutd...@gmail.com did u try onItemClickListener On Sun, Apr 25, 2010 at 10:19 AM, Reiny Song

Re: [android-developers] Re: the problem about click item in listview

2010-04-25 Thread Reiny Song
AdapterView.OnItemSelectedListener getOnItemSelectedListener() On 25 Kwi, 13:08, Reiny Song reiny.s...@gmail.com wrote: hello, I try it, but there is no any response in listview. When I clicked the item in listview by mouse, the OnTouchListener, OnItemSelectedListener and OnTouchListener

[android-developers] Re: the problem about click item in listview

2010-04-24 Thread Reiny Song
I should provide more detail about what I did, my listview contains the MyAdapter( extends simpleAdapter ) I tried something (the followings are), but nothing helped me. 1. I set the listview setClickable, setFocusableInTouchMode, setLongClickable = true 2. set the convertView in getView at