Skip to content

Commit 2cc66c3

Browse files
committed
Updated README.md
1 parent aa45687 commit 2cc66c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# BuildmLearn-Toolkit-Android
44

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.
68

79
# Development Setup
810
1. Go to the project repo and click the `Fork` button
@@ -31,10 +33,14 @@ Glosarry
3133
| [X]/quiztemplate | Contains simulator's code for Quiz Template |
3234
| [X]/videocollectiontemplate | Contains simulator's code for FlashCard Template |
3335
| [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 |
3438
| [X]/[?]/adapter | Contains simulator's adapter for [?] Template |
3539
| [X]/[?]/data | Contains simulator's SQLiteDatabase code for [?] Template |
3640
| [X]/[?]/fragment | Contains simulator's fragment for [?] Template |
3741

42+
For complete documentation, please visit: http://buildmlearn.github.io/BuildmLearn-Toolkit-Android/
43+
3844
# How to build
3945

4046
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

Comments
 (0)