[android-developers] Re: detachViewFromParent / attachViewToParent /removeViewAt --- ViewGroup

2009-09-15 Thread Chandra Mouli
ddView. > > On Tue, Sep 15, 2009 at 10:59 AM, Chandra Mouli > wrote: > > Thanks Romian for a quick reply. As I already mentioned in my previous > mail > > I have to swap the child to be deleted with the last child for my > > pagination. In fact I am fixing the posi

[android-developers] Re: detachViewFromParent / attachViewToParent /removeViewAt --- ViewGroup

2009-09-15 Thread Chandra Mouli
mentation of detachViewFromParent() you will see > that you are not using it correctly. > > On Tue, Sep 15, 2009 at 10:31 AM, Chandra Mouli > wrote: > > Hi all, > > > > I am using an absoluteLayout in which I have some child views. I am > > mimicking pagination by h

[android-developers] detachViewFromParent / attachViewToParent /removeViewAt --- ViewGroup

2009-09-15 Thread Chandra Mouli
Hi all, I am using an absoluteLayout in which I have some child views. I am mimicking pagination by hiding some and showing some. But I have a delete option as well. So when I delete a child the viewGroup is re-adjusting its child hierarchy. So in-order to avoid any overlap in a page I am replacin

[android-developers] Re: problem in deleting Call Log

2009-02-18 Thread Chandra Mouli
upported function error when i try to delete a single > call log > > getContentResolver().delete(delUri,null,null); > > > Please guide me how to resolve this issue . > > thanks, > shahzad > > > > -- G . chandra mouli --~--~-~--~~~---

[android-developers] Re: Unable to start service Intent error in Client-Server project

2009-02-12 Thread Chandra Mouli
ver .apk, but the server one giving > me error. > > It would be great if you could let me know what all permission short > of thing to take care, as my Client and Server code are placed at > different APks, so do i need to import the Client project in my Server > Project, if