[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
tore > only. > > On May 1, 7:17 am, Reiny Song 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 H

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 > Hi, > > Did you signed your appli

[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. coul

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 > Dear Jose, > > Hello, thank you for your recommand > >

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

2010-04-26 Thread Reiny Song
}); >> >> layout_list.setOnItemLongClickListener(new OnItemClickListener() { >> @Override >>public void onItemClick(AdapterView parent, View v, int >> position, long id) { >> Toast.makeText(MainView.this, "Id: " + id + ",

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

2010-04-25 Thread Reiny Song
tener() > final AdapterView.OnItemSelectedListener > getOnItemSelectedListener() > > > > On 25 Kwi, 13:08, Reiny Song wrote: > > hello, > > > > I try it, but there is no any response in listview. > > > > When I clicked the item in listview by mouse, > > > > the OnTou

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 > > > 2010/4/25 murali raju > > did u try onItemClickListener >> >> On Sun, Apr 25, 2010 at 10:19 AM, Reiny Song wrote:

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 > did u try onItemClickListener > > On Sun, Apr 25, 2010 at 10:19 AM, Reiny Song wrote: > >> >> I should provide more detail about what I did, >> >> my listview contains the MyAdap

[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 My