GithubHelp home page GithubHelp logo

Comments (4)

umpirsky avatar umpirsky commented on June 6, 2024 1

Hey, thanks for your feedback.

I will keep this list simple, so, no additional data except country codes and names. But we can run separate project for calling codes.

I will add string-array format for Android XML ;)

from country-list.

umpirsky avatar umpirsky commented on June 6, 2024

What is better:

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="countries">
<item iso="AF">Afghanistan</item>
<item iso="AL">Albania</item>
</string-array>
</resources>

or:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="AF">Afghanistan</string>
   <string name="AL">Albania</string>
</resources>

?

Because with 2nd format, you can directly access country by iso code, right?

from country-list.

openrijal avatar openrijal commented on June 6, 2024

I guess the first one is better to use.

from country-list.

GitTom avatar GitTom commented on June 6, 2024

Android resource XML would be great! Not sure which of two options is better, but you have a point that the 2nd format is probably more efficient. With the first format the whole array must be loaded just to get one string.

Perhaps, for format#2, you could prefix the resource names to prevent name clash, e.g use name="cc_AF" rather than just "AF".

from country-list.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.