Popularity
4.0
Stable
Activity
0.0
Stable
158
20
80

Programming language: Java
Tags: Menu Widget    

Android-NewPopupMenu alternatives and similar packages

Based on the "Menu Widget" category.
Alternatively, view Android-NewPopupMenu alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Android-NewPopupMenu or a related project?

Add another 'Menu Widget' Package

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:

<dependency>
    <groupId>com.u1aryz</groupId>
    <artifactId>android-newpopupmenu-lib</artifactId>
    <version>1.0.0</version>
    <type>apklib</type>
</dependency>

repository:

<repositories>
    <repository>
        <id>u1aryz-newpopupmenu-repo</id>
        <url>http://u1aryz.github.com/Android-NewPopupMenu/repository/release</url>
    </repository>
</repositories>

Including In Project For Gradle

dependency:

dependencies {
    compile 'com.u1aryz:android-newpopupmenu-lib:1.0.1'
}

repository:

repositories {
    mavenCentral()
}

Developer

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


*Note that all licence references and agreements mentioned in the Android-NewPopupMenu README section above are relevant to that project's source code only.