MH wrote:
> But AbsoluteLayout is obsolete in Android 1.5 

Actually, it is deprecated. In Android terms, that means you probably
want to try avoid using it for new code, though the deprecated material
should be maintained for the foreseeable future.

> Which Layout can I use and how do I use
> it to acheive the same outcome?

The official answer has been: write your own layout manager.

And if somebody has a tutorial up on how to pull off this minor feat,
I'd love to read it. I took a shot at writing a layout manager a few
days ago and failed miserably. I'll try again eventually.

Until such a tutorial is available, though, I would just stick with
AbsoluteLayout for now.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Training: http://commonsware.com/training.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to