From e6089a15bbaf6bbf381f733c8524315aceed1a8f Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:02:08 -0700 Subject: [PATCH 01/18] Update master --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 370ba0b65..513ad2764 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,24 @@ SlidingMenu A sample Android project to explore creating slide-in menus like in the Spotify and Facebook applications. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! -Here's a YouTube video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I \ No newline at end of file +Here's a YouTube video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I + +Developed By +============ +* Jeremy Feinstein + +License +======= + +Copyright 2012 Jeremy Feinstein +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. \ No newline at end of file From 4cc34d836b9c3a5bbcf6a3673ef3743dc4b6057a Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:02:37 -0700 Subject: [PATCH 02/18] Update master --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 513ad2764..aaac16c3b 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ Developed By License ======= -Copyright 2012 Jeremy Feinstein -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. \ No newline at end of file + Copyright 2012 Jeremy Feinstein + 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. \ No newline at end of file From 9ab8b097888eb6cb85b7ae9d657ffaca200afa5b Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:02:57 -0700 Subject: [PATCH 03/18] Update master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaac16c3b..bf0e6d6d9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ License ======= Copyright 2012 Jeremy Feinstein + 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 From 42add76a28e3873d50ad029cb9dc97ee6599a125 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:05:55 -0700 Subject: [PATCH 04/18] Update master --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf0e6d6d9..caf07af69 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ SlidingMenu A sample Android project to explore creating slide-in menus like in the Spotify and Facebook applications. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! -Here's a YouTube video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I +Here's a YouTube video of it in action : ![Example Video][1] + +How to Use +========== + + Developed By ============ @@ -24,4 +29,6 @@ License 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. \ No newline at end of file + limitations under the License. + +[1]: http://www.youtube.com/watch?v=dfR9kR55E8I \ No newline at end of file From ff27a207e04470cc0559bb84b430d0742b1b8131 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:10:13 -0700 Subject: [PATCH 05/18] Update master --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caf07af69..23c1cc62f 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ SlidingMenu A sample Android project to explore creating slide-in menus like in the Spotify and Facebook applications. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! -Here's a YouTube video of it in action : ![Example Video][1] +Here's a YouTube video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I How to Use ========== +In order to integrate SlidingMenu into your own projects you can do one of two things. +1 - You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. +2 - You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. Developed By ============ @@ -30,5 +33,3 @@ License 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. - -[1]: http://www.youtube.com/watch?v=dfR9kR55E8I \ No newline at end of file From 68b8a9d9c30986cac7d3a3417fe98312ec9755ce Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:17:07 -0700 Subject: [PATCH 06/18] Update master --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23c1cc62f..59db2e1be 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ -SlidingMenu +Sliding Menu =========== A sample Android project to explore creating slide-in menus like in the Spotify and Facebook applications. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! Here's a YouTube video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I +And you can follow the project on Twitter : [@SlidingMenu][1] How to Use ========== -In order to integrate SlidingMenu into your own projects you can do one of two things. +In order to integrate Sliding Menu into your own projects you can do one of two things. 1 - You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. +If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. +The ActionBar will slide with the "above" portion of the Sliding Menu. 2 - You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. @@ -33,3 +36,6 @@ License 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. + +[1]: http://twitter.com/slidingmenu +[2]: http://actionbarsherlock.com/ From 7df7460a19711f5c06ca8d4d8f60f4202389f47c Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:26:22 -0700 Subject: [PATCH 07/18] Update master --- README.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 59db2e1be..99094fc4c 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,35 @@ -Sliding Menu +SlidingMenu =========== -A sample Android project to explore creating slide-in menus like in the Spotify and Facebook applications. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! +A sample Android project to explore creating slide-in menus like in the Spotify and Facebook applications. +You can use it all you want in your Android apps provided that you cite this project and include the license in your app. -Here's a YouTube video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I -And you can follow the project on Twitter : [@SlidingMenu][1] +Here's a very early (~3 weeks ago) demo video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I -How to Use -========== -In order to integrate Sliding Menu into your own projects you can do one of two things. +A better video showing the new [ActionBarSherlock][2] integration will come soon! + +Also, you can follow the project on Twitter : [@SlidingMenu][1] + +How to Integrate this Library into Your Projects +================================================ +In order to integrate SlidingMenu into your own projects you can do one of two things. 1 - You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. -The ActionBar will slide with the "above" portion of the Sliding Menu. +The ActionBar will slide with the "above" portion of the SlidingMenu. + +In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, +which has the same syntax as setContentView. setBehindContentView will place the view in the "behind" portion of +the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. + +More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. 2 - You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. +This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the +rows of a ListView: So. Many. Possibilities. + +Customizing SlidingMenu +======================= Developed By ============ From 372db1b7740393531f11712516067bb869cff047 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:27:32 -0700 Subject: [PATCH 08/18] Update master --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99094fc4c..0fc03932e 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,16 @@ In order to integrate SlidingMenu into your own projects you can do one of two t If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. -In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, +* In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, which has the same syntax as setContentView. setBehindContentView will place the view in the "behind" portion of the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. -More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. +* More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. 2 - You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the -rows of a ListView: So. Many. Possibilities. +rows of a ListView: +* So. Many. Possibilities. Customizing SlidingMenu ======================= From 24ba59f9e6d86d213aaad2089dc2f8ada9a1ba5d Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:28:04 -0700 Subject: [PATCH 09/18] Update master --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fc03932e..6dbfb84a2 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,15 @@ How to Integrate this Library into Your Projects In order to integrate SlidingMenu into your own projects you can do one of two things. 1 - You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. -If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. +* If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. - * In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, which has the same syntax as setContentView. setBehindContentView will place the view in the "behind" portion of the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. - * More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. 2 - You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. -This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the +* This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the rows of a ListView: * So. Many. Possibilities. From 259364955be0e2b0f289f40153c3280ae3d1eb53 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:29:35 -0700 Subject: [PATCH 10/18] Update master --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dbfb84a2..0f91594d7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ How to Integrate this Library into Your Projects ================================================ In order to integrate SlidingMenu into your own projects you can do one of two things. -1 - You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. +__1__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. * If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. * In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, @@ -22,7 +22,7 @@ which has the same syntax as setContentView. setBehindContentView will place the the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. * More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. -2 - You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. +__2__ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. * This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the rows of a ListView: * So. Many. Possibilities. From 3a8293f8d8ec704594d433ca8282f227ff767158 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:29:53 -0700 Subject: [PATCH 11/18] Update master --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f91594d7..219f052c4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ How to Integrate this Library into Your Projects ================================================ In order to integrate SlidingMenu into your own projects you can do one of two things. -__1__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. +__1. __ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. * If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. * In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, @@ -22,7 +22,7 @@ which has the same syntax as setContentView. setBehindContentView will place the the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. * More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. -__2__ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. +__2. __ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. * This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the rows of a ListView: * So. Many. Possibilities. From d4006787aba45bc9882f4e51ef513add6e708cfb Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:30:18 -0700 Subject: [PATCH 12/18] Update master --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 219f052c4..05963326e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ How to Integrate this Library into Your Projects ================================================ In order to integrate SlidingMenu into your own projects you can do one of two things. -__1. __ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. +__1.__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. * If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. * In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, @@ -22,7 +22,7 @@ which has the same syntax as setContentView. setBehindContentView will place the the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. * More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. -__2. __ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. +__2.__ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. * This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the rows of a ListView: * So. Many. Possibilities. From ecc422312c83da4666f4a99b56d7ae2149ba27ce Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:31:06 -0700 Subject: [PATCH 13/18] Update master --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05963326e..fe841e1e8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ How to Integrate this Library into Your Projects ================================================ In order to integrate SlidingMenu into your own projects you can do one of two things. -__1.__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. +__1.__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. * If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. * In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, @@ -22,9 +22,9 @@ which has the same syntax as setContentView. setBehindContentView will place the the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. * More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. -__2.__ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. +__2.__ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. * This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the -rows of a ListView: +rows of a ListView. * So. Many. Possibilities. Customizing SlidingMenu From 725460e055fe927dff3c652f78fe5070545e81b8 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:32:47 -0700 Subject: [PATCH 14/18] Update master --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe841e1e8..9f2b84d00 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ SlidingMenu =========== A sample Android project to explore creating slide-in menus like in the Spotify and Facebook applications. -You can use it all you want in your Android apps provided that you cite this project and include the license in your app. +You can use it all you want in your Android apps provided that you cite this project and include the +license in your app. Also, remember to include the [ActionBarSherlock][2] license if you choose to use the +provided ActionBar. Here's a very early (~3 weeks ago) demo video of it in action : http://www.youtube.com/watch?v=dfR9kR55E8I From 5ffecc23d42b064d70ddbf43d26613d8d6fdd64d Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:34:04 -0700 Subject: [PATCH 15/18] Update master --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f2b84d00..cab57551c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A better video showing the new [ActionBarSherlock][2] integration will come soon Also, you can follow the project on Twitter : [@SlidingMenu][1] How to Integrate this Library into Your Projects -================================================ +------------------------------------------------ In order to integrate SlidingMenu into your own projects you can do one of two things. __1.__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. @@ -30,14 +30,14 @@ rows of a ListView. * So. Many. Possibilities. Customizing SlidingMenu -======================= +----------------------- Developed By -============ +------------ * Jeremy Feinstein License -======= +------- Copyright 2012 Jeremy Feinstein From a965956d4134546db9eadbc746c8b7338263d830 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:36:18 -0700 Subject: [PATCH 16/18] Update master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab57551c..b56d54cdc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In order to integrate SlidingMenu into your own projects you can do one of two t __1.__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. * If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. -* In your Activity's onCreate method, you will have to call setContentView, as usual, and also setBehindContentView, +* In your Activity's onCreate method, you will have to call `setContentView`, as usual, and also setBehindContentView, which has the same syntax as setContentView. setBehindContentView will place the view in the "behind" portion of the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. * More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. From 790f29d262b2fb61244465b8d484684e128d6897 Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:37:49 -0700 Subject: [PATCH 17/18] Update master --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b56d54cdc..b2f00f303 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,14 @@ How to Integrate this Library into Your Projects ------------------------------------------------ In order to integrate SlidingMenu into your own projects you can do one of two things. -__1.__ You can embed the SlidingMenu at the Activity level by making your Activity extend SlidingMenuActivity. +__1.__ You can embed the SlidingMenu at the Activity level by making your Activity extend `SlidingMenuActivity`. * If you choose to do it this way, you have access to a built-in ActionBar via Jake Wharton's [ActionBarSherlock][2]. The ActionBar will slide with the "above" portion of the SlidingMenu. -* In your Activity's onCreate method, you will have to call `setContentView`, as usual, and also setBehindContentView, -which has the same syntax as setContentView. setBehindContentView will place the view in the "behind" portion of -the SlidingMenu. You also have access to methods such as toggle() and showMenu() at the Activity level. -* More variants of SlidingMenuActivity will be coming soon, such as SlidingFragmentActivity, etc. +* In your Activity's onCreate method, you will have to call `setContentView`, as usual, and also +`setBehindContentView`, which has the same syntax as setContentView. `setBehindContentView` will place +the view in the "behind" portion of the SlidingMenu. You also have access to methods such as `toggle()`, +`showAbove()` `showBehind()` at the Activity level. +* More variants of `SlidingMenuActivity` will be coming soon, such as `SlidingFragmentActivity`, etc. __2.__ You can use the SlidingMenu view directly in your xml layouts or programmatically in you Java code. * This way, you can treat SlidingMenu as you would any other view type and put it in crazy awesome places like in the From 55aad4363ee698514f316e764908a9681d1acf3f Mon Sep 17 00:00:00 2001 From: jfeinstein10 Date: Mon, 2 Jul 2012 22:41:06 -0700 Subject: [PATCH 18/18] Update master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2f00f303..bb0afe5f7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ rows of a ListView. Customizing SlidingMenu ----------------------- +To come soon! Developed By ------------