[android-developers] Using setContentView to change info presentation

2010-09-02 Thread Doug Gordon
My users will want to toggle between two different presentations of their current data selection, with differing layouts. I want to handle this part of the app in a single activity, so am thinking of simply calling setContentView to change the layout and then of course fill in the data

Re: [android-developers] Using setContentView to change info presentation

2010-09-02 Thread Mark Murphy
On Thu, Sep 2, 2010 at 1:39 PM, Doug Gordon gordo...@gmail.com wrote: My users will want to toggle between two different presentations of their current data selection, with differing layouts. I want to handle this part of the app in a single activity, so am thinking of simply calling