Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u1aryz/Android-NewPopupMenu
https://github.com/u1aryz/Android-NewPopupMenu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/u1aryz/Android-NewPopupMenu
- Owner: u1aryz
- Created: 2012-03-10T10:58:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T18:49:11.000Z (about 11 years ago)
- Last Synced: 2024-07-01T10:58:11.323Z (5 months ago)
- Language: Java
- Homepage:
- Size: 340 KB
- Stars: 158
- Watchers: 19
- Forks: 80
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-NewPopupMenu
Android-NewPopupMenu is an android library to create popup menu with GoogleMusic app-like style.## Requirements
Tested with APIv4## How To Use
This repo includes a sample project.## Including In Project For Maven
dependency:
com.u1aryz
android-newpopupmenu-lib
1.0.0
apklib
repository:
u1aryz-newpopupmenu-repo
http://u1aryz.github.com/Android-NewPopupMenu/repository/release
## Including In Project For Gradle
dependency:dependencies {
compile 'com.u1aryz:android-newpopupmenu-lib:1.0.1'
}repository:
repositories {
mavenCentral()
}## Developer
* @u1aryz ( Yuichi. Arai ) -## License
Copyright 2012 u1aryz
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.## Screens
![NewPopupMenu Sample Screenshot][1][1]: https://github.com/u1aryz/Android-NewPopupMenu/raw/master/android-newpopupmenu-sample/screens.png