이 응용 프로그램은 객관식 안드로이드 퀴즈입니다
The app is a simple Quiz App in Android. The app reads questions from an array defined in a string-array stored in res/values/strings.xml file. The questions are asked one by one. When user clicks to select the correct answer, a Toast Message pops up to indicate whether the answer is right or wrong. User clicks the “Next question” button to proceed.