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
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
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
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
4 matches
Mail list logo