Suchergebnisse

Ergebnisse 1 bis 4 von 4
Erweiterte Suche

Suche in Namensräumen:

  • external file. Android makes this easy with a resources directory in each Android project. If you created your project using the Android SDK Tools (read…
    4 KB (523 Wörter) - 19:20, 24. Dez. 2015
  • variety of Android-compatible devices, using a single application package (APK). Supporting Different Languages Learn how to support multiple languages with…
    1 KB (196 Wörter) - 03:31, 21. Dez. 2015
  • Android Training/en (Kategorie Android Training)
    Sprachen: Deutsch • ‎English Welcome to Training for Android developers. Here you'll find sets of lessons within classes that describe how to accomplish…
    889 Bytes (140 Wörter) - 04:42, 18. Dez. 2015
  • string resources to localize your app for other languages, see the Supporting Different Devices class. In Android Studio, from the res/layout directory, edit…
    14 KB (1.783 Wörter) - 19:23, 18. Dez. 2015
Android Training/Supporting Different Languages/en
It’s always a good practice to extract UI strings from your app code and keep them in an external file. Android makes this easy with a resources directory in each Android project. If you created your project using the Android SDK Tools (read Creating an Android Project), the tools create a res/ directory in the top level of the project. Within this res/ directory are subdirectories for various resource types. There are also a few default files such…