You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
# BuildmLearn-Toolkit-Android
4
4
5
-
This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit app is an easy-to-use android app that helps the users make another mobile apps without any knowledge of android application development. The toolkit helps creating mobile application with various functionality and allows teachers to input their custom content. Targeted at teachers, this toolkit helps them make learning fun and engaging through mobile apps.
5
+
This repository contains the Android version of the [BuildmLearn Toolkit](https://github.com/BuildmLearn/BuildmLearn-Toolkit). BuildmLearn Toolkit app is an easy-to-use android app that helps the users make another mobile apps without any knowledge of android application development. The toolkit helps creating mobile application with various functionality and allows teachers to input their custom content. Targeted at teachers, this toolkit helps them make learning fun and engaging through mobile apps.
6
+
7
+
[Toolkit-mobile-templates](https://github.com/BuildmLearn/Toolkit-mobile-templates) contains the template applications of the toolkit.
6
8
7
9
# Development Setup
8
10
1. Go to the project repo and click the `Fork` button
@@ -31,10 +33,14 @@ Glosarry
31
33
|[X]/quiztemplate | Contains simulator's code for Quiz Template |
32
34
|[X]/videocollectiontemplate | Contains simulator's code for FlashCard Template |
33
35
|[X]/comprehensiontemplate | Contains simulator's code for Comprehension Template |
36
+
|[X]/dictationtemplate | Contains simulator's code for Dictation Template |
37
+
|[X]/matchtemplate | Contains simulator's code for Match Template |
34
38
|[X]/[?]/adapter | Contains simulator's adapter for [?] Template |
35
39
|[X]/[?]/data | Contains simulator's SQLiteDatabase code for [?] Template |
36
40
|[X]/[?]/fragment | Contains simulator's fragment for [?] Template |
37
41
42
+
For complete documentation, please visit: http://buildmlearn.github.io/BuildmLearn-Toolkit-Android/
43
+
38
44
# How to build
39
45
40
46
All dependencies are defined in ```source-code/app/build.gradle```. Import the project in Android Studio or use Gradle in command line:
0 commit comments