[android-developers] Re: App Widget (Home Screen Widgets) size in Honeycomb

2011-05-24 Thread KlausSK8
Where did you put those values ​​of dimension? it have to be on value folder, widget appwidget-provider xml at what scale? "dp" ? it works in other device? maybe you have correctly created but the size of your widget Layout not using the entire area... On 23 maio, 16:16, Tomáš Hubálek wrote: > H

[android-developers] Re: I need an activity context, but from a class that does not extend Activity

2010-12-15 Thread KlausSK8
Maybe you can use ActivityName.this mDbHelper = new NotesDbAdapter(ActivityName.this); mDbHelper.open(); or make a static store in a class, ie: public class MyClass { public static Context contextShared = null; } and when the activity starts protected void onCreate(Bundle s

[android-developers] Re: home screen widget drag or scroll

2010-12-13 Thread KlausSK8
Thanks for your answer String, I uploaded a video showing the home screen widget scrolling... So, how this widget allow scroll? The link for the video http://www.youtube.com/watch?v=x5AkebfVqsE It has much home screen widget scroll like that, contacts, appointment, messages, maybe it's just for HT

[android-developers] home screen widget drag or scroll

2010-12-10 Thread KlausSK8
I'm trying to understand or make something like a Twitter widget or contacts with picture widget. This widgets on home screen, allows the user to hold your finger in it, so dragging up the content as a scrollview I tried to find in google search by "android home screen scroll" "android widget scrol