Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Search By Image | 1,695 | 23 days ago | 37 | gpl-3.0 | JavaScript | |||||
Browser extension for reverse image search, available for Chrome, Edge and Safari | ||||||||||
Susi_gassistantbot | 1,086 | 6 years ago | 7 | lgpl-2.1 | JavaScript | |||||
SUSI AI for Google Assistant | ||||||||||
Ribbonmenu | 491 | 7 years ago | 9 | apache-2.0 | Java | |||||
Navigation menu for Android (based off Google+ app) | ||||||||||
Sidenavigation | 327 | 10 years ago | 5 | apache-2.0 | Java | |||||
Implementation of "Side Navigation" or "Fly-in app menu" pattern for Android (based on Google+ app) | ||||||||||
Goldenpassport | 318 | a year ago | 10 | Objective-C | ||||||
A native implementation of Google Authenticator for Mac based on Swift | ||||||||||
Android Floating Action Menu | 242 | 9 years ago | 6 | January 12, 2016 | 3 | apache-2.0 | Java | |||
Floating Action Menu for Android. Inspired by the Google Plus floating menu | ||||||||||
Copyissue Xcode Plugin | 178 | 4 years ago | November 28, 2023 | 1 | Objective-C | |||||
Makes Copy Xcode Issue Description Easily, Support Finding Answers in Google or StackOverflow Directly | ||||||||||
Fitbit For Google App Script | 139 | 8 years ago | 16 | JavaScript | ||||||
A Google app script that adds your fitbit data to a google spreadsheet | ||||||||||
Libslidemenu | 102 | 10 years ago | 7 | apache-2.0 | Java | |||||
A sliding menu for Android, as found in the Google+ or Facebook apps. | ||||||||||
React Native Single Select | 86 | 2 | 5 months ago | 37 | March 17, 2023 | mit | TypeScript | |||
Customizable & Easy to Use Single Select Library for React Native |
A sliding menu for Android, very much like the Google+ and Facebook apps have. That is, this one slides the activity title / action bar out of the way as well!
Based upon the great work done by stackoverflow user Scirocco (http://stackoverflow.com/a/11367825/361413), thanks a lot!
The XML parsing code comes from darvds/RibbonMenu, thanks!
Menus are created in xml as normal, adding text and possibly an icon.
In the activity where you want a SlideMenu, just instantiate one and call its show() method where appropriate, i.e. on app-icon click in action bar or on button click. The SlideMenu constructor will require you to have the calling class implement the SlideMenu callback to get notified about menu item clicks.
The sample activity shows how it all works.
Thanks go out to stackoverflow user scirocco (http://stackoverflow.com/users/1150188/scirocco) whose work we just slightly extended and also to David Scott for the XML parsing code in RibbonMenu (darvds/RibbonMenu) that we used to complete this implementation.
Copyright 2012 CoboltForge, David Scott and http://stackoverflow.com/users/1150188/scirocco
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.