The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

Why does AdapterViewAnimator remove children in 2 phases?

I am studying StackView and AdapterViewAnimator. And found that, in AdapterViewAnimator, it does NOT remove children directly, but put them into an array, and does remove at next phase. Could ...
0
votes
0answers
16 views

CarouselStackView

I'm trying to make an StackView (see http://developer.android.com/reference/android/widget/StackView.html) with an Carousel effect (see http://www.youtube.com/watch?v=KRmUr6ajygE) I want that the ...
1
vote
1answer
113 views

Programmatically show next/previous image in stack widget

I would like to enable a stack app-widget for Google TV. The problem I'm having is that I need to show next and previous views programmatically. I'm currently using a layout with a StackView and 2 ...
1
vote
3answers
77 views

Dynamic equivalent of these XML properties for a StackView

I am dynamically creating a StackView object in my Android project. How can I accomplish the following equivalent properties dynamically through code? android:animateLayoutChanges="true" ...
0
votes
0answers
90 views

Is there any way to make stackview show only one child at a time?

I want to know if we can make stackview only display one child at at a time instead of the 4 it shows if there is more than one view in the stack? Currently they all overlap and there seems to be no ...
2
votes
0answers
266 views

simulate stack view in Android2(API 5)?

My App must have a widget that can show cards and user can turn over cards.StackWidget sample(that is a sample in Android's resources) has a good widget: But there is a StackView in layout of ...
2
votes
0answers
317 views

Customizing Android StackView

I am trying to use a android.widget.StackView. But I am getting a white background for each items. I tried to set a background color for each item in getView method of my StackAdapter, but the ...
1
vote
0answers
111 views

How to make item of stackview auto resized for resizable widget?

I tested stackwidget from android developer sample and I modified the widget to be resizable. But what happened is, when I resize the widget, the item is not resized but only add more space between ...
1
vote
1answer
517 views

Set onClick events inside StackView widget items

I have a widget with collection (this is important!). It looks like this: I based my code on official Android documentation: Android App Widgets. So for widget I use collection with custom Objects ...
0
votes
1answer
472 views

modify stack item count & display listview/gridview inside stackview

I have 2 questions to ask here. I am refering http://www.broculos.net/en/article/android-101-how-create-stackview-widget to create a stackview widget. The default stackview displays 4 items stacked ...
1
vote
1answer
371 views

how to create custom stackview for android 2.2 or 2.3

I need to create a custom stack view for my project and I saw that its not readily available for android versions prior to honeycomb. If anyone can help me understanding how I can create a custom ...
0
votes
2answers
464 views

StackView and OnItemSelectedListener (Android 3.0+)

In Stackview, it seems that OnItemSelectedListener (from superclass "AdapterView") is never called... How can I trigger some event when the view on top of the stack is changed by the user ? I want to ...
0
votes
2answers
2k views

What does an Android StackView look like?

Can someone provide a screenshot of an Android StackView that shows a potential application of this widget? I'm not sure what to use it for.
1
vote
3answers
720 views

Passing an array of integers from an AppWidget to a preexisting RemoteViewsService to be rendered by the RemoteViewsFactory

I have an AppWidget that has a StackView contained within it. Along with the AppWidget, I have a service that is started when a user adds my AppWidget to their homescreen that polls for new data ...
2
votes
1answer
381 views

Android remote view display images from the web?

Does any know of a tutorial or something similar to help create a Remote View wigdet like this... I followed through the development guide on doing StackView widget. I did it but i dont know how to ...
0
votes
1answer
2k views

Android: Add multiple views to ListView App Widget

I am trying to create a homescreen widget using the 3.1 SDK. I followed the StackWidget tutorial. and changed the StackView to ListView. I want to add an image and text to each row in my list, and ...
2
votes
2answers
1k views

Android 3.0: Stackview example NON widget

I'm trying to use a StackView in an Activity using a BaseAdapter for the views in the StackView. Nothing is showing up, even though my getView in the adapter is being called. Anyone have any luck ...
1
vote
0answers
6k views

Stack View Example in android

Can anyone provide an example of the StackView in android 3.0 ie Honeycomb?
0
votes
1answer
2k views

StackView in Android 3.0 HoneyComb

Can any one provide any example of StackView in Android 3.0 HoneyComb , it wll be a gr8 help for me .. thnxxx....