[android-developers] Re: Dynamic Widget Size

2009-06-06 Thread Alex55
Hi Jeff, I am interested in this approach you mentioned here, but I'm having some difficulty implementing it. I currently have 2 widgets with different sizes (large and small). Both widgets will be sharing 1 service in charge of updating the widgets contents accordingly. Each widget's onUpdate wi

[android-developers] [help] - Choosing the right adapter

2009-02-04 Thread Alex55
Hello Community, I am having a hard time figuring out what adapter should I use to accomplish the following. Currently, I'm using an Array Adapter that is connected to an ArrayList. It is populating a simple_list_item_1 type of ListView with the information found in the Array. My list was very