forked from ghiottolino/android-quiz-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·35 lines (20 loc) · 872 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
INSTRUCTIONS FOR BUILDING
cd /home/tex/android-sdks/platform-tools
jarsigner -verbose -keystore android.keystore android-quiz-template.apk android
/home/tex/android-sdks/tools/zipalign -v 4 /home/tex/android-sdks/platform-tools/android-quiz-template.apk /home/tex/android-sdks/platform-tools/AndroidQuizTemplate.apk
rm android-quiz-template.apk
sudo rm /var/www/android/AndroidQuizTemplate.apk
sudo mv AndroidQuizTemplate.apk /var/www/android/AndroidQuizTemplate.apk
ls
TODOs:
GAME:
* add explanations to answers: they could be automatically generated (most feminine words in german finish with e)
* add generic attribute to questions/answers: they could be used for insert additional information (translation)
* add statistics
* save and load session
* implement reset
APP:
*make it a library...somehow...
* add other apps button
LAYOUT:
* look for icons