[android-developers] launcher icon size

2011-12-16 Thread Arno den Hond
I am trying to make my MediaShortcut app http://code.google.com/p/image-shortcut create launcher icons whose size depends on the density of the screen. So first i get the screen's density using http://developer.android.com/reference/android/util/DisplayMetrics.html#densityDpi and then resize the im

[android-developers] Re: TreeView

2011-09-06 Thread Arno den Hond
How about creating a project on github or google code so others can contribute? Please post link! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from t

[android-developers] froyo code drop build for adp1

2010-06-23 Thread Arno den Hond
on http://android-developers.blogspot.com/2010/06/froyo-code-drop.html it says " You can now build and boot a fully open-source system image out of the box, for the emulator, as well as for Dream (ADP1), Sapphire (ADP2), and Passion (Nexus One). " does this mean froyo will run on my adp1 ?! will it

[android-developers] Intent.ACTION_SYNC no docs or resolveInfo

2010-01-20 Thread Arno den Hond
i would like to trigger the "synchronize now" feature (in the sync settings screen) from my app. i have found Intent.ACTION_SYNC but the documentation states Activity Action: Perform a data synchronization. Input: ? Output: ? after creating the intent according to the action name, i used Packag

[android-developers] Re: latitude buddies content provider

2009-09-17 Thread Arno den Hond
Or maybe you could ask them for me? I would appreciate it a lot! Besides, it could enable a lot of cool features for other apps too :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: latitude buddies content provider

2009-09-15 Thread Arno den Hond
Could you have any suggestions on how to get in touch with those people? On Sep 12, 7:44 pm, Dianne Hackborn wrote: > I don't know, it is owned by the Google maps people. > > On Sat, Sep 12, 2009 at 10:27 AM, Arno den Hond wrote: > > > > > > > So are there

[android-developers] Re: latitude buddies content provider

2009-09-12 Thread Arno den Hond
2009 at 3:54 PM, Arno den Hond wrote: > > > > > Perhaps a developer who worked on the maps app can answer this > > question? > > would appreciate it a lot! > > -- > Dianne Hackborn > Android framework engineer > hack...@android.com > > Note: please

[android-developers] Re: latitude buddies content provider

2009-09-09 Thread Arno den Hond
Perhaps a developer who worked on the maps app can answer this question? would appreciate it a lot! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] Re: latitude buddies content provider

2009-08-25 Thread Arno den Hond
If its not possible to get any other information from that content provider, i would be interested to know about that too??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Re: latitude buddies content provider

2009-08-09 Thread Arno den Hond
I have just installed the latest version of the maps app and i noticed the content provider is now called com.google.googlenav.android.friend.FriendsProvider. Opening a cursor on that uri still provides the same columns. Perhaps this new content provider can give me the locations of latitude buddi

[android-developers] latitude buddies content provider

2009-08-04 Thread Arno den Hond
I am trying to make a wave app which uses the locations of latitude buddies. Using PackageManager.queryContentProviders() I have discovered com.google.android.maps.FriendsProvider. By requesting a Cursor from content://com.google.android.maps.FriendsProvider I have discovered the columns _id, peo

[android-developers] scrolling in a dialog

2009-05-04 Thread Arno den Hond
Hi :) I have a dialog with quite a few components. They all fit into a single screen in portrait mode, but the bottom half isn't visible when in landscape mode. This would be acceptable if it were possible to scroll down however I can't get that to work! :( I have tried all the scrollbars flags o