[android-developers] in HTML loaded by Webview Broken in Sense UI?

2010-05-26 Thread Justin Grammens
I have a WebView that loads HTML that contains an . When loading in stock android (G1, NexusOne, Ion, etc) it looks fine and can be clicked on to watch it in the YouTube app. But when loading it using either the HTC EVO or Incredible (both Sense UI phones) the space where the content should be is c

[android-developers] Re: Search, Result and Detail workflow inside a tab

2010-04-03 Thread Justin Grammens
that you can > maintain the state of the previous screens. > > 4. Handle the Back button press, and change the Activity's content to > the required view. > > Instead of setting the content, you can also use a simple ViewFlipper > to create animations while changing views. &g

[android-developers] Re: Why add child Activities to TabActivity instead of simply using Views

2010-04-02 Thread Justin Grammens
What if I have the use case where I want to have a search box inside a tab. The user enters some text, runs the search and the results should come back in the same tab (ListActivity). Then, when an item from the list is selected, they should see a detailed view of the item. This entire workflow sho

[android-developers] Search, Result and Detail workflow inside a tab

2010-04-02 Thread Justin Grammens
So, I've been banging my head looking for a good solution for a few days and am stuck. I have a search screen (Activity) in a tab, and after the user enters a value and clicks "search" I would like the results to come back in that same tab, and then if an item from the results is selected, to show

[android-developers] Re: Strange platform error in Droid(2.0.1), Hero(1.5)

2010-02-04 Thread Justin Grammens
I am seeing this exact same stacktrace as well. I'm loading a Listiew and am trying to progressively load more items once the last item is hit. Is anyone else seeing this problem or have a fix? Very frustrating since it happens randomly in my case. So it seems to be a threading issue down inside An

[android-developers] Re: ListView inside LinearLayout inside ScrollView

2009-07-11 Thread Justin Grammens
Thank you Mark! I've been looking for a better way to do section headers in Android 1.5 and no one has been able to help. I can't believe that the Android developers didn't build an easy way to do this into the API. Your SectionedDemo has been a life safer. Thanks again! On Jul 8, 4:18 pm, Michae

[android-developers] Re: Problem with list divider

2009-02-11 Thread Justin Grammens
Does anyone know if this is supposed to be fixed in the latest 1.1 SDK Release or will we have to wait for Cupcake? I seem to still be having this problem even after upgrading to 1.1. Thanks for any information. On Jan 8, 7:13 pm, Romain Guy wrote: > It's not a transparency bug, it's a know issu