Mobile App Dev 2021W: Tutorial 5

From Soma-notes
Revision as of 17:54, 26 February 2021 by Soma (talk | contribs) (Created page with "==Code== ===res/values/strings.xml=== <syntaxhighlight lang="xml" line> <resources> <string name="app_name">Temperature Converter</string> <string name="message">Ent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Code

res/values/strings.xml

<resources>
    <string name="app_name">Temperature Converter</string>
    <string name="message">Enter a number please</string>
</resources>