Skip to content

Instantly share code, notes, and snippets.

@anaselhajjaji
Created December 1, 2017 08:39
Show Gist options
  • Save anaselhajjaji/f66776000c8fa495b170d0adcedebdf5 to your computer and use it in GitHub Desktop.
Save anaselhajjaji/f66776000c8fa495b170d0adcedebdf5 to your computer and use it in GitHub Desktop.
JSON Sample
[
{
"question": "Which method is use to launch an activity?",
"answer": "startActivity()"
},
{
"question": "The plus(+) means in statement android:id=\"@+id/my_id\"?",
"answer": "Create new id and add to resources"
},
{
"question": "When does onResume() method called?",
"answer": "called when the activity come to foreground."
},
{
"question": "Where will we declare the activity for the system can find it?",
"answer": "AndroidManifest.xml"
},
{
"question": "What does the .apk extension stand for?",
"answer": "Application Package"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment