Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 05-03-2016, 12:02 AM   #1
Kunal
Registered User
 
Join Date: Feb 2016
Posts: 73
What is the importance of XML-based layouts?

What is the importance of XML-based layouts?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Kunal is offline   Reply With Quote

Old 05-03-2016, 02:35 AM   #2
Dubey675
Registered User
 
Join Date: Jul 2015
Posts: 260
The use of XML-based layouts provides a consistent and somewhat standard means of setting GUI definition format. In common practice, layout details are placed in XML files while other items are placed in source files.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dubey675 is offline   Reply With Quote
Old 05-03-2016, 03:46 AM   #3
Dipikasoni
Registered User
 
Join Date: Mar 2016
Posts: 278
The use of XML-based layouts provides a consistent and some what standard means of setting GUI definition format in common practice layout details are placed in XML files with other item are placed in source file.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dipikasoni is offline   Reply With Quote
Old 03-19-2017, 10:23 PM   #4
pxljobs
Registered User
 
Join Date: Jul 2016
Location: Bangalore
Posts: 370
The main uses of an XML based layouts are provide consistent and standard means of setting the GUI definition format.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
pxljobs is offline   Reply With Quote
Old 04-03-2017, 12:30 AM   #5
AliceArifova
Registered User
 
Join Date: Sep 2016
Location: London
Posts: 930
i am 100% agree with all feedbacks
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
AliceArifova is offline   Reply With Quote
Old 04-07-2017, 03:56 AM   #6
ORLOVA
Registered User
 
Join Date: Mar 2014
Posts: 284
As far as I understand, XML is just a way to format and store and organize data that is easy to read and understand and work with.


Newspaper Ad Agency in Delhi | Newspaper Ad Booking Agency in Delhi

Last edited by ORLOVA; 08-05-2019 at 02:32 AM..
ORLOVA is offline   Reply With Quote
Old 02-19-2019, 06:36 AM   #7
adityadev
Registered User
 
Join Date: Jul 2017
Posts: 86
As the name suggests, an XML-based layout is a specification of widgets' relationships to each other—and to containers—encoded in XML format. Specifically, Android considers XML-based layouts to be resources, and as such, layout files are stored in the res/layout directory inside your Android project.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
adityadev is offline   Reply With Quote
Old 08-05-2019, 02:31 AM   #8
arianagrand
Registered User
 
Join Date: Feb 2014
Posts: 197
The XML layout gets converted to Java code when compiled, so performance should be the same. I prefer using XML since a lot of documentation and tutorials make use of it; it's the Android way of writing out UI. Also, XML tends to be easier to reuse.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
arianagrand is offline   Reply With Quote
Old 10-03-2019, 07:17 AM   #9
alvin_hoffman
Registered User
 
Join Date: Oct 2015
Posts: 383
The use of XML-based layouts provides a consistent and somewhat standard means of setting GUI definition format. In common practice, layout details are placed in XML files while other items are placed in source files.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alvin_hoffman is offline   Reply With Quote
Old 11-22-2019, 12:37 AM   #10
Dev Tyagi
Registered User
 
Join Date: Dec 2017
Location: India
Posts: 160
Thank you very much for sharing it.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dev Tyagi is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A Home Based Business Modeled After Google theshawnchin Google 3 05-03-2016 01:59 PM
US Based Dedicated Servers from TEMOK.COM at Best Price with Best Features & Support tk-hassan Post your ad here 1 09-15-2015 11:18 AM
CANADA Based Dedicated Servers from Temok.com with Full Root Access & Spam Filtering tk-hassan Post your ad here 0 08-13-2015 05:06 AM
⛤⛤ TEMOK ⛤⛤ Fully Managed Dedicated Servers ⛤ Netherlands Based ⛤ Quality Support ⛤ tk-hassan Post your ad here 0 08-07-2015 11:05 AM
⋙ TEMOK ⋘ Powerful Netherlands Based Fully Managed Dedicated Servers at Low Rates tk-hassan Post your ad here 0 05-04-2015 08:22 AM


All times are GMT -7. The time now is 06:44 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.