[android-developers] Sliding Drawer

2013-02-05 Thread arunkumar . k
Hi friends, I have a some problem with sliding drawer.i want a list-view inside the sliding drawer.And the list-view contain images and text. But i want it with in the single layout .how can i do that one -- -- You received this message because you are subscribed to the Google

Re: [android-developers] Sliding Drawer

2013-02-05 Thread Aashish kumar
You have to make custom adaptor to display multiple view. On Feb 5, 2013 6:34 PM, arunkuma...@npcompete.net wrote: Hi friends, I have a some problem with sliding drawer.i want a list-view inside the sliding drawer.And the list-view contain images and text. But i want it with in the

[android-developers] Sliding drawer stopped unexpectedly

2013-01-07 Thread Kumar Aggarwal
I have just begin learning Android.Its my first app regarding Sliding Drawer. the coding,everything is right,but however the app is not working, Here's the coding ?xml version=1.0 encoding=utf-8? FrameLayout xmlns:android=http://schemas.android.com/apk/res/android;

Re: [android-developers] Sliding drawer stopped unexpectedly

2013-01-07 Thread TreKing
On Fri, Jan 4, 2013 at 3:11 PM, Kumar Aggarwal kaggr...@gmail.com wrote: Plz tell me abt this problem ASAP You need to use your debugger. Also, you need to learn to spell. - TreKing

Re: [android-developers] Sliding drawer

2012-09-20 Thread Justin Anderson
http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html http://lmgtfy.com/?q=android+left-to-right+sliding+drawer Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 4:06 AM, mohammed Nuhail

[android-developers] Sliding drawer

2012-09-19 Thread mohammed Nuhail
How to slide a sliding drawer from left to right ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] sliding drawer issue

2011-10-31 Thread vani reddy
Hi there , How to limit the height of sliding drawer naturally to get it the same as like in iphone? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] sliding drawer issue

2011-10-31 Thread sourabh sahu
I too have problem On Mon, Oct 31, 2011 at 1:21 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi there , How to limit the height of sliding drawer naturally to get it the same as like in iphone? -- Regards, Vani Reddy -- You received this message because you are subscribed to the

[android-developers] sliding drawer example

2011-10-24 Thread vani reddy
Hi friends, I am trying to limit the height of sliding drawer naturally in android. but i am not able to.How to acheive this. Please reply. Thanks :) -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Sliding Drawer

2011-06-16 Thread Dan
Can a SlidingDrawer's handle be placed anywhere in the window, not just the edge of the window? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Sliding Drawer or Translate Animation?

2011-02-11 Thread Aaron Buckner
Ok I have an app requirement that seems to be a little off the beaten path, My app needs to have a button on the bottom of the screen when a user clicks on it the drawer should open to a specified position revealing a horizontal listview, when the user clicks on one of those items it opens another

Re: [android-developers] Sliding Drawer or Translate Animation?

2011-02-11 Thread Mark Murphy
On Fri, Feb 11, 2011 at 9:31 AM, Aaron Buckner nagm...@gmail.com wrote: Now as far as I can tell this isn't really supported as part of the sliding drawer and I've pretty much worked out how to do it with Translate animation however I have run into the problem with the hitbox not following the

Re: [android-developers] Sliding Drawer question

2011-01-16 Thread Mark Murphy
SlidingDrawer definitely exists. It may be there is a problem with it and the Eclipse UI builder. Try adding it to your XML manually. Here is a trivial sample project showing the use of a SlidingDrawer: https://github.com/commonsguy/cw-android/tree/master/Fancy/DrawerDemo On Sat, Jan 15, 2011

[android-developers] Sliding Drawer question

2011-01-15 Thread Scott Deutsch
Hello group. I tried to add a Sliding Drawer through the visual xml builder thingy, but it is telling me The following classes cannot be found SlidingDrawer. Why is that? They they take that out in the SDK or something? What should I try? Thanks group! -- You received this message because

[android-developers] Sliding drawer Implementation through java code

2011-01-14 Thread Suresh A
Hi Friends, I am trying to implement the Sliding drawer using java code(with out single xml). For this how can we set the AttributeSet through xml and how can i retrieve the this xml to java class. Then how can i implement the sliding drawer using java cod with the attribute xml... Please,

Re: [android-developers] Sliding drawer Implementation through java code

2011-01-14 Thread TreKing
On Tue, Jan 11, 2011 at 4:02 AM, Suresh A android.sur...@gmail.com wrote: I am trying to implement the Sliding drawer using java code(with out single xml). OK. For this how can we set the AttributeSet through xml and how can i retrieve the this xml to java class. Wait ... you just said

RE: [android-developers] Sliding Drawer question

2010-05-03 Thread Tommy
-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Friday, April 30, 2010 6:01 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Sliding Drawer question Tommy wrote: Hey everyone. I am trying to use a sliding drawer

[android-developers] Sliding Drawer question

2010-04-30 Thread Tommy
Hey everyone. I am trying to use a sliding drawer that will display a list of options. I need this to expand over the current ListView on the page but I can only get it to expand until it hits the bottom of the listview which isn't nearly enough room to display any options. Is there a setting I am

Re: [android-developers] Sliding Drawer question

2010-04-30 Thread Mark Murphy
Tommy wrote: Hey everyone. I am trying to use a sliding drawer that will display a list of options. I need this to expand over the current ListView on the page but I can only get it to expand until it hits the bottom of the listview which isn't nearly enough room to display any options. Is

RE: [android-developers] Sliding Drawer question

2010-04-30 Thread Tommy
: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Friday, April 30, 2010 6:01 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Sliding Drawer question Tommy wrote: Hey everyone. I am trying to use a sliding drawer

[android-developers] Sliding Drawer: how doest it work??!!

2009-06-12 Thread arnouf
Hi all, I'm trying to use the new SlidingDrawer component. My goal is to display some screen that user can slide. I created the following xml based on an example where the icon move from right to left. I replace the icon (ImageView) by a LinearLayout - for the handle - and the content by another