开发者

Using the deprecated AbsoluteLayout class in Android?

开发者 https://www.devze.com 2022-12-20 07:01 出处:网络
The AbsoluteLayout class is deprecated but still can write it in code and it works. Will there be any problems if I use this class? Will t开发者_如何学Che application work correctly after I deploy it

The AbsoluteLayout class is deprecated but still can write it in code and it works. Will there be any problems if I use this class? Will t开发者_如何学Che application work correctly after I deploy it on a phone?

Thanks


Deprecated generally means that you are discouraged from using it because better methods exist. It can also serve as a warning that it will be removed entirely in future versions.

I would think you would want to stay away from absolute layouts because it can prevent your UI from scaling correctly on different resolutions, and it might not work at all on later versions of Android.

"will the application work correctly after I deploy it on a phone" most likely yes, but like I said you are probably going to run into issues with phones having different display resolutions.


This is a mighty assumption. It depends on the purpose, a business application on a standard large-screen device (tablet) may have a reason to go absolute.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号