[android-developers] Time stamp in contacts.db

2009-01-23 Thread aditya marella
Hello Everyone, Is there a way know all the contacts added/edited/deleted from the contacts.db in a certain time interval? I don't see any timestamp column in the people table and although the timestamp is being populated into the voice_dialer_timestamp table(the last TRIGGER does this) for some

[android-developers] Re: Qustion about focus

2008-12-15 Thread aditya marella
Try setting the following property to the parent view android:descendantFocusability=afterDescendants -Aditya On Tue, Dec 16, 2008 at 10:52 AM, ye1...@gmail.com ye1...@gmail.com wrote: Any body has a solution? --~--~-~--~~~---~--~~ You received

[android-developers] Re: How to bring a exist activity to foreground

2008-12-14 Thread aditya marella
Thanks for the reply Ralf. It is just for the sake of convenience that I took only three activities. Ideally I want to be able to jump back from nth activity to (n-m)th activity (m0, nm) but atleast if it is possible to jump back to starting activity from nth activity with starting activity's