trishan/posit-mobile

Tablet and Phone UI Enhancment

Opened this issue · 1 comments

Core Requirements
 * UI should be usable on any android device
 * UI should be recognizable to previous users
 * http://developer.android.com/design/index.html must be followed
 * UI should be the same, where tablets use fragments to show more than one screen at once
 * Customized views must still be supported for plugins
 * Documentation for setting up the project must be completed 

Additional Requirements
 * Add landscape views for phones and tablets


All development will be tracked in my own separate clone of posit.

Original issue reported on code.google.com by eric.e...@gmail.com on 22 Mar 2012 at 4:26

Steps to setup clone
1. Download and extract v4.0.0 of ActionBarSherlock from abs.io to your home 
directory.
2. In Eclipse create a new Android Project from existing source, select the 
library folder contained in the extraced zip then select finish.
3. Right click on newly created "com_actionbarsherlock" project and select 
properties.
4. Select Android and make sure "Is Library" check box is checked.
5. In project properties add the jar file "android-support-v4.jar" contained in 
libs to the Build Path.
6. There should be no red x's on the "com_actionbarsherlock" library now.
8. Create new project from existing Mercurial source using 
https://code.google.com/r/ericenns-posit-ucosp-2012/ as the URL.
9. Select test_branch as the branch to checkout.
10. Go to project properties and to Android in there under Library click add 
and select "com_actionbarsherlock".
11. Clean your project if errors and everything should be good to go.

Original comment by eric.e...@gmail.com on 22 Mar 2012 at 5:22

  • Changed state: Started