[flexcoders] Android/mobile question

2013-11-07 Thread Davidson, Jerry
If you build an application for the phone, do you have to use tables to position things or can you use CSS or is there a third method? I ask because I'm in a VB.Net class and the teacher said only tables will work and that doesn't sound right to me. TIA

Re: [flexcoders] Android/mobile question

2013-11-07 Thread Jake Churchill
Definitely not right. You just gotta keep in mind that that there are LOTS of sizes for android devices so your sizes should be percent based. CSS will work fine. I'm not sure what you're talking about with tables, assuming a flex grid or html table? With HTML, most everything uses CSS, with

RE: [flexcoders] Android/mobile question

2013-11-07 Thread Davidson, Jerry
Thanks. It didn't sound right to me. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jake Churchill Sent: Thursday, November 07, 2013 2:24 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Android/mobile question Definitely not right. You just