


Here you will learn how to develop android app. Here is the full code for (strings.xml) file:.Now open up (strings.xml) file and here we need to add a string array that we will use it for android spinner, this string array will have 3 string items and they are: (English, Indonesian and Spanish).Note: We need to extract the string inside the textview so that later we can use that for translation Open up (activity_main.xml) file and here we will need to add android spinner to allow the user to choose the language, then we add android textview and set some text to show how the translation work whenever you make any selection from the spinner.Open up Android Studio and create a new project and give it a name, in our case we’ve named it (TranslationTutorial), choose API 17 as the minimum SDK, then choose blank activity and click on finish and wait for Android Studio to build your project.
