Re: [android-developers] Re: Sliding Drawer question

2011-02-12 Thread Kevin Duffey
Reminds me of trying to develop a web site with using JSF.. the visual editors suck at providing any sense of the actual layout and look and feel. Always better to do it in code and refresh the changes in the browser. On Sat, Feb 12, 2011 at 4:45 AM, Cliff Davies wrote: > Out of interest, what ar

Re: [android-developers] Re: Sliding Drawer question

2011-02-12 Thread Cliff Davies
Out of interest, what are the other reasons? I find the visual editor doesn't give an exact idea of the final layout (doesn't auto-scale properly, show custom views sometimes or show sliding drawers at all) but it helps get the basic framework up and running quickly On 12 Feb 2011 10:46, "Indicator

[android-developers] Re: Sliding Drawer question

2011-02-12 Thread Indicator Veritatis
I'm not surprised the visual editors in ADT are so far behind. It really is difficult to code such things. That is why I never use the visual editors. Actually, there are other reasons, too. On Feb 10, 10:59 am, Salsero69 wrote: > I'm having the same issue.  Eclipse allows me to add it, but then

[android-developers] Re: Sliding Drawer question

2011-02-10 Thread Salsero69
I'm having the same issue. Eclipse allows me to add it, but then can't do visual editing which sucks. On Jan 15, 11:24 pm, Scott Deutsch wrote: > 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

[android-developers] Re: Sliding Drawer question

2011-01-25 Thread Scott Deutsch
Just to let you guys know...i decided not to use it and went a different route. Thanks anyways group. -- 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 f

[android-developers] Re: Sliding Drawer question

2011-01-18 Thread Oded O.
You can also see a view I built: http://code.google.com/p/mobile-anarchy-widgets/wiki/DockPanel The full source code is available there Good luck -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] Re: Sliding Drawer question

2011-01-17 Thread Scott Deutsch
I will give that a try. Oh, I should say that I am using Android SDK 2.3, but I am most likely to switch to 2.0 since that is my target/ minsdk level. Thanks. On Jan 16, 3:51 am, Mark Murphy wrote: > SlidingDrawer definitely exists. It may be there is a problem with it > and the Eclipse UI build

[android-developers] Re: Sliding Drawer question

2010-05-19 Thread DonFrench
Oh, THAT On May 17, 11:12 pm, aadnon wrote: >  ELF              (     ¨   4    †      4     (        p<   <   <   > X   X                           ”   ”                           Ðe > $f              (   (   (   à   à                   È   +   é > ~       Œ   Ë           ¸   ›              

[android-developers] Re: Sliding Drawer question

2010-05-05 Thread brucko
Never done this before, Tommy. Have a look at http://developer.android.com/reference/android/widget/ImageView.html#attr_android:scaleType -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Re: Sliding Drawer question

2010-05-05 Thread Tommy
ucko > Sent: Tuesday, May 04, 2010 3:52 AM > To: Android Developers > Subject: [android-developers] Re: Sliding Drawer question > > Tommy, > > Whilst RelativeLayout is quite powerful, and as Mark stated earlier, > is what you need for your sliding drawer - especially as you h

RE: [android-developers] Re: Sliding Drawer question

2010-05-04 Thread Tommy
Thank you, I will give this a try and see what happens. -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of brucko Sent: Tuesday, May 04, 2010 3:52 AM To: Android Developers Subject: [android-developers] Re: Sliding Drawer

[android-developers] Re: Sliding Drawer question

2010-05-04 Thread brucko
Tommy, Whilst RelativeLayout is quite powerful, and as Mark stated earlier, is what you need for your sliding drawer - especially as you have other elements - you may need to be a little more careful in the order you declare your view elements. If you want your SlidingDrawer to go over the top of

[android-developers] Re: Sliding Drawer question

2010-05-03 Thread Tommy
I seem to be running into the same issue here. See I am wondering if the fact that my listview isn't populated at start up if that has something to do with it. It takes a few seconds for the data in the listview to be pulled down and populated. Could this be affected the sliding drawer? If so is th