[android-developers] Launching the correct activity on resume

2010-01-22 Thread Josh Hoffman
I'm currently working with a two-activity application. The first activity allows the user to choose options for their upload, and the second activity displays a ListView of their results once processed. I have code in place that performs the uploads/downloads in the background, regardless of

[android-developers] Library Reference Error in Eclipse - OpenIntents FileManager

2009-08-06 Thread Josh Hoffman
Hello everyone, thanks for reading! I'm having an issue calling methods from the OpenIntents FileManager class. What I am trying to do is set up my app to open up files of a specific format based on receiving an intent from a program like the OI FileManager. I have set up the intents/filters

[android-developers] ScrollView with TableLayout truncating top row after setVisibility() changes

2009-07-29 Thread Josh Hoffman
Hello everyone and thank you for taking a look at my post, I am having trouble with a ScrollView truncating the top of my TableLayout after changing the visibility of table elements from 'gone' to 'visible'. I am using gone because when I use 'invisible', the layout saves room (as it is supposed

[android-developers] Rotate A View Permanently

2009-07-26 Thread Josh Hoffman
I posted earlier today on this topic, but I'm re-posting as I haven't been able to locate my post via search. I apologize if this is indeed a double-post, but it seems something went wrong with the original. I've been trying to find a means of rotating a view such that it is flipped upside-down

[android-developers] Flipping / Rotating TextView (or layout) upside-down

2009-07-26 Thread Josh Hoffman
Hello, I'm trying to find a way to rotate a View, or (more conveniently) an entire layout, upside down and have it stay that way. I found the rotation and animation classes in the SDK, and these come close to what I want, but at the end of the animation I want my Layout to stay rotated; repeating