Add basic project boilerplate for iOS & Android ( To use platform specific code )

This commit is contained in:
Théo Monnom
2022-08-16 15:41:51 +02:00
parent 01eaa337a5
commit b59606b989
65 changed files with 2097 additions and 2 deletions
@@ -0,0 +1,12 @@
<resources>
<string name="app_name">LKAndroid</string>
<string name="action_settings">Settings</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">First Fragment</string>
<string name="second_fragment_label">Second Fragment</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="hello_first_fragment">Hello first fragment</string>
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
</resources>