[android-developers] Re: Using SQLite for caching and serialization options

2009-05-11 Thread hapciu
Hi Alan, I have an almost identical problem. What approach did you take after all ? So far I'm thinking of: - use a common table for the fields of the superclass, and a table for each in subclass (the subclass fields). This is overkill. - flatten the subclass fields and put them in the database

[android-developers] Re: how to get media from MediaStore

2009-04-16 Thread hapciu
Hi Caesar, Adding _ID to your projection will solve it ! The _ID column is expected by the way you use SimpleCursorAdapter. Cheers, Horia On Feb 25, 5:52 am, Caesar ntk0...@hotmail.com wrote: Hello, I`d like to implememt media list for SoundRecorder which is open_src app. But I`ve found

[android-developers] Re: Gallery and setSelection

2009-04-09 Thread hapciu
Hi Alexey, Try calling notifyDataSetIvalidated before repopulating your adapter and/or notifyDataSetChanged after. Cheers, Horia On Feb 12, 7:12 am, Alexey avolo...@gmail.com wrote: Ok everything is being called correctly with setSelection. However in my case i'm not getting callback because

[android-developers] how to test the existence of a specific activity ?

2009-02-03 Thread hapciu
Is there a way to find out whether a specific activity is present on the phone ? I mean without firing an intent to start it and then catch the exception. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] base64 in the sdk ?

2009-02-03 Thread hapciu
Is there a base64 encoding/decoding utility anywhere in the Android SDK ? I wouldn't want to reinvent the wheel. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this