SpecialCyCi / AndroidResideMenu

The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
MIT License
2.85k stars 1.1k forks source link

Download the library and replace ResideMenu class with given below code. #159

Open shiv2810 opened 5 years ago

shiv2810 commented 5 years ago

Download the library and replace ResideMenu class with given below code.

package com.special.ResideMenu;

import android.app.Activity; import android.content.Context; import android.content.res.Configuration; import android.content.res.Resources; import android.graphics.Point; import android.graphics.Rect; import android.os.Build; import android.util.DisplayMetrics; import android.view.; import android.view.animation.AnimationUtils; import android.widget.;

import com.nineoldandroids.animation.Animator; import com.nineoldandroids.animation.AnimatorSet; import com.nineoldandroids.animation.ObjectAnimator; import com.nineoldandroids.view.ViewHelper;

import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.List;

/**

Originally posted by @niteshsirohi1 in https://github.com/SpecialCyCi/AndroidResideMenu/issues/127#issuecomment-298280467