Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialCyCi committed Dec 22, 2013
1 parent 67f1472 commit c9d456d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#AndroidResideMenu
------
### 中文说明请点击 [这里][4]
### 中文说明请点击 [这里][1]

The idea of ResideMenu is from Dribble [1][1] and [2][2]. It has come true and run in iOS devices. [iOS ResideMenu][3]
The idea of ResideMenu is from Dribble [1][2] and [2][3]. It has come true and run in iOS devices. [iOS ResideMenu][4]
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.
<img src="https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/1.png" width="320" height="568" />
Expand All @@ -17,12 +17,18 @@ Run in Android 2.3 +

## Installation

1. import ResideMenu project to your workspace.
2. make it as a dependency library project to your main project.
<br>**( see [example][5] )**

**or**

If you want to merge ResideMenu with your project, you should follow these steps.

### 1. Copy all files from src/com/special/ResideMenu to your project.
### 2. Copy libs/nineoldandroids-library-2.4.0.jar to your project’s corresponding path: libs/
### 3. Copy res/drawable-hdpi/shadow.9.png to your project’s corresponding path: res/drawable-hdpi/
### 4. Copy res/layout/residemenu.xml and residemenu_item.xml to your project’s corresponding path: res/layout
1. Copy all files from src/com/special/ResideMenu to your project.
2. Copy libs/nineoldandroids-library-2.4.0.jar to your project’s corresponding path: libs/
3. Copy res/drawable-hdpi/shadow.9.png to your project’s corresponding path: res/drawable-hdpi/
4. Copy res/layout/residemenu.xml and residemenu_item.xml to your project’s corresponding path: res/layout

## Usage
init ResideMenu: write these code in Activity onCreate()
Expand Down Expand Up @@ -87,7 +93,8 @@ A student from SCAU China.<br>
Email: specialcyci#gmail.com


[1]: http://dribbble.com/shots/1116265-Instasave-iPhone-App
[2]: http://dribbble.com/shots/1114754-Social-Feed-iOS7
[3]: https://github.com/romaonthego/RESideMenu
[4]: https://github.com/SpecialCyCi/AndroidResideMenu/blob/master/README_CN.md
[1]: https://github.com/SpecialCyCi/AndroidResideMenu/blob/master/README_CN.md
[2]: http://dribbble.com/shots/1116265-Instasave-iPhone-App
[3]: http://dribbble.com/shots/1114754-Social-Feed-iOS7
[4]: https://github.com/romaonthego/RESideMenu
[5]: https://github.com/SpecialCyCi/AndroidResideMenu/blob/master/ResideMenuDemo/project.properties
17 changes: 11 additions & 6 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ ReisdeMenu 创意灵感来自于Dribbble[1][1]还有[2][2],而这个是Android

## Installation

如果您需要将ResideMenu使用在您的项目中,您需要完成以下步骤
直接导入ResideMenu项目并作为依赖项目<br>
**[例子][6]**

### 1. 复制src/com/special/ResideMenu下的所有代码到您的项目相应位置
### 2. 复制libs/nineoldandroids-library-2.4.0.jar到您项目libs/下
### 3. 复制res/drawable-hdpi/shadow.9.png到您的项目相应位置
### 4. 复制res/layout/residemenu.xml 和 residemenu_item.xml到您的项目相应位置
**or**
直接合并到您的项目之中

1. 复制src/com/special/ResideMenu下的所有代码到您的项目相应位置
2. 复制libs/nineoldandroids-library-2.4.0.jar到您项目libs/下
3. 复制res/drawable-hdpi/shadow.9.png到您的项目相应位置
4. 复制res/layout/residemenu.xml 和 residemenu_item.xml到您的项目相应位置

## Usage
写在Activity onCreate()中
Expand Down Expand Up @@ -89,4 +93,5 @@ Email: specialcyci#gmail.com
[2]: http://dribbble.com/shots/1114754-Social-Feed-iOS7
[3]: https://github.com/romaonthego/RESideMenu
[4]: http://dribbble.com/shots/1116265-Instasave-iPhone-App
[5]: http://dribbble.com/shots/1114754-Social-Feed-iOS7
[5]: http://dribbble.com/shots/1114754-Social-Feed-iOS7
[6]: https://github.com/SpecialCyCi/AndroidResideMenu/blob/master/ResideMenuDemo/project.properties

0 comments on commit c9d456d

Please sign in to comment.