Skip to content

u1aryz/Android-NewPopupMenu

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published