Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just recently I forked a current Github project called "RibbonMenu" and edited it to fit my needs:</p> <p><a href="https://github.com/jaredsburrows/RibbonMenu" rel="noreferrer">https://github.com/jaredsburrows/RibbonMenu</a></p> <h3>What's the Purpose</h3> <ul> <li>Ease of Access: Allow easy access to a menu that slides in and out</li> <li>Ease of Implementation: Update the same screen using minimal amount of code</li> <li>Independency: Does not require support libraries such as ActionBarSherlock</li> <li>Customization: Easy to change colors and menus</li> </ul> <h3>What's New</h3> <ul> <li>Changed the sliding animation to match Facebook and Google+ apps</li> <li>Added standard ActionBar (you can chose to use ActionBarSherlock)</li> <li>Used menuitem to open the Menu</li> <li>Added ability to update ListView on main Activity</li> <li>Added 2 ListViews to the Menu, similiar to Facebook and Google+ apps</li> <li>Added a AutoCompleteTextView and a Button as well to show examples of implemenation</li> <li>Added method to allow users to hit the 'back button' to hide the menu when it is open</li> <li>Allows users to interact with background(main ListView) and the menu at the same time unlike the Facebook and Google+ apps!</li> </ul> <p>ActionBar with Menu out</p> <p><img src="https://i.stack.imgur.com/63ckm.png" alt="ActionBar with Menu out"></p> <p>ActionBar with Menu out and search selected</p> <p><img src="https://i.stack.imgur.com/0gEZF.png" alt="ActionBar with Menu out and search selected"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload