[android-developers] android.backup package

2010-01-13 Thread zv
I would like to use this package to back-up my app's database filles. I was looking at the source for the User Dictionary Provider when I noticed that it was using it. Why is it not exposed in the public API and what are the plans in the short term with it? -- You received this message because y

[android-developers] Re: Icons revisited

2010-01-09 Thread zv
What do iPhone developers do? On Jan 8, 7:46 pm, Petroleum Nasby wrote: > This is from an old thread, but I think a lot of people still have > this problem, so new thread. > > On Nov 19, 11:59 pm, Dianne Hackborn (at Google) wrote: > > > We don't recommend using the built-in icons.  This has alre

[android-developers] Re: How to access an item form ListView

2010-01-07 Thread zv
I think the easiest way is to keep track of the checked state in a member array/list. Something like this. boolean[] selectedItems = new boolean[10]; void handleItemClick(View view, long rowId) { CompoundButton checkBox = (CompoundButton) view.findViewById(android.R.i