to activate or cancel the filter
+# option.
+# The default value is: YES.
+# This tag requires that the tag GENERATE_HTML is set to YES.
+
+SEARCHENGINE = YES
+
+# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
+# implemented using a web server instead of a web client using Javascript. There
+# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
+# setting. When disabled, doxygen will generate a PHP script for searching and
+# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
+# and searching needs to be provided by external tools. See the section
+# "External Indexing and Searching" for details.
+# The default value is: NO.
+# This tag requires that the tag SEARCHENGINE is set to YES.
+
+SERVER_BASED_SEARCH = NO
+
+# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
+# script for searching. Instead the search results are written to an XML file
+# which needs to be processed by an external indexer. Doxygen will invoke an
+# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
+# search results.
+#
+# Doxygen ships with an example indexer (doxyindexer) and search engine
+# (doxysearch.cgi) which are based on the open source search engine library
+# Xapian (see: http://xapian.org/).
+#
+# See the section "External Indexing and Searching" for details.
+# The default value is: NO.
+# This tag requires that the tag SEARCHENGINE is set to YES.
+
+EXTERNAL_SEARCH = NO
+
+# The SEARCHENGINE_URL should point to a search engine hosted by a web server
+# which will return the search results when EXTERNAL_SEARCH is enabled.
+#
+# Doxygen ships with an example indexer (doxyindexer) and search engine
+# (doxysearch.cgi) which are based on the open source search engine library
+# Xapian (see: http://xapian.org/). See the section "External Indexing and
+# Searching" for details.
+# This tag requires that the tag SEARCHENGINE is set to YES.
+
+SEARCHENGINE_URL =
+
+# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
+# search data is written to a file for indexing by an external tool. With the
+# SEARCHDATA_FILE tag the name of this file can be specified.
+# The default file is: searchdata.xml.
+# This tag requires that the tag SEARCHENGINE is set to YES.
+
+SEARCHDATA_FILE = searchdata.xml
+
+# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
+# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
+# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
+# projects and redirect the results back to the right project.
+# This tag requires that the tag SEARCHENGINE is set to YES.
+
+EXTERNAL_SEARCH_ID =
+
+# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
+# projects other than the one defined by this configuration file, but that are
+# all added to the same external search index. Each project needs to have a
+# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
+# to a relative location where the documentation can be found. The format is:
+# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
+# This tag requires that the tag SEARCHENGINE is set to YES.
+
+EXTRA_SEARCH_MAPPINGS =
+
+#---------------------------------------------------------------------------
+# Configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
+# The default value is: YES.
+
+GENERATE_LATEX = YES
+
+# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+# it.
+# The default directory is: latex.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_OUTPUT = latex
+
+# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
+# invoked.
+#
+# Note that when enabling USE_PDFLATEX this option is only used for generating
+# bitmaps for formulas in the HTML output, but not in the Makefile that is
+# written to the output directory.
+# The default file is: latex.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_CMD_NAME = latex
+
+# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
+# index for LaTeX.
+# The default file is: makeindex.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+MAKEINDEX_CMD_NAME = makeindex
+
+# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
+# documents. This may be useful for small projects and may help to save some
+# trees in general.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+COMPACT_LATEX = NO
+
+# The PAPER_TYPE tag can be used to set the paper type that is used by the
+# printer.
+# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
+# 14 inches) and executive (7.25 x 10.5 inches).
+# The default value is: a4.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+PAPER_TYPE = a4
+
+# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
+# that should be included in the LaTeX output. The package can be specified just
+# by its name or with the correct syntax as to be used with the LaTeX
+# \usepackage command. To get the times font for instance you can specify :
+# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
+# To use the option intlimits with the amsmath package you can specify:
+# EXTRA_PACKAGES=[intlimits]{amsmath}
+# If left blank no extra packages will be included.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+EXTRA_PACKAGES =
+
+# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
+# generated LaTeX document. The header should contain everything until the first
+# chapter. If it is left blank doxygen will generate a standard header. See
+# section "Doxygen usage" for information on how to let doxygen write the
+# default header to a separate file.
+#
+# Note: Only use a user-defined header if you know what you are doing! The
+# following commands have a special meaning inside the header: $title,
+# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
+# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
+# string, for the replacement values of the other commands the user is referred
+# to HTML_HEADER.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_HEADER =
+
+# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
+# generated LaTeX document. The footer should contain everything after the last
+# chapter. If it is left blank doxygen will generate a standard footer. See
+# LATEX_HEADER for more information on how to generate a default footer and what
+# special commands can be used inside the footer.
+#
+# Note: Only use a user-defined footer if you know what you are doing!
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_FOOTER =
+
+# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
+# LaTeX style sheets that are included after the standard style sheets created
+# by doxygen. Using this option one can overrule certain style aspects. Doxygen
+# will copy the style sheet files to the output directory.
+# Note: The order of the extra style sheet files is of importance (e.g. the last
+# style sheet in the list overrules the setting of the previous ones in the
+# list).
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_EXTRA_STYLESHEET =
+
+# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
+# other source files which should be copied to the LATEX_OUTPUT output
+# directory. Note that the files will be copied as-is; there are no commands or
+# markers available.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_EXTRA_FILES =
+
+# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
+# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
+# contain links (just like the HTML output) instead of page references. This
+# makes the output suitable for online browsing using a PDF viewer.
+# The default value is: YES.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+PDF_HYPERLINKS = YES
+
+# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
+# the PDF file directly from the LaTeX files. Set this option to YES, to get a
+# higher quality PDF documentation.
+# The default value is: YES.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+USE_PDFLATEX = YES
+
+# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
+# command to the generated LaTeX files. This will instruct LaTeX to keep running
+# if errors occur, instead of asking the user for help. This option is also used
+# when generating formulas in HTML.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_BATCHMODE = NO
+
+# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
+# index chapters (such as File Index, Compound Index, etc.) in the output.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_HIDE_INDICES = NO
+
+# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
+# code with syntax highlighting in the LaTeX output.
+#
+# Note that which sources are shown also depends on other settings such as
+# SOURCE_BROWSER.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_SOURCE_CODE = NO
+
+# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
+# bibliography, e.g. plainnat, or ieeetr. See
+# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+# The default value is: plain.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_BIB_STYLE = plain
+
+# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
+# page will contain the date and time when the page was generated. Setting this
+# to NO can help when comparing the output of multiple runs.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_LATEX is set to YES.
+
+LATEX_TIMESTAMP = NO
+
+#---------------------------------------------------------------------------
+# Configuration options related to the RTF output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
+# RTF output is optimized for Word 97 and may not look too pretty with other RTF
+# readers/editors.
+# The default value is: NO.
+
+GENERATE_RTF = NO
+
+# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+# it.
+# The default directory is: rtf.
+# This tag requires that the tag GENERATE_RTF is set to YES.
+
+RTF_OUTPUT = rtf
+
+# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
+# documents. This may be useful for small projects and may help to save some
+# trees in general.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_RTF is set to YES.
+
+COMPACT_RTF = NO
+
+# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
+# contain hyperlink fields. The RTF file will contain links (just like the HTML
+# output) instead of page references. This makes the output suitable for online
+# browsing using Word or some other Word compatible readers that support those
+# fields.
+#
+# Note: WordPad (write) and others do not support links.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_RTF is set to YES.
+
+RTF_HYPERLINKS = NO
+
+# Load stylesheet definitions from file. Syntax is similar to doxygen's config
+# file, i.e. a series of assignments. You only have to provide replacements,
+# missing definitions are set to their default value.
+#
+# See also section "Doxygen usage" for information on how to generate the
+# default style sheet that doxygen normally uses.
+# This tag requires that the tag GENERATE_RTF is set to YES.
+
+RTF_STYLESHEET_FILE =
+
+# Set optional variables used in the generation of an RTF document. Syntax is
+# similar to doxygen's config file. A template extensions file can be generated
+# using doxygen -e rtf extensionFile.
+# This tag requires that the tag GENERATE_RTF is set to YES.
+
+RTF_EXTENSIONS_FILE =
+
+# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
+# with syntax highlighting in the RTF output.
+#
+# Note that which sources are shown also depends on other settings such as
+# SOURCE_BROWSER.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_RTF is set to YES.
+
+RTF_SOURCE_CODE = NO
+
+#---------------------------------------------------------------------------
+# Configuration options related to the man page output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
+# classes and files.
+# The default value is: NO.
+
+GENERATE_MAN = NO
+
+# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+# it. A directory man3 will be created inside the directory specified by
+# MAN_OUTPUT.
+# The default directory is: man.
+# This tag requires that the tag GENERATE_MAN is set to YES.
+
+MAN_OUTPUT = man
+
+# The MAN_EXTENSION tag determines the extension that is added to the generated
+# man pages. In case the manual section does not start with a number, the number
+# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
+# optional.
+# The default value is: .3.
+# This tag requires that the tag GENERATE_MAN is set to YES.
+
+MAN_EXTENSION = .3
+
+# The MAN_SUBDIR tag determines the name of the directory created within
+# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
+# MAN_EXTENSION with the initial . removed.
+# This tag requires that the tag GENERATE_MAN is set to YES.
+
+MAN_SUBDIR =
+
+# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
+# will generate one additional man file for each entity documented in the real
+# man page(s). These additional files only source the real man page, but without
+# them the man command would be unable to find the correct page.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_MAN is set to YES.
+
+MAN_LINKS = NO
+
+#---------------------------------------------------------------------------
+# Configuration options related to the XML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
+# captures the structure of the code including all documentation.
+# The default value is: NO.
+
+GENERATE_XML = NO
+
+# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
+# it.
+# The default directory is: xml.
+# This tag requires that the tag GENERATE_XML is set to YES.
+
+XML_OUTPUT = xml
+
+# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
+# listings (including syntax highlighting and cross-referencing information) to
+# the XML output. Note that enabling this will significantly increase the size
+# of the XML output.
+# The default value is: YES.
+# This tag requires that the tag GENERATE_XML is set to YES.
+
+XML_PROGRAMLISTING = YES
+
+#---------------------------------------------------------------------------
+# Configuration options related to the DOCBOOK output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
+# that can be used to generate PDF.
+# The default value is: NO.
+
+GENERATE_DOCBOOK = NO
+
+# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
+# front of it.
+# The default directory is: docbook.
+# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
+
+DOCBOOK_OUTPUT = docbook
+
+# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
+# program listings (including syntax highlighting and cross-referencing
+# information) to the DOCBOOK output. Note that enabling this will significantly
+# increase the size of the DOCBOOK output.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
+
+DOCBOOK_PROGRAMLISTING = NO
+
+#---------------------------------------------------------------------------
+# Configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
+# AutoGen Definitions (see http://autogen.sf.net) file that captures the
+# structure of the code including all documentation. Note that this feature is
+# still experimental and incomplete at the moment.
+# The default value is: NO.
+
+GENERATE_AUTOGEN_DEF = NO
+
+#---------------------------------------------------------------------------
+# Configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
+# file that captures the structure of the code including all documentation.
+#
+# Note that this feature is still experimental and incomplete at the moment.
+# The default value is: NO.
+
+GENERATE_PERLMOD = NO
+
+# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
+# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
+# output from the Perl module output.
+# The default value is: NO.
+# This tag requires that the tag GENERATE_PERLMOD is set to YES.
+
+PERLMOD_LATEX = NO
+
+# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
+# formatted so it can be parsed by a human reader. This is useful if you want to
+# understand what is going on. On the other hand, if this tag is set to NO, the
+# size of the Perl module output will be much smaller and Perl will parse it
+# just the same.
+# The default value is: YES.
+# This tag requires that the tag GENERATE_PERLMOD is set to YES.
+
+PERLMOD_PRETTY = YES
+
+# The names of the make variables in the generated doxyrules.make file are
+# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
+# so different doxyrules.make files included by the same Makefile don't
+# overwrite each other's variables.
+# This tag requires that the tag GENERATE_PERLMOD is set to YES.
+
+PERLMOD_MAKEVAR_PREFIX =
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+
+# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
+# C-preprocessor directives found in the sources and include files.
+# The default value is: YES.
+
+ENABLE_PREPROCESSING = YES
+
+# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
+# in the source code. If set to NO, only conditional compilation will be
+# performed. Macro expansion can be done in a controlled way by setting
+# EXPAND_ONLY_PREDEF to YES.
+# The default value is: NO.
+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
+MACRO_EXPANSION = NO
+
+# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
+# the macro expansion is limited to the macros specified with the PREDEFINED and
+# EXPAND_AS_DEFINED tags.
+# The default value is: NO.
+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
+EXPAND_ONLY_PREDEF = NO
+
+# If the SEARCH_INCLUDES tag is set to YES, the include files in the
+# INCLUDE_PATH will be searched if a #include is found.
+# The default value is: YES.
+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
+SEARCH_INCLUDES = YES
+
+# The INCLUDE_PATH tag can be used to specify one or more directories that
+# contain include files that are not input files but should be processed by the
+# preprocessor.
+# This tag requires that the tag SEARCH_INCLUDES is set to YES.
+
+INCLUDE_PATH =
+
+# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
+# patterns (like *.h and *.hpp) to filter out the header-files in the
+# directories. If left blank, the patterns specified with FILE_PATTERNS will be
+# used.
+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
+INCLUDE_FILE_PATTERNS =
+
+# The PREDEFINED tag can be used to specify one or more macro names that are
+# defined before the preprocessor is started (similar to the -D option of e.g.
+# gcc). The argument of the tag is a list of macros of the form: name or
+# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
+# is assumed. To prevent a macro definition from being undefined via #undef or
+# recursively expanded use the := operator instead of the = operator.
+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
+PREDEFINED =
+
+# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
+# tag can be used to specify a list of macro names that should be expanded. The
+# macro definition that is found in the sources will be used. Use the PREDEFINED
+# tag if you want to use a different macro definition that overrules the
+# definition found in the source code.
+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
+EXPAND_AS_DEFINED =
+
+# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
+# remove all references to function-like macros that are alone on a line, have
+# an all uppercase name, and do not end with a semicolon. Such function macros
+# are typically used for boiler-plate code, and will confuse the parser if not
+# removed.
+# The default value is: YES.
+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
+
+SKIP_FUNCTION_MACROS = YES
+
+#---------------------------------------------------------------------------
+# Configuration options related to external references
+#---------------------------------------------------------------------------
+
+# The TAGFILES tag can be used to specify one or more tag files. For each tag
+# file the location of the external documentation should be added. The format of
+# a tag file without this location is as follows:
+# TAGFILES = file1 file2 ...
+# Adding location for the tag files is done as follows:
+# TAGFILES = file1=loc1 "file2 = loc2" ...
+# where loc1 and loc2 can be relative or absolute paths or URLs. See the
+# section "Linking to external documentation" for more information about the use
+# of tag files.
+# Note: Each tag file must have a unique name (where the name does NOT include
+# the path). If a tag file is not located in the directory in which doxygen is
+# run, you must also specify the path to the tagfile here.
+
+TAGFILES =
+
+# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
+# tag file that is based on the input files it reads. See section "Linking to
+# external documentation" for more information about the usage of tag files.
+
+GENERATE_TAGFILE =
+
+# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
+# the class index. If set to NO, only the inherited external classes will be
+# listed.
+# The default value is: NO.
+
+ALLEXTERNALS = NO
+
+# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
+# in the modules index. If set to NO, only the current project's groups will be
+# listed.
+# The default value is: YES.
+
+EXTERNAL_GROUPS = YES
+
+# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
+# the related pages index. If set to NO, only the current project's pages will
+# be listed.
+# The default value is: YES.
+
+EXTERNAL_PAGES = YES
+
+# The PERL_PATH should be the absolute path and name of the perl script
+# interpreter (i.e. the result of 'which perl').
+# The default file (with absolute path) is: /usr/bin/perl.
+
+PERL_PATH = /usr/bin/perl
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool
+#---------------------------------------------------------------------------
+
+# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
+# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
+# NO turns the diagrams off. Note that this option also works with HAVE_DOT
+# disabled, but it is recommended to install and use dot, since it yields more
+# powerful graphs.
+# The default value is: YES.
+
+CLASS_DIAGRAMS = YES
+
+# You can define message sequence charts within doxygen comments using the \msc
+# command. Doxygen will then run the mscgen tool (see:
+# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
+# documentation. The MSCGEN_PATH tag allows you to specify the directory where
+# the mscgen tool resides. If left empty the tool is assumed to be found in the
+# default search path.
+
+MSCGEN_PATH =
+
+# You can include diagrams made with dia in doxygen documentation. Doxygen will
+# then run dia to produce the diagram and insert it in the documentation. The
+# DIA_PATH tag allows you to specify the directory where the dia binary resides.
+# If left empty dia is assumed to be found in the default search path.
+
+DIA_PATH =
+
+# If set to YES the inheritance and collaboration graphs will hide inheritance
+# and usage relations if the target is undocumented or is not a class.
+# The default value is: YES.
+
+HIDE_UNDOC_RELATIONS = YES
+
+# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
+# available from the path. This tool is part of Graphviz (see:
+# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
+# Bell Labs. The other options in this section have no effect if this option is
+# set to NO
+# The default value is: YES.
+
+HAVE_DOT = YES
+
+# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
+# to run in parallel. When set to 0 doxygen will base this on the number of
+# processors available in the system. You can set it explicitly to a value
+# larger than 0 to get control over the balance between CPU load and processing
+# speed.
+# Minimum value: 0, maximum value: 32, default value: 0.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_NUM_THREADS = 0
+
+# When you want a differently looking font in the dot files that doxygen
+# generates you can specify the font name using DOT_FONTNAME. You need to make
+# sure dot is able to find the font, which can be done by putting it in a
+# standard location or by setting the DOTFONTPATH environment variable or by
+# setting DOT_FONTPATH to the directory containing the font.
+# The default value is: Helvetica.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_FONTNAME = Helvetica
+
+# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
+# dot graphs.
+# Minimum value: 4, maximum value: 24, default value: 10.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_FONTSIZE = 10
+
+# By default doxygen will tell dot to use the default font as specified with
+# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
+# the path where dot can find it using this tag.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_FONTPATH =
+
+# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
+# each documented class showing the direct and indirect inheritance relations.
+# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+CLASS_GRAPH = YES
+
+# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
+# graph for each documented class showing the direct and indirect implementation
+# dependencies (inheritance, containment, and class references variables) of the
+# class with other documented classes.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+COLLABORATION_GRAPH = YES
+
+# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
+# groups, showing the direct groups dependencies.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+GROUP_GRAPHS = YES
+
+# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
+# collaboration diagrams in a style similar to the OMG's Unified Modeling
+# Language.
+# The default value is: NO.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+UML_LOOK = NO
+
+# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
+# class node. If there are many fields or methods and many nodes the graph may
+# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
+# number of items for each type to make the size more manageable. Set this to 0
+# for no limit. Note that the threshold may be exceeded by 50% before the limit
+# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
+# but if the number exceeds 15, the total amount of fields shown is limited to
+# 10.
+# Minimum value: 0, maximum value: 100, default value: 10.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+UML_LIMIT_NUM_FIELDS = 10
+
+# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
+# collaboration graphs will show the relations between templates and their
+# instances.
+# The default value is: NO.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+TEMPLATE_RELATIONS = NO
+
+# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
+# YES then doxygen will generate a graph for each documented file showing the
+# direct and indirect include dependencies of the file with other documented
+# files.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+INCLUDE_GRAPH = YES
+
+# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
+# set to YES then doxygen will generate a graph for each documented file showing
+# the direct and indirect include dependencies of the file with other documented
+# files.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+INCLUDED_BY_GRAPH = YES
+
+# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
+# dependency graph for every global function or class method.
+#
+# Note that enabling this option will significantly increase the time of a run.
+# So in most cases it will be better to enable call graphs for selected
+# functions only using the \callgraph command. Disabling a call graph can be
+# accomplished by means of the command \hidecallgraph.
+# The default value is: NO.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+CALL_GRAPH = NO
+
+# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
+# dependency graph for every global function or class method.
+#
+# Note that enabling this option will significantly increase the time of a run.
+# So in most cases it will be better to enable caller graphs for selected
+# functions only using the \callergraph command. Disabling a caller graph can be
+# accomplished by means of the command \hidecallergraph.
+# The default value is: NO.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+CALLER_GRAPH = NO
+
+# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
+# hierarchy of all classes instead of a textual one.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+GRAPHICAL_HIERARCHY = YES
+
+# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
+# dependencies a directory has on other directories in a graphical way. The
+# dependency relations are determined by the #include relations between the
+# files in the directories.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DIRECTORY_GRAPH = YES
+
+# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
+# generated by dot. For an explanation of the image formats see the section
+# output formats in the documentation of the dot tool (Graphviz (see:
+# http://www.graphviz.org/)).
+# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
+# to make the SVG files visible in IE 9+ (other browsers do not have this
+# requirement).
+# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
+# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo,
+# gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo,
+# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
+# png:gdiplus:gdiplus.
+# The default value is: png.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_IMAGE_FORMAT = png
+
+# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
+# enable generation of interactive SVG images that allow zooming and panning.
+#
+# Note that this requires a modern browser other than Internet Explorer. Tested
+# and working are Firefox, Chrome, Safari, and Opera.
+# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
+# the SVG files visible. Older versions of IE do not have SVG support.
+# The default value is: NO.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+INTERACTIVE_SVG = NO
+
+# The DOT_PATH tag can be used to specify the path where the dot tool can be
+# found. If left blank, it is assumed the dot tool can be found in the path.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_PATH =
+
+# The DOTFILE_DIRS tag can be used to specify one or more directories that
+# contain dot files that are included in the documentation (see the \dotfile
+# command).
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOTFILE_DIRS =
+
+# The MSCFILE_DIRS tag can be used to specify one or more directories that
+# contain msc files that are included in the documentation (see the \mscfile
+# command).
+
+MSCFILE_DIRS =
+
+# The DIAFILE_DIRS tag can be used to specify one or more directories that
+# contain dia files that are included in the documentation (see the \diafile
+# command).
+
+DIAFILE_DIRS =
+
+# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
+# path where java can find the plantuml.jar file. If left blank, it is assumed
+# PlantUML is not used or called during a preprocessing step. Doxygen will
+# generate a warning when it encounters a \startuml command in this case and
+# will not generate output for the diagram.
+
+PLANTUML_JAR_PATH =
+
+# When using plantuml, the specified paths are searched for files specified by
+# the !include statement in a plantuml block.
+
+PLANTUML_INCLUDE_PATH =
+
+# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
+# that will be shown in the graph. If the number of nodes in a graph becomes
+# larger than this value, doxygen will truncate the graph, which is visualized
+# by representing a node as a red box. Note that doxygen if the number of direct
+# children of the root node in a graph is already larger than
+# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
+# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
+# Minimum value: 0, maximum value: 10000, default value: 50.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_GRAPH_MAX_NODES = 50
+
+# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
+# generated by dot. A depth value of 3 means that only nodes reachable from the
+# root by following a path via at most 3 edges will be shown. Nodes that lay
+# further from the root node will be omitted. Note that setting this option to 1
+# or 2 may greatly reduce the computation time needed for large code bases. Also
+# note that the size of a graph can be further restricted by
+# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
+# Minimum value: 0, maximum value: 1000, default value: 0.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+MAX_DOT_GRAPH_DEPTH = 0
+
+# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
+# background. This is disabled by default, because dot on Windows does not seem
+# to support this out of the box.
+#
+# Warning: Depending on the platform used, enabling this option may lead to
+# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
+# read).
+# The default value is: NO.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_TRANSPARENT = NO
+
+# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
+# files in one run (i.e. multiple -o and -T options on the command line). This
+# makes dot run faster, but since only newer versions of dot (>1.8.10) support
+# this, this feature is disabled by default.
+# The default value is: NO.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_MULTI_TARGETS = NO
+
+# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
+# explaining the meaning of the various boxes and arrows in the dot generated
+# graphs.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+GENERATE_LEGEND = YES
+
+# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
+# files that are used to generate the various graphs.
+# The default value is: YES.
+# This tag requires that the tag HAVE_DOT is set to YES.
+
+DOT_CLEANUP = YES
diff --git a/DraftProjectAdapter_8java.html b/DraftProjectAdapter_8java.html
new file mode 100644
index 00000000..d56b7409
--- /dev/null
+++ b/DraftProjectAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/adapter/DraftProjectAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DraftsFragment_8java.html b/DraftsFragment_8java.html
new file mode 100644
index 00000000..9b34caba
--- /dev/null
+++ b/DraftsFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/fragment/DraftsFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FileDialog_8java.html b/FileDialog_8java.html
new file mode 100644
index 00000000..a8e8a398
--- /dev/null
+++ b/FileDialog_8java.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/FileDialog.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FileUtils_8java.html b/FileUtils_8java.html
new file mode 100644
index 00000000..54ed098f
--- /dev/null
+++ b/FileUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/FileUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FirstRunActivity_8java.html b/FirstRunActivity_8java.html
new file mode 100644
index 00000000..4547c5f5
--- /dev/null
+++ b/FirstRunActivity_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/activity/FirstRunActivity.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FixedSpeedScroller_8java.html b/FixedSpeedScroller_8java.html
new file mode 100644
index 00000000..af220200
--- /dev/null
+++ b/FixedSpeedScroller_8java.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/widgets/FixedSpeedScroller.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlashCardAdapter_8java.html b/FlashCardAdapter_8java.html
new file mode 100644
index 00000000..ea8d78b3
--- /dev/null
+++ b/FlashCardAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/FlashCardAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlashCardModel_8java.html b/FlashCardModel_8java.html
new file mode 100644
index 00000000..45df7ca3
--- /dev/null
+++ b/FlashCardModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/FlashCardModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlashContract_8java.html b/FlashContract_8java.html
new file mode 100644
index 00000000..1249b6e6
--- /dev/null
+++ b/FlashContract_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FlashContract.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlashDBHelper_8java.html b/FlashDBHelper_8java.html
new file mode 100644
index 00000000..d2390a35
--- /dev/null
+++ b/FlashDBHelper_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FlashDBHelper.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.flashcardtemplate.data.FlashDBHelper
+ DatabaseHelper for flash card template's simulator.
+
+
+
+
+
+
+
diff --git a/FlashDb_8java.html b/FlashDb_8java.html
new file mode 100644
index 00000000..ff94a5af
--- /dev/null
+++ b/FlashDb_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FlashDb.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlashModel_8java.html b/FlashModel_8java.html
new file mode 100644
index 00000000..27ad1c5e
--- /dev/null
+++ b/FlashModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FlashModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlashTemplate_8java.html b/FlashTemplate_8java.html
new file mode 100644
index 00000000..d9ce90d1
--- /dev/null
+++ b/FlashTemplate_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/FlashTemplate.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlipPageTransformer_8java.html b/FlipPageTransformer_8java.html
new file mode 100644
index 00000000..1b0c954b
--- /dev/null
+++ b/FlipPageTransformer_8java.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/animations/FlipPageTransformer.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/HomeActivity_8java.html b/HomeActivity_8java.html
new file mode 100644
index 00000000..594a1264
--- /dev/null
+++ b/HomeActivity_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/activity/HomeActivity.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/HomeFragment_8java.html b/HomeFragment_8java.html
new file mode 100644
index 00000000..7b56745d
--- /dev/null
+++ b/HomeFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/fragment/HomeFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/InfoAdapter_8java.html b/InfoAdapter_8java.html
new file mode 100644
index 00000000..324ceeb3
--- /dev/null
+++ b/InfoAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/InfoAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/InfoArrayAdapter_8java.html b/InfoArrayAdapter_8java.html
new file mode 100644
index 00000000..e5529f3d
--- /dev/null
+++ b/InfoArrayAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/adapter/InfoArrayAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/InfoContract_8java.html b/InfoContract_8java.html
new file mode 100644
index 00000000..efd82e57
--- /dev/null
+++ b/InfoContract_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoContract.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/InfoDBHelper_8java.html b/InfoDBHelper_8java.html
new file mode 100644
index 00000000..60e694a1
--- /dev/null
+++ b/InfoDBHelper_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoDBHelper.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.infotemplate.data.InfoDBHelper
+ DatabaseHelper for info template's simulator.
+
+
+
+
+
+
+
diff --git a/InfoDb_8java.html b/InfoDb_8java.html
new file mode 100644
index 00000000..a7609dac
--- /dev/null
+++ b/InfoDb_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoDb.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/InfoTemplate_8java.html b/InfoTemplate_8java.html
new file mode 100644
index 00000000..b1d4ae1a
--- /dev/null
+++ b/InfoTemplate_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/InfoTemplate.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/KeyStoreDetails_8java.html b/KeyStoreDetails_8java.html
new file mode 100644
index 00000000..b5d7955e
--- /dev/null
+++ b/KeyStoreDetails_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model/KeyStoreDetails.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/KeyboardHelper_8java.html b/KeyboardHelper_8java.html
new file mode 100644
index 00000000..fc50c913
--- /dev/null
+++ b/KeyboardHelper_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/KeyboardHelper.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LearnSpellingAdapter_8java.html b/LearnSpellingAdapter_8java.html
new file mode 100644
index 00000000..4fc9c4e8
--- /dev/null
+++ b/LearnSpellingAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/LearnSpellingAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LearnSpellingModel_8java.html b/LearnSpellingModel_8java.html
new file mode 100644
index 00000000..30bba0f2
--- /dev/null
+++ b/LearnSpellingModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/LearnSpellingModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LearnSpellingTemplate_8java.html b/LearnSpellingTemplate_8java.html
new file mode 100644
index 00000000..7797b7e6
--- /dev/null
+++ b/LearnSpellingTemplate_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/LearnSpellingTemplate.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LoadApkFragment_8java.html b/LoadApkFragment_8java.html
new file mode 100644
index 00000000..a717f49a
--- /dev/null
+++ b/LoadApkFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/fragment/LoadApkFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LoadProjectFragment_8java.html b/LoadProjectFragment_8java.html
new file mode 100644
index 00000000..40d12608
--- /dev/null
+++ b/LoadProjectFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/fragment/LoadProjectFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MatchAdapter_8java.html b/MatchAdapter_8java.html
new file mode 100644
index 00000000..a3237c91
--- /dev/null
+++ b/MatchAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/MatchAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MatchArrayAdapter__A_8java.html b/MatchArrayAdapter__A_8java.html
new file mode 100644
index 00000000..9943686d
--- /dev/null
+++ b/MatchArrayAdapter__A_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/adapter/MatchArrayAdapter_A.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MatchArrayAdapter__B_8java.html b/MatchArrayAdapter__B_8java.html
new file mode 100644
index 00000000..89c5a946
--- /dev/null
+++ b/MatchArrayAdapter__B_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/adapter/MatchArrayAdapter_B.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MatchContract_8java.html b/MatchContract_8java.html
new file mode 100644
index 00000000..bcee36a1
--- /dev/null
+++ b/MatchContract_8java.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchContract.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MatchDBHelper_8java.html b/MatchDBHelper_8java.html
new file mode 100644
index 00000000..90fe96e6
--- /dev/null
+++ b/MatchDBHelper_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchDBHelper.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.matchtemplate.data.MatchDBHelper
+ DatabaseHelper for match template's simulator.
+
+
+
+
+
+
+
diff --git a/MatchDb_8java.html b/MatchDb_8java.html
new file mode 100644
index 00000000..bc4de168
--- /dev/null
+++ b/MatchDb_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchDb.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MatchMetaAdapter_8java.html b/MatchMetaAdapter_8java.html
new file mode 100644
index 00000000..733905aa
--- /dev/null
+++ b/MatchMetaAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/MatchMetaAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MatchTemplate_8java.html b/MatchTemplate_8java.html
new file mode 100644
index 00000000..f1b685e0
--- /dev/null
+++ b/MatchTemplate_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/MatchTemplate.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NavigationDrawerFragment_8java.html b/NavigationDrawerFragment_8java.html
new file mode 100644
index 00000000..6311a2bd
--- /dev/null
+++ b/NavigationDrawerFragment_8java.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/fragment/NavigationDrawerFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NavigationDrawerMenuAdapter_8java.html b/NavigationDrawerMenuAdapter_8java.html
new file mode 100644
index 00000000..8619b40c
--- /dev/null
+++ b/NavigationDrawerMenuAdapter_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/adapter/NavigationDrawerMenuAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NetworkUtils_8java.html b/NetworkUtils_8java.html
new file mode 100644
index 00000000..557bc075
--- /dev/null
+++ b/NetworkUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/NetworkUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/QuizAdapter_8java.html b/QuizAdapter_8java.html
new file mode 100644
index 00000000..aa46e314
--- /dev/null
+++ b/QuizAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/QuizAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/QuizContract_8java.html b/QuizContract_8java.html
new file mode 100644
index 00000000..6ee45579
--- /dev/null
+++ b/QuizContract_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/QuizContract.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/QuizDBHelper_8java.html b/QuizDBHelper_8java.html
new file mode 100644
index 00000000..61e6e8a4
--- /dev/null
+++ b/QuizDBHelper_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/QuizDBHelper.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.quiztemplate.data.QuizDBHelper
+ DatabaseHelper for quiz template's simulator.
+
+
+
+
+
+
+
diff --git a/QuizDb_8java.html b/QuizDb_8java.html
new file mode 100644
index 00000000..93312009
--- /dev/null
+++ b/QuizDb_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/QuizDb.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/QuizTemplate_8java.html b/QuizTemplate_8java.html
new file mode 100644
index 00000000..d903fc11
--- /dev/null
+++ b/QuizTemplate_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/QuizTemplate.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ResponseFragment_8java.html b/ResponseFragment_8java.html
new file mode 100644
index 00000000..cadff58a
--- /dev/null
+++ b/ResponseFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment/ResponseFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RestoreThread_8java.html b/RestoreThread_8java.html
new file mode 100644
index 00000000..e148402f
--- /dev/null
+++ b/RestoreThread_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/RestoreThread.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ResultActivityFragment_8java.html b/ResultActivityFragment_8java.html
new file mode 100644
index 00000000..e8945d0e
--- /dev/null
+++ b/ResultActivityFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment/ResultActivityFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RoundedTransformation_8java.html b/RoundedTransformation_8java.html
new file mode 100644
index 00000000..97f27672
--- /dev/null
+++ b/RoundedTransformation_8java.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/RoundedTransformation.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SavedApiAdapter_8java.html b/SavedApiAdapter_8java.html
new file mode 100644
index 00000000..27d930b0
--- /dev/null
+++ b/SavedApiAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/adapter/SavedApiAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SavedApi_8java.html b/SavedApi_8java.html
new file mode 100644
index 00000000..4b6856fb
--- /dev/null
+++ b/SavedApi_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model/SavedApi.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SavedProjectAdapter_8java.html b/SavedProjectAdapter_8java.html
new file mode 100644
index 00000000..1df4ce8f
--- /dev/null
+++ b/SavedProjectAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/adapter/SavedProjectAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SavedProject_8java.html b/SavedProject_8java.html
new file mode 100644
index 00000000..6eda2496
--- /dev/null
+++ b/SavedProject_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model/SavedProject.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Section_8java.html b/Section_8java.html
new file mode 100644
index 00000000..9d2b714f
--- /dev/null
+++ b/Section_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model/Section.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SettingsFragment_8java.html b/SettingsFragment_8java.html
new file mode 100644
index 00000000..b38ad2c2
--- /dev/null
+++ b/SettingsFragment_8java.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/fragment/SettingsFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SettingsLinkerActivity_8java.html b/SettingsLinkerActivity_8java.html
new file mode 100644
index 00000000..7ada59d9
--- /dev/null
+++ b/SettingsLinkerActivity_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/activity/SettingsLinkerActivity.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SignerThread_8java.html b/SignerThread_8java.html
new file mode 100644
index 00000000..aef4e513
--- /dev/null
+++ b/SignerThread_8java.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/SignerThread.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Simulator_8java.html b/Simulator_8java.html
new file mode 100644
index 00000000..6bd37fdf
--- /dev/null
+++ b/Simulator_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/simulator/Simulator.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SpellContract_8java.html b/SpellContract_8java.html
new file mode 100644
index 00000000..8833a72c
--- /dev/null
+++ b/SpellContract_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/SpellContract.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SpellDBHelper_8java.html b/SpellDBHelper_8java.html
new file mode 100644
index 00000000..c90e7751
--- /dev/null
+++ b/SpellDBHelper_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/SpellDBHelper.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.learnspelling.data.SpellDBHelper
+ DatabaseHelper for spell template's simulator.
+
+
+
+
+
+
+
diff --git a/SpellDb_8java.html b/SpellDb_8java.html
new file mode 100644
index 00000000..f177ddc4
--- /dev/null
+++ b/SpellDb_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/SpellDb.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SpellModel_8java.html b/SpellModel_8java.html
new file mode 100644
index 00000000..948a6821
--- /dev/null
+++ b/SpellModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/SpellModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TemplateActivity_8java.html b/TemplateActivity_8java.html
new file mode 100644
index 00000000..02d71936
--- /dev/null
+++ b/TemplateActivity_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/activity/TemplateActivity.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TemplateAdapter_8java.html b/TemplateAdapter_8java.html
new file mode 100644
index 00000000..41b11b37
--- /dev/null
+++ b/TemplateAdapter_8java.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/adapter/TemplateAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TemplateEditor_8java.html b/TemplateEditor_8java.html
new file mode 100644
index 00000000..578c21cc
--- /dev/null
+++ b/TemplateEditor_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/activity/TemplateEditor.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.activity.TemplateEditor
+ Placeholder activity for all the templates A placeholder activty in which all the templates are loaded and allows the user to enter respective template data, generate and save projects, APKs and sharing options. More...
+
+
+
+
+
+
+
diff --git a/TemplateInterface_8java.html b/TemplateInterface_8java.html
new file mode 100644
index 00000000..76f0240b
--- /dev/null
+++ b/TemplateInterface_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model/TemplateInterface.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Template_8java.html b/Template_8java.html
new file mode 100644
index 00000000..2b93568d
--- /dev/null
+++ b/Template_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model/Template.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TextViewPlus_8java.html b/TextViewPlus_8java.html
new file mode 100644
index 00000000..c6cbc8bc
--- /dev/null
+++ b/TextViewPlus_8java.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/views/TextViewPlus.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ToolkitApplication_8java.html b/ToolkitApplication_8java.html
new file mode 100644
index 00000000..9454c497
--- /dev/null
+++ b/ToolkitApplication_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/ToolkitApplication.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TutorialActivity_8java.html b/TutorialActivity_8java.html
new file mode 100644
index 00000000..828591a8
--- /dev/null
+++ b/TutorialActivity_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/activity/TutorialActivity.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TutorialAdapter_8java.html b/TutorialAdapter_8java.html
new file mode 100644
index 00000000..4206c316
--- /dev/null
+++ b/TutorialAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/adapter/TutorialAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Tutorial_8java.html b/Tutorial_8java.html
new file mode 100644
index 00000000..069ce7e2
--- /dev/null
+++ b/Tutorial_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model/Tutorial.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VideoArrayAdapter_8java.html b/VideoArrayAdapter_8java.html
new file mode 100644
index 00000000..7459232e
--- /dev/null
+++ b/VideoArrayAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/adapter/VideoArrayAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VideoCollectionAdapter_8java.html b/VideoCollectionAdapter_8java.html
new file mode 100644
index 00000000..4e95367d
--- /dev/null
+++ b/VideoCollectionAdapter_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoCollectionAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VideoCollectionTemplate_8java.html b/VideoCollectionTemplate_8java.html
new file mode 100644
index 00000000..ffd0d2ae
--- /dev/null
+++ b/VideoCollectionTemplate_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoCollectionTemplate.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VideoContract_8java.html b/VideoContract_8java.html
new file mode 100644
index 00000000..acf8d6df
--- /dev/null
+++ b/VideoContract_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoContract.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VideoDBHelper_8java.html b/VideoDBHelper_8java.html
new file mode 100644
index 00000000..52ebf560
--- /dev/null
+++ b/VideoDBHelper_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoDBHelper.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDBHelper
+ DatabaseHelper for video collection template's simulator.
+
+
+
+
+
+
+
diff --git a/VideoDb_8java.html b/VideoDb_8java.html
new file mode 100644
index 00000000..3c1cb1c7
--- /dev/null
+++ b/VideoDb_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoDb.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ZipSignerAppResourceAdapter_8java.html b/ZipSignerAppResourceAdapter_8java.html
new file mode 100644
index 00000000..7e7f351a
--- /dev/null
+++ b/ZipSignerAppResourceAdapter_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/ZipSignerAppResourceAdapter.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class org.buildmlearn.toolkit.utilities.ZipSignerAppResourceAdapter
+ Provides internationalized progress and error strings to the zipsigner-lib API.
+
+
+
+
+
+
+
diff --git a/annotated.html b/annotated.html
new file mode 100644
index 00000000..8de648b6
--- /dev/null
+++ b/annotated.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here are the classes, structs, unions and interfaces with brief descriptions:
+
[detail level 1 2 3 4 5 6 7 ]
+
+
+
+
+
+
diff --git a/arrowdown.png b/arrowdown.png
new file mode 100644
index 00000000..0b63f6d3
Binary files /dev/null and b/arrowdown.png differ
diff --git a/arrowright.png b/arrowright.png
new file mode 100644
index 00000000..c6ee22f9
Binary files /dev/null and b/arrowright.png differ
diff --git a/bc_s.png b/bc_s.png
new file mode 100644
index 00000000..224b29aa
Binary files /dev/null and b/bc_s.png differ
diff --git a/bdwn.png b/bdwn.png
new file mode 100644
index 00000000..940a0b95
Binary files /dev/null and b/bdwn.png differ
diff --git a/classes.html b/classes.html
new file mode 100644
index 00000000..bd766ecf
--- /dev/null
+++ b/classes.html
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest-members.html
new file mode 100644
index 00000000..9b2a271c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.ApplicationTest , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest.html b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest.html
new file mode 100644
index 00000000..f69e6dad
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.ApplicationTest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.ApplicationTest.ApplicationTest
+ (
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.map
new file mode 100644
index 00000000..2929db5e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.md5
new file mode 100644
index 00000000..f3273a83
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.md5
@@ -0,0 +1 @@
+6312547964c39cd218b17c7fb22887b7
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.png
new file mode 100644
index 00000000..f1e07040
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.map
new file mode 100644
index 00000000..2929db5e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.md5
new file mode 100644
index 00000000..f3273a83
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.md5
@@ -0,0 +1 @@
+6312547964c39cd218b17c7fb22887b7
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.png
new file mode 100644
index 00000000..f1e07040
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication-members.html
new file mode 100644
index 00000000..010c7054
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication-members.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.ToolkitApplication , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html
new file mode 100644
index 00000000..fa1b9b44
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html
@@ -0,0 +1,404 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.ToolkitApplication Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Extended Application class.
+ More...
+
+
+
+
+
+
+
Extended Application class.
+
Created by Abhishek on 31-05-2015.
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.ToolkitApplication.checkExternalStorage
+ (
+ )
+
+
+
+
+
+
Checks if external storage is present for storing data.
+
Returns true if external storage is present, else false
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.ToolkitApplication.getApkDir
+ (
+ )
+
+
+
+
+
+
Returns folder path for storing generated apks.
+
Returns Folder path
+
+
+
+
+
+
+
+
+ File org.buildmlearn.toolkit.ToolkitApplication.getDir
+ (
+ )
+
+
+
+
+
+
Returns external storage directory.
+
Returns folder file
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.ToolkitApplication.getDownloadDirectory
+ (
+ )
+
+
+
+
+
+
Returns folder path for Download directory.
+
Returns Folder path
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.ToolkitApplication.getDraftDir
+ (
+ )
+
+
+
+
+
+
Returns folder path for saved projects.
+
Returns Folder path
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.ToolkitApplication.getProjectDir
+ (
+ )
+
+
+
+
+
+
Returns directory for BuildmLearn toolkit manually created files.
+
Returns folder path
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.ToolkitApplication.getSavedDir
+ (
+ )
+
+
+
+
+
+
Returns folder path for saved projects.
+
Returns Folder path
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.ToolkitApplication.getUnZipDir
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
Returns folder path for unzipped apks.
+
Returns Folder path
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.ToolkitApplication.isExternalStorageAvailable
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.ToolkitApplication.onCreate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.ToolkitApplication.dir
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.ToolkitApplication.isExternalStorageAvailable = false
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.map
new file mode 100644
index 00000000..833afc28
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.md5
new file mode 100644
index 00000000..b0298a36
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.md5
@@ -0,0 +1 @@
+8bd1aa209ed904710dd870d08eced9c9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.png
new file mode 100644
index 00000000..9e5f014b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.map
new file mode 100644
index 00000000..833afc28
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.md5
new file mode 100644
index 00000000..b0298a36
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.md5
@@ -0,0 +1 @@
+8bd1aa209ed904710dd870d08eced9c9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.png
new file mode 100644
index 00000000..9e5f014b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn-members.html
new file mode 100644
index 00000000..6593adcf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.AboutBuildmLearn , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn.html
new file mode 100644
index 00000000..10bd0333
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.AboutBuildmLearn Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Gives brief info about BuildmLearn community and toolkit.
+ More...
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+
+
+
Gives brief info about BuildmLearn community and toolkit.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.AboutBuildmLearn.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.map
new file mode 100644
index 00000000..f1d58761
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.md5
new file mode 100644
index 00000000..8eb592d2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.md5
@@ -0,0 +1 @@
+76d8174e36aa576dd7f8c2f5e48d69b7
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.png
new file mode 100644
index 00000000..ae540c8a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.map
new file mode 100644
index 00000000..f1d58761
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.md5
new file mode 100644
index 00000000..8eb592d2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.md5
@@ -0,0 +1 @@
+76d8174e36aa576dd7f8c2f5e48d69b7
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.png
new file mode 100644
index 00000000..ae540c8a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity-members.html
new file mode 100644
index 00000000..8167139d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.DeepLinkerActivity , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity.html
new file mode 100644
index 00000000..d40d5410
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.DeepLinkerActivity Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Activity responsible for handling files opened from file explorer.
+ More...
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+
+
+
Activity responsible for handling files opened from file explorer.
+
This activity is started whenever users opens a .buildmlearn file from file explorer. This activity is responsible for getting the template type from the file, and passes the template Id and file path to Template Editor/ activity.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.DeepLinkerActivity.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.map
new file mode 100644
index 00000000..eec9bcb9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.md5
new file mode 100644
index 00000000..839057e8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.md5
@@ -0,0 +1 @@
+996a39a99efcea38d6028772a5fa101e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.png
new file mode 100644
index 00000000..49116cc1
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.map
new file mode 100644
index 00000000..eec9bcb9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.md5
new file mode 100644
index 00000000..839057e8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.md5
@@ -0,0 +1 @@
+996a39a99efcea38d6028772a5fa101e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.png
new file mode 100644
index 00000000..49116cc1
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity-members.html
new file mode 100644
index 00000000..72ab1f86
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.FirstRunActivity , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html
new file mode 100644
index 00000000..972c13f6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html
@@ -0,0 +1,237 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.FirstRunActivity Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shown on application first launch.
+ More...
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+
+
+EditText name
+
+SharedPreferences prefs
+
+
+
+static final String FIRST_RUN = "first_run"
+
+
+
+
Shown on application first launch.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.FirstRunActivity.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.activity.FirstRunActivity.FIRST_RUN = "first_run"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EditText org.buildmlearn.toolkit.activity.FirstRunActivity.name
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SharedPreferences org.buildmlearn.toolkit.activity.FirstRunActivity.prefs
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.map
new file mode 100644
index 00000000..436f21d1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.md5
new file mode 100644
index 00000000..cf52a7fa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.md5
@@ -0,0 +1 @@
+8d2e83c989cab8a9c42cc88ad44d2788
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.png
new file mode 100644
index 00000000..f956fb0a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.map
new file mode 100644
index 00000000..436f21d1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.md5
new file mode 100644
index 00000000..4caf5650
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.md5
@@ -0,0 +1 @@
+e43ddf2705795e6d801d2ec64a1755f4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.png
new file mode 100644
index 00000000..10d857ec
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity-members.html
new file mode 100644
index 00000000..96ab332f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.HomeActivity , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html
new file mode 100644
index 00000000..8ed341e7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.HomeActivity Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Home screen of the application containg all the menus and settings.
+ More...
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+
+
+
Home screen of the application containg all the menus and settings.
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.HomeActivity.onBackPressed
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.HomeActivity.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.HomeActivity.onNavigationDrawerItemSelected
+ (
+ int
+ position )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Section org.buildmlearn.toolkit.activity.HomeActivity.currentSection
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.map
new file mode 100644
index 00000000..3849d470
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.md5
new file mode 100644
index 00000000..5088d051
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.md5
@@ -0,0 +1 @@
+ee01bb25217c7358fec561a32b26f869
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.png
new file mode 100644
index 00000000..2ac4f2c6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.map
new file mode 100644
index 00000000..957f3b1f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.md5
new file mode 100644
index 00000000..16066a98
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.md5
@@ -0,0 +1 @@
+68d1c9077c8d8d9b7342acc82d097e2e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.png
new file mode 100644
index 00000000..d6ed8614
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity-members.html
new file mode 100644
index 00000000..756c8f29
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.SettingsLinkerActivity , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity.html
new file mode 100644
index 00000000..0a514c5b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.SettingsLinkerActivity Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Activity responsible for changing settings from android settings menu.
+ More...
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+
+
+
Activity responsible for changing settings from android settings menu.
+
This activity is started whenever users clicks App Settings under App notifications in android settings menu.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.SettingsLinkerActivity.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.map
new file mode 100644
index 00000000..658282a0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.md5
new file mode 100644
index 00000000..dbb0a76c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.md5
@@ -0,0 +1 @@
+e1cdc9afba8da746a311affa0ea9b863
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.png
new file mode 100644
index 00000000..8cb8bda5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.map
new file mode 100644
index 00000000..658282a0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.md5
new file mode 100644
index 00000000..dbb0a76c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.md5
@@ -0,0 +1 @@
+e1cdc9afba8da746a311affa0ea9b863
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.png
new file mode 100644
index 00000000..8cb8bda5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity-members.html
new file mode 100644
index 00000000..97cae59b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.TemplateActivity , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity.html
new file mode 100644
index 00000000..e6d3971e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.TemplateActivity Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Template activity show the list of available templates in the toolkit. Templates are defined in Template.java enum file.
+ More...
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+
+
+
Template activity show the list of available templates in the toolkit. Templates are defined in Template.java enum file.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateActivity.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.map
new file mode 100644
index 00000000..959af4bc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.md5
new file mode 100644
index 00000000..3bddbef4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.md5
@@ -0,0 +1 @@
+925514d6ba60776f299ebc807fc5158f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.png
new file mode 100644
index 00000000..ab396507
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.map
new file mode 100644
index 00000000..959af4bc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.md5
new file mode 100644
index 00000000..3bddbef4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.md5
@@ -0,0 +1 @@
+925514d6ba60776f299ebc807fc5158f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.png
new file mode 100644
index 00000000..ab396507
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor-members.html
new file mode 100644
index 00000000..336e4efc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor-members.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.TemplateEditor , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html
new file mode 100644
index 00000000..6d9d0baf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html
@@ -0,0 +1,1092 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.TemplateEditor Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Placeholder activity for all the templates A placeholder activty in which all the templates are loaded and allows the user to enter respective template data, generate and save projects, APKs and sharing options.
+ More...
+
+
+
+
+
+
+void populateMetaView (final BaseAdapter adapter)
+ Populates meta ListView item by setting adapter to ListView. More...
+
+void populateListView (final BaseAdapter adapter)
+ Populates ListView item by setting adapter to ListView. Also inflates Header View. Header view contains the editable author name and template title fields. More...
+
+void setUpActionBar ()
+ Initialization function for setting up action bar. More...
+
+void setUpTemplateEditor ()
+ Initialization function when the Temlpate Editor is created. More...
+
+void restoreTemplateEditor (Bundle savedInstanceState)
+ Initialization function when the Temlpate Editor is restored. More...
+
+void changeColorScheme ()
+ Changes the color scheme when switching from normal mode to edit mode. Edit mode is triggered, when the list item is long pressed. More...
+
+void restoreColorScheme ()
+ Restores the color scheme when switching from edit mode to normal mode. Edit mode is triggered, when the list item is long pressed. More...
+
+String saveProject ()
+ Saves the current project into a .buildmlearn file. More...
+
+String saveDraft ()
+ Saves the current project into a .buildmlearn file. More...
+
+void startSimulator ()
+ Start the simulator activity Start the simulator with the fragment returned by the selected template. Simulator is started as a new activity. More...
+
+void parseSavedFile (String path)
+ Converts an existing .buildmlearn file to TemplateInterface Object This function is used in loading existing files to editor. Reads file at a given path, parse the file and convert into and convert it into TemplateInterface object. More...
+
+void updateHeaderDetails (String name, String title)
+ Updates the title and author name in the header view. More...
+
+void setAdapter (BaseAdapter adapter)
+ Sets the adapter to the ListView. More...
+
+void setAdapterMeta (BaseAdapter adapter)
+ Sets the adapter to the ListView. More...
+
+
+
+
Placeholder activity for all the templates
+
A placeholder activty in which all the templates are loaded and allows the user to enter respective template data, generate and save projects, APKs and sharing options.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.changeColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Changes the color scheme when switching from normal mode to edit mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.onActivityResult
+ (
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.onBackPressed
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.activity.TemplateEditor.onCreateOptionsMenu
+ (
+ Menu
+ menu )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.activity.TemplateEditor.onOptionsItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.activity.TemplateEditor.onPrepareOptionsMenu
+ (
+ Menu
+ menu )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.parseSavedFile
+ (
+ String
+ path )
+
+
+
+
+
+private
+
+
+
+
+
Converts an existing .buildmlearn file to TemplateInterface Object This function is used in loading existing files to editor. Reads file at a given path, parse the file and convert into and convert it into TemplateInterface object.
+
Parameters
+
+ path Path of the existing .buildmlearn file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.populateListView
+ (
+ final BaseAdapter
+ adapter )
+
+
+
+
+
+private
+
+
+
+
+
Populates ListView item by setting adapter to ListView. Also inflates Header View. Header view contains the editable author name and template title fields.
+
Parameters
+
+ adapter Adapter containing template data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.populateMetaView
+ (
+ final BaseAdapter
+ adapter )
+
+
+
+
+
+private
+
+
+
+
+
Populates meta ListView item by setting adapter to ListView.
+
Parameters
+
+ adapter Adapter containing template meta data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.restoreColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Restores the color scheme when switching from edit mode to normal mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.restoreSelectedView
+ (
+ )
+
+
+
+
+
+
Removes selected color from the selected ListView item when switching from edit mode to normal mode.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.restoreTemplateEditor
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+private
+
+
+
+
+
Initialization function when the Temlpate Editor is restored.
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.activity.TemplateEditor.saveDraft
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Saves the current project into a .buildmlearn file.
+
Converts the current TemplateInterface object into a xml file. Xml file is saved in DRAFT Directory (defined in constants). File name is of the format: draft<0-X>.buildmlearn
+
Returns Absolute path of the saved file. Null if there is some error.
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.activity.TemplateEditor.saveProject
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Saves the current project into a .buildmlearn file.
+
Converts the current TemplateInterface object into a xml file. Xml file is saved in SAVE Directory (defined in constants). File name is of the format: <title>_by_<author>.buildmlearn
+
Returns Absolute path of the saved file. Null if there is some error.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.setAdapter
+ (
+ BaseAdapter
+ adapter )
+
+
+
+
+
+private
+
+
+
+
+
Sets the adapter to the ListView.
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.setAdapterMeta
+ (
+ BaseAdapter
+ adapter )
+
+
+
+
+
+private
+
+
+
+
+
Sets the adapter to the ListView.
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.setUpActionBar
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Initialization function for setting up action bar.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.setUpTemplateEditor
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Initialization function when the Temlpate Editor is created.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.startSimulator
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Start the simulator activity Start the simulator with the fragment returned by the selected template. Simulator is started as a new activity.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TemplateEditor.updateHeaderDetails
+ (
+ String
+ name ,
+
+
+
+
+ String
+ title
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
Updates the title and author name in the header view.
+
Parameters
+
+ name Name of the author
+ title Title of the template app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Handler org.buildmlearn.toolkit.activity.TemplateEditor.handlerToast
+
+
+
+
+private
+
+
+
+
Initial value: = new Handler() {
public void handleMessage(Message message) {
if (message.arg1 == -1) {
Toast.makeText(TemplateEditor.this, "Build unsuccessful" , Toast.LENGTH_SHORT).show();
}
}
}
+
+
+
+
+
+
+
+
+
+
+ MaterialDialog org.buildmlearn.toolkit.activity.TemplateEditor.mApkGenerationDialog
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.activity.TemplateEditor.oldFileName
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.activity.TemplateEditor.PERMISSION_REQUEST_WRITE_EXTERNAL_STORAGE_RESULT = 100
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.activity.TemplateEditor.selectedPosition = -1
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TemplateInterface org.buildmlearn.toolkit.activity.TemplateEditor.selectedTemplate
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.activity.TemplateEditor.selectedView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.activity.TemplateEditor.showTemplateSelectedMenu
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.activity.TemplateEditor.TAG = "TEMPLATE EDITOR"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Template org.buildmlearn.toolkit.activity.TemplateEditor.template
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.activity.TemplateEditor.templateEdtiorList
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.activity.TemplateEditor.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.activity.TemplateEditor.templateMetaList
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.map
new file mode 100644
index 00000000..756657e3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.md5
new file mode 100644
index 00000000..f6f2ad57
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.md5
@@ -0,0 +1 @@
+b938ff03c3c15fa24e7a3b43b93b53b5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.png
new file mode 100644
index 00000000..f84a701b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.map
new file mode 100644
index 00000000..e0b53528
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.md5
new file mode 100644
index 00000000..e6a50056
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.md5
@@ -0,0 +1 @@
+c0f28cd4005d1978012b8422f0584894
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.png
new file mode 100644
index 00000000..26966d21
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity-members.html
new file mode 100644
index 00000000..dbf32535
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.activity.TutorialActivity , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity.html b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity.html
new file mode 100644
index 00000000..363a9226
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.activity.TutorialActivity Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shows the tutorial related to BuildmLearn toolkit usage.
+ More...
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+
+
+
Shows the tutorial related to BuildmLearn toolkit usage.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.activity.TutorialActivity.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.map
new file mode 100644
index 00000000..44bf161a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.md5
new file mode 100644
index 00000000..260d2b64
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.md5
@@ -0,0 +1 @@
+fbac743508b8c3c32e7fa9c8ac15107a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.png
new file mode 100644
index 00000000..8bdf588b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.map
new file mode 100644
index 00000000..44bf161a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.md5
new file mode 100644
index 00000000..260d2b64
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.md5
@@ -0,0 +1 @@
+fbac743508b8c3c32e7fa9c8ac15107a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.png
new file mode 100644
index 00000000..8bdf588b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter-members.html
new file mode 100644
index 00000000..28f5fef7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.DraftProjectAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html
new file mode 100644
index 00000000..50f9ec23
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html
@@ -0,0 +1,308 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.DraftProjectAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adapter used for DraftsFragment to show the items.
+ More...
+
+
+
+
+
+
+
Adapter used for DraftsFragment to show the items.
+
Created by scopeinfinity on 10/3/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftProjectAdapter
+ (
+ Context
+ mContext ,
+
+
+
+
+ ArrayList< SavedProject >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ SavedProject org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getItem
+ (
+ int
+ i )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getItemId
+ (
+ int
+ i )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getView
+ (
+ int
+ position ,
+
+
+
+
+ View
+ convertView ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ArrayList<SavedProject > org.buildmlearn.toolkit.adapter.DraftProjectAdapter.data
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.adapter.DraftProjectAdapter.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder-members.html
new file mode 100644
index 00000000..18957a17
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html
new file mode 100644
index 00000000..40c61183
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder.draftIcon
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder.draftSubtitle
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder.draftTitle
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.map
new file mode 100644
index 00000000..c4e77b31
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.md5
new file mode 100644
index 00000000..c878ae4d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.md5
@@ -0,0 +1 @@
+2764c3d3af2d1adad2252ccf65eb2e7c
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.png
new file mode 100644
index 00000000..d3df457f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.map
new file mode 100644
index 00000000..84f6fcc4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.md5
new file mode 100644
index 00000000..bfc1b38a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.md5
@@ -0,0 +1 @@
+b1dc37dbb34257895acc387901f19126
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.png
new file mode 100644
index 00000000..8694ccdb
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.map
new file mode 100644
index 00000000..84f6fcc4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.md5
new file mode 100644
index 00000000..90a46ad1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+3f72f1e156d59689043b82dd30177b4f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.png
new file mode 100644
index 00000000..8c50f2a7
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter-members.html
new file mode 100644
index 00000000..d715e744
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html
new file mode 100644
index 00000000..71373971
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adapter used for showing menus in the side panel.
+ More...
+
+
+
+
+
+
+
Adapter used for showing menus in the side panel.
+
Created by Abhishek on 21/04/15.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.NavigationDrawerMenuAdapter
+ (
+ Context
+ context ,
+
+
+
+
+ LayoutInflater
+ inflater
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Section org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItem
+ (
+ int
+ position )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItemId
+ (
+ int
+ position )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getView
+ (
+ int
+ position ,
+
+
+
+
+ View
+ convertView ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.context
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.currentSectionBackgroundColor
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.currentSectionForegroundColor
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final LayoutInflater org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.inflater
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Section [] org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.sections = Section.values()
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.map
new file mode 100644
index 00000000..fe11cba3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.map
@@ -0,0 +1,3 @@
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.md5
new file mode 100644
index 00000000..67cf7680
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.md5
@@ -0,0 +1 @@
+aa35ab4ad06899747ce5cb3ac0684c5a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.png
new file mode 100644
index 00000000..834189ff
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.map
new file mode 100644
index 00000000..c89305df
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.md5
new file mode 100644
index 00000000..ad92f39b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+02159364ea81347089c25ecbb412869a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.png
new file mode 100644
index 00000000..6355a814
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter-members.html
new file mode 100644
index 00000000..29d3a219
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.SavedApiAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html
new file mode 100644
index 00000000..2be24d46
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html
@@ -0,0 +1,308 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.SavedApiAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adapter used for showing saved APIs in a list Created by opticod (Anupam Das) on 29/2/16.
+ More...
+
+
+
+
+
+
+
Adapter used for showing saved APIs in a list
+
Created by opticod (Anupam Das) on 29/2/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.SavedApiAdapter.SavedApiAdapter
+ (
+ Context
+ mContext ,
+
+
+
+
+ ArrayList< SavedApi >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.SavedApiAdapter.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ SavedApi org.buildmlearn.toolkit.adapter.SavedApiAdapter.getItem
+ (
+ int
+ i )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.adapter.SavedApiAdapter.getItemId
+ (
+ int
+ i )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.adapter.SavedApiAdapter.getView
+ (
+ int
+ position ,
+
+
+
+
+ View
+ convertView ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ArrayList<SavedApi > org.buildmlearn.toolkit.adapter.SavedApiAdapter.data
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.adapter.SavedApiAdapter.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder-members.html
new file mode 100644
index 00000000..1eaeb62e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html
new file mode 100644
index 00000000..5f01af3e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder.apkName
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder.details
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder.projectIcon
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.map
new file mode 100644
index 00000000..5ebeb12c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.md5
new file mode 100644
index 00000000..e0c9e887
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.md5
@@ -0,0 +1 @@
+dfa9df92917c15c277173653a7247699
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.png
new file mode 100644
index 00000000..3ce8080d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.map
new file mode 100644
index 00000000..51d83922
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.md5
new file mode 100644
index 00000000..5632677d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.md5
@@ -0,0 +1 @@
+f54d63cc04df2b9de0baa53070138467
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.png
new file mode 100644
index 00000000..12f700e1
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.map
new file mode 100644
index 00000000..51d83922
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.md5
new file mode 100644
index 00000000..2ddb706a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+e69d9a35421e7fd7d3f9692236920717
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.png
new file mode 100644
index 00000000..ce26b846
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter-members.html
new file mode 100644
index 00000000..063851b9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.SavedProjectAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html
new file mode 100644
index 00000000..0653d781
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.SavedProjectAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adapter used for showing saved projects in a list.
+ More...
+
+
+
+
+
+
+
Adapter used for showing saved projects in a list.
+
Created by Abhishek on 01-06-2015.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.SavedProjectAdapter.SavedProjectAdapter
+ (
+ Context
+ mContext ,
+
+
+
+
+ ArrayList< SavedProject >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ SavedProject org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getItem
+ (
+ int
+ i )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getItemId
+ (
+ int
+ i )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getSelectedPosition
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getView
+ (
+ int
+ position ,
+
+
+
+
+ View
+ convertView ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.adapter.SavedProjectAdapter.setSelectedPosition
+ (
+ int
+ selectedPosition )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ArrayList<SavedProject > org.buildmlearn.toolkit.adapter.SavedProjectAdapter.data
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.adapter.SavedProjectAdapter.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.SavedProjectAdapter.selectedPosition
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder-members.html
new file mode 100644
index 00000000..f0204ec1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html
new file mode 100644
index 00000000..c916c193
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder.details
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder.projectIcon
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder.projectName
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.map
new file mode 100644
index 00000000..bac0d95b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.md5
new file mode 100644
index 00000000..f0bcd777
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.md5
@@ -0,0 +1 @@
+17b14fcfe4bb3b8739bc2106747db28b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.png
new file mode 100644
index 00000000..d1b91e69
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.map
new file mode 100644
index 00000000..de8b9a37
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.md5
new file mode 100644
index 00000000..15bd566e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.md5
@@ -0,0 +1 @@
+d3c68e78df6e5be61840f36cee6750da
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.png
new file mode 100644
index 00000000..6a0f9af5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.map
new file mode 100644
index 00000000..de8b9a37
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.md5
new file mode 100644
index 00000000..d95e02f4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+46d7ae4b77115ddb1376d75be8397f69
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.png
new file mode 100644
index 00000000..156b3be2
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter-members.html
new file mode 100644
index 00000000..e903f558
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.TemplateAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html
new file mode 100644
index 00000000..58076755
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html
@@ -0,0 +1,493 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.TemplateAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adapter used for showing Templates available in the toolkit.
+ More...
+
+
+
+
+
+
+
Adapter used for showing Templates available in the toolkit.
+
Created by Abhishek on 23-05-2015.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TemplateAdapter.TemplateAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.adapter.TemplateAdapter.cancelPotentialWork
+ (
+ int
+ data ,
+
+
+
+
+ ImageView
+ imageView
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static BitmapWorkerTask org.buildmlearn.toolkit.adapter.TemplateAdapter.getBitmapWorkerTask
+ (
+ ImageView
+ imageView )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Template org.buildmlearn.toolkit.adapter.TemplateAdapter.getItem
+ (
+ int
+ i )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.TemplateAdapter.getItemCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.adapter.TemplateAdapter.getItemId
+ (
+ int
+ i )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.TemplateAdapter.getItemViewType
+ (
+ int
+ position )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.adapter.TemplateAdapter.onBindViewHolder
+ (
+ RecyclerView.ViewHolder
+ viewHolder ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ RecyclerView.ViewHolder org.buildmlearn.toolkit.adapter.TemplateAdapter.onCreateViewHolder
+ (
+ ViewGroup
+ viewGroup ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.adapter.TemplateAdapter.setOnClickListener
+ (
+ ViewHolder.SetOnClickListener
+ clickListener )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ListColor [] org.buildmlearn.toolkit.adapter.TemplateAdapter.colors = ListColor.values()
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.adapter.TemplateAdapter.context
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ViewHolder.SetOnClickListener org.buildmlearn.toolkit.adapter.TemplateAdapter.listener
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Template [] org.buildmlearn.toolkit.adapter.TemplateAdapter.templates = Template.values()
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder-members.html
new file mode 100644
index 00000000..a3c39c2a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html
new file mode 100644
index 00000000..0ddc250c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html
@@ -0,0 +1,304 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.ViewHolder
+ (
+ final View
+ v )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CardView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getCardView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ TextView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getDescription
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ ImageView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getImage
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ TextView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.setItemClickListener
+ (
+ SetOnClickListener
+ itemClickListener )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final CardView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.cardView
+
+
+
+
+
+
+
+
+
+
+
+ final TextView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.description
+
+
+
+
+
+
+
+
+
+
+
+ final ImageView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.image
+
+
+
+
+
+
+
+
+
+
+
+ final TextView org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.map
new file mode 100644
index 00000000..1d4c8ca3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.md5
new file mode 100644
index 00000000..7a2b102d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.md5
@@ -0,0 +1 @@
+6f708d5de2e1651ce4ab0fe30cb09fcc
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.png
new file mode 100644
index 00000000..095450d8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.map
new file mode 100644
index 00000000..a2bf45ae
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.md5
new file mode 100644
index 00000000..26bb5ae1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.md5
@@ -0,0 +1 @@
+d5c0d52024fff2aca137494bc582aa34
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.png
new file mode 100644
index 00000000..5978fb77
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.map
new file mode 100644
index 00000000..1bfe3f7c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.md5
new file mode 100644
index 00000000..12314984
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.md5
@@ -0,0 +1 @@
+eaf897d4d79746b4ae181defe9fbfba2
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.png
new file mode 100644
index 00000000..b7c5adf2
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.map
new file mode 100644
index 00000000..3104ffbf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.md5
new file mode 100644
index 00000000..65ac133b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+bb04f6ca840992f5f31d83a083ca3c39
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.png
new file mode 100644
index 00000000..8f507138
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter-members.html
new file mode 100644
index 00000000..0a21158f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.TutorialAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html
new file mode 100644
index 00000000..66647966
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html
@@ -0,0 +1,404 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.TutorialAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adapter used for showing tutorial.
+ More...
+
+
+
+
+
+
+
Adapter used for showing tutorial.
+
Created by abhishek on 03/08/15 at 10:52 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TutorialAdapter.TutorialAdapter
+ (
+ Activity
+ activity ,
+
+
+
+
+ boolean
+ startActivity
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.adapter.TutorialAdapter.destroyItem
+ (
+ ViewGroup
+ container ,
+
+
+
+
+ int
+ position ,
+
+
+
+
+ Object
+ object
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.TutorialAdapter.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tutorial org.buildmlearn.toolkit.adapter.TutorialAdapter.getItem
+ (
+ int
+ position )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ Object org.buildmlearn.toolkit.adapter.TutorialAdapter.instantiateItem
+ (
+ ViewGroup
+ container ,
+
+
+
+
+ final int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.adapter.TutorialAdapter.isViewFromObject
+ (
+ View
+ view ,
+
+
+
+
+ Object
+ object
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ListColor [] org.buildmlearn.toolkit.adapter.TutorialAdapter.colors = ListColor.values()
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Activity org.buildmlearn.toolkit.adapter.TutorialAdapter.mActivity
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final boolean org.buildmlearn.toolkit.adapter.TutorialAdapter.mStartActivity
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Tutorial [] org.buildmlearn.toolkit.adapter.TutorialAdapter.mTutorials
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.map
new file mode 100644
index 00000000..6f6baa69
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.md5
new file mode 100644
index 00000000..738cb73c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.md5
@@ -0,0 +1 @@
+aa33bcbd84a01c4c502288140411ef77
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.png
new file mode 100644
index 00000000..7aeccca6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.map
new file mode 100644
index 00000000..7efd354b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.md5
new file mode 100644
index 00000000..853bc541
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+d420a372f20ebda43fdd47c852211660
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.png
new file mode 100644
index 00000000..150f51c6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants-members.html
new file mode 100644
index 00000000..0f3d6f87
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants-members.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html
new file mode 100644
index 00000000..64f55d2a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html
@@ -0,0 +1,409 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in comprehension template's simulator relating databases.
+ More...
+
+
+
Constants used in comprehension template's simulator relating databases.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ANSWERED = 7
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ATTEMPTED = 8
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_CORRECT_ANSWER = 6
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_1 = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_2 = 3
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_3 = 4
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_4 = 5
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_PASSAGE = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_QUESTION = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_TIME = 3
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_TITLE = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.Constants.firstrun = "firstRun"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.comprehensiontemplate.Constants.XMLFileName = "comprehension_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails-members.html
new file mode 100644
index 00000000..e957efa9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html
new file mode 100644
index 00000000..68c8a2b4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "meta_details"
+
+static final String TITLE = "title"
+
+static final String PASSAGE = "passage"
+
+static final String TIME = "time"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.PASSAGE = "passage"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TABLE_NAME = "meta_details"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TIME = "time"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TITLE = "title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.map
new file mode 100644
index 00000000..57a001cb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.md5
new file mode 100644
index 00000000..63971a72
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.md5
@@ -0,0 +1 @@
+979c5dd356178a7975ad9b566c3a755e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.png
new file mode 100644
index 00000000..b9435e34
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.map
new file mode 100644
index 00000000..57a001cb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.md5
new file mode 100644
index 00000000..63971a72
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.md5
@@ -0,0 +1 @@
+979c5dd356178a7975ad9b566c3a755e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.png
new file mode 100644
index 00000000..b9435e34
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions-members.html
new file mode 100644
index 00000000..05cc81d4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions-members.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html
new file mode 100644
index 00000000..a0c7edb3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "questions"
+
+static final String QUESTION = "question"
+
+static final String OPTION_1 = "option_1"
+
+static final String OPTION_2 = "option_2"
+
+static final String OPTION_3 = "option_3"
+
+static final String OPTION_4 = "option_4"
+
+static final String CORRECT_ANSWER = "correct_answer"
+
+static final String ANSWERED = "answered"
+
+static final String ATTEMPTED = "attempted"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.ANSWERED = "answered"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.ATTEMPTED = "attempted"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.CORRECT_ANSWER = "correct_answer"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_1 = "option_1"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_2 = "option_2"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_3 = "option_3"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_4 = "option_4"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.QUESTION = "question"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.TABLE_NAME = "questions"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.map
new file mode 100644
index 00000000..5c6c6c62
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.md5
new file mode 100644
index 00000000..4d94cd66
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.md5
@@ -0,0 +1 @@
+c584f9a62640cb0b196719fb8ba182ec
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.png
new file mode 100644
index 00000000..f7c36c04
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.map
new file mode 100644
index 00000000..5c6c6c62
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.md5
new file mode 100644
index 00000000..4d94cd66
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.md5
@@ -0,0 +1 @@
+c584f9a62640cb0b196719fb8ba182ec
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.png
new file mode 100644
index 00000000..f7c36c04
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb-members.html
new file mode 100644
index 00000000..e130913b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb-members.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html
new file mode 100644
index 00000000..b194f41d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html
@@ -0,0 +1,444 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for comprehension template's simulator.
+ More...
+
+
+
+
+final ComprehensionDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+static final String EQUAL = " == "
+
+
+
+
Contains database util functions for comprehension template's simulator.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.ComprehensionDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.bulkInsertMetaDetails
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.bulkInsertQuestions
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getCountQuestions
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getMetaCursor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getQuestionCursorById
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ int [] org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getStatistics
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.markAnswered
+ (
+ int
+ id ,
+
+
+
+
+ int
+ answer
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.markUnAnswered
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.resetCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ComprehensionDBHelper org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.EQUAL = " == "
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/data/ComprehensionDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.map
new file mode 100644
index 00000000..6c0bce05
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.md5
new file mode 100644
index 00000000..62adf304
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.md5
@@ -0,0 +1 @@
+2b87f0d723736ad9a8227dc39899593f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.png
new file mode 100644
index 00000000..5a43a873
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..1a680a84
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..9c50e100
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for comprehension template's simulator.
+ More...
+
+
+
Contains xml data utils for comprehension template's simulator.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.comprehensiontemplate.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..6d8de544
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..7ad551d2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for comprehension template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for comprehension template's simulator.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.saveMetaData
+ (
+ ComprehensionMetaModel
+ metaDetails )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.saveQuestions
+ (
+ ArrayList< ComprehensionModel >
+ questions )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..6ef75228
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..81f478d8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+e549bdb73387bc88d6469108cd6ab78c
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..41ec7946
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..6ef75228
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..eb3a7d56
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+509a2eca16aef760cbb3f11972339af0
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..9d6b4cbf
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment-members.html
new file mode 100644
index 00000000..9a4d9350
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html
new file mode 100644
index 00000000..2eb958dc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Last Fragment for comprehension template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Last Fragment for comprehension template's simulator.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/LastFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.map
new file mode 100644
index 00000000..e6ce0669
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.md5
new file mode 100644
index 00000000..1e6f4814
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.md5
@@ -0,0 +1 @@
+0e48e8f30cd4ea0ca57b54a2e2201a06
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.png
new file mode 100644
index 00000000..02c44223
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.map
new file mode 100644
index 00000000..e6ce0669
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
new file mode 100644
index 00000000..1e6f4814
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
@@ -0,0 +1 @@
+0e48e8f30cd4ea0ca57b54a2e2201a06
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.png
new file mode 100644
index 00000000..02c44223
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment-members.html
new file mode 100644
index 00000000..8fb82959
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html
new file mode 100644
index 00000000..6c896cd3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Main Fragment for comprehension template's simulator.
+ More...
+
+
+
+
+
+
+
Main Fragment for comprehension template's simulator.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onNavigationItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ComprehensionDb org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/MainFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.map
new file mode 100644
index 00000000..23c7daac
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.md5
new file mode 100644
index 00000000..0fd202e3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.md5
@@ -0,0 +1 @@
+c1dda8b755e43afd1ffa8fd0f3887f16
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.png
new file mode 100644
index 00000000..d31e9e5e
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.map
new file mode 100644
index 00000000..29de4afb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.md5
new file mode 100644
index 00000000..98223487
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.md5
@@ -0,0 +1 @@
+9fe6cc20a17bf0896dba17f5929a73af
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.png
new file mode 100644
index 00000000..9f13f9a8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment-members.html
new file mode 100644
index 00000000..f17a05cd
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html
new file mode 100644
index 00000000..9c597a8c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Question Fragment for comprehension template's simulator.
+ More...
+
+
+
+
+
+
+
Question Fragment for comprehension template's simulator.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onNavigationItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ComprehensionDb org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/QuestionFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.map
new file mode 100644
index 00000000..43c3ff9c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.md5
new file mode 100644
index 00000000..00858505
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.md5
@@ -0,0 +1 @@
+e63d2fc97526c8536098ec39e105dcbe
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.png
new file mode 100644
index 00000000..c89633fc
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.map
new file mode 100644
index 00000000..291e7184
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.md5
new file mode 100644
index 00000000..0c2430c7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.md5
@@ -0,0 +1 @@
+16b6e7ceec1ece7294ce61bd37c620f4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.png
new file mode 100644
index 00000000..f52b4b31
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..71ca8ec1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..ece9f62e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for comprehension template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for comprehension template's simulator.
+
Created by Anupam (opticod) on 5/6/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..c75d1119
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..23b9d043
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+b3335e57df2b153a2f7176e743149fd5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..4bc5345b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..c75d1119
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..23b9d043
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+b3335e57df2b153a2f7176e743149fd5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..4bc5345b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants-members.html
new file mode 100644
index 00000000..8ed04ca2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.constant.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html
new file mode 100644
index 00000000..71e49f8c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.constant.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants related project directories, preferences and keys.
+ More...
+
+
+
Constants related project directories, preferences and keys.
+
Created by Abhishek on 21/04/15.
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.APK_DIR = BUILD_M_LEARN_PATH + "apk/"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.BUILD_M_LEARN_PATH = "/BuildmLearn/"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.DRAFT_DIR = BUILD_M_LEARN_PATH + "draft/"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.PROJECT_FILE_PATH = "PROJECT_FILE_PATH"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.SAVED_DIR = BUILD_M_LEARN_PATH + "saved/"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.SIMULATOR_FILE_PATH = "SIMULATOR_FILE_PATH"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.START_ACTIVITY = "START_ACTIVITY"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.START_FRAGMENT = "START_FRAGMENT"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.TEMPLATE_ID = "TEMPLATE_ID"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.TEMPLATE_OBJECT = "TEMPLATE_OBJECT"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.constant.Constants.UNZIP = BUILD_M_LEARN_PATH + "unzipped/"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/constant/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants-members.html
new file mode 100644
index 00000000..2a35a1e9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html
new file mode 100644
index 00000000..2429a44a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in dictation template's simulator relating databases.
+ More...
+
+
+
Constants used in dictation template's simulator relating databases.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.dictationtemplate.Constants.COL_ID = 0
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.dictationtemplate.Constants.COL_PASSAGE = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.dictationtemplate.Constants.COL_TITLE = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String [] org.buildmlearn.toolkit.dictationtemplate.Constants.DICT_COLUMNS
+
+
+
+
+static
+
+
+
+
Initial value: = {
DictContract.Dict.TABLE_NAME + "." + DictContract.Dict._ID,
DictContract.Dict.TITLE,
DictContract.Dict.PASSAGE
}
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.dictationtemplate.Constants.firstrun = "firstRun"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.dictationtemplate.Constants.passage = "PASSAGE"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.Constants.XMLFileName = "dictation_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter-members.html
new file mode 100644
index 00000000..fa2a0452
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html
new file mode 100644
index 00000000..b8178b37
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Custom Adapter for dictation template's simulator.
+ More...
+
+
+
+
+
+
+ DictArrayAdapter (Context context)
+
+View newView (Context context, Cursor cursor, ViewGroup parent)
+
+void bindView (View view, final Context context, Cursor cursor)
+
+
+
+
Custom Adapter for dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.DictArrayAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.bindView
+ (
+ View
+ view ,
+
+
+
+
+ final Context
+ context ,
+
+
+
+
+ Cursor
+ cursor
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.newView
+ (
+ Context
+ context ,
+
+
+
+
+ Cursor
+ cursor ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder-members.html
new file mode 100644
index 00000000..4314dd78
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html
new file mode 100644
index 00000000..88db0f3e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+final ImageView thumb
+
+final TextView title
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.ViewHolder
+ (
+ View
+ view )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ImageView org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.thumb
+
+
+
+
+
+
+
+
+
+
+
+ final TextView org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.map
new file mode 100644
index 00000000..8f45337e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.md5
new file mode 100644
index 00000000..3ab54b3d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.md5
@@ -0,0 +1 @@
+d6c9cb712dc18100789d3c76ceaca774
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.png
new file mode 100644
index 00000000..835b5ac9
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.map
new file mode 100644
index 00000000..81ab3628
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.md5
new file mode 100644
index 00000000..afaa0d9c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.md5
@@ -0,0 +1 @@
+585cb4ac732c854f4e50082b83ad7980
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.png
new file mode 100644
index 00000000..6f4b64f7
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.map
new file mode 100644
index 00000000..81ab3628
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.md5
new file mode 100644
index 00000000..afaa0d9c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+585cb4ac732c854f4e50082b83ad7980
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.png
new file mode 100644
index 00000000..6f4b64f7
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..5bc9c2d1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..ace927c4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for dictation template's simulator.
+ More...
+
+
+
Contains xml data utils for dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.dictationtemplate.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract.html
new file mode 100644
index 00000000..02fdc0a5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.data.DictContract Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database contracts for dictation template's simulator.
+ More...
+
+
+
Contains database contracts for dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/DictContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict-members.html
new file mode 100644
index 00000000..1f545438
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html
new file mode 100644
index 00000000..7b2cb3d3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "dictation"
+
+static final String TITLE = "title"
+
+static final String PASSAGE = "passage"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.PASSAGE = "passage"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.TABLE_NAME = "dictation"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.TITLE = "title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/DictContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.map
new file mode 100644
index 00000000..f681d2cd
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.md5
new file mode 100644
index 00000000..f32471c1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.md5
@@ -0,0 +1 @@
+65b9414399e1cf9fb59fc407b529a5f8
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.png
new file mode 100644
index 00000000..edfc1066
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.map
new file mode 100644
index 00000000..f681d2cd
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.md5
new file mode 100644
index 00000000..f32471c1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.md5
@@ -0,0 +1 @@
+65b9414399e1cf9fb59fc407b529a5f8
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.png
new file mode 100644
index 00000000..edfc1066
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb-members.html
new file mode 100644
index 00000000..f967b3ae
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.data.DictDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html
new file mode 100644
index 00000000..c97bcfda
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html
@@ -0,0 +1,346 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.data.DictDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for dictation template's simulator.
+ More...
+
+
+
+
+final DictDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+static final String EQUAL = " == "
+
+
+
+
Contains database util functions for dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.data.DictDb.DictDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.dictationtemplate.data.DictDb.bulkInsert
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.data.DictDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.data.DictDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getDictCursorById
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getDictsCursor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.data.DictDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.dictationtemplate.data.DictDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final DictDBHelper org.buildmlearn.toolkit.dictationtemplate.data.DictDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.dictationtemplate.data.DictDb.EQUAL = " == "
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/DictDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.map
new file mode 100644
index 00000000..fc38c0ba
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.md5
new file mode 100644
index 00000000..a16ccc03
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.md5
@@ -0,0 +1 @@
+d219946926735d234f92e8471105196b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.png
new file mode 100644
index 00000000..de0530fb
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel-members.html
new file mode 100644
index 00000000..287c22b6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.data.DictModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html
new file mode 100644
index 00000000..a38a0e62
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.data.DictModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model used to save dict entries in database for comprehension template's simulator.
+ More...
+
+
+
+
+
+
+
Model used to save dict entries in database for comprehension template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.data.DictModel.DictModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.data.DictModel.DictModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.dictationtemplate.data.DictModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getPassage
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setPassage
+ (
+ String
+ passage )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setTitle
+ (
+ String
+ title )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.data.DictModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Parcelable.Creator<DictModel > org.buildmlearn.toolkit.dictationtemplate.data.DictModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: @Override
public DictModel createFromParcel(Parcel parcel) {
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.data.DictModel.passage
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.data.DictModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/DictModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.map
new file mode 100644
index 00000000..cbe33796
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.md5
new file mode 100644
index 00000000..b695658c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.md5
@@ -0,0 +1 @@
+c49cbabf8f96833d923ee64de6524dc5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.png
new file mode 100644
index 00000000..18b74ba4
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.map
new file mode 100644
index 00000000..cbe33796
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.md5
new file mode 100644
index 00000000..d58a0c7f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.md5
@@ -0,0 +1 @@
+de102c784289fac4e31eb8d2a51c8cb4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.png
new file mode 100644
index 00000000..9c2bd31b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..5223b317
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..29f9b74e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for dictation template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.saveInfoData
+ (
+ ArrayList< DictModel >
+ Dicts )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..2b0b7f88
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..d65be725
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+ec458319cbaec9f47e36743f441692fb
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..a93dc264
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..2b0b7f88
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..b68ca1c8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+595160a019030608c5572cb30a77d092
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..196c52bf
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment-members.html
new file mode 100644
index 00000000..239f21ea
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment-members.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html
new file mode 100644
index 00000000..edead252
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html
@@ -0,0 +1,504 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for taking user input(dictation) in dictation template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment for taking user input(dictation) in dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.DetailActivityFragment
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ Loader<Cursor> org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onCreateLoader
+ (
+ int
+ id ,
+
+
+
+
+ Bundle
+ args
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onLoaderReset
+ (
+ Loader< Cursor >
+ loader )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onLoadFinished
+ (
+ Loader< Cursor >
+ loader ,
+
+
+
+
+ final Cursor
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onPause
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onResume
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DictDb org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.DETAIL_LOADER = 0
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.dict_Id
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ProgressDialog org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.progress
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextToSpeech org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.tts
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map
new file mode 100644
index 00000000..b010251a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5
new file mode 100644
index 00000000..d6ffa6d5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5
@@ -0,0 +1 @@
+e51ee3d2b45a646ae750fa7a62fddfb4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png
new file mode 100644
index 00000000..d2780abc
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map
new file mode 100644
index 00000000..5b196cd5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5
new file mode 100644
index 00000000..bb2b7743
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5
@@ -0,0 +1 @@
+4f6a7691b987bdf1057b819627650b50
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png
new file mode 100644
index 00000000..d9fc55ba
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment-members.html
new file mode 100644
index 00000000..e9996bd7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment-members.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html
new file mode 100644
index 00000000..494194a4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html
@@ -0,0 +1,533 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment to hear dictation in dictation template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment to hear dictation in dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ Loader<Cursor> org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateLoader
+ (
+ int
+ i ,
+
+
+
+
+ Bundle
+ bundle
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoaderReset
+ (
+ Loader< Cursor >
+ cursorLoader )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoadFinished
+ (
+ Loader< Cursor >
+ cursorLoader ,
+
+
+
+
+ Cursor
+ cursor
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DictDb org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.DICT_LOADER = 0
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<DictModel > org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.dictList
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DictArrayAdapter org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.dictListAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.listView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.mPosition = ListView.INVALID_POSITION
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.SELECTED_KEY = "selected_position"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map
new file mode 100644
index 00000000..cebfdc99
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5
new file mode 100644
index 00000000..df0a7f71
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5
@@ -0,0 +1 @@
+294b650c34f897ce8f01599067ae99d8
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png
new file mode 100644
index 00000000..c320a29a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map
new file mode 100644
index 00000000..6e6929f8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5
new file mode 100644
index 00000000..ba0fb445
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5
@@ -0,0 +1 @@
+3baf2324b0a36657095c1030a27dc0ef
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png
new file mode 100644
index 00000000..1a778367
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment-members.html
new file mode 100644
index 00000000..2ebc0d28
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html
new file mode 100644
index 00000000..5e3f6c90
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html
@@ -0,0 +1,470 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for displaying score to user in dictation template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment for displaying score to user in dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.ResultActivityFragment
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ Loader<Cursor> org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateLoader
+ (
+ int
+ id ,
+
+
+
+
+ Bundle
+ args
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoaderReset
+ (
+ Loader< Cursor >
+ loader )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoadFinished
+ (
+ Loader< Cursor >
+ loader ,
+
+
+
+
+ final Cursor
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DictDb org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.DETAIL_LOADER = 0
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.dict_Id
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ContentValues org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.dictValues
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.passageEntered
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.map
new file mode 100644
index 00000000..78f60d30
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.md5
new file mode 100644
index 00000000..65ffc124
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.md5
@@ -0,0 +1 @@
+783593e13f7a0273317daeba893dd04f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.png
new file mode 100644
index 00000000..c0921178
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.map
new file mode 100644
index 00000000..1dac8ffe
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.md5
new file mode 100644
index 00000000..f7ed5be5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.md5
@@ -0,0 +1 @@
+9285b6182cc6e5b05d32ba3ff30c3f11
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.png
new file mode 100644
index 00000000..e95b30a6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..ca493fa2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..ae7b4c1b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for dictation template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for dictation template's simulator.
+
Created by Anupam (opticod) on 10/7/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..a0471408
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..3146f33b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+9716b3b523378386ac8c747f432f8425
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..2611d507
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..a0471408
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..3146f33b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+9716b3b523378386ac8c747f432f8425
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..2611d507
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest-members.html
new file mode 100644
index 00000000..21721a32
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.espresso.ComprehensionTest , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html
new file mode 100644
index 00000000..a78a429f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html
@@ -0,0 +1,403 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.espresso.ComprehensionTest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static void sleep ()
+
+
+
+String getText (final Matcher< View > matcher)
+
+
+
+
Espresso test designed to test all the functionalities of Comprehension template Created by anupam (opticod) on 7/6/16.
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.addMetaDetails
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.addQuestions
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.addTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.espresso.ComprehensionTest.allowPermissionsIfNeeded
+ (
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.checkSimulator
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.editMetaDetails
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.editQuestions
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.espresso.ComprehensionTest.getText
+ (
+ final Matcher< View >
+ matcher )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.saveAPK
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.setUp
+ (
+ )
+ throws Throwable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.espresso.ComprehensionTest.sleep
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.testAllSerially
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.espresso.ComprehensionTest.toolbarTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ActivityTestRule<TemplateEditor > org.buildmlearn.toolkit.espresso.ComprehensionTest.mActivityRule
+
+
+
+
Initial value: =
new ActivityTestRule<TemplateEditor>(TemplateEditor.class) {
@Override
protected Intent getActivityIntent() {
Context targetContext = getInstrumentation()
.getTargetContext();
Intent result = new Intent(targetContext, TemplateEditor.class);
result.putExtra(Constants.TEMPLATE_ID, 5);
return result;
}
}
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.map
new file mode 100644
index 00000000..92eb5ada
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.md5
new file mode 100644
index 00000000..4180d314
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.md5
@@ -0,0 +1 @@
+0aa27657537581eabb18046d02695cd9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.png
new file mode 100644
index 00000000..da7ef4ef
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants-members.html
new file mode 100644
index 00000000..9e2d3eef
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html
new file mode 100644
index 00000000..9cd81529
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in flash card template's simulator relating databases.
+ More...
+
+
+
Constants used in flash card template's simulator relating databases.
+
Created by Anupam (opticod) on 10/8/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_ANSWER = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_BASE64 = 4
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_HINT = 3
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_QUESTION = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.flashcardtemplate.Constants.firstrun = "firstRun"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.Constants.XMLFileName = "flash_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer-members.html
new file mode 100644
index 00000000..84b5d5e2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html
new file mode 100644
index 00000000..8650ebae
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Created by Ashish Goel on 1/30/2016.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer.setRotation
+ (
+ View
+ page ,
+
+
+
+
+ float
+ position ,
+
+
+
+
+ float
+ percentage
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer.setSize
+ (
+ View
+ page ,
+
+
+
+
+ float
+ position ,
+
+
+
+
+ float
+ percentage
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer.setTranslation
+ (
+ View
+ page )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer.setVisibility
+ (
+ View
+ page ,
+
+
+
+
+ float
+ position
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer.transformPage
+ (
+ View
+ page ,
+
+
+
+
+ float
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.map
new file mode 100644
index 00000000..7bbdd0cc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.md5
new file mode 100644
index 00000000..693b7f36
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.md5
@@ -0,0 +1 @@
+dc65524ad7b2de10bb8e6cc18f293a52
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.png
new file mode 100644
index 00000000..312b2024
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.map
new file mode 100644
index 00000000..7bbdd0cc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.md5
new file mode 100644
index 00000000..693b7f36
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.md5
@@ -0,0 +1 @@
+dc65524ad7b2de10bb8e6cc18f293a52
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.png
new file mode 100644
index 00000000..312b2024
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..f224fed6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..65199864
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for flash card template's simulator.
+ More...
+
+
+
Contains xml data utils for flash card template's simulator.
+
Created by Anupam (opticod) on 10/8/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.flashcardtemplate.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..01fc629f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..87533d74
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for flash card template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for flash card template's simulator.
+
Created by Anupam (opticod) on 10/8/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.saveFlashData
+ (
+ ArrayList< FlashModel >
+ Flashs )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..00787d00
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..d0aefd43
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+99cee4693dfc91a805f65a630c96007f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..07fdab4b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..00787d00
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..c9686e6e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+13d28ffc90740ba94e6bb318b92629f1
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..ec4a6c5f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards-members.html
new file mode 100644
index 00000000..417e9b50
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html
new file mode 100644
index 00000000..04a2c11a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "cards"
+
+static final String QUESTION = "question"
+
+static final String ANSWER = "answer"
+
+static final String HINT = "hint"
+
+static final String BASE64 = "base64"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.ANSWER = "answer"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.BASE64 = "base64"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.HINT = "hint"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.QUESTION = "question"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.TABLE_NAME = "cards"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FlashContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.map
new file mode 100644
index 00000000..95618956
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.md5
new file mode 100644
index 00000000..1ebd93ac
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.md5
@@ -0,0 +1 @@
+d09d6833c32319706777f2ee5d0353e8
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.png
new file mode 100644
index 00000000..d383b432
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.map
new file mode 100644
index 00000000..95618956
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.md5
new file mode 100644
index 00000000..1ebd93ac
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.md5
@@ -0,0 +1 @@
+d09d6833c32319706777f2ee5d0353e8
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.png
new file mode 100644
index 00000000..d383b432
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb-members.html
new file mode 100644
index 00000000..16cd3245
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html
new file mode 100644
index 00000000..b7bf7e6f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for flash card template's simulator.
+ More...
+
+
+
+
+final FlashDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+static final String EQUAL = " == "
+
+
+
+
Contains database util functions for flash card template's simulator.
+
Created by Anupam (opticod) on 10/8/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.FlashDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.bulkInsertFlashCards
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.getCountFlashCards
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.getFlashCursorById
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final FlashDBHelper org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.EQUAL = " == "
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FlashDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.map
new file mode 100644
index 00000000..6301d4f8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.md5
new file mode 100644
index 00000000..297231a5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.md5
@@ -0,0 +1 @@
+8c0586c4ba7bcd22fa68b818c0addea0
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.png
new file mode 100644
index 00000000..e8866e41
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel-members.html
new file mode 100644
index 00000000..e5692592
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel-members.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html
new file mode 100644
index 00000000..c9082175
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html
@@ -0,0 +1,489 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model used to save flash entries in database for flash card template's simulator.
+ More...
+
+
+
+
+
+
+
Model used to save flash entries in database for flash card template's simulator.
+
Created by Anupam (opticod) on 10/8/16.
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.FlashModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.FlashModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getAnswer
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getBase64
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getHint
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getQuestion
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.setAnswer
+ (
+ String
+ answer )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.setBase64
+ (
+ String
+ base64 )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.setHint
+ (
+ String
+ hint )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.setQuestion
+ (
+ String
+ question )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.answer
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.base64
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Creator<FlashModel > org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: = new Creator<FlashModel>() {
@Override
public FlashModel createFromParcel(Parcel parcel) {
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.hint
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.question
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FlashModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.map
new file mode 100644
index 00000000..3d55dac9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.md5
new file mode 100644
index 00000000..e8e71b22
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.md5
@@ -0,0 +1 @@
+9af25809c3be209c9f68fbec221166b9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.png
new file mode 100644
index 00000000..e2ba5f66
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.map
new file mode 100644
index 00000000..3d55dac9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.md5
new file mode 100644
index 00000000..e8e71b22
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.md5
@@ -0,0 +1 @@
+9af25809c3be209c9f68fbec221166b9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.png
new file mode 100644
index 00000000..e2ba5f66
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment-members.html
new file mode 100644
index 00000000..ff6fb45a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html
new file mode 100644
index 00000000..3fc54ae0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for displaying score to user in flash card template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Fragment for displaying score to user in flash card template's simulator.
+
Created by anupam on 10/8/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/fragment/LastFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.map
new file mode 100644
index 00000000..eca5aac7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.md5
new file mode 100644
index 00000000..d9419e97
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.md5
@@ -0,0 +1 @@
+b03aeab225767af9bb273bc18c7a3c61
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.png
new file mode 100644
index 00000000..995a5016
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.map
new file mode 100644
index 00000000..eca5aac7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
new file mode 100644
index 00000000..d9419e97
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
@@ -0,0 +1 @@
+b03aeab225767af9bb273bc18c7a3c61
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.png
new file mode 100644
index 00000000..995a5016
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment-members.html
new file mode 100644
index 00000000..c7c4243f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html
new file mode 100644
index 00000000..681c9293
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html
@@ -0,0 +1,344 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment containing the flash cards in dictation template's simulator.
+ More...
+
+
+
+
+
+
+class MyPagerAdapter
+
+
+
+
Fragment containing the flash cards in dictation template's simulator.
+
Created by anupam on 10/8/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onDestroy
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onNavigationItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.setAdapterData
+ (
+ FlashModel
+ mFlash )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FlashDb org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ViewPager org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.viewPager
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/fragment/MainFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.map
new file mode 100644
index 00000000..a019ca02
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.md5
new file mode 100644
index 00000000..3e025909
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.md5
@@ -0,0 +1 @@
+55a834b7877e4c77bdb0aad3d7f47064
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.png
new file mode 100644
index 00000000..9d979c5c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.map
new file mode 100644
index 00000000..f7cef963
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.md5
new file mode 100644
index 00000000..d9be0d41
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.md5
@@ -0,0 +1 @@
+a27c2f99b138a2bf857bcb5d1fec721f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.png
new file mode 100644
index 00000000..9667bf87
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..6765b466
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..ca9c78d3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for flash card template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for flash card template's simulator.
+
Created by Anupam (opticod) on 10/8/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..4b002db6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..c6d89c87
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+dc4fe7af3dc292d2af8cfde0b0e3add2
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..bd3918ac
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..4b002db6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..c6d89c87
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+dc4fe7af3dc292d2af8cfde0b0e3add2
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..bd3918ac
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller-members.html
new file mode 100644
index 00000000..3d87d695
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html
new file mode 100644
index 00000000..b32266b2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html
@@ -0,0 +1,273 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FixedSpeedScroller (Context context, Interpolator interpolator)
+
+void startScroll (int startX, int startY, int dx, int dy, int duration)
+
+void startScroll (int startX, int startY, int dx, int dy)
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.FixedSpeedScroller
+ (
+ Context
+ context ,
+
+
+
+
+ Interpolator
+ interpolator
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll
+ (
+ int
+ startX ,
+
+
+
+
+ int
+ startY ,
+
+
+
+
+ int
+ dx ,
+
+
+
+
+ int
+ dy ,
+
+
+
+
+ int
+ duration
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll
+ (
+ int
+ startX ,
+
+
+
+
+ int
+ startY ,
+
+
+
+
+ int
+ dx ,
+
+
+
+
+ int
+ dy
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.mDuration = 500
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.map
new file mode 100644
index 00000000..835ef48e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.md5
new file mode 100644
index 00000000..f109a183
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.md5
@@ -0,0 +1 @@
+8c2ff7c1a61011b4355349e90d8f2c8e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.png
new file mode 100644
index 00000000..f6d9f365
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.map
new file mode 100644
index 00000000..835ef48e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.md5
new file mode 100644
index 00000000..f109a183
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.md5
@@ -0,0 +1 @@
+8c2ff7c1a61011b4355349e90d8f2c8e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.png
new file mode 100644
index 00000000..f6d9f365
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment-members.html
new file mode 100644
index 00000000..99830858
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment-members.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.fragment.DraftsFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html
new file mode 100644
index 00000000..64c1d7ee
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html
@@ -0,0 +1,740 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.fragment.DraftsFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment used to save drafts.
+ More...
+
+
+
+
+
+
+static final String TAG = "Draft Project Fragment"
+
+
+
+
Fragment used to save drafts.
+
Created by scopeinfinity on 10/3/16.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.changeColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Changes the color scheme when switching from normal mode to edit mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.deleteAllDrafts
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Removes All Drafts.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.deleteItem
+ (
+ int
+ selectedPosition )
+
+
+
+
+
+private
+
+
+
+
+
Removes selected project item.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.DraftsFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.onItemClick
+ (
+ AdapterView<?>
+ parent ,
+
+
+
+
+ View
+ view ,
+
+
+
+
+ int
+ position ,
+
+
+
+
+ long
+ id
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.DraftsFragment.onOptionsItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.onPrepareOptionsMenu
+ (
+ Menu
+ menu )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.onResume
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.onViewCreated
+ (
+ View
+ view ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.reloadContent
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.restoreColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Restores the color scheme when switching from edit mode to normal mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.restoreSelectedView
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Removes selected color from the selected ListView item when switching from edit mode to normal mode.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.setAdapter
+ (
+ DraftProjectAdapter
+ adapter )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.DraftsFragment.setEmptyText
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Activity org.buildmlearn.toolkit.fragment.DraftsFragment.activity
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<SavedProject > org.buildmlearn.toolkit.fragment.DraftsFragment.draftProjects
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AbsListView org.buildmlearn.toolkit.fragment.DraftsFragment.mListView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.fragment.DraftsFragment.selectedPosition = -1
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.DraftsFragment.selectedView = null
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.DraftsFragment.showTemplateSelectedMenu
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.fragment.DraftsFragment.TAG = "Draft Project Fragment"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.map
new file mode 100644
index 00000000..ba4c9d9f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.md5
new file mode 100644
index 00000000..6ea81d3f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.md5
@@ -0,0 +1 @@
+f2f2b77e103551dfba6798ce46b364b6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.png
new file mode 100644
index 00000000..8e931b83
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.map
new file mode 100644
index 00000000..c5c40799
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.md5
new file mode 100644
index 00000000..e0db7db9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.md5
@@ -0,0 +1 @@
+bcdce327fedc883c3b901d9b0be075a3
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.png
new file mode 100644
index 00000000..9f7509ea
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment-members.html
new file mode 100644
index 00000000..ed8acbb2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.fragment.HomeFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment.html
new file mode 100644
index 00000000..b2aad676
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.fragment.HomeFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment displayed on the home screen.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Fragment displayed on the home screen.
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.HomeFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.map
new file mode 100644
index 00000000..d516eb63
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.md5
new file mode 100644
index 00000000..a7138c0f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.md5
@@ -0,0 +1 @@
+1428a2fc8aed7312d816805e6e1ed2e6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.png
new file mode 100644
index 00000000..7ed8e9db
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.map
new file mode 100644
index 00000000..d516eb63
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.md5
new file mode 100644
index 00000000..a7138c0f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.md5
@@ -0,0 +1 @@
+1428a2fc8aed7312d816805e6e1ed2e6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.png
new file mode 100644
index 00000000..7ed8e9db
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment-members.html
new file mode 100644
index 00000000..c4625947
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment-members.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.fragment.LoadApkFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html
new file mode 100644
index 00000000..130ba326
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html
@@ -0,0 +1,687 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.fragment.LoadApkFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment used for loading existing APKs into a list.
+ More...
+
+
+
+
+
+
+static final String TAG = "Load API Fragment"
+
+
+
+
Fragment used for loading existing APKs into a list.
+
Created by opticod (Anupam Das) on 29/2/16.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.changeColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Changes the color scheme when switching from normal mode to edit mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.deleteItem
+ (
+ int
+ selectedPosition )
+
+
+
+
+
+private
+
+
+
+
+
Removes selected apk item.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.LoadApkFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.onItemClick
+ (
+ AdapterView<?>
+ parent ,
+
+
+
+
+ View
+ view ,
+
+
+
+
+ int
+ position ,
+
+
+
+
+ long
+ id
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.LoadApkFragment.onOptionsItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.onPrepareOptionsMenu
+ (
+ Menu
+ menu )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.onResume
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.onViewCreated
+ (
+ View
+ view ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.restoreColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Restores the color scheme when switching from edit mode to normal mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.restoreSelectedView
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Removes selected color from the selected ListView item when switching from edit mode to normal mode.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.setAdapter
+ (
+ SavedApiAdapter
+ adapter )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadApkFragment.setEmptyText
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Activity org.buildmlearn.toolkit.fragment.LoadApkFragment.activity
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SavedApiAdapter org.buildmlearn.toolkit.fragment.LoadApkFragment.mAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AbsListView org.buildmlearn.toolkit.fragment.LoadApkFragment.mListView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<SavedApi > org.buildmlearn.toolkit.fragment.LoadApkFragment.savedApis
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.fragment.LoadApkFragment.selectedPosition = -1
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.LoadApkFragment.selectedView = null
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.LoadApkFragment.showTemplateSelectedMenu
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.fragment.LoadApkFragment.TAG = "Load API Fragment"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.map
new file mode 100644
index 00000000..138cb177
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.md5
new file mode 100644
index 00000000..d2a2b0eb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.md5
@@ -0,0 +1 @@
+a684a1f5cee8476a9924f466cc3f3394
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.png
new file mode 100644
index 00000000..d753ce69
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.map
new file mode 100644
index 00000000..b75be353
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.md5
new file mode 100644
index 00000000..ed88f585
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.md5
@@ -0,0 +1 @@
+37725f023d3b25501c6a5e9e53e4cbac
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.png
new file mode 100644
index 00000000..5faa3754
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment-members.html
new file mode 100644
index 00000000..25446107
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment-members.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.fragment.LoadProjectFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html
new file mode 100644
index 00000000..0b410c1c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html
@@ -0,0 +1,674 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.fragment.LoadProjectFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment used for loading existing projects into a list.
+ More...
+
+
+
+
+
+
+static final String TAG = "Load Project Fragment"
+
+
+
+
Fragment used for loading existing projects into a list.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.changeColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Changes the color scheme when switching from normal mode to edit mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.deleteItem
+ (
+ int
+ selectedPosition )
+
+
+
+
+
+private
+
+
+
+
+
Removes selected project item.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateOptionsMenu
+ (
+ Menu
+ menu ,
+
+
+
+
+ MenuInflater
+ inflater
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onItemClick
+ (
+ AdapterView<?>
+ parent ,
+
+
+
+
+ View
+ view ,
+
+
+
+
+ int
+ position ,
+
+
+
+
+ long
+ id
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.LoadProjectFragment.onOptionsItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onResume
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onViewCreated
+ (
+ View
+ view ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.restoreColorScheme
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Restores the color scheme when switching from edit mode to normal mode. Edit mode is triggered, when the list item is long pressed.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.restoreSelectedView
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Removes selected color from the selected ListView item when switching from edit mode to normal mode.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.setAdapter
+ (
+ SavedProjectAdapter
+ adapter )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.LoadProjectFragment.setEmptyText
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Activity org.buildmlearn.toolkit.fragment.LoadProjectFragment.activity
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AbsListView org.buildmlearn.toolkit.fragment.LoadProjectFragment.mListView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<SavedProject > org.buildmlearn.toolkit.fragment.LoadProjectFragment.savedProjects
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.LoadProjectFragment.selectedView = null
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.LoadProjectFragment.showTemplateSelectedMenu
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.fragment.LoadProjectFragment.TAG = "Load Project Fragment"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.map
new file mode 100644
index 00000000..7eeaf44d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.md5
new file mode 100644
index 00000000..d9eb6829
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.md5
@@ -0,0 +1 @@
+58ed428063321bba66ef11bfce962a99
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.png
new file mode 100644
index 00000000..3883d0cf
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.map
new file mode 100644
index 00000000..97497411
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.md5
new file mode 100644
index 00000000..8468ebf9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.md5
@@ -0,0 +1 @@
+4d6cdca142250c2b6ceb85821ce655e4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.png
new file mode 100644
index 00000000..9b9660fd
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment-members.html
new file mode 100644
index 00000000..b11cef04
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment-members.html
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.fragment.NavigationDrawerFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html
new file mode 100644
index 00000000..7797c710
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html
@@ -0,0 +1,781 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment used for managing interactions for and presentation of a navigation drawer. See the design guidelines for a complete explanation of the behaviors implemented here.
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.closeDrawer
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ActionBar org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.getActionBar
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.isDrawerOpen
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onAttach
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onConfigurationChanged
+ (
+ Configuration
+ newConfig )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreateOptionsMenu
+ (
+ Menu
+ menu ,
+
+
+
+
+ MenuInflater
+ inflater
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onDetach
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onOptionsItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.selectItem
+ (
+ int
+ position )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.setLayoutParamsForListView
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.setUp
+ (
+ int
+ fragmentId ,
+
+
+
+
+ DrawerLayout
+ drawerLayout
+
+
+
+ )
+
+
+
+
+
Users of this fragment must call this method to set up the navigation drawer interactions.
+
Parameters
+
+ fragmentId The android:id of this fragment in its activity's layout.
+ drawerLayout The DrawerLayout containing this fragment's UI.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.showGlobalContextActionBar
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
Per the navigation drawer design guidelines, updates the action bar to show the global app 'context', rather than just what's in the current screen.
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.isClicked = false
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
A pointer to the current callbacks instance (the Activity).
+
+
+
+
+
+
+
+
+
+
+
+ DrawerLayout org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.mDrawerLayout
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.mDrawerListView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ActionBarDrawerToggle org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.mDrawerToggle
+
+
+
+
+private
+
+
+
+
Helper component that ties the action bar to the navigation drawer.
+
+
+
+
+
+
+
+
+
+
+
+ Section [] org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.menus
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.mFragmentContainerView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.mFromSavedInstanceState
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.mUserLearnedDrawer
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.PREF_USER_LEARNED_DRAWER = "navigation_drawer_learned"
+
+
+
+
+static private
+
+
+
+
Per the design guidelines, you should show the drawer on launch until the user manually expands it. This shared preference tracks this.
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.selectedSectionMenu = 0
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.STATE_SELECTED_POSITION = "selected_navigation_drawer_position"
+
+
+
+
+static private
+
+
+
+
Remember the position of the selected item.
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.map
new file mode 100644
index 00000000..3c1ae34c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.md5
new file mode 100644
index 00000000..6df4e7f0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.md5
@@ -0,0 +1 @@
+1a08ef526ff671ca1d48b97d33ba33bf
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.png
new file mode 100644
index 00000000..adb94910
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.map
new file mode 100644
index 00000000..988c0eb2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.md5
new file mode 100644
index 00000000..d10343bb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.md5
@@ -0,0 +1 @@
+8faa6da9992d9b4b047333d02510f56a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.png
new file mode 100644
index 00000000..e6b8e776
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment-members.html
new file mode 100644
index 00000000..23752f3f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.fragment.SettingsFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html
new file mode 100644
index 00000000..305dad8f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.fragment.SettingsFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void onCreate (Bundle savedInstanceState)
+
+void onActivityResult (int requestCode, int resultCode, Intent data)
+
+
+
+
Created by abhishek on 21/06/15 at 9:51 PM.
+
+
+
+
+
+
+
+
+
+ static float org.buildmlearn.toolkit.fragment.SettingsFragment.deleteDirectory
+ (
+ File
+ file ,
+
+
+
+
+ float
+ size
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.SettingsFragment.onActivityResult
+ (
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.SettingsFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SharedPreferences org.buildmlearn.toolkit.fragment.SettingsFragment.preferences
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Preference org.buildmlearn.toolkit.fragment.SettingsFragment.prefUsername
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.fragment.SettingsFragment.REQUEST_PICK_APK = 9985
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.map
new file mode 100644
index 00000000..6c8397ea
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.md5
new file mode 100644
index 00000000..4024f8a9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.md5
@@ -0,0 +1 @@
+31bd3fc70224c5d0f3a0228d15c39bc0
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.png
new file mode 100644
index 00000000..7b0e8a7f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.map
new file mode 100644
index 00000000..6c8397ea
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.md5
new file mode 100644
index 00000000..c1d4fa5d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.md5
@@ -0,0 +1 @@
+4fe431ddc5bc8c64fedcff6342d16dc5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.png
new file mode 100644
index 00000000..2603522e
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants-members.html
new file mode 100644
index 00000000..3507ffb7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html
new file mode 100644
index 00000000..f7d0f80a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in info template's simulator relating databases.
+ More...
+
+
+
Constants used in info template's simulator relating databases.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.infotemplate.Constants.COL_DESCRIPTION = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.infotemplate.Constants.COL_ID = 0
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.infotemplate.Constants.COL_TITLE = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.infotemplate.Constants.firstrun = "firstRun"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String [] org.buildmlearn.toolkit.infotemplate.Constants.INFO_COLUMNS
+
+
+
+
+static
+
+
+
+
Initial value: = {
InfoContract.Info.TABLE_NAME + "." + InfoContract.Info._ID,
InfoContract.Info.TITLE,
InfoContract.Info.DESCRIPTION
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.infotemplate.Constants.XMLFileName = "info_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter-members.html
new file mode 100644
index 00000000..053bec53
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html
new file mode 100644
index 00000000..9700037c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Custom Adapter for info template's simulator.
+ More...
+
+
+
+
+
+
+ InfoArrayAdapter (Context context)
+
+View newView (Context context, Cursor cursor, ViewGroup parent)
+
+void bindView (View view, final Context context, Cursor cursor)
+
+
+
+
Custom Adapter for info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.InfoArrayAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.bindView
+ (
+ View
+ view ,
+
+
+
+
+ final Context
+ context ,
+
+
+
+
+ Cursor
+ cursor
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.newView
+ (
+ Context
+ context ,
+
+
+
+
+ Cursor
+ cursor ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder-members.html
new file mode 100644
index 00000000..2eadd391
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html
new file mode 100644
index 00000000..b7eef820
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+final ImageView thumb
+
+final TextView title
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.ViewHolder
+ (
+ View
+ view )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ImageView org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.thumb
+
+
+
+
+
+
+
+
+
+
+
+ final TextView org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.map
new file mode 100644
index 00000000..848f4c94
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.md5
new file mode 100644
index 00000000..827b1cf2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.md5
@@ -0,0 +1 @@
+2876256e77d75ae0aa22e0404adcfb57
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.png
new file mode 100644
index 00000000..18826bba
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.map
new file mode 100644
index 00000000..6adc74b1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.md5
new file mode 100644
index 00000000..f32f5147
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.md5
@@ -0,0 +1 @@
+0696c3553a032512e50c92f25291691a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.png
new file mode 100644
index 00000000..836a236a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.map
new file mode 100644
index 00000000..6adc74b1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.md5
new file mode 100644
index 00000000..f32f5147
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+0696c3553a032512e50c92f25291691a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.png
new file mode 100644
index 00000000..836a236a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..683abb40
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..f8d79d19
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for info template's simulator.
+ More...
+
+
+
Contains xml data utils for info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.infotemplate.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..1020db6f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..b7f576b7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for info template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.saveInfoData
+ (
+ ArrayList< InfoModel >
+ Infos )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..6c511684
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..4d387c52
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+d6c5cad246f429231fc95b81b1679ab9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..a94bac96
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..6c511684
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..6eef0605
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+42495c0d40cadc0624db665c98a8fe28
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..f8a9bf5a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract.html
new file mode 100644
index 00000000..908e706c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.data.InfoContract Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database contracts for info template's simulator.
+ More...
+
+
+
Contains database contracts for info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info-members.html
new file mode 100644
index 00000000..d7997eb1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html
new file mode 100644
index 00000000..d587e162
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "mLearning"
+
+static final String TITLE = "title"
+
+static final String DESCRIPTION = "description"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.DESCRIPTION = "description"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.TABLE_NAME = "mLearning"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.TITLE = "title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.map
new file mode 100644
index 00000000..4441be61
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.md5
new file mode 100644
index 00000000..879ff478
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.md5
@@ -0,0 +1 @@
+aa2cd670f2212f9bd05a035f7fefdc0f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.png
new file mode 100644
index 00000000..522d120d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.map
new file mode 100644
index 00000000..4441be61
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.md5
new file mode 100644
index 00000000..879ff478
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.md5
@@ -0,0 +1 @@
+aa2cd670f2212f9bd05a035f7fefdc0f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.png
new file mode 100644
index 00000000..522d120d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb-members.html
new file mode 100644
index 00000000..393b8576
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.data.InfoDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html
new file mode 100644
index 00000000..9c34ab8e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html
@@ -0,0 +1,346 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.data.InfoDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for info template's simulator.
+ More...
+
+
+
+
+final InfoDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+static final String EQUAL = " == "
+
+
+
+
Contains database util functions for info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.infotemplate.data.InfoDb.InfoDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.infotemplate.data.InfoDb.bulkInsert
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.data.InfoDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.data.InfoDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.infotemplate.data.InfoDb.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.infotemplate.data.InfoDb.getInfoCursorById
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.infotemplate.data.InfoDb.getInfosCursor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.data.InfoDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.infotemplate.data.InfoDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final InfoDBHelper org.buildmlearn.toolkit.infotemplate.data.InfoDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.infotemplate.data.InfoDb.EQUAL = " == "
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.map
new file mode 100644
index 00000000..51e9e86a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.md5
new file mode 100644
index 00000000..2bb96230
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.md5
@@ -0,0 +1 @@
+ee99e27cb801c520d039e8426fe5b399
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.png
new file mode 100644
index 00000000..b0d7cb9c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel-members.html
new file mode 100644
index 00000000..78aacda9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.data.InfoModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html
new file mode 100644
index 00000000..5a3742b2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.data.InfoModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model used to save info entries in database for info template's simulator.
+ More...
+
+
+
+
+
+
+
Model used to save info entries in database for info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.infotemplate.data.InfoModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.infotemplate.data.InfoModel.getDescription
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.infotemplate.data.InfoModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.data.InfoModel.setDescription
+ (
+ String
+ description )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.data.InfoModel.setTitle
+ (
+ String
+ title )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.data.InfoModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Parcelable.Creator<InfoModel > org.buildmlearn.toolkit.infotemplate.data.InfoModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: @Override
public InfoModel createFromParcel(Parcel parcel) {
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.infotemplate.data.InfoModel.description
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.infotemplate.data.InfoModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.map
new file mode 100644
index 00000000..0a51414f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.md5
new file mode 100644
index 00000000..ca536322
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.md5
@@ -0,0 +1 @@
+ac7ee94c26700e1f201003d6f4f39714
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.png
new file mode 100644
index 00000000..828a3a1c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.map
new file mode 100644
index 00000000..0a51414f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.md5
new file mode 100644
index 00000000..5ddf3ab9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.md5
@@ -0,0 +1 @@
+a27c81152ddb9582d30daf5a226abc07
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.png
new file mode 100644
index 00000000..ed54d6a0
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment-members.html
new file mode 100644
index 00000000..c8ddd7a0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment-members.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html
new file mode 100644
index 00000000..37ede436
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html
@@ -0,0 +1,448 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for details of items in info template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment for details of items in info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.DetailActivityFragment
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ Loader<Cursor> org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onCreateLoader
+ (
+ int
+ id ,
+
+
+
+
+ Bundle
+ args
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onLoaderReset
+ (
+ Loader< Cursor >
+ loader )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onLoadFinished
+ (
+ Loader< Cursor >
+ loader ,
+
+
+
+
+ final Cursor
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ InfoDb org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.DETAIL_LOADER = 0
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.info_Id
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ContentValues org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.infoValues
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map
new file mode 100644
index 00000000..5b25277a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5
new file mode 100644
index 00000000..e8672189
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5
@@ -0,0 +1 @@
+8b6a5ccbaec4a0d2b28df625bd9320e1
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png
new file mode 100644
index 00000000..101a5e5e
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map
new file mode 100644
index 00000000..e1859dc6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5
new file mode 100644
index 00000000..feebdafd
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5
@@ -0,0 +1 @@
+a426106dfe36de54d8d9df6cb4b41cac
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png
new file mode 100644
index 00000000..51ffd83f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment-members.html
new file mode 100644
index 00000000..7b3d5965
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment-members.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html
new file mode 100644
index 00000000..63247f29
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html
@@ -0,0 +1,533 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment containing the list of items in info template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment containing the list of items in info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ Loader<Cursor> org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreateLoader
+ (
+ int
+ i ,
+
+
+
+
+ Bundle
+ bundle
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onLoaderReset
+ (
+ Loader< Cursor >
+ cursorLoader )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onLoadFinished
+ (
+ Loader< Cursor >
+ cursorLoader ,
+
+
+
+
+ Cursor
+ cursor
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ InfoDb org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.INFO_LOADER = 0
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<InfoModel > org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.infoList
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ InfoArrayAdapter org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.infoListAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.listView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.mPosition = ListView.INVALID_POSITION
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.SELECTED_KEY = "selected_position"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map
new file mode 100644
index 00000000..8d0fefe2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5
new file mode 100644
index 00000000..a4d611a8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5
@@ -0,0 +1 @@
+bab0d605d485f3e82fac6ce0016b5948
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png
new file mode 100644
index 00000000..03c152ab
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map
new file mode 100644
index 00000000..70d8b318
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5
new file mode 100644
index 00000000..4d2fa463
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5
@@ -0,0 +1 @@
+56904683762e85f2c0392d68952bdf88
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png
new file mode 100644
index 00000000..544a1c84
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..01850967
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..40ecb2f6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for info template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for info template's simulator.
+
Created by Anupam (opticod) on 20/6/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..cdbd10f4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..68fc1343
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+e8620d1c6f6eff86ae464f91a94b420b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..8d0e924d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..cdbd10f4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..68fc1343
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+e8620d1c6f6eff86ae464f91a94b420b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..8d0e924d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants-members.html
new file mode 100644
index 00000000..5b865fb8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html
new file mode 100644
index 00000000..2870680e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in spell template's simulator relating databases.
+ More...
+
+
+
Constants used in spell template's simulator relating databases.
+
Created by Anupam (opticod) on 31/5/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.learnspelling.Constants.COL_ANSWERED = 3
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.learnspelling.Constants.COL_ATTEMPTED = 4
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.learnspelling.Constants.COL_MEANING = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.learnspelling.Constants.COL_WORD = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.learnspelling.Constants.XMLFileName = "spelling_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..6333eb40
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..5244ff97
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for learnspelling template's simulator.
+ More...
+
+
+
Contains xml data utils for learnspelling template's simulator.
+
Created by Anupam (opticod) on 31/5/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.learnspelling.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..c68f1aae
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..c126f201
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for learn spelling template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for learn spelling template's simulator.
+
Created by Anupam (opticod) on 11/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.saveSpellData
+ (
+ ArrayList< SpellModel >
+ Spells )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..e396fe66
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..cc8699d7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+0552f708d801bea87123eb04b8d14bf9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..feb20ae8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..e396fe66
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..27c648d4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+1f6b35df6ae45b058abb8c4d592a007d
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..467bd784
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings-members.html
new file mode 100644
index 00000000..6f0e113c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html
new file mode 100644
index 00000000..3c2f410e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "spellings"
+
+static final String WORD = "word"
+
+static final String MEANING = "meaning"
+
+static final String ANSWERED = "answered"
+
+static final String ATTEMPTED = "attempted"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ANSWERED = "answered"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ATTEMPTED = "attempted"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.MEANING = "meaning"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.TABLE_NAME = "spellings"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.WORD = "word"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/SpellContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.map
new file mode 100644
index 00000000..85bbff82
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.md5
new file mode 100644
index 00000000..b71fcbcf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.md5
@@ -0,0 +1 @@
+ace01c97cd76c41321df35f7f11dcce1
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.png
new file mode 100644
index 00000000..028ff1c8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.map
new file mode 100644
index 00000000..85bbff82
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.md5
new file mode 100644
index 00000000..b71fcbcf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.md5
@@ -0,0 +1 @@
+ace01c97cd76c41321df35f7f11dcce1
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.png
new file mode 100644
index 00000000..028ff1c8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb-members.html
new file mode 100644
index 00000000..4558a54e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.data.SpellDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html
new file mode 100644
index 00000000..e5722dac
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html
@@ -0,0 +1,421 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.data.SpellDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for spell template's simulator.
+ More...
+
+
+
+
+final SpellDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+static final String EQUAL = " == "
+
+
+
+
Contains database util functions for spell template's simulator.
+
Created by Anupam (opticod) on 1/6/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.learnspelling.data.SpellDb.SpellDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.learnspelling.data.SpellDb.bulkInsertSpellings
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.learnspelling.data.SpellDb.getCountSpellings
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.learnspelling.data.SpellDb.getSpellingCursorById
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ int [] org.buildmlearn.toolkit.learnspelling.data.SpellDb.getStatistics
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellDb.markAnswered
+ (
+ int
+ id ,
+
+
+
+
+ String
+ answer
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellDb.markUnAnswered
+ (
+ int
+ id )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellDb.resetCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.learnspelling.data.SpellDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final SpellDBHelper org.buildmlearn.toolkit.learnspelling.data.SpellDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.learnspelling.data.SpellDb.EQUAL = " == "
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/SpellDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.map
new file mode 100644
index 00000000..298e067c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.md5
new file mode 100644
index 00000000..2e711a55
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.md5
@@ -0,0 +1 @@
+a19ffb825da9ebe394e743b4129aaaca
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.png
new file mode 100644
index 00000000..ada7a434
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel-members.html
new file mode 100644
index 00000000..8656916f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.data.SpellModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html
new file mode 100644
index 00000000..51f0cd82
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.data.SpellModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model used to save spell entries in database for spell template's simulator.
+ More...
+
+
+
+
+
+
+
Model used to save spell entries in database for spell template's simulator.
+
Created by Anupam (opticod) on 1/6/16.
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.learnspelling.data.SpellModel.SpellModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.learnspelling.data.SpellModel.SpellModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.learnspelling.data.SpellModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.learnspelling.data.SpellModel.getMeaning
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.learnspelling.data.SpellModel.getWord
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellModel.setMeaning
+ (
+ String
+ meaning )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellModel.setWord
+ (
+ String
+ word )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.data.SpellModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Creator<SpellModel > org.buildmlearn.toolkit.learnspelling.data.SpellModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: = new Creator<SpellModel>() {
@Override
public SpellModel createFromParcel(Parcel parcel) {
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.learnspelling.data.SpellModel.meaning
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.learnspelling.data.SpellModel.word
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/SpellModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.map
new file mode 100644
index 00000000..c990e0cf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.md5
new file mode 100644
index 00000000..aece67fe
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.md5
@@ -0,0 +1 @@
+f5379315c3c89f790d7372a597303662
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.png
new file mode 100644
index 00000000..c4c4810b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.map
new file mode 100644
index 00000000..c990e0cf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.md5
new file mode 100644
index 00000000..aece67fe
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.md5
@@ -0,0 +1 @@
+f5379315c3c89f790d7372a597303662
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.png
new file mode 100644
index 00000000..c4c4810b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment-members.html
new file mode 100644
index 00000000..cd33f119
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.fragment.LastFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html
new file mode 100644
index 00000000..af6b3634
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.fragment.LastFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for displaying score to user in learnspelling template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+void onDestroy ()
+
+
+
+
Fragment for displaying score to user in learnspelling template's simulator.
+
Created by Anupam (opticod) on 2/6/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.onDestroy
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SpellDb org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment/LastFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.map
new file mode 100644
index 00000000..2c68eb7b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.md5
new file mode 100644
index 00000000..a5533266
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.md5
@@ -0,0 +1 @@
+d92626dd4733a3a9381021807cd46bec
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.png
new file mode 100644
index 00000000..2c64f930
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.map
new file mode 100644
index 00000000..0ee78795
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.md5
new file mode 100644
index 00000000..57c519fe
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.md5
@@ -0,0 +1 @@
+311c2dfff3556ba5491aa0b729a2fd31
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.png
new file mode 100644
index 00000000..44483d28
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment-members.html
new file mode 100644
index 00000000..4ed639e9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment-members.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.fragment.MainFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html
new file mode 100644
index 00000000..c733fa00
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html
@@ -0,0 +1,598 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for the users to test their spelling skills. spelling template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment for the users to test their spelling skills. spelling template's simulator.
+
Created by Anupam (opticod) on 31/5/16.
+
+
+
+
+
+
+
+
+
+ float org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.getProgressValue
+ (
+ int
+ percent )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onDestroy
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onNavigationItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onPause
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onResume
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.setListeners
+ (
+ final String
+ spellId ,
+
+
+
+
+ final String
+ word ,
+
+
+
+
+ final String
+ answered
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.submit
+ (
+ String
+ spell )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SpellDb org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android.app.AlertDialog org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mAlert
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Button org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mBtn_Spell
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Context org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EditText org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mEt_Spelling
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final float org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.MIN_SPEECH_RATE = 0.01f
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SeekBar org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mSb_SpeechRate
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ProgressDialog org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.progress
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextToSpeech org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.tts
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment/MainFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.map
new file mode 100644
index 00000000..3213080a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.md5
new file mode 100644
index 00000000..396a9fa9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.md5
@@ -0,0 +1 @@
+206f3e6f5082897a56bcecdaa07dc93e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.png
new file mode 100644
index 00000000..f3cf94c5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.map
new file mode 100644
index 00000000..fdebbe66
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.md5
new file mode 100644
index 00000000..0e34589c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.md5
@@ -0,0 +1 @@
+474fe068143306fd6e52305f34ad4c97
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.png
new file mode 100644
index 00000000..4b6b6d21
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment-members.html
new file mode 100644
index 00000000..7b980a7c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html
new file mode 100644
index 00000000..7fb1c669
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for displaying the correct and user entered spell to users in spelling template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment for displaying the correct and user entered spell to users in spelling template's simulator.
+
Created by Anupam (opticod) on 31/5/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onDestroy
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onNavigationItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SpellDb org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.map
new file mode 100644
index 00000000..baad1086
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.md5
new file mode 100644
index 00000000..178da915
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.md5
@@ -0,0 +1 @@
+65400cabe6eca4412419eabf6907b11f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.png
new file mode 100644
index 00000000..750a7fec
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.map
new file mode 100644
index 00000000..57733653
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.md5
new file mode 100644
index 00000000..1ef0c591
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.md5
@@ -0,0 +1 @@
+c0b386beefea2a01972def7e3d7dfaf9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.png
new file mode 100644
index 00000000..ce7afdef
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..ba8a92c7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..2d2de1e6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for spelling template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for spelling template's simulator.
+
Created by Anupam (opticod) on 6/7/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..e6c784ff
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..ccd86614
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+103262322d0ea4bc37c1713f3f11c3eb
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..821e80c8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..e6c784ff
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..ccd86614
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+103262322d0ea4bc37c1713f3f11c3eb
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..821e80c8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants-members.html
new file mode 100644
index 00000000..86f91c94
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html
new file mode 100644
index 00000000..b09c40aa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in match template's simulator relating databases.
+ More...
+
+
+
Constants used in match template's simulator relating databases.
+
Created by Anupam (opticod) on 24/7/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_FIRST_TITLE = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_MATCH_A = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_MATCH_B = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_SECOND_TITLE = 3
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_TITLE_META = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.Constants.first_list = "firstList"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.Constants.second_list = "secondList"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.Constants.XMLFileName = "match_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A-members.html
new file mode 100644
index 00000000..d77d993c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html
new file mode 100644
index 00000000..623354f7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Custom Adapter for match template's simulator.
+ More...
+
+
+
+
+
+
+
Custom Adapter for match template's simulator.
+
Created by Anupam (opticod) on 24/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.MatchArrayAdapter_A
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< MatchModel >
+ lists
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.getView
+ (
+ int
+ position ,
+
+
+
+
+ View
+ convertView ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder-members.html
new file mode 100644
index 00000000..ab699dcb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.ViewHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder.html
new file mode 100644
index 00000000..b4f2738b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.ViewHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextView org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.ViewHolder.text
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.map
new file mode 100644
index 00000000..e6d8d237
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.md5
new file mode 100644
index 00000000..f2b46475
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.md5
@@ -0,0 +1 @@
+852cb66d6f758c5055bac7816c9bf53b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.png
new file mode 100644
index 00000000..6a91a252
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.map
new file mode 100644
index 00000000..cb927c15
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.md5
new file mode 100644
index 00000000..825ee5c5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.md5
@@ -0,0 +1 @@
+2425b329a92f215878ffe4915b398616
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.png
new file mode 100644
index 00000000..16c7d3ad
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.map
new file mode 100644
index 00000000..cb927c15
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.md5
new file mode 100644
index 00000000..825ee5c5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.md5
@@ -0,0 +1 @@
+2425b329a92f215878ffe4915b398616
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.png
new file mode 100644
index 00000000..16c7d3ad
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B-members.html
new file mode 100644
index 00000000..57930077
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html
new file mode 100644
index 00000000..4998cbaa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Custom Adapter for match template's simulator.
+ More...
+
+
+
+
+
+
+
Custom Adapter for match template's simulator.
+
Created by Anupam (opticod) on 24/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.MatchArrayAdapter_B
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< MatchModel >
+ lists
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.getView
+ (
+ int
+ position ,
+
+
+
+
+ View
+ convertView ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder-members.html
new file mode 100644
index 00000000..a9b4a43c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.ViewHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder.html
new file mode 100644
index 00000000..e074568c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.ViewHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextView org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.ViewHolder.text
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.map
new file mode 100644
index 00000000..acce1c36
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.md5
new file mode 100644
index 00000000..d7a3bc47
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.md5
@@ -0,0 +1 @@
+fd57d1d8a138995e9a45d14a2fe0865b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.png
new file mode 100644
index 00000000..8126a417
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.map
new file mode 100644
index 00000000..903d1de8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.md5
new file mode 100644
index 00000000..feb55c00
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.md5
@@ -0,0 +1 @@
+935165edb2ef7c003899d47b38d6039a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.png
new file mode 100644
index 00000000..6ae45961
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.map
new file mode 100644
index 00000000..903d1de8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.md5
new file mode 100644
index 00000000..feb55c00
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.md5
@@ -0,0 +1 @@
+935165edb2ef7c003899d47b38d6039a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.png
new file mode 100644
index 00000000..6ae45961
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..ebe2bf11
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..9efd2196
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for match template's simulator.
+ More...
+
+
+
Contains xml data utils for match template's simulator.
+
Created by Anupam (opticod) on 24/7/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.matchtemplate.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..c8788aa0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..491e2469
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for match template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for match template's simulator.
+
Created by Anupam (opticod) on 24/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.saveMatches
+ (
+ ArrayList< MatchModel >
+ matches )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.saveMetaData
+ (
+ MatchMetaModel
+ metaDetails )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..75d310f5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..55bb039c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+80647a8efedd134a2ada0bd9e9408534
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..5b65b8dc
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..75d310f5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..5e60669b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+35fa32908f5dc7628f635ba8522e3bed
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..b1a21a81
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches-members.html
new file mode 100644
index 00000000..8ddf6cdc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html
new file mode 100644
index 00000000..c4ac4b10
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "matches"
+
+static final String MATCH_A = "match_a"
+
+static final String MATCH_B = "match_b"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches.MATCH_A = "match_a"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches.MATCH_B = "match_b"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches.TABLE_NAME = "matches"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.map
new file mode 100644
index 00000000..eb9cc535
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.md5
new file mode 100644
index 00000000..f82e0f62
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.md5
@@ -0,0 +1 @@
+af7564b53f66a394951533508144456b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.png
new file mode 100644
index 00000000..3cfd0420
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.map
new file mode 100644
index 00000000..eb9cc535
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.md5
new file mode 100644
index 00000000..f82e0f62
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.md5
@@ -0,0 +1 @@
+af7564b53f66a394951533508144456b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.png
new file mode 100644
index 00000000..3cfd0420
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails-members.html
new file mode 100644
index 00000000..19ec1fb9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html
new file mode 100644
index 00000000..cfe0bbd0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.FIRST_TITLE_TAG = "first_list_title"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.SECOND_TITLE_TAG = "second_list_title"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.TABLE_NAME = "meta_details"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.TITLE = "title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.map
new file mode 100644
index 00000000..ede0dac7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.md5
new file mode 100644
index 00000000..019f0bc8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.md5
@@ -0,0 +1 @@
+5bda6f41edd6da1e3f27d61d638737ce
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.png
new file mode 100644
index 00000000..6a738e81
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.map
new file mode 100644
index 00000000..ede0dac7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.md5
new file mode 100644
index 00000000..019f0bc8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.md5
@@ -0,0 +1 @@
+5bda6f41edd6da1e3f27d61d638737ce
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.png
new file mode 100644
index 00000000..6a738e81
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb-members.html
new file mode 100644
index 00000000..7a1bdd9b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.data.MatchDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html
new file mode 100644
index 00000000..0f57e8e6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.data.MatchDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for match template's simulator.
+ More...
+
+
+
+
+final MatchDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+
Contains database util functions for match template's simulator.
+
Created by Anupam (opticod) on 24/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.data.MatchDb.MatchDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.data.MatchDb.bulkInsertMatches
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.data.MatchDb.bulkInsertMetaDetails
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getCountMatches
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getMetaCursor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getRandMatchCursor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.matchtemplate.data.MatchDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final MatchDBHelper org.buildmlearn.toolkit.matchtemplate.data.MatchDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.map
new file mode 100644
index 00000000..b79812eb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.md5
new file mode 100644
index 00000000..c49110fc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.md5
@@ -0,0 +1 @@
+9e8514fd72247001fb535f148dcea197
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.png
new file mode 100644
index 00000000..8122c4ff
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel-members.html
new file mode 100644
index 00000000..dc5913a8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html
new file mode 100644
index 00000000..2c8e092c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16.
+ More...
+
+
+
+
+
+
+
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16.
+
Model used to save match meta entries in database for match template's simulator.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.MatchMetaModel
+ (
+ String
+ t ,
+
+
+
+
+ String
+ A ,
+
+
+
+
+ String
+ B
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.MatchMetaModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getFirstListTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getSecondListTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Creator<MatchMetaModel > org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: = new Creator<MatchMetaModel>() {
@Override
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.first_list_title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.FIRST_TITLE_TAG = "meta_first_list_title"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.second_list_title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.SECOND_TITLE_TAG = "meta_second_list_title"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.TITLE_TAG = "meta_title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchMetaModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.map
new file mode 100644
index 00000000..f913958c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.md5
new file mode 100644
index 00000000..d53828e7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.md5
@@ -0,0 +1 @@
+8c4906c37f7f75af2f6f64be91701601
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.png
new file mode 100644
index 00000000..071b267c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.map
new file mode 100644
index 00000000..f913958c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.md5
new file mode 100644
index 00000000..d53828e7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.md5
@@ -0,0 +1 @@
+8c4906c37f7f75af2f6f64be91701601
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.png
new file mode 100644
index 00000000..071b267c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel-members.html
new file mode 100644
index 00000000..cad7a4b8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.data.MatchModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html
new file mode 100644
index 00000000..109b2275
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html
@@ -0,0 +1,432 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.data.MatchModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Match The Following Template Editor data.
+ More...
+
+
+
+
+
+
+
Model class for Match The Following Template Editor data.
+
Created by Anupam (opticod) on 24/7/16. Model used to save match entries in database for match template's simulator.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.data.MatchModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getCorrect
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchA
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchB
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setCorrect
+ (
+ int
+ correct )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchA
+ (
+ String
+ matchA )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchB
+ (
+ String
+ matchB )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.data.MatchModel.correct
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Creator<MatchModel > org.buildmlearn.toolkit.matchtemplate.data.MatchModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: = new Creator<MatchModel>() {
@Override
public MatchModel createFromParcel(Parcel parcel) {
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchB
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.map
new file mode 100644
index 00000000..c867f152
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.md5
new file mode 100644
index 00000000..ce9bae63
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.md5
@@ -0,0 +1 @@
+551c6225b036ea11b59877303c099167
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.png
new file mode 100644
index 00000000..8caf7c99
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.map
new file mode 100644
index 00000000..c867f152
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.md5
new file mode 100644
index 00000000..ce9bae63
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.md5
@@ -0,0 +1 @@
+551c6225b036ea11b59877303c099167
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.png
new file mode 100644
index 00000000..8caf7c99
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment-members.html
new file mode 100644
index 00000000..c8d804d5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html
new file mode 100644
index 00000000..ced5059a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html
@@ -0,0 +1,491 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for displaying score with matched results in match template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment for displaying score with matched results in match template's simulator.
+
Created by Anupam (opticod) on 26/7/16.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.handleListViewListeners
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MatchDb org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewB
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<MatchModel > org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<MatchModel > org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListB
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionA = ListView.INVALID_POSITION
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionB = ListView.INVALID_POSITION
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_A = "selected_position_a"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_B = "selected_position_b"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/fragment/DetailFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.map
new file mode 100644
index 00000000..7e20b144
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.md5
new file mode 100644
index 00000000..ee4a5d31
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.md5
@@ -0,0 +1 @@
+d83e463139222d195c00152b3aa63561
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.png
new file mode 100644
index 00000000..fa8f57d5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.map
new file mode 100644
index 00000000..cc60fb2c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.md5
new file mode 100644
index 00000000..673abd4e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.md5
@@ -0,0 +1 @@
+230ca8654ed66a836376e0023445f23b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.png
new file mode 100644
index 00000000..8b53855f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment-members.html
new file mode 100644
index 00000000..a7afdb05
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment-members.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html
new file mode 100644
index 00000000..df48bf3a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html
@@ -0,0 +1,745 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for the users to match column A with column B in match template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment for the users to match column A with column B in match template's simulator.
+
Created by Anupam (opticod) on 24/7/16.
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.handleButtonListener
+ (
+ View
+ rootView )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.handleListViewListeners
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.highlightListA
+ (
+ int
+ position ,
+
+
+
+
+ View
+ view
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.highlightListB
+ (
+ int
+ position ,
+
+
+
+
+ View
+ view
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.clickSourceA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MatchDb org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.listViewA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.listViewB
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<MatchModel > org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MatchArrayAdapter_A org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListAdapterA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MatchArrayAdapter_B org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListAdapterB
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<MatchModel > org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListB
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.mPositionA = ListView.INVALID_POSITION
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.mPositionB = ListView.INVALID_POSITION
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.SELECTED_KEY_A = "selected_position_a"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.SELECTED_KEY_B = "selected_position_b"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.selectedPositionA = -1
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.selectedPositionB = -1
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.selectedViewA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.selectedViewB
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/fragment/MainFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.map
new file mode 100644
index 00000000..a0d85549
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.map
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.md5
new file mode 100644
index 00000000..91bae366
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.md5
@@ -0,0 +1 @@
+4e73242e2ee581ddbeb39b2bd790a020
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.png
new file mode 100644
index 00000000..4882e66a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.map
new file mode 100644
index 00000000..50a972b2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.md5
new file mode 100644
index 00000000..066edfbe
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.md5
@@ -0,0 +1 @@
+3fcfc4ab8cde5e6d8482e8e062d8794a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.png
new file mode 100644
index 00000000..c8bb5565
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..8cda031b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..987979e7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for match template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for match template's simulator.
+
Created by Anupam (opticod) on 28/7/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..672fa2eb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..78dbc0ec
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+266cbad257f54545452ab8a67ed36de4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..1bd7c67a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..672fa2eb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..78dbc0ec
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+266cbad257f54545452ab8a67ed36de4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..1bd7c67a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails-members.html
new file mode 100644
index 00000000..8afa0617
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails-members.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.model.KeyStoreDetails , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html
new file mode 100644
index 00000000..381511c5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html
@@ -0,0 +1,319 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.model.KeyStoreDetails Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for holding the details of keystore file.
+ More...
+
+
+
Model class for holding the details of keystore file.
+
Created by abhishek on 11/06/15 at 2:19 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.KeyStoreDetails.KeyStoreDetails
+ (
+ String
+ password ,
+
+
+
+
+ String
+ alias ,
+
+
+
+
+ String
+ aliasPassword
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.KeyStoreDetails.getAlias
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.KeyStoreDetails.getAliasPassword
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.KeyStoreDetails.getAssetsPath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.KeyStoreDetails.getPassword
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.model.KeyStoreDetails.alias
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.model.KeyStoreDetails.aliasPassword
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.model.KeyStoreDetails.assetsPath
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.model.KeyStoreDetails.password
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi-members.html
new file mode 100644
index 00000000..822c1aed
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.model.SavedApi , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html
new file mode 100644
index 00000000..7e27b2d7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html
@@ -0,0 +1,362 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.model.SavedApi Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model used to hold api entries.
+ More...
+
+
+
+
+
Model used to hold api entries.
+
Created by anupam on 29/2/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.SavedApi.SavedApi
+ (
+ File
+ file ,
+
+
+
+
+ String
+ fileName ,
+
+
+
+
+ long
+ date ,
+
+
+
+
+ String
+ fullPath
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedApi.formatDate
+ (
+ long
+ time )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedApi.getAuthor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedApi.getDate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ File org.buildmlearn.toolkit.model.SavedApi.getFile
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedApi.getName
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedApi.author
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.model.SavedApi.date
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final File org.buildmlearn.toolkit.model.SavedApi.file
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedApi.name
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/model/SavedApi.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.map
new file mode 100644
index 00000000..2b9e0d47
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.md5
new file mode 100644
index 00000000..97434ee9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.md5
@@ -0,0 +1 @@
+bfbd2ee5adfdc86a285fb468a8e9db1e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.png
new file mode 100644
index 00000000..0119678c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject-members.html
new file mode 100644
index 00000000..5b29bbea
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject-members.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.model.SavedProject , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html
new file mode 100644
index 00000000..e4bd1268
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html
@@ -0,0 +1,601 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.model.SavedProject Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for holding the details of a Saved File.
+ More...
+
+
+
+
+
Model class for holding the details of a Saved File.
+
Created by Abhishek on 01-06-2015.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.SavedProject.SavedProject
+ (
+ File
+ file ,
+
+
+
+
+ String
+ fileName ,
+
+
+
+
+ long
+ date ,
+
+
+
+
+ String
+ type ,
+
+
+
+
+ String
+ fullPath
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.formatDate
+ (
+ long
+ time )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.formatTime
+ (
+ long
+ time )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.getAuthor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.getDate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ File org.buildmlearn.toolkit.model.SavedProject.getFile
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.getFullPath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.getName
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.getTime
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.getType
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.SavedProject.setAuthor
+ (
+ String
+ author )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.SavedProject.setDate
+ (
+ long
+ date )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.SavedProject.setFile
+ (
+ File
+ file )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.SavedProject.setName
+ (
+ String
+ name )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.SavedProject.setType
+ (
+ String
+ type )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.author
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.date
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ File org.buildmlearn.toolkit.model.SavedProject.file
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.model.SavedProject.fullPath
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.name
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.time
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.SavedProject.type
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.map
new file mode 100644
index 00000000..88b17fab
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.md5
new file mode 100644
index 00000000..3d1047f3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.md5
@@ -0,0 +1 @@
+67d0b13f74ba5e31db9ccab4c1fe5b3a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.png
new file mode 100644
index 00000000..082720df
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants-members.html
new file mode 100644
index 00000000..43127ee4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html
new file mode 100644
index 00000000..cfbb6a5f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in quiz template's simulator relating databases.
+ More...
+
+
+
Constants used in quiz template's simulator relating databases.
+
Created by Anupam (opticod) on 14/8/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_ANSWERED = 7
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_ATTEMPTED = 8
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_CORRECT_ANSWER = 6
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_1 = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_2 = 3
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_3 = 4
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_4 = 5
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.quiztemplate.Constants.COL_QUESTION = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.Constants.firstrun = "firstRun"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.quiztemplate.Constants.XMLFileName = "quiz_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..48e75d00
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..156edf27
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for quiz template's simulator.
+ More...
+
+
+
Contains xml data utils for quiz template's simulator.
+
Created by Anupam (opticod) on 14/8/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.quiztemplate.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..1bcba0e4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..085aa415
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for quiz template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for quiz template's simulator.
+
Created by Anupam (opticod) on 14/8/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.saveQuestions
+ (
+ ArrayList< QuizModel >
+ questions )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..89062233
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..fe31a0d6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+229c01bb02e08091b71406d34f50f176
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..0eaa3569
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..89062233
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..db1e82c2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+0fe794a24b3f2d284705933cb123d265
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..35c25517
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions-members.html
new file mode 100644
index 00000000..57c2e3c8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions-members.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html
new file mode 100644
index 00000000..259f2f45
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "questions"
+
+static final String QUESTION = "question"
+
+static final String OPTION_1 = "option_1"
+
+static final String OPTION_2 = "option_2"
+
+static final String OPTION_3 = "option_3"
+
+static final String OPTION_4 = "option_4"
+
+static final String CORRECT_ANSWER = "correct_answer"
+
+static final String ANSWERED = "answered"
+
+static final String ATTEMPTED = "attempted"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.ANSWERED = "answered"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.ATTEMPTED = "attempted"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.CORRECT_ANSWER = "correct_answer"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_1 = "option_1"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_2 = "option_2"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_3 = "option_3"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_4 = "option_4"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.QUESTION = "question"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.TABLE_NAME = "questions"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/QuizContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.map
new file mode 100644
index 00000000..6b344441
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.md5
new file mode 100644
index 00000000..2adaa349
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.md5
@@ -0,0 +1 @@
+c696060bfe13f63e2c6cced5086d338f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.png
new file mode 100644
index 00000000..c022bca2
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.map
new file mode 100644
index 00000000..6b344441
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.md5
new file mode 100644
index 00000000..2adaa349
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.md5
@@ -0,0 +1 @@
+c696060bfe13f63e2c6cced5086d338f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.png
new file mode 100644
index 00000000..c022bca2
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb-members.html
new file mode 100644
index 00000000..8b5894ac
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.data.QuizDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html
new file mode 100644
index 00000000..8b9922aa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html
@@ -0,0 +1,409 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.data.QuizDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for quiz template's simulator.
+ More...
+
+
+
+
+final QuizDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+static final String EQUAL = " == "
+
+
+
+
Contains database util functions for quiz template's simulator.
+
Created by Anupam (opticod) on 14/8/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.quiztemplate.data.QuizDb.QuizDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.quiztemplate.data.QuizDb.bulkInsertQuestions
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getCountQuestions
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getQuestionCursorById
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ int [] org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getStatistics
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizDb.markAnswered
+ (
+ int
+ id ,
+
+
+
+
+ int
+ answer
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizDb.markUnAnswered
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizDb.resetCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.quiztemplate.data.QuizDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final QuizDBHelper org.buildmlearn.toolkit.quiztemplate.data.QuizDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.quiztemplate.data.QuizDb.EQUAL = " == "
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/QuizDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.map
new file mode 100644
index 00000000..729ff056
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.md5
new file mode 100644
index 00000000..d0acff98
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.md5
@@ -0,0 +1 @@
+3a82c249eccc79aee68909184a926fbd
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.png
new file mode 100644
index 00000000..e806a1d5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel-members.html
new file mode 100644
index 00000000..a03de3ee
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.data.QuizModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html
new file mode 100644
index 00000000..8b323de5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html
@@ -0,0 +1,432 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.data.QuizModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model used to save quiz entries in database for quiz template's simulator.
+ More...
+
+
+
+
+
+
+
Model used to save quiz entries in database for quiz template's simulator.
+
Created by Anupam (opticod) on 11/8/16.
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.quiztemplate.data.QuizModel.QuizModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.quiztemplate.data.QuizModel.QuizModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.quiztemplate.data.QuizModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getCorrectAnswer
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<String> org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getOptions
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getQuestion
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setCorrectAnswer
+ (
+ int
+ correctAnswer )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setOptions
+ (
+ ArrayList< String >
+ options )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setQuestion
+ (
+ String
+ question )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.quiztemplate.data.QuizModel.correctAnswer
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Creator<QuizModel > org.buildmlearn.toolkit.quiztemplate.data.QuizModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: = new Creator<QuizModel>() {
@Override
public QuizModel createFromParcel(Parcel parcel) {
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ ArrayList<String> org.buildmlearn.toolkit.quiztemplate.data.QuizModel.options
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.quiztemplate.data.QuizModel.question
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/QuizModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.map
new file mode 100644
index 00000000..a7e77c94
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.md5
new file mode 100644
index 00000000..a0135e43
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.md5
@@ -0,0 +1 @@
+c5a19bf1d0b1158fb5089bff2eddada0
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.png
new file mode 100644
index 00000000..e5ad9734
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.map
new file mode 100644
index 00000000..a7e77c94
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.md5
new file mode 100644
index 00000000..6028c32a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.md5
@@ -0,0 +1 @@
+60aa074376359d0f015fc004c51447d6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.png
new file mode 100644
index 00000000..8d80180f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment-members.html
new file mode 100644
index 00000000..1b349881
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html
new file mode 100644
index 00000000..66403c27
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for displaying score to user in quiz template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+void onDestroy ()
+
+
+
+
Fragment for displaying score to user in quiz template's simulator.
+
Created by Anupam (opticod) on 14/8/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.onDestroy
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ QuizDb org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/fragment/LastFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.map
new file mode 100644
index 00000000..327ce036
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.md5
new file mode 100644
index 00000000..8511acf5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.md5
@@ -0,0 +1 @@
+bc2d0b1cc98ffa75c82c1ce83d48ad33
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.png
new file mode 100644
index 00000000..a794cf6f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.map
new file mode 100644
index 00000000..171f24b4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
new file mode 100644
index 00000000..05fa4955
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
@@ -0,0 +1 @@
+c855945484e602424b419f8754f7d8d5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.png
new file mode 100644
index 00000000..1a3d2152
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment-members.html
new file mode 100644
index 00000000..6299d7ce
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html
new file mode 100644
index 00000000..2fef0342
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Question Fragment for quiz template's simulator.
+ More...
+
+
+
+
+
+
+
Question Fragment for quiz template's simulator.
+
Created by Anupam (opticod) on 14/8/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onNavigationItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ QuizDb org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.map
new file mode 100644
index 00000000..3101a7c3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.md5
new file mode 100644
index 00000000..85ce8cb6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.md5
@@ -0,0 +1 @@
+8d3fb4d8cc18db30ab79054cd2093cf4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.png
new file mode 100644
index 00000000..f8a3e0f2
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.map
new file mode 100644
index 00000000..5fafc99e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.md5
new file mode 100644
index 00000000..dc53e83a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.md5
@@ -0,0 +1 @@
+9efd12acabeb90e564a9725820a59ec9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.png
new file mode 100644
index 00000000..07c44593
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..f0a5f900
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..766f11c8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for quiz template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for quiz template's simulator.
+
Created by Anupam (opticod) on 14/8/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..24aa1db8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..c2bc6615
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+97fa728401a5714a44d2aa026c155e0e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..0bb8fddb
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..24aa1db8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..c2bc6615
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+97fa728401a5714a44d2aa026c155e0e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..0bb8fddb
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator-members.html
new file mode 100644
index 00000000..966d9aaa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.simulator.Simulator , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html
new file mode 100644
index 00000000..0762e89e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html
@@ -0,0 +1,382 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.simulator.Simulator Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This activity acts as a placeholder for Simulator fragment. Contains a Nexus 6 frame in which the fragments are laodded.
+ More...
+
+
+
+
+
+
+static final String TAG = "SIMULATOR"
+
+
+
+
This activity acts as a placeholder for Simulator fragment. Contains a Nexus 6 frame in which the fragments are laodded.
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.simulator.Simulator.onBackPressed
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.simulator.Simulator.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.simulator.Simulator.onCreateOptionsMenu
+ (
+ Menu
+ menu )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.simulator.Simulator.onOptionsItemSelected
+ (
+ MenuItem
+ item )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.simulator.Simulator.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.simulator.Simulator.restoreTemplateEditor
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+private
+
+
+
+
+
Restores simulator state on configuration change.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.simulator.Simulator.setUpTemplateEditor
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
Fetches the instance from the Template Enum for given template object.
+
+
+
+
+
+
+
+
+
+
+
+
+ TemplateInterface org.buildmlearn.toolkit.simulator.Simulator.selectedTemplate
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.simulator.Simulator.TAG = "SIMULATOR"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.simulator.Simulator.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/simulator/Simulator.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.map
new file mode 100644
index 00000000..e4a901ae
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.md5
new file mode 100644
index 00000000..8492f72b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.md5
@@ -0,0 +1 @@
+9d8335e4af280e0dc26a44fe89d51bbf
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.png
new file mode 100644
index 00000000..170e5773
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.map
new file mode 100644
index 00000000..46749e1c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.md5
new file mode 100644
index 00000000..4380365f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.md5
@@ -0,0 +1 @@
+7da9a3df4be13e596fcf12b7902c3c9a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.png
new file mode 100644
index 00000000..3ed68b7c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder-members.html
new file mode 100644
index 00000000..1576ab1f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.ComprehensionAdapter.Holder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder.html
new file mode 100644
index 00000000..ea6a62b3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.ComprehensionAdapter.Holder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.map
new file mode 100644
index 00000000..f830adfb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.md5
new file mode 100644
index 00000000..9e1c1191
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.md5
@@ -0,0 +1 @@
+f8108db819aed37854a7b40bf8d0f353
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.png
new file mode 100644
index 00000000..54d7de7f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder-members.html
new file mode 100644
index 00000000..b16a6976
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html
new file mode 100644
index 00000000..1721d5f9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder.passage
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder.timer
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.map
new file mode 100644
index 00000000..4d5497cc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.md5
new file mode 100644
index 00000000..61e0872e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.md5
@@ -0,0 +1 @@
+9a56b490d17946aa03d97cc0b38316c8
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.png
new file mode 100644
index 00000000..85c72d50
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel-members.html
new file mode 100644
index 00000000..ce899a9c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.ComprehensionMetaModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html
new file mode 100644
index 00000000..a1fe5bfc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.ComprehensionMetaModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Comprehension Meta Template Editor data Created by Anupam (opticod) on 26/5/16.
+ More...
+
+
+
+
+
+
+static final String TITLE_TAG = "meta_title"
+
+static final String PASSAGE_TAG = "meta_passage"
+
+static final String TIMER_TAG = "meta_timer"
+
+
+
+static final String ROOT_TAG = "meta_details"
+
+
+
+
Model class for Comprehension Meta Template Editor data Created by Anupam (opticod) on 26/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.ComprehensionMetaModel.ComprehensionMetaModel
+ (
+ String
+ title ,
+
+
+
+
+ String
+ passage ,
+
+
+
+
+ long
+ time
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getPassage
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTime
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setPassage
+ (
+ String
+ passage )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setTime
+ (
+ long
+ time )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setTitle
+ (
+ String
+ title )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.passage
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.PASSAGE_TAG = "meta_passage"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.ROOT_TAG = "meta_details"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.templates.ComprehensionMetaModel.time
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.TIMER_TAG = "meta_timer"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.TITLE_TAG = "meta_title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.map
new file mode 100644
index 00000000..917a7cc9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.md5
new file mode 100644
index 00000000..30c19fce
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.md5
@@ -0,0 +1 @@
+aa722c824b362454cf1afad183eae217
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.png
new file mode 100644
index 00000000..b507e6d7
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.map
new file mode 100644
index 00000000..917a7cc9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.md5
new file mode 100644
index 00000000..30c19fce
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.md5
@@ -0,0 +1 @@
+aa722c824b362454cf1afad183eae217
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.png
new file mode 100644
index 00000000..b507e6d7
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel-members.html
new file mode 100644
index 00000000..b614d850
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.ComprehensionModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html
new file mode 100644
index 00000000..cd55bd39
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html
@@ -0,0 +1,440 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.ComprehensionModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Comprehension Template Editor data Created by Anupam (opticod) on 26/5/16.
+ More...
+
+
+
+
+
+
+
Model class for Comprehension Template Editor data
+
Created by Anupam (opticod) on 26/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.ComprehensionModel.ComprehensionModel
+ (
+ String
+ question ,
+
+
+
+
+ ArrayList< String >
+ options ,
+
+
+
+
+ int
+ correctAnswer
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.ComprehensionModel.ComprehensionModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.ComprehensionModel.getCorrectAnswer
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<String> org.buildmlearn.toolkit.templates.ComprehensionModel.getOptions
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionModel.getQuestion
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.ComprehensionModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.ComprehensionModel.isSelected
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionModel.setCorrectAnswer
+ (
+ int
+ correctAnswer )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionModel.setIsSelected
+ (
+ boolean
+ isSelected )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionModel.setOptions
+ (
+ ArrayList< String >
+ options )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionModel.setQuestion
+ (
+ String
+ question )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.ComprehensionModel.correctAnswer
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.ComprehensionModel.isSelected
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<String> org.buildmlearn.toolkit.templates.ComprehensionModel.options
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionModel.question
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.map
new file mode 100644
index 00000000..d45dc5db
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.md5
new file mode 100644
index 00000000..e918ee2c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.md5
@@ -0,0 +1 @@
+2be79606c07eb6893291ad8f522b0a7e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.png
new file mode 100644
index 00000000..d2647b42
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.map
new file mode 100644
index 00000000..d45dc5db
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.md5
new file mode 100644
index 00000000..f649c3cb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.md5
@@ -0,0 +1 @@
+b58c250d7e7a92c2689b5d6246029d6d
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.png
new file mode 100644
index 00000000..1b51c324
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate-members.html
new file mode 100644
index 00000000..4ff25df4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate-members.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.ComprehensionTemplate , including all inherited members.
+
+ adapter org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (final Activity activity)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addMetaData (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ checkButton (ArrayList< RadioButton > buttons, ArrayList< EditText > options, int id, Context context)org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ comprehensionData org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ ComprehensionTemplate ()org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ editItem (final Activity activity, final int position)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ getApkFilePath ()org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ getCheckedAnswer (ArrayList< RadioButton > buttons)org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ getItems (Document doc)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ metaAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ metaData org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ readFile (File file)org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.ComprehensionTemplate
+ templateId org.buildmlearn.toolkit.templates.ComprehensionTemplate private
+ validated (Context context, EditText title, EditText passage, EditText timer)org.buildmlearn.toolkit.templates.ComprehensionTemplate private static
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html
new file mode 100644
index 00000000..12be6972
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html
@@ -0,0 +1,969 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.ComprehensionTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Comprehension template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ ComprehensionTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (final Activity activity)
+
+void editItem (final Activity activity, final int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+void checkButton (ArrayList< RadioButton > buttons, ArrayList< EditText > options, int id, Context context)
+
+int getCheckedAnswer (ArrayList< RadioButton > buttons)
+
+void setEmptyView (Activity activity)
+ Toggles the visibility of empty text if Array has zero elements. More...
+
+String readFile (File file)
+
+
+
+static boolean validated (Context context, EditText title, EditText passage, EditText timer)
+
+
+
+
Comprehension template code implementing methods of TemplateInterface.
+
Created by Anupam (opticod) on 26/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.ComprehensionTemplate.ComprehensionTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.addMetaData
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.checkButton
+ (
+ ArrayList< RadioButton >
+ buttons ,
+
+
+
+
+ ArrayList< EditText >
+ options ,
+
+
+
+
+ int
+ id ,
+
+
+
+
+ Context
+ context
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ final int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.ComprehensionTemplate.getCheckedAnswer
+ (
+ ArrayList< RadioButton >
+ buttons )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.ComprehensionTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.ComprehensionTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.ComprehensionTemplate.readFile
+ (
+ File
+ file )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.ComprehensionTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.templates.ComprehensionTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ title ,
+
+
+
+
+ EditText
+ passage ,
+
+
+
+
+ EditText
+ timer
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient ComprehensionAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.adapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<ComprehensionModel > org.buildmlearn.toolkit.templates.ComprehensionTemplate.comprehensionData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient ComprehensionMetaAdapter org.buildmlearn.toolkit.templates.ComprehensionTemplate.metaAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ArrayList<ComprehensionMetaModel > org.buildmlearn.toolkit.templates.ComprehensionTemplate.metaData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.ComprehensionTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.map
new file mode 100644
index 00000000..9c504efc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.md5
new file mode 100644
index 00000000..64e5d662
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.md5
@@ -0,0 +1 @@
+d510c4416f5153158fba55f0cee58fa0
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.png
new file mode 100644
index 00000000..56e7bec4
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.map
new file mode 100644
index 00000000..a65f3b6e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.md5
new file mode 100644
index 00000000..dbb950b1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+faa74967245a3b9efb020c69b852cd98
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.png
new file mode 100644
index 00000000..b3c312c2
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder-members.html
new file mode 100644
index 00000000..ba5e73f5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html
new file mode 100644
index 00000000..7ed669d3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ImageButton org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.collapseButton
+
+
+
+
+
+
+
+
+
+
+
+ ImageButton org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.expandButton
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.passage
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.map
new file mode 100644
index 00000000..22a72fd1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.md5
new file mode 100644
index 00000000..ff3c4065
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.md5
@@ -0,0 +1 @@
+cb85a49df8c6f2c7b0e246d8df6a3df2
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.png
new file mode 100644
index 00000000..bb669154
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel-members.html
new file mode 100644
index 00000000..9678efd2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.DictationModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html
new file mode 100644
index 00000000..402bc1de
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html
@@ -0,0 +1,434 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.DictationModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Dictation Template Editor data Created by Anupam (opticod) on 4/7/16.
+ More...
+
+
+
+
+
+
+static final String TITLE_TAG = "dictation_title"
+
+static final String PASSAGE_TAG = "dictation_passage"
+
+
+
+static final String ROOT_TAG = "item"
+
+
+
+
Model class for Dictation Template Editor data
+
Created by Anupam (opticod) on 4/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.DictationModel.DictationModel
+ (
+ String
+ title ,
+
+
+
+
+ String
+ passage
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationModel.getPassage
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.DictationModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.DictationModel.isExpanded
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationModel.setExpanded
+ (
+ boolean
+ expanded )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationModel.setPassage
+ (
+ String
+ passage )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationModel.setTitle
+ (
+ String
+ title )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.DictationModel.expanded
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationModel.passage
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.DictationModel.PASSAGE_TAG = "dictation_passage"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.DictationModel.ROOT_TAG = "item"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.DictationModel.TITLE_TAG = "dictation_title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.map
new file mode 100644
index 00000000..f5c1163e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.md5
new file mode 100644
index 00000000..13185695
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.md5
@@ -0,0 +1 @@
+11b14d82e63b6d5a41fd0cc56d58de32
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.png
new file mode 100644
index 00000000..e42335ba
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.map
new file mode 100644
index 00000000..f5c1163e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.md5
new file mode 100644
index 00000000..13185695
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.md5
@@ -0,0 +1 @@
+11b14d82e63b6d5a41fd0cc56d58de32
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.png
new file mode 100644
index 00000000..e42335ba
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate-members.html
new file mode 100644
index 00000000..856cd169
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate-members.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.DictationTemplate , including all inherited members.
+
+ adapter org.buildmlearn.toolkit.templates.DictationTemplate private
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.DictationTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (Activity activity)org.buildmlearn.toolkit.templates.DictationTemplate
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.DictationTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.DictationTemplate
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.DictationTemplate
+ DictationTemplate ()org.buildmlearn.toolkit.templates.DictationTemplate
+ dictData org.buildmlearn.toolkit.templates.DictationTemplate private
+ editItem (final Activity activity, final int position)org.buildmlearn.toolkit.templates.DictationTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ getApkFilePath ()org.buildmlearn.toolkit.templates.DictationTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.DictationTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.DictationTemplate
+ getItems (Document doc)org.buildmlearn.toolkit.templates.DictationTemplate
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.DictationTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.DictationTemplate
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.DictationTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.DictationTemplate
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.DictationTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.DictationTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.DictationTemplate
+ readFile (File file)org.buildmlearn.toolkit.templates.DictationTemplate private
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.DictationTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.DictationTemplate
+ templateId org.buildmlearn.toolkit.templates.DictationTemplate private
+ validated (Context context, EditText title, EditText passage)org.buildmlearn.toolkit.templates.DictationTemplate private
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html
new file mode 100644
index 00000000..795e87fb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html
@@ -0,0 +1,848 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.DictationTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Dictation template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ DictationTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (final Activity activity, final int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+boolean validated (Context context, EditText title, EditText passage)
+
+void setEmptyView (Activity activity)
+ Toggles the visibility of empty text if Array has zero elements. More...
+
+String readFile (File file)
+
+
+
+
Dictation template code implementing methods of TemplateInterface.
+
Created by Anupam (opticod) on 4/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.DictationTemplate.DictationTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationTemplate.addMetaData
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.DictationTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.DictationTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ final int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.DictationTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.DictationTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.DictationTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.DictationTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.DictationTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.DictationTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.DictationTemplate.readFile
+ (
+ File
+ file )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.DictationTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.DictationTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ title ,
+
+
+
+
+ EditText
+ passage
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient DictationAdapter org.buildmlearn.toolkit.templates.DictationTemplate.adapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<DictationModel > org.buildmlearn.toolkit.templates.DictationTemplate.dictData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.DictationTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.map
new file mode 100644
index 00000000..0486d680
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.md5
new file mode 100644
index 00000000..2813b1eb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.md5
@@ -0,0 +1 @@
+a7dda2b967ad53d6d01b5aead2a8516e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.png
new file mode 100644
index 00000000..1f08962b
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.map
new file mode 100644
index 00000000..c732d333
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.md5
new file mode 100644
index 00000000..c246f85c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+378b6d663cba374e8c21767b825672f0
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.png
new file mode 100644
index 00000000..f473e33c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder-members.html
new file mode 100644
index 00000000..78ba0065
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.FlashCardAdapter.Holder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder.html
new file mode 100644
index 00000000..fb979c74
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.FlashCardAdapter.Holder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.map
new file mode 100644
index 00000000..7339102e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.md5
new file mode 100644
index 00000000..27e592a0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.md5
@@ -0,0 +1 @@
+0f57251a2339e4df97b51fa4b1d3b5a9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.png
new file mode 100644
index 00000000..10959cdd
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel-members.html
new file mode 100644
index 00000000..6db617e2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel-members.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.FlashCardModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html
new file mode 100644
index 00000000..4dfd0187
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html
@@ -0,0 +1,427 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.FlashCardModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Flash Card Template Editor data.
+ More...
+
+
+
+
+
+
+
Model class for Flash Card Template Editor data.
+
Created by abhishek on 11/07/15 at 7:34 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.FlashCardModel.FlashCardModel
+ (
+ String
+ question ,
+
+
+
+
+ String
+ answer ,
+
+
+
+
+ String
+ hint ,
+
+
+
+
+ Bitmap
+ image
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.FlashCardModel.FlashCardModel
+ (
+ String
+ question ,
+
+
+
+
+ String
+ answer ,
+
+
+
+
+ String
+ hint ,
+
+
+
+
+ String
+ image
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashCardModel.convertBitmapToBase64
+ (
+ Bitmap
+ image )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashCardModel.getAnswer
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashCardModel.getHint
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Bitmap org.buildmlearn.toolkit.templates.FlashCardModel.getImageBitmap
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashCardModel.getQuestion
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.FlashCardModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.FlashCardModel.mAnswer
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.FlashCardModel.mHint
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.FlashCardModel.mImage
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.FlashCardModel.mQuestion
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.map
new file mode 100644
index 00000000..6a1ec20f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.md5
new file mode 100644
index 00000000..229cf6a5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.md5
@@ -0,0 +1 @@
+c2bc00bf86f09888fb4dbb2910fa484d
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.png
new file mode 100644
index 00000000..35a917e6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.map
new file mode 100644
index 00000000..6a1ec20f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.md5
new file mode 100644
index 00000000..229cf6a5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.md5
@@ -0,0 +1 @@
+c2bc00bf86f09888fb4dbb2910fa484d
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.png
new file mode 100644
index 00000000..35a917e6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate-members.html
new file mode 100644
index 00000000..6ca6ede8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate-members.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.FlashTemplate , including all inherited members.
+
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.FlashTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (Activity activity)org.buildmlearn.toolkit.templates.FlashTemplate
+ createTemporaryFile (Context context, String part)org.buildmlearn.toolkit.templates.FlashTemplate private
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.FlashTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.FlashTemplate
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.FlashTemplate
+ editItem (final Activity activity, final int position)org.buildmlearn.toolkit.templates.FlashTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ FlashTemplate ()org.buildmlearn.toolkit.templates.FlashTemplate
+ getApkFilePath ()org.buildmlearn.toolkit.templates.FlashTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.FlashTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.FlashTemplate
+ getItems (Document doc)org.buildmlearn.toolkit.templates.FlashTemplate
+ getResizedBitmap (Bitmap image)org.buildmlearn.toolkit.templates.FlashTemplate private
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.FlashTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.FlashTemplate
+ grabImage (Context context)org.buildmlearn.toolkit.templates.FlashTemplate private
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.FlashTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.FlashTemplate
+ mAdapter org.buildmlearn.toolkit.templates.FlashTemplate private
+ makePhotoIntent (String title, Context context)org.buildmlearn.toolkit.templates.FlashTemplate private
+ mBannerImage org.buildmlearn.toolkit.templates.FlashTemplate private
+ mData org.buildmlearn.toolkit.templates.FlashTemplate private
+ mImageUri org.buildmlearn.toolkit.templates.FlashTemplate private
+ mIsPhotoAttached org.buildmlearn.toolkit.templates.FlashTemplate private
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.FlashTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.FlashTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.FlashTemplate
+ REQUEST_TAKE_PHOTO org.buildmlearn.toolkit.templates.FlashTemplate private static
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.FlashTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.FlashTemplate
+ TAG org.buildmlearn.toolkit.templates.FlashTemplate private static
+ templateId org.buildmlearn.toolkit.templates.FlashTemplate private
+ validateData (EditText question, EditText answer, EditText answerHint, Context context)org.buildmlearn.toolkit.templates.FlashTemplate private
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html
new file mode 100644
index 00000000..78401d46
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html
@@ -0,0 +1,1066 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.FlashTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Flash Card template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ FlashTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (final Activity activity, final int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+
Flash Card template code implementing methods of TemplateInterface.
+
Created by abhishek on 11/07/15 at 7:33 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.FlashTemplate.FlashTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.FlashTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.FlashTemplate.addMetaData
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ File org.buildmlearn.toolkit.templates.FlashTemplate.createTemporaryFile
+ (
+ Context
+ context ,
+
+
+
+
+ String
+ part
+
+
+
+ )
+ throws Exception
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.FlashTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.FlashTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.FlashTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.FlashTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ final int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.FlashTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bitmap org.buildmlearn.toolkit.templates.FlashTemplate.getResizedBitmap
+ (
+ Bitmap
+ image )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.FlashTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.FlashTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bitmap org.buildmlearn.toolkit.templates.FlashTemplate.grabImage
+ (
+ Context
+ context )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.FlashTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.FlashTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Intent org.buildmlearn.toolkit.templates.FlashTemplate.makePhotoIntent
+ (
+ String
+ title ,
+
+
+
+
+ Context
+ context
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.FlashTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.FlashTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.FlashTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.FlashTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.FlashTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.FlashTemplate.validateData
+ (
+ EditText
+ question ,
+
+
+
+
+ EditText
+ answer ,
+
+
+
+
+ EditText
+ answerHint ,
+
+
+
+
+ Context
+ context
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient FlashCardAdapter org.buildmlearn.toolkit.templates.FlashTemplate.mAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient ImageView org.buildmlearn.toolkit.templates.FlashTemplate.mBannerImage
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<FlashCardModel > org.buildmlearn.toolkit.templates.FlashTemplate.mData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient Uri org.buildmlearn.toolkit.templates.FlashTemplate.mImageUri
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.FlashTemplate.mIsPhotoAttached
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.templates.FlashTemplate.REQUEST_TAKE_PHOTO = 6677
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.FlashTemplate.TAG = "FLASH TEMPLATE"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.FlashTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.map
new file mode 100644
index 00000000..e940c093
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.md5
new file mode 100644
index 00000000..8abdc588
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.md5
@@ -0,0 +1 @@
+7a0f393213a8cf840d274ea4fb5ae3fb
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.png
new file mode 100644
index 00000000..4a680c09
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.map
new file mode 100644
index 00000000..3406c5e4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.md5
new file mode 100644
index 00000000..f7a2a389
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+30d5a73564a55135ff62f5f0da5669d7
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.png
new file mode 100644
index 00000000..e168000d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder-members.html
new file mode 100644
index 00000000..dc483aab
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html
new file mode 100644
index 00000000..245a6098
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ImageView org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.deleteButton
+
+
+
+
+
+
+
+
+
+
+
+ ImageView org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.editButton
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.meaning
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.word
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/templates/InfoAdapter.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.map
new file mode 100644
index 00000000..c14ff5c7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.md5
new file mode 100644
index 00000000..38997232
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.md5
@@ -0,0 +1 @@
+caf4366551966d8575cd4075483f877d
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.png
new file mode 100644
index 00000000..80da9525
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel-members.html
new file mode 100644
index 00000000..a50e50dd
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.InfoModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html
new file mode 100644
index 00000000..4168068b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.InfoModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Info Template Editor data.
+ More...
+
+
+
+
+
+
+
Model class for Info Template Editor data.
+
Created by abhishek on 17/06/15 at 9:49 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.InfoModel.InfoModel
+ (
+ String
+ infoObject ,
+
+
+
+
+ String
+ meaning
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoModel.getInfoDescription
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoModel.getInfoObject
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.InfoModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoModel.setInfoDescription
+ (
+ String
+ infoDescription )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoModel.setWord
+ (
+ String
+ word )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoModel.infoDescription
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoModel.infoObject
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/templates/InfoModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.map
new file mode 100644
index 00000000..f110ebd2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.md5
new file mode 100644
index 00000000..addaf29b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.md5
@@ -0,0 +1 @@
+c6cdeb60c71e9ed3d2a17cb4e0f4528f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.png
new file mode 100644
index 00000000..9614648c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.map
new file mode 100644
index 00000000..f110ebd2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.md5
new file mode 100644
index 00000000..addaf29b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.md5
@@ -0,0 +1 @@
+c6cdeb60c71e9ed3d2a17cb4e0f4528f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.png
new file mode 100644
index 00000000..9614648c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate-members.html
new file mode 100644
index 00000000..60b9c1bd
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate-members.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.InfoTemplate , including all inherited members.
+
+ adapter org.buildmlearn.toolkit.templates.InfoTemplate private
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.InfoTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (Activity activity)org.buildmlearn.toolkit.templates.InfoTemplate
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.InfoTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.InfoTemplate
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.InfoTemplate
+ editItem (final Activity activity, int position)org.buildmlearn.toolkit.templates.InfoTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ getApkFilePath ()org.buildmlearn.toolkit.templates.InfoTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.InfoTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.InfoTemplate
+ getItems (Document doc)org.buildmlearn.toolkit.templates.InfoTemplate
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.InfoTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.InfoTemplate
+ infoData org.buildmlearn.toolkit.templates.InfoTemplate private
+ InfoTemplate ()org.buildmlearn.toolkit.templates.InfoTemplate
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.InfoTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.InfoTemplate
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.InfoTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.InfoTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.InfoTemplate
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.InfoTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.InfoTemplate
+ templateId org.buildmlearn.toolkit.templates.InfoTemplate private
+ validated (Context context, EditText word, EditText meaning)org.buildmlearn.toolkit.templates.InfoTemplate static
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html
new file mode 100644
index 00000000..023db6ab
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html
@@ -0,0 +1,826 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.InfoTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Info template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ InfoTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (final Activity activity, int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+static boolean validated (Context context, EditText word, EditText meaning)
+
+
+
+void setEmptyView (Activity activity)
+ Toggles the visibility of empty text if Array has zero elements. More...
+
+
+
+
Info template code implementing methods of TemplateInterface.
+
Created by abhishek on 16/06/15 at 9:59 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.InfoTemplate.InfoTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoTemplate.addMetaData
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.InfoTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.InfoTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.InfoTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.InfoTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.InfoTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.InfoTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.InfoTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.InfoTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.InfoTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.InfoTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.templates.InfoTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ word ,
+
+
+
+
+ EditText
+ meaning
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient InfoAdapter org.buildmlearn.toolkit.templates.InfoTemplate.adapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<InfoModel > org.buildmlearn.toolkit.templates.InfoTemplate.infoData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.InfoTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.map
new file mode 100644
index 00000000..16b561d3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.md5
new file mode 100644
index 00000000..a9c3ead0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.md5
@@ -0,0 +1 @@
+effb0398b60f481558fc531013653dda
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.png
new file mode 100644
index 00000000..f72e8107
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.map
new file mode 100644
index 00000000..eb5c142a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.md5
new file mode 100644
index 00000000..8a57ae5c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+c76c7a43ae66c70cdaed23b7e97a6aea
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.png
new file mode 100644
index 00000000..4b94b175
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder-members.html
new file mode 100644
index 00000000..51368cff
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html
new file mode 100644
index 00000000..b76a0042
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ImageView org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.deleteButton
+
+
+
+
+
+
+
+
+
+
+
+ ImageView org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.editButton
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.meaning
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.word
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.map
new file mode 100644
index 00000000..4a2a6e7f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.md5
new file mode 100644
index 00000000..31b476ad
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.md5
@@ -0,0 +1 @@
+6831823de1f88e79e58ef148d09abffc
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.png
new file mode 100644
index 00000000..333f0009
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel-members.html
new file mode 100644
index 00000000..53ec7ea1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.LearnSpellingModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html
new file mode 100644
index 00000000..e2d6cdb7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.LearnSpellingModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Learn Spelling Template Editor data.
+ More...
+
+
+
+
+
+
+
Model class for Learn Spelling Template Editor data.
+
Created by abhishek on 17/06/15 at 9:49 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.LearnSpellingModel.LearnSpellingModel
+ (
+ String
+ infoObject ,
+
+
+
+
+ String
+ meaning
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingModel.getMeaning
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingModel.getWord
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.LearnSpellingModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingModel.setMeaning
+ (
+ String
+ meaning )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingModel.setWord
+ (
+ String
+ word )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingModel.mMeaning
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingModel.mWord
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.map
new file mode 100644
index 00000000..06145bbb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.md5
new file mode 100644
index 00000000..c56f4dff
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.md5
@@ -0,0 +1 @@
+b1d9e9a41e7ecdc26f5a5b1c772b91c4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.png
new file mode 100644
index 00000000..9adf10fd
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.map
new file mode 100644
index 00000000..06145bbb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.md5
new file mode 100644
index 00000000..c56f4dff
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.md5
@@ -0,0 +1 @@
+b1d9e9a41e7ecdc26f5a5b1c772b91c4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.png
new file mode 100644
index 00000000..9adf10fd
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate-members.html
new file mode 100644
index 00000000..f1292794
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate-members.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.LearnSpellingTemplate , including all inherited members.
+
+ adapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate private
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (Activity activity)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ editItem (final Activity activity, int position)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ getApkFilePath ()org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ getItems (Document doc)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ LearnSpellingTemplate ()org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ mLearnSpellingData org.buildmlearn.toolkit.templates.LearnSpellingTemplate private
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.LearnSpellingTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+ templateId org.buildmlearn.toolkit.templates.LearnSpellingTemplate private
+ validated (Context context, EditText word, EditText meaning)org.buildmlearn.toolkit.templates.LearnSpellingTemplate private static
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html
new file mode 100644
index 00000000..3296942f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html
@@ -0,0 +1,826 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.LearnSpellingTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Learn Spelling template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ LearnSpellingTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (final Activity activity, int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+void setEmptyView (Activity activity)
+ Toggles the visibility of empty text if Array has zero elements. More...
+
+
+
+static boolean validated (Context context, EditText word, EditText meaning)
+
+
+
+
Learn Spelling template code implementing methods of TemplateInterface.
+
Created by abhishek on 16/06/15 at 9:59 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.LearnSpellingTemplate.LearnSpellingTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingTemplate.addMetaData
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.LearnSpellingTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.templates.LearnSpellingTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ word ,
+
+
+
+
+ EditText
+ meaning
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient LearnSpellingAdapter org.buildmlearn.toolkit.templates.LearnSpellingTemplate.adapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<LearnSpellingModel > org.buildmlearn.toolkit.templates.LearnSpellingTemplate.mLearnSpellingData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.LearnSpellingTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.map
new file mode 100644
index 00000000..b4815f51
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.md5
new file mode 100644
index 00000000..d2a94552
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.md5
@@ -0,0 +1 @@
+d46ae1e9b0b5ce9684a71519d5e2f201
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.png
new file mode 100644
index 00000000..173f3b04
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.map
new file mode 100644
index 00000000..293d2812
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.md5
new file mode 100644
index 00000000..468d4ded
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+f8005c471dab79f076ebd5309080b0a5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.png
new file mode 100644
index 00000000..ce17d74f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder-members.html
new file mode 100644
index 00000000..907c65bf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.MatchAdapter.Holder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder.html
new file mode 100644
index 00000000..c0e4d2ff
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.MatchAdapter.Holder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.map
new file mode 100644
index 00000000..290d7bbe
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.md5
new file mode 100644
index 00000000..7cae3251
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.md5
@@ -0,0 +1 @@
+e90790cb2589cacd568e4ddf1d5d7ae0
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.png
new file mode 100644
index 00000000..d443059d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder-members.html
new file mode 100644
index 00000000..55ae42ea
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html
new file mode 100644
index 00000000..fc47d4e4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.first_list_title
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.second_list_title
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.map
new file mode 100644
index 00000000..c2f7cb2b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.md5
new file mode 100644
index 00000000..ecadb09d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.md5
@@ -0,0 +1 @@
+9ef7cdff62af3824f7a417e4086f6958
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.png
new file mode 100644
index 00000000..6c5fe1e2
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel-members.html
new file mode 100644
index 00000000..4629cfcf
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.MatchMetaModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html
new file mode 100644
index 00000000..be40e31a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.MatchMetaModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 16/7/16.
+ More...
+
+
+
+
+
+
+static final String ROOT_TAG = "meta_details"
+
+
+
+
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 16/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.MatchMetaModel.MatchMetaModel
+ (
+ String
+ t ,
+
+
+
+
+ String
+ A ,
+
+
+
+
+ String
+ B
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchMetaModel.getFirst_list_title
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchMetaModel.getSecond_list_title
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchMetaModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.MatchMetaModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchMetaModel.setFirst_list_title
+ (
+ String
+ first_list_title )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchMetaModel.setSecond_list_title
+ (
+ String
+ second_list_title )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchMetaModel.setTitle
+ (
+ String
+ title )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchMetaModel.first_list_title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.MatchMetaModel.FIRST_TITLE_TAG = "meta_first_list_title"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.MatchMetaModel.ROOT_TAG = "meta_details"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchMetaModel.second_list_title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.MatchMetaModel.SECOND_TITLE_TAG = "meta_second_list_title"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchMetaModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.MatchMetaModel.TITLE_TAG = "meta_title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.map
new file mode 100644
index 00000000..3af7253e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.md5
new file mode 100644
index 00000000..8f11834c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.md5
@@ -0,0 +1 @@
+aa11d399e50cb119ab592e96d81ab315
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.png
new file mode 100644
index 00000000..4640df99
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.map
new file mode 100644
index 00000000..3af7253e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.md5
new file mode 100644
index 00000000..8f11834c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.md5
@@ -0,0 +1 @@
+aa11d399e50cb119ab592e96d81ab315
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.png
new file mode 100644
index 00000000..4640df99
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel-members.html
new file mode 100644
index 00000000..3da96061
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.MatchModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html
new file mode 100644
index 00000000..c197a55f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.MatchModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Match The Following Template Editor data.
+ More...
+
+
+
+
+
+
+
Model class for Match The Following Template Editor data.
+
Created by Anupam (opticod) on 16/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.MatchModel.MatchModel
+ (
+ String
+ A ,
+
+
+
+
+ String
+ B
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchModel.getMatchA
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchModel.getMatchB
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.MatchModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchModel.setMatchA
+ (
+ String
+ matchA )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchModel.setMatchB
+ (
+ String
+ matchB )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchModel.matchA
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchModel.matchB
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/templates/MatchModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.map
new file mode 100644
index 00000000..30128fc4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.md5
new file mode 100644
index 00000000..74342692
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.md5
@@ -0,0 +1 @@
+d8da33334b86b8c984bfaa072a82df22
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.png
new file mode 100644
index 00000000..47da68d6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.map
new file mode 100644
index 00000000..30128fc4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.md5
new file mode 100644
index 00000000..74342692
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.md5
@@ -0,0 +1 @@
+d8da33334b86b8c984bfaa072a82df22
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.png
new file mode 100644
index 00000000..47da68d6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate-members.html
new file mode 100644
index 00000000..8146e23a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate-members.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.MatchTemplate , including all inherited members.
+
+ adapter org.buildmlearn.toolkit.templates.MatchTemplate private
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.MatchTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (final Activity activity)org.buildmlearn.toolkit.templates.MatchTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addMetaData (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.MatchTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.MatchTemplate
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.MatchTemplate
+ editItem (final Activity activity, final int position)org.buildmlearn.toolkit.templates.MatchTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ getApkFilePath ()org.buildmlearn.toolkit.templates.MatchTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.MatchTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.MatchTemplate
+ getItems (Document doc)org.buildmlearn.toolkit.templates.MatchTemplate
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.MatchTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.MatchTemplate
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.MatchTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.MatchTemplate
+ MatchData org.buildmlearn.toolkit.templates.MatchTemplate private
+ MatchTemplate ()org.buildmlearn.toolkit.templates.MatchTemplate
+ metaAdapter org.buildmlearn.toolkit.templates.MatchTemplate private
+ metaData org.buildmlearn.toolkit.templates.MatchTemplate private
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.MatchTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.MatchTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.MatchTemplate
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.MatchTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.MatchTemplate
+ templateId org.buildmlearn.toolkit.templates.MatchTemplate private
+ validated (Context context, EditText title, EditText first_list_title, EditText second_list_title)org.buildmlearn.toolkit.templates.MatchTemplate private static
+ validated (Context context, EditText first_list_title, EditText second_list_title)org.buildmlearn.toolkit.templates.MatchTemplate private static
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html
new file mode 100644
index 00000000..e2ba75c8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html
@@ -0,0 +1,911 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.MatchTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Match template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ MatchTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (final Activity activity)
+
+void editItem (final Activity activity, final int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+void setEmptyView (Activity activity)
+ Toggles the visibility of empty text if Array has zero elements. More...
+
+
+
+static boolean validated (Context context, EditText title, EditText first_list_title, EditText second_list_title)
+
+static boolean validated (Context context, EditText first_list_title, EditText second_list_title)
+
+
+
+
Match template code implementing methods of TemplateInterface.
+
Created by Anupam (opticod) on 16/7/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.MatchTemplate.MatchTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchTemplate.addMetaData
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.MatchTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.MatchTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ final int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.MatchTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.MatchTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.MatchTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.MatchTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.MatchTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.MatchTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.MatchTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.MatchTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.templates.MatchTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ title ,
+
+
+
+
+ EditText
+ first_list_title ,
+
+
+
+
+ EditText
+ second_list_title
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.templates.MatchTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ first_list_title ,
+
+
+
+
+ EditText
+ second_list_title
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient MatchAdapter org.buildmlearn.toolkit.templates.MatchTemplate.adapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<MatchModel > org.buildmlearn.toolkit.templates.MatchTemplate.MatchData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient MatchMetaAdapter org.buildmlearn.toolkit.templates.MatchTemplate.metaAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ArrayList<MatchMetaModel > org.buildmlearn.toolkit.templates.MatchTemplate.metaData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.MatchTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.map
new file mode 100644
index 00000000..96bda365
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.md5
new file mode 100644
index 00000000..e86206c9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.md5
@@ -0,0 +1 @@
+3e006a8b0773d63c65677770f3fc42cf
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.png
new file mode 100644
index 00000000..e2fad6d6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.map
new file mode 100644
index 00000000..e404c2bc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.md5
new file mode 100644
index 00000000..610dc453
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+c630c4a1b5452033d8729c0b86d4d3bf
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.png
new file mode 100644
index 00000000..722c57bf
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder-members.html
new file mode 100644
index 00000000..800313eb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.QuizAdapter.Holder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder.html
new file mode 100644
index 00000000..fd005a1a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.QuizAdapter.Holder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/templates/QuizAdapter.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.map
new file mode 100644
index 00000000..1d0189fe
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.md5
new file mode 100644
index 00000000..a1f1c034
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.md5
@@ -0,0 +1 @@
+ae17dc9a35cd4140103bac098f1dc98c
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.png
new file mode 100644
index 00000000..03945659
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel-members.html
new file mode 100644
index 00000000..8f85ae9c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.QuizModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html
new file mode 100644
index 00000000..f315037a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html
@@ -0,0 +1,369 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.QuizModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for Quiz Template Editor data.
+ More...
+
+
+
+
+
+
+
Model class for Quiz Template Editor data.
+
Created by abhishek on 28/5/15.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.QuizModel.QuizModel
+ (
+ String
+ question ,
+
+
+
+
+ ArrayList< String >
+ options ,
+
+
+
+
+ int
+ correctAnswer
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.QuizModel.getCorrectAnswer
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<String> org.buildmlearn.toolkit.templates.QuizModel.getOptions
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.QuizModel.getQuestion
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.QuizModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.QuizModel.isSelected
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizModel.setIsSelected
+ (
+ boolean
+ isSelected )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.templates.QuizModel.correctAnswer
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.templates.QuizModel.isSelected
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ArrayList<String> org.buildmlearn.toolkit.templates.QuizModel.options
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.QuizModel.question
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/templates/QuizModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.map
new file mode 100644
index 00000000..ebe63f7f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.md5
new file mode 100644
index 00000000..ea664f28
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.md5
@@ -0,0 +1 @@
+0a70a33015b9f8eb4dba7380f1fde4a8
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.png
new file mode 100644
index 00000000..31aa482f
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.map
new file mode 100644
index 00000000..ebe63f7f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.md5
new file mode 100644
index 00000000..8766c037
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.md5
@@ -0,0 +1 @@
+480638e9a7f68b849b9cc0dd6aad4978
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.png
new file mode 100644
index 00000000..f3ad58be
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate-members.html
new file mode 100644
index 00000000..87133f79
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate-members.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.QuizTemplate , including all inherited members.
+
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.QuizTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (Activity activity)org.buildmlearn.toolkit.templates.QuizTemplate
+ checkButton (ArrayList< RadioButton > buttons, ArrayList< EditText > options, int id, Context context)org.buildmlearn.toolkit.templates.QuizTemplate private
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.QuizTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.QuizTemplate
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.QuizTemplate
+ editItem (final Activity activity, final int position)org.buildmlearn.toolkit.templates.QuizTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ getApkFilePath ()org.buildmlearn.toolkit.templates.QuizTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.QuizTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.QuizTemplate
+ getCheckedAnswer (ArrayList< RadioButton > buttons)org.buildmlearn.toolkit.templates.QuizTemplate private
+ getItems (Document doc)org.buildmlearn.toolkit.templates.QuizTemplate
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.QuizTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.QuizTemplate
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.QuizTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.QuizTemplate
+ mAdapter org.buildmlearn.toolkit.templates.QuizTemplate private
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.QuizTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.QuizTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.QuizTemplate
+ quizData org.buildmlearn.toolkit.templates.QuizTemplate private
+ QuizTemplate ()org.buildmlearn.toolkit.templates.QuizTemplate
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.QuizTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.QuizTemplate
+ templateId org.buildmlearn.toolkit.templates.QuizTemplate private
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html
new file mode 100644
index 00000000..2db9a731
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html
@@ -0,0 +1,854 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.QuizTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Quiz template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ QuizTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (final Activity activity, final int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+void checkButton (ArrayList< RadioButton > buttons, ArrayList< EditText > options, int id, Context context)
+
+int getCheckedAnswer (ArrayList< RadioButton > buttons)
+
+void setEmptyView (Activity activity)
+ Toggles the visibility of empty text if Array has zero elements. More...
+
+
+
+
Quiz template code implementing methods of TemplateInterface.
+
Created by abhishek on 27/5/15.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.QuizTemplate.QuizTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.addMetaData
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.checkButton
+ (
+ ArrayList< RadioButton >
+ buttons ,
+
+
+
+
+ ArrayList< EditText >
+ options ,
+
+
+
+
+ int
+ id ,
+
+
+
+
+ Context
+ context
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.QuizTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.QuizTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ final int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.QuizTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.QuizTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.QuizTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.QuizTemplate.getCheckedAnswer
+ (
+ ArrayList< RadioButton >
+ buttons )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.QuizTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.QuizTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.QuizTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.QuizTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.QuizTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.QuizTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.QuizTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.QuizTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient QuizAdapter org.buildmlearn.toolkit.templates.QuizTemplate.mAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<QuizModel > org.buildmlearn.toolkit.templates.QuizTemplate.quizData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.QuizTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.map
new file mode 100644
index 00000000..f6b0ecba
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.md5
new file mode 100644
index 00000000..e51f8c58
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.md5
@@ -0,0 +1 @@
+9b73ab69bd25e789bf4e6ef9cb1bd4d5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.png
new file mode 100644
index 00000000..c45eb770
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.map
new file mode 100644
index 00000000..34ac261b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.md5
new file mode 100644
index 00000000..4f417e74
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+7a94141a9bfab0fe06857b663f838a4c
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.png
new file mode 100644
index 00000000..5438a610
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder-members.html
new file mode 100644
index 00000000..1d42ffcb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html
new file mode 100644
index 00000000..ed5e98b6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.description
+
+
+
+
+
+
+
+
+
+
+
+ ImageView org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.thumb
+
+
+
+
+
+
+
+
+
+
+
+ TextViewPlus org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.map
new file mode 100644
index 00000000..bfda5422
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.md5
new file mode 100644
index 00000000..b82e54eb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.md5
@@ -0,0 +1 @@
+f220c45020212365b94fecde38bea235
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.png
new file mode 100644
index 00000000..ea2813c8
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate-members.html
new file mode 100644
index 00000000..5332cf39
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate-members.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.VideoCollectionTemplate , including all inherited members.
+
+ adapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate private
+ addItem (final Activity activity)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.addItem (Activity activity)org.buildmlearn.toolkit.model.TemplateInterface
+ addMetaData (Activity activity)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ convertLink (String link)org.buildmlearn.toolkit.templates.VideoCollectionTemplate private
+ currentMetaEditorAdapter ()org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ currentTemplateEditorAdapter ()org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ DAILYMOTION org.buildmlearn.toolkit.templates.VideoCollectionTemplate private static
+ deleteItem (Activity activity, int position)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ editItem (final Activity activity, final int position)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ org::buildmlearn::toolkit::model::TemplateInterface.editItem (Activity activity, int position)org.buildmlearn.toolkit.model.TemplateInterface
+ getApkFilePath ()org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ getAssetsFileName (Context context)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ getAssetsFilePath ()org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ getItems (Document doc)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ getSimulatorFragment (String filePathWithName)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ getTitle ()org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ loadProjectMetaEditor (Context context, Document doc)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ loadProjectTemplateEditor (Context context, ArrayList< Element > data)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ mContext org.buildmlearn.toolkit.templates.VideoCollectionTemplate private
+ newMetaEditorAdapter (Context context)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ newTemplateEditorAdapter (Context context)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ onActivityResult (Context context, int requestCode, int resultCode, Intent intent)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ progress org.buildmlearn.toolkit.templates.VideoCollectionTemplate private
+ setEmptyView (Activity activity)org.buildmlearn.toolkit.templates.VideoCollectionTemplate private
+ setTemplateId (int templateId)org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ templateId org.buildmlearn.toolkit.templates.VideoCollectionTemplate private
+ validated (Context context, EditText link)org.buildmlearn.toolkit.templates.VideoCollectionTemplate private static
+ validated (Context context, EditText title, EditText description, EditText link)org.buildmlearn.toolkit.templates.VideoCollectionTemplate private static
+ VideoCollectionTemplate ()org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+ videoData org.buildmlearn.toolkit.templates.VideoCollectionTemplate private
+ VIMEO org.buildmlearn.toolkit.templates.VideoCollectionTemplate private static
+ YOUTUBE org.buildmlearn.toolkit.templates.VideoCollectionTemplate private static
+ YOUTUBE_SHORT org.buildmlearn.toolkit.templates.VideoCollectionTemplate private static
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html
new file mode 100644
index 00000000..c7f1e640
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html
@@ -0,0 +1,1036 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.VideoCollectionTemplate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Video template code implementing methods of TemplateInterface.
+ More...
+
+
+
+
+
+
+ VideoCollectionTemplate ()
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (final Activity activity)
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (final Activity activity, final int position)
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+void setTemplateId (int templateId )
+ Set templateId,that can be used to get Info about current template from enum Template. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+
+
+String convertLink (String link)
+
+void setEmptyView (Activity activity)
+ Toggles the visibility of empty text if Array has zero elements. More...
+
+
+
+static boolean validated (Context context, EditText link)
+
+static boolean validated (Context context, EditText title, EditText description, EditText link)
+
+
+
+static final String YOUTUBE = "youtube"
+
+static final String YOUTUBE_SHORT = "youtu.be"
+
+static final String DAILYMOTION = "dailymotion"
+
+static final String VIMEO = "vimeo"
+
+
+
+
Video template code implementing methods of TemplateInterface.
+
Created by Anupam (opticod) on 4/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoCollectionTemplate
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.addItem
+ (
+ final Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.addMetaData
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.convertLink
+ (
+ String
+ link )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.editItem
+ (
+ final Activity
+ activity ,
+
+
+
+
+ final int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
Name of the xml file congaing template data in the assets folders in the build apk.
+
Parameters
+
+ context For obtaining String from StringRes
+
+
+
+
Returns Asset file name
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
Returns a fragment required for the Simulator Activity.
+
Parameters
+
+ filePathWithName Path of the generated .buildmlearn file
+
+
+
+
Returns Returns a fragment required for the Simulator Activity. **Dev Note: File Path should be used to populate data from actual .buildmlearn file in the Simulator.
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new meta details of template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
Called from Template Editor when template editor is started for creating a new template project.
+
Parameters
+
+ context Application context
+
+
+
+
Returns BaseAdapter inherited Object
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks.
+
Parameters
+
+ context
+ requestCode
+ resultCode
+ intent
+
+
+
+
+
Implements org.buildmlearn.toolkit.model.TemplateInterface .
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.setEmptyView
+ (
+ Activity
+ activity )
+
+
+
+
+
+private
+
+
+
+
+
Toggles the visibility of empty text if Array has zero elements.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.templates.VideoCollectionTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ link
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.templates.VideoCollectionTemplate.validated
+ (
+ Context
+ context ,
+
+
+
+
+ EditText
+ title ,
+
+
+
+
+ EditText
+ description ,
+
+
+
+
+ EditText
+ link
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient VideoCollectionAdapter org.buildmlearn.toolkit.templates.VideoCollectionTemplate.adapter
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.DAILYMOTION = "dailymotion"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient Context org.buildmlearn.toolkit.templates.VideoCollectionTemplate.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transient ProgressDialog org.buildmlearn.toolkit.templates.VideoCollectionTemplate.progress
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.templates.VideoCollectionTemplate.templateId
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<VideoModel > org.buildmlearn.toolkit.templates.VideoCollectionTemplate.videoData
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VIMEO = "vimeo"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.YOUTUBE = "youtube"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.YOUTUBE_SHORT = "youtu.be"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask-members.html
new file mode 100644
index 00000000..5eee02e1
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html
new file mode 100644
index 00000000..91ef374a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask.onPostExecute
+ (
+ String
+ result )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.map
new file mode 100644
index 00000000..2c11d888
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.md5
new file mode 100644
index 00000000..11e417b5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.md5
@@ -0,0 +1 @@
+5592fd7d6b7d84df95aa48c48bb7815b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.png
new file mode 100644
index 00000000..2bcce750
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.map
new file mode 100644
index 00000000..2c11d888
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.md5
new file mode 100644
index 00000000..11e417b5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.md5
@@ -0,0 +1 @@
+5592fd7d6b7d84df95aa48c48bb7815b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.png
new file mode 100644
index 00000000..2bcce750
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.map
new file mode 100644
index 00000000..1755a7f0
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.md5
new file mode 100644
index 00000000..178867c9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.md5
@@ -0,0 +1 @@
+6ef881b770207fdf7fe49b61fc7f9d82
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.png
new file mode 100644
index 00000000..573d1f2a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.map
new file mode 100644
index 00000000..3f9f6622
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.md5
new file mode 100644
index 00000000..1d8fbf99
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.md5
@@ -0,0 +1 @@
+8220ca748ee54cc72f68104830edb0ff
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.png
new file mode 100644
index 00000000..6c88202a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel-members.html
new file mode 100644
index 00000000..840304de
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel-members.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.templates.VideoModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html
new file mode 100644
index 00000000..bd3dee22
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.templates.VideoModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model class for VideoCollection Template Editor data.
+ More...
+
+
+
+
+
+
+static final String ROOT_TAG = "item"
+
+
+
+
Model class for VideoCollection Template Editor data.
+
Created by Anupam (opticod) on 4/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.templates.VideoModel.VideoModel
+ (
+ String
+ title ,
+
+
+
+
+ String
+ description ,
+
+
+
+
+ String
+ link ,
+
+
+
+
+ String
+ thumbnail_url
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.getDescription
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.getLink
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.getThumbnail_url
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Element org.buildmlearn.toolkit.templates.VideoModel.getXml
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoModel.setDescription
+ (
+ String
+ description )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoModel.setLink
+ (
+ String
+ link )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoModel.setThumbnail_url
+ (
+ String
+ thumbnail_url )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.templates.VideoModel.setTitle
+ (
+ String
+ title )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.description
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoModel.DESCRIPTION_TAG = "video_description"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.link
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoModel.LINK_TAG = "video_link"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoModel.ROOT_TAG = "item"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoModel.THUMB_LINK_TAG = "video_thumb_link"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.thumbnail_url
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.templates.VideoModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.templates.VideoModel.TITLE_TAG = "video_title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.map
new file mode 100644
index 00000000..75902b8f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.md5
new file mode 100644
index 00000000..af4d5418
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.md5
@@ -0,0 +1 @@
+f732a3498fb5d9b310fcaa9cd048b7c6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.png
new file mode 100644
index 00000000..60cddae5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.map
new file mode 100644
index 00000000..75902b8f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.md5
new file mode 100644
index 00000000..af4d5418
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.md5
@@ -0,0 +1 @@
+f732a3498fb5d9b310fcaa9cd048b7c6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.png
new file mode 100644
index 00000000..60cddae5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog-members.html
new file mode 100644
index 00000000..10bebf63
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.FileDialog , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html
new file mode 100644
index 00000000..bf00a762
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html
@@ -0,0 +1,455 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.FileDialog Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Programmed dialog box to select file from storage.
+ More...
+
+
+
+
+
Programmed dialog box to select file from storage.
+
Created by Anupam (opticod) on 30/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.FileDialog.FileDialog
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.FileDialog.addFileListener
+ (
+ FileSelectListener
+ listener )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dialog org.buildmlearn.toolkit.utilities.FileDialog.createFileDialog
+ (
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.FileDialog.fireFileSelectedEvent
+ (
+ final File
+ file )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ File org.buildmlearn.toolkit.utilities.FileDialog.getChosenFile
+ (
+ String
+ fileChosen )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.FileDialog.loadFileList
+ (
+ File
+ path )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.FileDialog.setFileEndsWith
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.FileDialog.showDialog
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Activity org.buildmlearn.toolkit.utilities.FileDialog.activity
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ File org.buildmlearn.toolkit.utilities.FileDialog.currentPath
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.FileDialog.fileEndsWith
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String [] org.buildmlearn.toolkit.utilities.FileDialog.fileList
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final ListenerList<FileSelectListener > org.buildmlearn.toolkit.utilities.FileDialog.fileListenerList = new ListenerList<>()
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.FileDialog.PARENT_DIR = ".."
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/FileDialog.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.map
new file mode 100644
index 00000000..f4949592
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.md5
new file mode 100644
index 00000000..6125f297
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.md5
@@ -0,0 +1 @@
+357fa1ffc985a5a24f56237986af86cd
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.png
new file mode 100644
index 00000000..bcad904d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils-members.html
new file mode 100644
index 00000000..4b6218a3
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils-members.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.FileUtils , including all inherited members.
+
+ addToZip (File directoryToZip, File file, ZipOutputStream zos)org.buildmlearn.toolkit.utilities.FileUtils private static
+ BUFFER_SIZE org.buildmlearn.toolkit.utilities.FileUtils private static
+ copy (File src, File dst)org.buildmlearn.toolkit.utilities.FileUtils static
+ copyAssets (Context context, String assetFileName, String destinationDirectory)org.buildmlearn.toolkit.utilities.FileUtils static
+ copyFile (InputStream in, OutputStream out)org.buildmlearn.toolkit.utilities.FileUtils private static
+ equalContent (File file1, File file2)org.buildmlearn.toolkit.utilities.FileUtils static
+ getAllFiles (File dir, List< File > fileList)org.buildmlearn.toolkit.utilities.FileUtils private static
+ saveXmlFile (String destinationFolder, String fileName, Document doc)org.buildmlearn.toolkit.utilities.FileUtils static
+ unZip (String zipFilePath, String destinationFolder)org.buildmlearn.toolkit.utilities.FileUtils static
+ unZip (InputStream zipInputStream, String destinationFolder)org.buildmlearn.toolkit.utilities.FileUtils static
+ writeZipFile (File directoryToZip, List< File > fileList)org.buildmlearn.toolkit.utilities.FileUtils private static
+ zipFolder (String directoryToZipPath)org.buildmlearn.toolkit.utilities.FileUtils static
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html
new file mode 100644
index 00000000..d6631bef
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html
@@ -0,0 +1,654 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.FileUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Helper functions related to String manipulation.
+ More...
+
+
+static void unZip (String zipFilePath, String destinationFolder) throws IOException
+ Unzips a compressed file (.zip, .apk) More...
+
+static void unZip (InputStream zipInputStream, String destinationFolder)
+ Unzips a compressed file (.zip, .apk) More...
+
+static void copyAssets (Context context, String assetFileName, String destinationDirectory)
+ Copies a file from assets folder to a folder on device memory. More...
+
+static boolean equalContent (File file1, File file2)
+
+static void saveXmlFile (String destinationFolder, String fileName, Document doc)
+ Converts a given Document object to xml format file. More...
+
+static void zipFolder (String directoryToZipPath) throws IOException
+ Archives a folder into .zip compressed file. More...
+
+static void copy (File src, File dst) throws IOException
+ Copies the content from one file to another. More...
+
+
+
+static void copyFile (InputStream in, OutputStream out) throws IOException
+
+static void getAllFiles (File dir, List< File > fileList)
+ Add all the files in a given folder into a list. More...
+
+static void writeZipFile (File directoryToZip, List< File > fileList)
+
+static void addToZip (File directoryToZip, File file, ZipOutputStream zos) throws IOException
+
+
+
+
Helper functions related to String manipulation.
+
Created by Abhishek on 23-05-2015.
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.addToZip
+ (
+ File
+ directoryToZip ,
+
+
+
+
+ File
+ file ,
+
+
+
+
+ ZipOutputStream
+ zos
+
+
+
+ )
+ throws IOException
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.copy
+ (
+ File
+ src ,
+
+
+
+
+ File
+ dst
+
+
+
+ )
+ throws IOException
+
+
+
+
+static
+
+
+
+
+
Copies the content from one file to another.
+
Parameters
+
+ src Source file
+ dst Destination file
+
+
+
+
Exceptions
+
+ IOException Exception thrown in case of error
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.copyAssets
+ (
+ Context
+ context ,
+
+
+
+
+ String
+ assetFileName ,
+
+
+
+
+ String
+ destinationDirectory
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
Copies a file from assets folder to a folder on device memory.
+
Parameters
+
+ context Application context
+ assetFileName Name of the file stored in assets
+ destinationDirectory Destination folder for saving the file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.copyFile
+ (
+ InputStream
+ in ,
+
+
+
+
+ OutputStream
+ out
+
+
+
+ )
+ throws IOException
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.utilities.FileUtils.equalContent
+ (
+ File
+ file1 ,
+
+
+
+
+ File
+ file2
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.getAllFiles
+ (
+ File
+ dir ,
+
+
+
+
+ List< File >
+ fileList
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
Add all the files in a given folder into a list.
+
Parameters
+
+ dir Source directory
+ fileList Referenced list. Files are added to this list
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.saveXmlFile
+ (
+ String
+ destinationFolder ,
+
+
+
+
+ String
+ fileName ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
Converts a given Document object to xml format file.
+
Parameters
+
+ destinationFolder Destination folder for saving the file
+ fileName Destination file name
+ doc Document object to be converted to xml formatted file
+
+
+
+
Returns Returns true if successfully converted
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.unZip
+ (
+ String
+ zipFilePath ,
+
+
+
+
+ String
+ destinationFolder
+
+
+
+ )
+ throws IOException
+
+
+
+
+static
+
+
+
+
+
Unzips a compressed file (.zip, .apk)
+
Parameters
+
+ zipFilePath Path of the source zip file
+ destinationFolder Destination folder for stroing the uncompresses files.
+
+
+
+
Exceptions
+
+ IOException Exception thrown in case of some error.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.unZip
+ (
+ InputStream
+ zipInputStream ,
+
+
+
+
+ String
+ destinationFolder
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
Unzips a compressed file (.zip, .apk)
+
Parameters
+
+ zipInputStream InputStream of Zip file
+ destinationFolder Destination folder for stroing the uncompresses files.
+
+
+
+
Exceptions
+
+ IOException Exception thrown in case of some error.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.writeZipFile
+ (
+ File
+ directoryToZip ,
+
+
+
+
+ List< File >
+ fileList
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.FileUtils.zipFolder
+ (
+ String
+ directoryToZipPath )
+ throws IOException
+
+
+
+
+static
+
+
+
+
+
Archives a folder into .zip compressed file.
+
Parameters
+
+ directoryToZipPath Source folder to be converted.
+
+
+
+
Exceptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.utilities.FileUtils.BUFFER_SIZE = 2048
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/FileUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper-members.html
new file mode 100644
index 00000000..d3217983
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.KeyboardHelper , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper.html
new file mode 100644
index 00000000..e0333bcb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.KeyboardHelper Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Helper functions used to hide the soft keyboard.
+ More...
+
+
+static void hideKeyboard (final Activity activity, View view)
+
+
+
+
Helper functions used to hide the soft keyboard.
+
User : opticod(Anupam Das) Date : 24/2/16.
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.KeyboardHelper.hideKeyboard
+ (
+ final Activity
+ activity ,
+
+
+
+
+ View
+ view
+
+
+
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils-members.html
new file mode 100644
index 00000000..24a9e39a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.NetworkUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils.html
new file mode 100644
index 00000000..badac3c7
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.NetworkUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Helper functions used to check network connection.
+ More...
+
+
+
Helper functions used to check network connection.
+
Created by Anupam(opticod) on 10/5/16.
+
+
+
+
+
+
+
+
+
+ static boolean org.buildmlearn.toolkit.utilities.NetworkUtils.isNetworkAvailable
+ (
+ Context
+ mContext )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread-members.html
new file mode 100644
index 00000000..38a6caa4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.RestoreThread , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html
new file mode 100644
index 00000000..f132d9a2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.RestoreThread Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class for extracting .buildmlearn file from apk.
+ More...
+
+
+
+
+
+
+
Class for extracting .buildmlearn file from apk.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.RestoreThread.RestoreThread
+ (
+ Context
+ context ,
+
+
+
+
+ InputStream
+ zipInputStream
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.RestoreThread.run
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.RestoreThread.setRestoreListener
+ (
+ OnRestoreComplete
+ listener )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.utilities.RestoreThread.context
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.RestoreThread.TEMP_FOLDER = "rtf"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final InputStream org.buildmlearn.toolkit.utilities.RestoreThread.zipInputStream
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.map
new file mode 100644
index 00000000..e857a16e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.md5
new file mode 100644
index 00000000..90e741a4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.md5
@@ -0,0 +1 @@
+df59c4e888552b317f7ca0eec404bd37
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.png
new file mode 100644
index 00000000..8605d254
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.map
new file mode 100644
index 00000000..133fbab9
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.md5
new file mode 100644
index 00000000..af60cc54
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.md5
@@ -0,0 +1 @@
+8a0b11bb3cae523ff056b5e440d844c4
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.png
new file mode 100644
index 00000000..386df7c1
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation-members.html
new file mode 100644
index 00000000..3c0f30b8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.RoundedTransformation , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html
new file mode 100644
index 00000000..9be7f763
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.RoundedTransformation Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.RoundedTransformation.RoundedTransformation
+ (
+ final int
+ radius ,
+
+
+
+
+ final int
+ margin
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.RoundedTransformation.key
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Bitmap org.buildmlearn.toolkit.utilities.RoundedTransformation.transform
+ (
+ final Bitmap
+ source )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.RoundedTransformation.key
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.utilities.RoundedTransformation.margin
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.utilities.RoundedTransformation.radius
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.map
new file mode 100644
index 00000000..9c7a94f5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.md5
new file mode 100644
index 00000000..7b453258
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.md5
@@ -0,0 +1 @@
+4a8c539e628c33cb47d34f777fb927d6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.png
new file mode 100644
index 00000000..218f1f4c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.map
new file mode 100644
index 00000000..9c7a94f5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.md5
new file mode 100644
index 00000000..7b453258
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.md5
@@ -0,0 +1 @@
+4a8c539e628c33cb47d34f777fb927d6
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.png
new file mode 100644
index 00000000..218f1f4c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread-members.html
new file mode 100644
index 00000000..6d0619b5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread-members.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.SignerThread , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html
new file mode 100644
index 00000000..8b685f1e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html
@@ -0,0 +1,683 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.SignerThread Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class for signing a unsigned apk file using a given keystore and credentials.
+ More...
+
+
+
+
+
+
+
Class for signing a unsigned apk file using a given keystore and credentials.
+
Created by Abhishek on 10-06-2015. Modified by Anupam (opticod) on 18-05-2016
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.SignerThread.SignerThread
+ (
+ Context
+ context ,
+
+
+
+
+ String
+ assetsApk ,
+
+
+
+
+ String
+ finalApk ,
+
+
+
+
+ KeyStoreDetails
+ keyDetails ,
+
+
+
+
+ String
+ assetFilePath ,
+
+
+
+
+ String
+ assetFileName
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.SignerThread.getFinalApkPath
+ (
+ String
+ buildmlearnPath )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static void org.buildmlearn.toolkit.utilities.SignerThread.modifyManifest
+ (
+ final String[]
+ args )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.SignerThread.run
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.SignerThread.setSignerThreadListener
+ (
+ OnSignComplete
+ listener )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.SignerThread.showNotification
+ (
+ String
+ description )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.SignerThread.assetFileName
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.SignerThread.assetFilePath
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.SignerThread.assetsApk
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.utilities.SignerThread.changed
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.utilities.SignerThread.context
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.SignerThread.finalApk
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final KeyStoreDetails org.buildmlearn.toolkit.utilities.SignerThread.keyDetails
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OnSignComplete org.buildmlearn.toolkit.utilities.SignerThread.listener
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.utilities.SignerThread.needRemoveConflict
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.utilities.SignerThread.needRemoveLib
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.SignerThread.newPackageFullName
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.SignerThread.NS = "http://schemas.android.com/apk/res/android"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.SignerThread.projectFile
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.SignerThread.TAG = "SignerThread"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.utilities.SignerThread.TEMP_FOLDER = "hcjb"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor-members.html
new file mode 100644
index 00000000..0c6943cd
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html
new file mode 100644
index 00000000..f5cb3b45
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+NodeVisitor child (String ns, String name)
+
+void attr (String ns, String name, int resourceId, int type, Object val)
+
+void end ()
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor.attr
+ (
+ String
+ ns ,
+
+
+
+
+ String
+ name ,
+
+
+
+
+ int
+ resourceId ,
+
+
+
+
+ int
+ type ,
+
+
+
+
+ Object
+ val
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ NodeVisitor org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor.child
+ (
+ String
+ ns ,
+
+
+
+
+ String
+ name
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor.end
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor.didLogNodeName = false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor.level = ""
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor.nodeName = ""
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor.oldPackageName
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.map
new file mode 100644
index 00000000..0cf15130
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.md5
new file mode 100644
index 00000000..351f492c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.md5
@@ -0,0 +1 @@
+76919ce54b733968fd7268268a99fde9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.png
new file mode 100644
index 00000000..9c062c50
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.map
new file mode 100644
index 00000000..0cf15130
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.md5
new file mode 100644
index 00000000..351f492c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.md5
@@ -0,0 +1 @@
+76919ce54b733968fd7268268a99fde9
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.png
new file mode 100644
index 00000000..9c062c50
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.map
new file mode 100644
index 00000000..72eadc50
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.md5
new file mode 100644
index 00000000..0a0a927d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.md5
@@ -0,0 +1 @@
+dd63718432d453742cda1a7efa47437e
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.png
new file mode 100644
index 00000000..51983e4a
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.map
new file mode 100644
index 00000000..e5bc0432
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.md5
new file mode 100644
index 00000000..e2ba9778
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.md5
@@ -0,0 +1 @@
+bcd097505615ce02005df4ab0805deaa
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.png
new file mode 100644
index 00000000..0078f7b9
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch-members.html
new file mode 100644
index 00000000..37203388
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch-members.html
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.diff_match_patch , including all inherited members.
+
+ BLANKLINEEND org.buildmlearn.toolkit.utilities.diff_match_patch private
+ BLANKLINESTART org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_bisect (String text1, String text2, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ diff_bisectSplit (String text1, String text2, int x, int y, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_charsToLines (LinkedList< Diff > diffs, List< String > lineArray)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ diff_cleanupEfficiency (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_cleanupMerge (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_cleanupSemantic (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_cleanupSemanticLossless (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_cleanupSemanticScore (String one, String two)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_commonOverlap (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ diff_commonPrefix (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_commonSuffix (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_compute (String text1, String text2, boolean checklines, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ Diff_EditCost org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_fromDelta (String text1, String delta)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_halfMatch (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ diff_halfMatchI (String longtext, String shorttext, int i)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_levenshtein (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_lineMode (String text1, String text2, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_linesToChars (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ diff_linesToCharsMunge (String text, List< String > lineArray, Map< String, Integer > lineHash)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_main (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_main (String text1, String text2, boolean checklines)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_main (String text1, String text2, boolean checklines, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_prettyHtml (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_text1 (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_text2 (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ Diff_Timeout org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_toDelta (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_WordMode (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
+ diff_wordsToChars (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ diff_wordsToCharsMunge (String text, List< String > lineArray, Map< String, Integer > lineHash)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ diff_xIndex (LinkedList< Diff > diffs, int loc)org.buildmlearn.toolkit.utilities.diff_match_patch
+ match_alphabet (String pattern)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ match_bitap (String text, String pattern, int loc)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ match_bitapScore (int e, int x, int loc, String pattern)org.buildmlearn.toolkit.utilities.diff_match_patch private
+ Match_Distance org.buildmlearn.toolkit.utilities.diff_match_patch
+ match_main (String text, String pattern, int loc)org.buildmlearn.toolkit.utilities.diff_match_patch
+ Match_MaxBits org.buildmlearn.toolkit.utilities.diff_match_patch private
+ Match_Threshold org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_addContext (Patch patch, String text)org.buildmlearn.toolkit.utilities.diff_match_patch protected
+ patch_addPadding (LinkedList< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_apply (LinkedList< Patch > patches, String text)org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_deepCopy (LinkedList< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
+ Patch_DeleteThreshold org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_fromText (String textline)org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_make (String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_make (LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_make (String text1, String text2, LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_make (String text1, LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
+ Patch_Margin org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_splitMax (LinkedList< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
+ patch_toText (List< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
+ unescapeForEncodeUriCompatability (String str)org.buildmlearn.toolkit.utilities.diff_match_patch private static
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html
new file mode 100644
index 00000000..55443588
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html
@@ -0,0 +1,2107 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.diff_match_patch Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+LinkedList< Diff > diff_main (String text1, String text2)
+
+LinkedList< Diff > diff_main (String text1, String text2, boolean checklines)
+
+LinkedList< Diff > diff_WordMode (String text1, String text2)
+
+int diff_commonPrefix (String text1, String text2)
+
+int diff_commonSuffix (String text1, String text2)
+
+void diff_cleanupSemantic (LinkedList< Diff > diffs)
+
+void diff_cleanupSemanticLossless (LinkedList< Diff > diffs)
+
+void diff_cleanupEfficiency (LinkedList< Diff > diffs)
+
+void diff_cleanupMerge (LinkedList< Diff > diffs)
+
+int diff_xIndex (LinkedList< Diff > diffs, int loc)
+
+String[] diff_prettyHtml (LinkedList< Diff > diffs)
+
+String diff_text1 (LinkedList< Diff > diffs)
+
+String diff_text2 (LinkedList< Diff > diffs)
+
+int diff_levenshtein (LinkedList< Diff > diffs)
+
+String diff_toDelta (LinkedList< Diff > diffs)
+
+LinkedList< Diff > diff_fromDelta (String text1, String delta) throws IllegalArgumentException
+
+int match_main (String text, String pattern, int loc)
+
+LinkedList< Patch > patch_make (String text1, String text2)
+
+LinkedList< Patch > patch_make (LinkedList< Diff > diffs)
+
+LinkedList< Patch > patch_make (String text1, String text2, LinkedList< Diff > diffs)
+
+LinkedList< Patch > patch_make (String text1, LinkedList< Diff > diffs)
+
+LinkedList< Patch > patch_deepCopy (LinkedList< Patch > patches)
+
+Object[] patch_apply (LinkedList< Patch > patches, String text)
+
+String patch_addPadding (LinkedList< Patch > patches)
+
+void patch_splitMax (LinkedList< Patch > patches)
+
+String patch_toText (List< Patch > patches)
+
+List< Patch > patch_fromText (String textline) throws IllegalArgumentException
+
+
+
+LinkedList< Diff > diff_bisect (String text1, String text2, long deadline)
+
+LinesToCharsResult diff_linesToChars (String text1, String text2)
+
+LinesToCharsResult diff_wordsToChars (String text1, String text2)
+
+void diff_charsToLines (LinkedList< Diff > diffs, List< String > lineArray)
+
+int diff_commonOverlap (String text1, String text2)
+
+String[] diff_halfMatch (String text1, String text2)
+
+int match_bitap (String text, String pattern, int loc)
+
+Map< Character, Integer > match_alphabet (String pattern)
+
+void patch_addContext (Patch patch, String text)
+
+
+
+LinkedList< Diff > diff_main (String text1, String text2, boolean checklines, long deadline)
+
+LinkedList< Diff > diff_compute (String text1, String text2, boolean checklines, long deadline)
+
+LinkedList< Diff > diff_lineMode (String text1, String text2, long deadline)
+
+LinkedList< Diff > diff_bisectSplit (String text1, String text2, int x, int y, long deadline)
+
+String diff_linesToCharsMunge (String text, List< String > lineArray, Map< String, Integer > lineHash)
+
+String diff_wordsToCharsMunge (String text, List< String > lineArray, Map< String, Integer > lineHash)
+
+String[] diff_halfMatchI (String longtext, String shorttext, int i)
+
+int diff_cleanupSemanticScore (String one, String two)
+
+double match_bitapScore (int e, int x, int loc, String pattern)
+
+
+
+
Class containing the diff, match and patch methods. Also contains the behaviour settings.
+
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_bisect
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2 ,
+
+
+
+
+ long
+ deadline
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Find the 'middle snake' of a diff, split the problem in two and return the recursively constructed diff. See Myers 1986 paper: An O(ND) Difference Algorithm and Its Variations.
+
Parameters
+
+ text1 Old string to be diffed.
+ text2 New string to be diffed.
+ deadline Time at which to bail if not yet complete.
+
+
+
+
Returns LinkedList of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_bisectSplit
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2 ,
+
+
+
+
+ int
+ x ,
+
+
+
+
+ int
+ y ,
+
+
+
+
+ long
+ deadline
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Given the location of the 'middle snake', split the diff in two parts and recurse.
+
Parameters
+
+ text1 Old string to be diffed.
+ text2 New string to be diffed.
+ x Index of split point in text1.
+ y Index of split point in text2.
+ deadline Time at which to bail if not yet complete.
+
+
+
+
Returns LinkedList of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.diff_match_patch.diff_charsToLines
+ (
+ LinkedList< Diff >
+ diffs ,
+
+
+
+
+ List< String >
+ lineArray
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Rehydrate the text in a diff from a string of line hashes to real lines of text.
+
Parameters
+
+ diffs LinkedList of Diff objects.
+ lineArray List of unique strings.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.diff_match_patch.diff_cleanupEfficiency
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Reduce the number of edits by eliminating operationally trivial equalities.
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.diff_match_patch.diff_cleanupMerge
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Reorder and merge like edit sections. Merge equalities. Any edit section can move as long as it doesn't cross an equality.
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.diff_match_patch.diff_cleanupSemantic
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Reduce the number of edits by eliminating semantically trivial equalities.
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.diff_match_patch.diff_cleanupSemanticLossless
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Look for single edits surrounded on both sides by equalities which can be shifted sideways to align the edit to a word boundary. e.g: The c<ins>at c</ins>ame. -> The <ins>cat </ins>came.
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.diff_cleanupSemanticScore
+ (
+ String
+ one ,
+
+
+
+
+ String
+ two
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Given two strings, compute a score representing whether the internal boundary falls on logical boundaries. Scores range from 6 (best) to 0 (worst).
+
Parameters
+
+ one First string.
+ two Second string.
+
+
+
+
Returns The score.
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.diff_commonOverlap
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Determine if the suffix of one string is the prefix of another.
+
Parameters
+
+ text1 First string.
+ text2 Second string.
+
+
+
+
Returns The number of characters common to the end of the first string and the start of the second string.
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.diff_commonPrefix
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
Determine the common prefix of two strings
+
Parameters
+
+ text1 First string.
+ text2 Second string.
+
+
+
+
Returns The number of characters common to the start of each string.
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.diff_commonSuffix
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
Determine the common suffix of two strings
+
Parameters
+
+ text1 First string.
+ text2 Second string.
+
+
+
+
Returns The number of characters common to the end of each string.
+
+
+
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_compute
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2 ,
+
+
+
+
+ boolean
+ checklines ,
+
+
+
+
+ long
+ deadline
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Find the differences between two texts. Assumes that the texts do not have any common prefix or suffix.
+
Parameters
+
+ text1 Old string to be diffed.
+ text2 New string to be diffed.
+ checklines Speedup flag. If false, then don't run a line-level diff first to identify the changed areas. If true, then run a faster slightly less optimal diff.
+ deadline Time when the diff should be complete by.
+
+
+
+
Returns Linked List of Diff objects.
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_fromDelta
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ delta
+
+
+
+ )
+ throws IllegalArgumentException
+
+
+
+
Given the original text1, and an encoded string which describes the operations required to transform text1 into text2, compute the full diff.
+
Parameters
+
+ text1 Source string for the diff.
+ delta Delta text.
+
+
+
+
Returns Array of Diff objects or null if invalid.
+
Exceptions
+
+ IllegalArgumentException If invalid input.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String [] org.buildmlearn.toolkit.utilities.diff_match_patch.diff_halfMatch
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Do the two texts share a substring which is at least half the length of the longer text? This speedup can produce non-minimal diffs.
+
Parameters
+
+ text1 First string.
+ text2 Second string.
+
+
+
+
Returns Five element String array, containing the prefix of text1, the suffix of text1, the prefix of text2, the suffix of text2 and the common middle. Or null if there was no match.
+
+
+
+
+
+
+
+
+
+
+
+ String [] org.buildmlearn.toolkit.utilities.diff_match_patch.diff_halfMatchI
+ (
+ String
+ longtext ,
+
+
+
+
+ String
+ shorttext ,
+
+
+
+
+ int
+ i
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Does a substring of shorttext exist within longtext such that the substring is at least half the length of longtext?
+
Parameters
+
+ longtext Longer string.
+ shorttext Shorter string.
+ i Start index of quarter length substring within longtext.
+
+
+
+
Returns Five element String array, containing the prefix of longtext, the suffix of longtext, the prefix of shorttext, the suffix of shorttext and the common middle. Or null if there was no match.
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.diff_levenshtein
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Compute the Levenshtein distance; the number of inserted, deleted or substituted characters.
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
Returns Number of changes.
+
+
+
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_lineMode
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2 ,
+
+
+
+
+ long
+ deadline
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Do a quick line-level diff on both strings, then rediff the parts for greater accuracy. This speedup can produce non-minimal diffs.
+
Parameters
+
+ text1 Old string to be diffed.
+ text2 New string to be diffed.
+ deadline Time when the diff should be complete by.
+
+
+
+
Returns Linked List of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+ LinesToCharsResult org.buildmlearn.toolkit.utilities.diff_match_patch.diff_linesToChars
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Split two texts into a list of strings. Reduce the texts to a string of hashes where each Unicode character represents one line.
+
Parameters
+
+ text1 First string.
+ text2 Second string.
+
+
+
+
Returns An object containing the encoded text1, the encoded text2 and the List of unique strings. The zeroth element of the List of unique strings is intentionally blank.
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.diff_linesToCharsMunge
+ (
+ String
+ text ,
+
+
+
+
+ List< String >
+ lineArray ,
+
+
+
+
+ Map< String, Integer >
+ lineHash
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Split a text into a list of strings. Reduce the texts to a string of hashes where each Unicode character represents one line.
+
Parameters
+
+ text String to encode.
+ lineArray List of unique strings.
+ lineHash Map of strings to indices.
+
+
+
+
Returns Encoded string.
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
Find the differences between two texts. Run a faster, slightly less optimal diff. This method allows the 'checklines' of diff_main() to be optional. Most of the time checklines is wanted, so default to true.
+
Parameters
+
+ text1 Old string to be diffed.
+ text2 New string to be diffed.
+
+
+
+
Returns Linked List of Diff objects.
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2 ,
+
+
+
+
+ boolean
+ checklines
+
+
+
+ )
+
+
+
+
+
Find the differences between two texts.
+
Parameters
+
+ text1 Old string to be diffed.
+ text2 New string to be diffed.
+ checklines Speedup flag. If false, then don't run a line-level diff first to identify the changed areas. If true, then run a faster slightly less optimal diff.
+
+
+
+
Returns Linked List of Diff objects.
+
+
+
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2 ,
+
+
+
+
+ boolean
+ checklines ,
+
+
+
+
+ long
+ deadline
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Find the differences between two texts. Simplifies the problem by stripping any common prefix or suffix off the texts before diffing.
+
Parameters
+
+ text1 Old string to be diffed.
+ text2 New string to be diffed.
+ checklines Speedup flag. If false, then don't run a line-level diff first to identify the changed areas. If true, then run a faster slightly less optimal diff.
+ deadline Time when the diff should be complete by. Used internally for recursive calls. Users should set DiffTimeout instead.
+
+
+
+
Returns Linked List of Diff objects.
+
+
+
+
+
+
+
+
+ String [] org.buildmlearn.toolkit.utilities.diff_match_patch.diff_prettyHtml
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Convert a Diff list into a pretty HTML report.
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
Returns HTML representation. + number of equal words in an array where first element is HTML representation and second is number of Equal words.
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.diff_text1
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Compute and return the source text (all equalities and deletions).
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
Returns Source text.
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.diff_text2
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Compute and return the destination text (all equalities and insertions).
+
Parameters
+
+ diffs LinkedList of Diff objects.
+
+
+
+
Returns Destination text.
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.diff_toDelta
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Crush the diff into an encoded string which describes the operations required to transform text1 into text2. E.g. =3-2+ing -> Keep 3 chars, delete 2 chars, insert 'ing'. Operations are tab-separated. Inserted text is escaped using xx notation.
+
Parameters
+
+ diffs Array of Diff objects.
+
+
+
+
Returns Delta text.
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.diff_WordMode
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LinesToCharsResult org.buildmlearn.toolkit.utilities.diff_match_patch.diff_wordsToChars
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Split two texts into a list of strings. Reduce the texts to a string of hashes where each Unicode character represents one word.
+
Parameters
+
+ text1 First string.
+ text2 Second string.
+
+
+
+
Returns An object containing the encoded text1, the encoded text2 and the List of unique strings. The zeroth element of the List of unique strings is intentionally blank.
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.diff_wordsToCharsMunge
+ (
+ String
+ text ,
+
+
+
+
+ List< String >
+ lineArray ,
+
+
+
+
+ Map< String, Integer >
+ lineHash
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Split a text into a list of strings. Reduce the texts to a string of hashes where each Unicode character represents one word.
+
Parameters
+
+ text String to encode.
+ lineArray List of unique strings.
+ lineHash Map of strings to indices.
+
+
+
+
Returns Encoded string.
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.diff_xIndex
+ (
+ LinkedList< Diff >
+ diffs ,
+
+
+
+
+ int
+ loc
+
+
+
+ )
+
+
+
+
+
loc is a location in text1, compute and return the equivalent location in text2. e.g. "The cat" vs "The big cat", 1->1, 5->8
+
Parameters
+
+ diffs LinkedList of Diff objects.
+ loc Location within text1.
+
+
+
+
Returns Location within text2.
+
+
+
+
+
+
+
+
+
+
+
+ Map<Character, Integer> org.buildmlearn.toolkit.utilities.diff_match_patch.match_alphabet
+ (
+ String
+ pattern )
+
+
+
+
+
+protected
+
+
+
+
Initialise the alphabet for the Bitap algorithm.
+
Parameters
+
+ pattern The text to encode.
+
+
+
+
Returns Hash of character locations.
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.match_bitap
+ (
+ String
+ text ,
+
+
+
+
+ String
+ pattern ,
+
+
+
+
+ int
+ loc
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Locate the best instance of 'pattern' in 'text' near 'loc' using the Bitap algorithm. Returns -1 if no match found.
+
Parameters
+
+ text The text to search.
+ pattern The pattern to search for.
+ loc The location to search around.
+
+
+
+
Returns Best match index or -1.
+
+
+
+
+
+
+
+
+
+
+
+ double org.buildmlearn.toolkit.utilities.diff_match_patch.match_bitapScore
+ (
+ int
+ e ,
+
+
+
+
+ int
+ x ,
+
+
+
+
+ int
+ loc ,
+
+
+
+
+ String
+ pattern
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
Compute and return the score for a match with e errors and x location.
+
Parameters
+
+ e Number of errors in match.
+ x Location of match.
+ loc Expected location of match.
+ pattern Pattern being sought.
+
+
+
+
Returns Overall score for match (0.0 = good, 1.0 = bad).
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.match_main
+ (
+ String
+ text ,
+
+
+
+
+ String
+ pattern ,
+
+
+
+
+ int
+ loc
+
+
+
+ )
+
+
+
+
+
Locate the best instance of 'pattern' in 'text' near 'loc'. Returns -1 if no match found.
+
Parameters
+
+ text The text to search.
+ pattern The pattern to search for.
+ loc The location to search around.
+
+
+
+
Returns Best match index or -1.
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.diff_match_patch.patch_addContext
+ (
+ Patch
+ patch ,
+
+
+
+
+ String
+ text
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
Increase the context until it is unique, but don't let the pattern expand beyond Match_MaxBits.
+
Parameters
+
+ patch The patch to grow.
+ text Source text.
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.patch_addPadding
+ (
+ LinkedList< Patch >
+ patches )
+
+
+
+
+
Add some padding on text start and end so that edges can match something. Intended to be called only from within patch_apply.
+
Parameters
+
+ patches Array of Patch objects.
+
+
+
+
Returns The padding string added to each side.
+
+
+
+
+
+
+
+
+ Object [] org.buildmlearn.toolkit.utilities.diff_match_patch.patch_apply
+ (
+ LinkedList< Patch >
+ patches ,
+
+
+
+
+ String
+ text
+
+
+
+ )
+
+
+
+
+
Merge a set of patches onto the text. Return a patched text, as well as an array of true/false values indicating which patches were applied.
+
Parameters
+
+ patches Array of Patch objects
+ text Old text.
+
+
+
+
Returns Two element Object array, containing the new text and an array of boolean values.
+
+
+
+
+
+
+
+
+ LinkedList<Patch > org.buildmlearn.toolkit.utilities.diff_match_patch.patch_deepCopy
+ (
+ LinkedList< Patch >
+ patches )
+
+
+
+
+
Given an array of patches, return another array that is identical.
+
Parameters
+
+ patches Array of Patch objects.
+
+
+
+
Returns Array of Patch objects.
+
+
+
+
+
+
+
+
+ List<Patch > org.buildmlearn.toolkit.utilities.diff_match_patch.patch_fromText
+ (
+ String
+ textline )
+ throws IllegalArgumentException
+
+
+
+
Parse a textual representation of patches and return a List of Patch objects.
+
Parameters
+
+ textline Text representation of patches.
+
+
+
+
Returns List of Patch objects.
+
Exceptions
+
+ IllegalArgumentException If invalid input.
+
+
+
+
+
+
+
+
+
+
+
+ LinkedList<Patch > org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2
+
+
+
+ )
+
+
+
+
+
Compute a list of patches to turn text1 into text2. A set of diffs will be computed.
+
Parameters
+
+ text1 Old text.
+ text2 New text.
+
+
+
+
Returns LinkedList of Patch objects.
+
+
+
+
+
+
+
+
+ LinkedList<Patch > org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make
+ (
+ LinkedList< Diff >
+ diffs )
+
+
+
+
+
Compute a list of patches to turn text1 into text2. text1 will be derived from the provided diffs.
+
Parameters
+
+ diffs Array of Diff objects for text1 to text2.
+
+
+
+
Returns LinkedList of Patch objects.
+
+
+
+
+
+
+
+
+ LinkedList<Patch > org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make
+ (
+ String
+ text1 ,
+
+
+
+
+ String
+ text2 ,
+
+
+
+
+ LinkedList< Diff >
+ diffs
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ LinkedList<Patch > org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make
+ (
+ String
+ text1 ,
+
+
+
+
+ LinkedList< Diff >
+ diffs
+
+
+
+ )
+
+
+
+
+
Compute a list of patches to turn text1 into text2. text2 is not provided, diffs are the delta between text1 and text2.
+
Parameters
+
+ text1 Old text.
+ diffs Array of Diff objects for text1 to text2.
+
+
+
+
Returns LinkedList of Patch objects.
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.diff_match_patch.patch_splitMax
+ (
+ LinkedList< Patch >
+ patches )
+
+
+
+
+
Look through the patches and break up any which are longer than the maximum limit of the match algorithm. Intended to be called only from within patch_apply.
+
Parameters
+
+ patches LinkedList of Patch objects.
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.patch_toText
+ (
+ List< Patch >
+ patches )
+
+
+
+
+
Take a list of patches and return a textual representation.
+
Parameters
+
+ patches List of Patch objects.
+
+
+
+
Returns Text representation of patches.
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.utilities.diff_match_patch.unescapeForEncodeUriCompatability
+ (
+ String
+ str )
+
+
+
+
+
+static private
+
+
+
+
Unescape selected chars for compatability with JavaScript's encodeURI. In speed critical applications this could be dropped since the receiving application will certainly decode these fine. Note that this function is case-sensitive. Thus "%3f" would not be unescaped. But this is ok because it is only called with the output of URLEncoder.encode which returns uppercase hex.
+
Example: "%3F" -> "?", "%24" -> "$", etc.
+
Parameters
+
+ str The string to escape.
+
+
+
+
Returns The escaped string.
+
+
+
+
+
+
+
+
+
+
+
+
+ Pattern org.buildmlearn.toolkit.utilities.diff_match_patch.BLANKLINEEND = Pattern.compile("\\n\\r?\\n\\Z", Pattern.DOTALL)
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pattern org.buildmlearn.toolkit.utilities.diff_match_patch.BLANKLINESTART = Pattern.compile("\\A\\r?\\n\\r?\\n", Pattern.DOTALL)
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ short org.buildmlearn.toolkit.utilities.diff_match_patch.Diff_EditCost = 4
+
+
+
+
Cost of an empty edit operation in terms of edit characters.
+
+
+
+
+
+
+
+
+ float org.buildmlearn.toolkit.utilities.diff_match_patch.Diff_Timeout = 1.0f
+
+
+
+
Number of seconds to map a diff before giving up (0 for infinity).
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.Match_Distance = 1000
+
+
+
+
How far to search for a match (0 = exact location, 1000+ = broad match). A match this many characters away from the expected location will add 1.0 to the score (0.0 is a perfect match).
+
+
+
+
+
+
+
+
+
+
+
+ short org.buildmlearn.toolkit.utilities.diff_match_patch.Match_MaxBits = 32
+
+
+
+
+private
+
+
+
+
The number of bits in an int.
+
+
+
+
+
+
+
+
+ float org.buildmlearn.toolkit.utilities.diff_match_patch.Match_Threshold = 0.5f
+
+
+
+
At what point is no match declared (0.0 = perfection, 1.0 = very loose).
+
+
+
+
+
+
+
+
+ float org.buildmlearn.toolkit.utilities.diff_match_patch.Patch_DeleteThreshold = 0.5f
+
+
+
+
When deleting a large block of text (over ~64 characters), how close do the contents have to be to match the expected contents. (0.0 = perfection, 1.0 = very loose). Note that Match_Threshold controls how closely the end points of a delete need to match.
+
+
+
+
+
+
+
+
+ short org.buildmlearn.toolkit.utilities.diff_match_patch.Patch_Margin = 4
+
+
+
+
Chunk size for context length.
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff-members.html
new file mode 100644
index 00000000..f82fb479
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.diff_match_patch.Diff , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html
new file mode 100644
index 00000000..91915f11
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.diff_match_patch.Diff Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class representing one diff operation.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.Diff
+ (
+ Operation
+ operation ,
+
+
+
+
+ String
+ text
+
+
+
+ )
+
+
+
+
+
Constructor. Initializes the diff with the provided values.
+
Parameters
+
+ operation One of INSERT, DELETE or EQUAL.
+ text The text being applied.
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.equals
+ (
+ Object
+ obj )
+
+
+
+
+
Is this Diff equivalent to another Diff ?
+
Parameters
+
+ obj Another Diff to compare against.
+
+
+
+
Returns true or false.
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.hashCode
+ (
+ )
+
+
+
+
+
Create a numeric hash value for a Diff . This function is not used by DMP.
+
Returns Hash value.
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.toString
+ (
+ )
+
+
+
+
+
Display a human-readable version of this Diff .
+
Returns text version.
+
+
+
+
+
+
+
+
+
+ Operation org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.operation
+
+
+
+
One of: INSERT, DELETE or EQUAL.
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.text
+
+
+
+
The text associated with this diff operation.
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.map
new file mode 100644
index 00000000..fc11e7fc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.md5
new file mode 100644
index 00000000..965049ed
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.md5
@@ -0,0 +1 @@
+c1ea6ac27c7e2c14d9f39fd42d3e049b
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.png
new file mode 100644
index 00000000..2efe7d2d
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult-members.html
new file mode 100644
index 00000000..eac63e0f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html
new file mode 100644
index 00000000..d117305b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Internal class for returning results from diff_linesToChars() . Other less paranoid languages just use a three-element array.
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.LinesToCharsResult
+ (
+ String
+ chars1 ,
+
+
+
+
+ String
+ chars2 ,
+
+
+
+
+ List< String >
+ lineArray
+
+
+
+ )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.chars1
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.chars2
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List<String> org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.lineArray
+
+
+
+
+protected
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.map
new file mode 100644
index 00000000..c05f0d23
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.md5
new file mode 100644
index 00000000..21a2c411
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.md5
@@ -0,0 +1 @@
+91f02821880e9f1cbfd3b37fa8fb603d
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.png
new file mode 100644
index 00000000..76d40111
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch-members.html
new file mode 100644
index 00000000..6ff2a61b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.diff_match_patch.Patch , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html
new file mode 100644
index 00000000..646825dc
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class representing one patch operation.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.Patch
+ (
+ )
+
+
+
+
+
Constructor. Initializes with an empty list of diffs.
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.toString
+ (
+ )
+
+
+
+
+
Emmulate GNU diff's format. Header: @ -382,8 +481,9 @ Indicies are printed as 1-based, not 0-based.
+
Returns The GNU diff string.
+
+
+
+
+
+
+
+
+
+ LinkedList<Diff > org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.diffs
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.length1
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.length2
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.start1
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.start2
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.map
new file mode 100644
index 00000000..418030f5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.md5
new file mode 100644
index 00000000..2e40dcf5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.md5
@@ -0,0 +1 @@
+a7e7fff45e368cf48fb82f848e00b690
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.png
new file mode 100644
index 00000000..cd98ea16
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.map
new file mode 100644
index 00000000..90c70015
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.md5
new file mode 100644
index 00000000..433e3a03
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.md5
@@ -0,0 +1 @@
+421d8cff6807e904cfdf7a163bc420eb
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.png
new file mode 100644
index 00000000..13862062
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants-members.html
new file mode 100644
index 00000000..44a96447
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.Constants , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html
new file mode 100644
index 00000000..dddd871c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.Constants Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Constants used in video collection template's simulator relating databases.
+ More...
+
+
+
Constants used in video collection template's simulator relating databases.
+
Created by Anupam (opticod) on 13/5/16.
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_DESCRIPTION = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_LINK = 3
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_THUMBNAIL_URL = 4
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_TITLE = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String [] org.buildmlearn.toolkit.videocollectiontemplate.Constants.VIDEO_COLUMNS
+
+
+
+
+static
+
+
+
+
Initial value: = {
VideoContract.Videos.TABLE_NAME + "." + VideoContract.Videos._ID,
VideoContract.Videos.TITLE,
VideoContract.Videos.DESCRIPTION,
VideoContract.Videos.LINK,
VideoContract.Videos.THUMBNAIL_URL
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.Constants.XMLFileName = "video_content.xml"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/Constants.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter-members.html
new file mode 100644
index 00000000..461d93ca
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html
new file mode 100644
index 00000000..4bd617ab
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adapter for displaying VideoCollection Template Editor data in simulator. Created by Anupam (opticod) on 12/5/16.
+ More...
+
+
+
+
+
+
+ VideoArrayAdapter (Context context)
+
+View newView (Context context, Cursor cursor, ViewGroup parent)
+
+void bindView (View view, final Context context, Cursor cursor)
+
+
+
+
Adapter for displaying VideoCollection Template Editor data in simulator.
+
Created by Anupam (opticod) on 12/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.VideoArrayAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.bindView
+ (
+ View
+ view ,
+
+
+
+
+ final Context
+ context ,
+
+
+
+
+ Cursor
+ cursor
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.newView
+ (
+ Context
+ context ,
+
+
+
+
+ Cursor
+ cursor ,
+
+
+
+
+ ViewGroup
+ parent
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/adapter/VideoArrayAdapter.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder-members.html
new file mode 100644
index 00000000..012f5c85
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html
new file mode 100644
index 00000000..afef98fa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.ViewHolder
+ (
+ View
+ view )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final TextView org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.description
+
+
+
+
+
+
+
+
+
+
+
+ final ImageView org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.thumb
+
+
+
+
+
+
+
+
+
+
+
+ final TextView org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.title
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/adapter/VideoArrayAdapter.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.map
new file mode 100644
index 00000000..6ac24f4d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.md5
new file mode 100644
index 00000000..b10d1850
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.md5
@@ -0,0 +1 @@
+1d3babb4a5a90d80d29b44740c8eb2a5
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.png
new file mode 100644
index 00000000..c41440ee
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.map
new file mode 100644
index 00000000..434a695b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.md5
new file mode 100644
index 00000000..617d8fa5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.md5
@@ -0,0 +1 @@
+962c8b239c14030d5096d40e4850666f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.png
new file mode 100644
index 00000000..9371d4fe
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.map
new file mode 100644
index 00000000..434a695b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.md5
new file mode 100644
index 00000000..617d8fa5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.md5
@@ -0,0 +1 @@
+962c8b239c14030d5096d40e4850666f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.png
new file mode 100644
index 00000000..9371d4fe
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils-members.html
new file mode 100644
index 00000000..5cfacd8a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.data.DataUtils , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils.html
new file mode 100644
index 00000000..ee8487ec
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.data.DataUtils Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains xml data utils for video collection template's simulator.
+ More...
+
+
+
Contains xml data utils for video collection template's simulator.
+
Created by Anupam (opticod) on 13/5/16.
+
+
+
+
+
+
+
+
+
+ static String [] org.buildmlearn.toolkit.videocollectiontemplate.data.DataUtils.readTitleAuthor
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/DataUtils.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask-members.html
new file mode 100644
index 00000000..b9f0d150
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html
new file mode 100644
index 00000000..3f78fcab
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Used to parse XML and save in database for video collection template's simulator.
+ More...
+
+
+
+
+
+
+static String getValue (String tag, Element element)
+
+
+
+
Used to parse XML and save in database for video collection template's simulator.
+
Created by Anupam (opticod) on 13/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.FetchXMLTask
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Void org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.doInBackground
+ (
+ String...
+ params )
+
+
+
+
+
+protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static String org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.getValue
+ (
+ String
+ tag ,
+
+
+
+
+ Element
+ element
+
+
+
+ )
+
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.saveVideoData
+ (
+ ArrayList< VideoModel >
+ videos )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Context org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.mContext
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/FetchXMLTask.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.map
new file mode 100644
index 00000000..5ab1380e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
new file mode 100644
index 00000000..652f64b2
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.md5
@@ -0,0 +1 @@
+77072a51cc8ba1c8d3a8c8374bbb5fec
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.png
new file mode 100644
index 00000000..f81646ca
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
new file mode 100644
index 00000000..5ab1380e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
new file mode 100644
index 00000000..fc0d3ef6
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.md5
@@ -0,0 +1 @@
+8b79410be7c296d4456e6141c74343e1
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.png
new file mode 100644
index 00000000..7d8f7121
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract.html
new file mode 100644
index 00000000..4e00c10a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database contracts for video collection template's simulator.
+ More...
+
+
+
Contains database contracts for video collection template's simulator.
+
Created by Anupam (opticod) on 13/5/16.
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos-members.html
new file mode 100644
index 00000000..5db62b0a
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html
new file mode 100644
index 00000000..780955aa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static final String TABLE_NAME = "videos"
+
+static final String TITLE = "title"
+
+static final String DESCRIPTION = "description"
+
+static final String LINK = "link"
+
+static final String THUMBNAIL_URL = "thumbnail_url"
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.DESCRIPTION = "description"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.LINK = "link"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TABLE_NAME = "videos"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.THUMBNAIL_URL = "thumbnail_url"
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TITLE = "title"
+
+
+
+
+static
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoContract.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.map
new file mode 100644
index 00000000..5d9cba7b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.md5
new file mode 100644
index 00000000..6edfa047
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.md5
@@ -0,0 +1 @@
+71c2880d82295fca7c3eed945eaa7e99
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.png
new file mode 100644
index 00000000..05fe0fa5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.map
new file mode 100644
index 00000000..5d9cba7b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.md5
new file mode 100644
index 00000000..6edfa047
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.md5
@@ -0,0 +1 @@
+71c2880d82295fca7c3eed945eaa7e99
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.png
new file mode 100644
index 00000000..05fe0fa5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb-members.html
new file mode 100644
index 00000000..2ae5bf3e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html
new file mode 100644
index 00000000..ca57533c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html
@@ -0,0 +1,346 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains database util functions for video collection template's simulator.
+ More...
+
+
+
+
+final VideoDBHelper dbHelper
+
+SQLiteDatabase db
+
+
+
+static final String EQUAL = " == "
+
+
+
+
Contains database util functions for video collection template's simulator.
+
Created by Anupam (opticod) on 19/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.VideoDb
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.bulkInsert
+ (
+ @NonNull ContentValues[]
+ values )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.deleteAll
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ long org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getCount
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getVideoCursorById
+ (
+ int
+ id )
+
+
+
+
+
+
+
+
+
+
+
+
+ Cursor org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getVideosCursor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.open
+ (
+ )
+ throws SQLException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SQLiteDatabase org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final VideoDBHelper org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.dbHelper
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.EQUAL = " == "
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoDb.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.map
new file mode 100644
index 00000000..d5ee98ad
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.md5
new file mode 100644
index 00000000..7707ec22
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.md5
@@ -0,0 +1 @@
+503e64ac332af466e13e07b438a8ee42
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.png
new file mode 100644
index 00000000..0aa4c87c
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel-members.html
new file mode 100644
index 00000000..5f30c5c8
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel-members.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html
new file mode 100644
index 00000000..3e506a22
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html
@@ -0,0 +1,603 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Model used to save video entries in database for video collection template's simulator.
+ More...
+
+
+
+
+
+
+
Model used to save video entries in database for video collection template's simulator.
+
Created by Anupam (opticod) on 12/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.VideoModel
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.VideoModel
+ (
+ Parcel
+ in )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.describeContents
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getDescription
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getLink
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getThumbnailUrl
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setDescription
+ (
+ String
+ description )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setLink
+ (
+ String
+ link )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setThumbnailUrl
+ (
+ String
+ thumbnail_url )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setTitle
+ (
+ String
+ title )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.writeToParcel
+ (
+ Parcel
+ dest ,
+
+
+
+
+ int
+ flags
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Parcelable.Creator<VideoModel > org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.CREATOR
+
+
+
+
+static
+
+
+
+
Initial value: @Override
public VideoModel createFromParcel(Parcel parcel) {
}
@Override
}
}
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.description
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.DESCRIPTION_TAG = "video_description"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.link
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.LINK_TAG = "video_link"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.ROOT_TAG = "item"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.THUMB_LINK_TAG = "video_thumb_link"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.thumbnail_url
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.TITLE_TAG = "video_title"
+
+
+
+
+static private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoModel.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.map
new file mode 100644
index 00000000..48a06225
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.md5
new file mode 100644
index 00000000..1503def4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.md5
@@ -0,0 +1 @@
+35f237b56c54abb9ab269bb98ecb4dea
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.png
new file mode 100644
index 00000000..2987e7a5
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.map
new file mode 100644
index 00000000..48a06225
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.md5
new file mode 100644
index 00000000..5b3e840b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.md5
@@ -0,0 +1 @@
+bdf50c3ea10142eee0da8594d0a40f44
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.png
new file mode 100644
index 00000000..7f9b9113
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment-members.html
new file mode 100644
index 00000000..35e75d5b
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html
new file mode 100644
index 00000000..4defa4ee
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html
@@ -0,0 +1,482 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment containing details of video items in video collection template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment containing details of video items in video collection template's simulator.
+
Created by Anupam (opticod) on 13/5/16.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.DetailActivityFragment
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ Loader<Cursor> org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onCreateLoader
+ (
+ int
+ id ,
+
+
+
+
+ Bundle
+ args
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onLoaderReset
+ (
+ Loader< Cursor >
+ loader )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onLoadFinished
+ (
+ Loader< Cursor >
+ loader ,
+
+
+
+
+ Cursor
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onPause
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onResume
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VideoDb org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.DETAIL_LOADER = 0
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WebView org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.player
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.video_Id
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map
new file mode 100644
index 00000000..d2020b6f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5
new file mode 100644
index 00000000..91c8cc00
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.md5
@@ -0,0 +1 @@
+a277c741f235d0dc9c158ec7ff098c13
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png
new file mode 100644
index 00000000..cfbedded
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map
new file mode 100644
index 00000000..68e62b66
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5
new file mode 100644
index 00000000..92c19942
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.md5
@@ -0,0 +1 @@
+e02ed2798ca26ca341588c1252f9c770
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png
new file mode 100644
index 00000000..b045bc22
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment-members.html
new file mode 100644
index 00000000..f19b63f4
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html
new file mode 100644
index 00000000..ada32a2e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment for displaying score to user in video collection template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Fragment for displaying score to user in video collection template's simulator.
+
Created by Anupam (opticod) on 21/5/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/fragment/LastFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.map
new file mode 100644
index 00000000..82276b49
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.md5
new file mode 100644
index 00000000..f7133aa5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.md5
@@ -0,0 +1 @@
+45b54e787298644243ffb2641e130e7f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.png
new file mode 100644
index 00000000..6b6776d1
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.map
new file mode 100644
index 00000000..82276b49
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
new file mode 100644
index 00000000..f7133aa5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.md5
@@ -0,0 +1 @@
+45b54e787298644243ffb2641e130e7f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.png
new file mode 100644
index 00000000..6b6776d1
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment-members.html
new file mode 100644
index 00000000..76d3b075
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment-members.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html
new file mode 100644
index 00000000..e22a5943
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html
@@ -0,0 +1,533 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fragment containing list of videos in video collection template's simulator.
+ More...
+
+
+
+
+
+
+
Fragment containing list of videos in video collection template's simulator.
+
Created by Anupam (opticod) on 20/5/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.newInstance
+ (
+ )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onActivityCreated
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreate
+ (
+ Bundle
+ savedInstanceState )
+
+
+
+
+
+
+
+
+
+
+
+
+ Loader<Cursor> org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateLoader
+ (
+ int
+ i ,
+
+
+
+
+ Bundle
+ bundle
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onDestroyView
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoaderReset
+ (
+ Loader< Cursor >
+ cursorLoader )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoadFinished
+ (
+ Loader< Cursor >
+ cursorLoader ,
+
+
+
+
+ Cursor
+ cursor
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onSaveInstanceState
+ (
+ Bundle
+ outState )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VideoDb org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.db
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ListView org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.listView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.mPosition = ListView.INVALID_POSITION
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.rootView
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.SELECTED_KEY = "selected_position"
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.VIDEO_LOADER = 0
+
+
+
+
+static private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ArrayList<VideoModel > org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.videoList
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VideoArrayAdapter org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.videoListAdapter
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map
new file mode 100644
index 00000000..dd7e47b5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5
new file mode 100644
index 00000000..322e9335
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.md5
@@ -0,0 +1 @@
+3476a9e5102962e4c0c6e5ef62204c5a
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png
new file mode 100644
index 00000000..d02da921
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map
new file mode 100644
index 00000000..ecaee8ab
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5
new file mode 100644
index 00000000..4eb3cb4c
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.md5
@@ -0,0 +1 @@
+d659a90f135adfdc8c73f505ee58745f
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png
new file mode 100644
index 00000000..a48bcaf6
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment-members.html
new file mode 100644
index 00000000..de1e3d6e
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html
new file mode 100644
index 00000000..2e8571cb
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Splash intro Fragment for video collection template's simulator.
+ More...
+
+
+
+
+
+
+View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+
+
+
+
Splash intro Fragment for video collection template's simulator.
+
Created by Anupam (opticod) on 21/5/16.
+
+
+
+
+
+
+
+
+
+ static Fragment org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment.newInstance
+ (
+ String
+ path )
+
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ View org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment.onCreateView
+ (
+ LayoutInflater
+ inflater ,
+
+
+
+
+ ViewGroup
+ container ,
+
+
+
+
+ Bundle
+ savedInstanceState
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/fragment/SplashFragment.java
+
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.map
new file mode 100644
index 00000000..634ff7aa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
new file mode 100644
index 00000000..f23a0404
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.md5
@@ -0,0 +1 @@
+969f821be5940ccedbe31444a93b9990
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.png
new file mode 100644
index 00000000..d3a78818
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
new file mode 100644
index 00000000..634ff7aa
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
new file mode 100644
index 00000000..f23a0404
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.md5
@@ -0,0 +1 @@
+969f821be5940ccedbe31444a93b9990
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.png
new file mode 100644
index 00000000..d3a78818
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment__inherit__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus-members.html b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus-members.html
new file mode 100644
index 00000000..3cfa112d
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.views.TextViewPlus , including all inherited members.
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html
new file mode 100644
index 00000000..4e28a09f
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.views.TextViewPlus Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Created by Abhishek on 10-05-2015.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus
+ (
+ Context
+ context ,
+
+
+
+
+ AttributeSet
+ attrs ,
+
+
+
+
+ int
+ defStyle
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus
+ (
+ Context
+ context ,
+
+
+
+
+ AttributeSet
+ attrs
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.views.TextViewPlus.setBackground
+ (
+ Drawable
+ background )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.views.TextViewPlus.setBackgroundDrawable
+ (
+ Drawable
+ background )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.views.TextViewPlus.setBackgroundResource
+ (
+ int
+ resid )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.views.TextViewPlus.setCustomFont
+ (
+ Context
+ ctx ,
+
+
+
+
+ AttributeSet
+ attrs
+
+
+
+ )
+
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.views.TextViewPlus.setCustomFont
+ (
+ Context
+ ctx ,
+
+
+
+
+ String
+ asset
+
+
+
+ )
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.map
new file mode 100644
index 00000000..96ac75e5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.md5
new file mode 100644
index 00000000..bc676286
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.md5
@@ -0,0 +1 @@
+eb931276f74220cc576cda6a0b9571ef
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.png
new file mode 100644
index 00000000..f81f9a21
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__coll__graph.png differ
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.map b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.map
new file mode 100644
index 00000000..96ac75e5
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.md5 b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.md5
new file mode 100644
index 00000000..bc676286
--- /dev/null
+++ b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.md5
@@ -0,0 +1 @@
+eb931276f74220cc576cda6a0b9571ef
\ No newline at end of file
diff --git a/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.png b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.png
new file mode 100644
index 00000000..f81f9a21
Binary files /dev/null and b/classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus__inherit__graph.png differ
diff --git a/closed.png b/closed.png
new file mode 100644
index 00000000..98cc2c90
Binary files /dev/null and b/closed.png differ
diff --git a/comprehensiontemplate_2Constants_8java.html b/comprehensiontemplate_2Constants_8java.html
new file mode 100644
index 00000000..44066ae2
--- /dev/null
+++ b/comprehensiontemplate_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/comprehensiontemplate_2data_2DataUtils_8java.html b/comprehensiontemplate_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..3504d318
--- /dev/null
+++ b/comprehensiontemplate_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/comprehensiontemplate_2data_2FetchXMLTask_8java.html b/comprehensiontemplate_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..b85615e5
--- /dev/null
+++ b/comprehensiontemplate_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/comprehensiontemplate_2fragment_2LastFragment_8java.html b/comprehensiontemplate_2fragment_2LastFragment_8java.html
new file mode 100644
index 00000000..31832c43
--- /dev/null
+++ b/comprehensiontemplate_2fragment_2LastFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/LastFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/comprehensiontemplate_2fragment_2MainFragment_8java.html b/comprehensiontemplate_2fragment_2MainFragment_8java.html
new file mode 100644
index 00000000..0308461d
--- /dev/null
+++ b/comprehensiontemplate_2fragment_2MainFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/MainFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/comprehensiontemplate_2fragment_2QuestionFragment_8java.html b/comprehensiontemplate_2fragment_2QuestionFragment_8java.html
new file mode 100644
index 00000000..425f500a
--- /dev/null
+++ b/comprehensiontemplate_2fragment_2QuestionFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/QuestionFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/comprehensiontemplate_2fragment_2SplashFragment_8java.html b/comprehensiontemplate_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..fc20a48a
--- /dev/null
+++ b/comprehensiontemplate_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/constant_2Constants_8java.html b/constant_2Constants_8java.html
new file mode 100644
index 00000000..99650442
--- /dev/null
+++ b/constant_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/constant/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/deprecated.html b/deprecated.html
new file mode 100644
index 00000000..0176d7cd
--- /dev/null
+++ b/deprecated.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Deprecated List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dictationtemplate_2Constants_8java.html b/dictationtemplate_2Constants_8java.html
new file mode 100644
index 00000000..ceb16246
--- /dev/null
+++ b/dictationtemplate_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dictationtemplate_2data_2DataUtils_8java.html b/dictationtemplate_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..bf8ab3fb
--- /dev/null
+++ b/dictationtemplate_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dictationtemplate_2data_2FetchXMLTask_8java.html b/dictationtemplate_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..81bb28b9
--- /dev/null
+++ b/dictationtemplate_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dictationtemplate_2fragment_2DetailActivityFragment_8java.html b/dictationtemplate_2fragment_2DetailActivityFragment_8java.html
new file mode 100644
index 00000000..6b7f491c
--- /dev/null
+++ b/dictationtemplate_2fragment_2DetailActivityFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment/DetailActivityFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dictationtemplate_2fragment_2MainActivityFragment_8java.html b/dictationtemplate_2fragment_2MainActivityFragment_8java.html
new file mode 100644
index 00000000..d37fb080
--- /dev/null
+++ b/dictationtemplate_2fragment_2MainActivityFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment/MainActivityFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dictationtemplate_2fragment_2SplashFragment_8java.html b/dictationtemplate_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..dc3c0386
--- /dev/null
+++ b/dictationtemplate_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/diff__match__patch_8java.html b/diff__match__patch_8java.html
new file mode 100644
index 00000000..62d86b68
--- /dev/null
+++ b/diff__match__patch_8java.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/diff_match_patch.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_04b942e5256527482558e829e474e88d.html b/dir_04b942e5256527482558e829e474e88d.html
new file mode 100644
index 00000000..4c1b2613
--- /dev/null
+++ b/dir_04b942e5256527482558e829e474e88d.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_095088b8578f2fa5b8cfdae9d50ca5a9.html b/dir_095088b8578f2fa5b8cfdae9d50ca5a9.html
new file mode 100644
index 00000000..f25d45c7
--- /dev/null
+++ b/dir_095088b8578f2fa5b8cfdae9d50ca5a9.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/androidTest/java/org/buildmlearn/toolkit Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_0dc4200691ca4a37eb6b568b3abf5186.html b/dir_0dc4200691ca4a37eb6b568b3abf5186.html
new file mode 100644
index 00000000..c730c11a
--- /dev/null
+++ b/dir_0dc4200691ca4a37eb6b568b3abf5186.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/adapter Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_0f24775b0f79dfe73690ed850cec657b.html b/dir_0f24775b0f79dfe73690ed850cec657b.html
new file mode 100644
index 00000000..9060cb3c
--- /dev/null
+++ b/dir_0f24775b0f79dfe73690ed850cec657b.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_1b65972ead745d6e78e0e90029ef841b.html b/dir_1b65972ead745d6e78e0e90029ef841b.html
new file mode 100644
index 00000000..63dde8c3
--- /dev/null
+++ b/dir_1b65972ead745d6e78e0e90029ef841b.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_23b5d54ec9258dc3cf65efd3f7d2c4dc.html b/dir_23b5d54ec9258dc3cf65efd3f7d2c4dc.html
new file mode 100644
index 00000000..ea6f81d1
--- /dev/null
+++ b/dir_23b5d54ec9258dc3cf65efd3f7d2c4dc.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_23b7881ab3d1347975d79f9f24466c0b.html b/dir_23b7881ab3d1347975d79f9f24466c0b.html
new file mode 100644
index 00000000..01d1b525
--- /dev/null
+++ b/dir_23b7881ab3d1347975d79f9f24466c0b.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/adapter Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_2401557e817b5be2f1cd7c5d2916afdb.html b/dir_2401557e817b5be2f1cd7c5d2916afdb.html
new file mode 100644
index 00000000..6fef6bb7
--- /dev/null
+++ b/dir_2401557e817b5be2f1cd7c5d2916afdb.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_2d5fcd43a5d99e770a617d14ccbaa61b.html b/dir_2d5fcd43a5d99e770a617d14ccbaa61b.html
new file mode 100644
index 00000000..3d225f89
--- /dev/null
+++ b/dir_2d5fcd43a5d99e770a617d14ccbaa61b.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_315ea95e6c74f904e794cb0c3bfa7dbd.html b/dir_315ea95e6c74f904e794cb0c3bfa7dbd.html
new file mode 100644
index 00000000..43473d6c
--- /dev/null
+++ b/dir_315ea95e6c74f904e794cb0c3bfa7dbd.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/adapter Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_3217b684f3d084c7ca3f6e724b5ab2c5.html b/dir_3217b684f3d084c7ca3f6e724b5ab2c5.html
new file mode 100644
index 00000000..5e802184
--- /dev/null
+++ b/dir_3217b684f3d084c7ca3f6e724b5ab2c5.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/animations Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_3750f48d241d491eb7c80699f464f372.html b/dir_3750f48d241d491eb7c80699f464f372.html
new file mode 100644
index 00000000..8fb6f330
--- /dev/null
+++ b/dir_3750f48d241d491eb7c80699f464f372.html
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_3861125829538ea9e7f6838e89c6cada.html b/dir_3861125829538ea9e7f6838e89c6cada.html
new file mode 100644
index 00000000..c305467f
--- /dev/null
+++ b/dir_3861125829538ea9e7f6838e89c6cada.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_39af07ad6f9021b4bf6258c24f99e279.html b/dir_39af07ad6f9021b4bf6258c24f99e279.html
new file mode 100644
index 00000000..84325ebb
--- /dev/null
+++ b/dir_39af07ad6f9021b4bf6258c24f99e279.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/androidTest/java Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_39f3761a6650ffb87563eb5c34b4fec0.html b/dir_39f3761a6650ffb87563eb5c34b4fec0.html
new file mode 100644
index 00000000..3fbd4c4f
--- /dev/null
+++ b/dir_39f3761a6650ffb87563eb5c34b4fec0.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/utilities Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_42b94ab018691ab52bbc2de3d3007682.html b/dir_42b94ab018691ab52bbc2de3d3007682.html
new file mode 100644
index 00000000..ae8bc7ce
--- /dev/null
+++ b/dir_42b94ab018691ab52bbc2de3d3007682.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_442ea2cbadbb462252627870aa6c60b7.html b/dir_442ea2cbadbb462252627870aa6c60b7.html
new file mode 100644
index 00000000..8eab4b2c
--- /dev/null
+++ b/dir_442ea2cbadbb462252627870aa6c60b7.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_5301097ecc9c23cc1537d765765d88fc.html b/dir_5301097ecc9c23cc1537d765765d88fc.html
new file mode 100644
index 00000000..487e2abc
--- /dev/null
+++ b/dir_5301097ecc9c23cc1537d765765d88fc.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_5aacc09c7d87045493d993aa34d6ae9c.html b/dir_5aacc09c7d87045493d993aa34d6ae9c.html
new file mode 100644
index 00000000..6f7877dc
--- /dev/null
+++ b/dir_5aacc09c7d87045493d993aa34d6ae9c.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_5c7e87e5a0198c93eb5750c67ee9fa24.html b/dir_5c7e87e5a0198c93eb5750c67ee9fa24.html
new file mode 100644
index 00000000..5c3bd81d
--- /dev/null
+++ b/dir_5c7e87e5a0198c93eb5750c67ee9fa24.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_62c1617f4a5489f6793345ca5ea4f069.html b/dir_62c1617f4a5489f6793345ca5ea4f069.html
new file mode 100644
index 00000000..ad91627c
--- /dev/null
+++ b/dir_62c1617f4a5489f6793345ca5ea4f069.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_6d447787bf5258d0564eb5613359685a.html b/dir_6d447787bf5258d0564eb5613359685a.html
new file mode 100644
index 00000000..a5683b41
--- /dev/null
+++ b/dir_6d447787bf5258d0564eb5613359685a.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/views Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_6d9803e151117208bae10572406f1df9.html b/dir_6d9803e151117208bae10572406f1df9.html
new file mode 100644
index 00000000..cb83f70a
--- /dev/null
+++ b/dir_6d9803e151117208bae10572406f1df9.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/androidTest/java/org/buildmlearn/toolkit/espresso Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_6e5ddea90f484cd510bb8f1c6bf1f9e8.html b/dir_6e5ddea90f484cd510bb8f1c6bf1f9e8.html
new file mode 100644
index 00000000..c4dfa92f
--- /dev/null
+++ b/dir_6e5ddea90f484cd510bb8f1c6bf1f9e8.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_70d414e6bb3c6e10b22133158b9c9b9a.html b/dir_70d414e6bb3c6e10b22133158b9c9b9a.html
new file mode 100644
index 00000000..f448af3b
--- /dev/null
+++ b/dir_70d414e6bb3c6e10b22133158b9c9b9a.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_8f342d7f4438bf25f782b4dd670c9276.html b/dir_8f342d7f4438bf25f782b4dd670c9276.html
new file mode 100644
index 00000000..00a153ab
--- /dev/null
+++ b/dir_8f342d7f4438bf25f782b4dd670c9276.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/androidTest/java/org/buildmlearn Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_8fbecf0664397a10e4b49fa3e21631f2.html b/dir_8fbecf0664397a10e4b49fa3e21631f2.html
new file mode 100644
index 00000000..a4fde11d
--- /dev/null
+++ b/dir_8fbecf0664397a10e4b49fa3e21631f2.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_9349f09fd6f52ce39f8522a940240e9c.html b/dir_9349f09fd6f52ce39f8522a940240e9c.html
new file mode 100644
index 00000000..40f10a41
--- /dev/null
+++ b/dir_9349f09fd6f52ce39f8522a940240e9c.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_9d0c72abb3c2ad03d2e230bfc81a4bfa.html b/dir_9d0c72abb3c2ad03d2e230bfc81a4bfa.html
new file mode 100644
index 00000000..b5703dec
--- /dev/null
+++ b/dir_9d0c72abb3c2ad03d2e230bfc81a4bfa.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_b03a5b394901fdc59ce94ee12b475b07.html b/dir_b03a5b394901fdc59ce94ee12b475b07.html
new file mode 100644
index 00000000..ac35f654
--- /dev/null
+++ b/dir_b03a5b394901fdc59ce94ee12b475b07.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_b5548b02e2f84b79bdc038ecb56be409.html b/dir_b5548b02e2f84b79bdc038ecb56be409.html
new file mode 100644
index 00000000..f4730009
--- /dev/null
+++ b/dir_b5548b02e2f84b79bdc038ecb56be409.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_b5e451aa0c23147d3dc0f02d9a4fea4d.html b/dir_b5e451aa0c23147d3dc0f02d9a4fea4d.html
new file mode 100644
index 00000000..9832974a
--- /dev/null
+++ b/dir_b5e451aa0c23147d3dc0f02d9a4fea4d.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/adapter Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_baa0ed1c688476967c5e57e13abf5ec1.html b/dir_baa0ed1c688476967c5e57e13abf5ec1.html
new file mode 100644
index 00000000..d29c305c
--- /dev/null
+++ b/dir_baa0ed1c688476967c5e57e13abf5ec1.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_bbcdf92722a9112a2e488771da6d1108.html b/dir_bbcdf92722a9112a2e488771da6d1108.html
new file mode 100644
index 00000000..f1453c3e
--- /dev/null
+++ b/dir_bbcdf92722a9112a2e488771da6d1108.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/dictationtemplate/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_bd9a03d5b23345badd5c0825a5e601b0.html b/dir_bd9a03d5b23345badd5c0825a5e601b0.html
new file mode 100644
index 00000000..7a0b9a30
--- /dev/null
+++ b/dir_bd9a03d5b23345badd5c0825a5e601b0.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_c1b48343dc512b274529688e264cace1.html b/dir_c1b48343dc512b274529688e264cace1.html
new file mode 100644
index 00000000..82372ddc
--- /dev/null
+++ b/dir_c1b48343dc512b274529688e264cace1.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/model Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_c41a2762770dc9469c356097309b6f7b.html b/dir_c41a2762770dc9469c356097309b6f7b.html
new file mode 100644
index 00000000..02641bab
--- /dev/null
+++ b/dir_c41a2762770dc9469c356097309b6f7b.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/adapter Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_d01196fdd54c7f343897ec5eb21e4a89.html b/dir_d01196fdd54c7f343897ec5eb21e4a89.html
new file mode 100644
index 00000000..c4731179
--- /dev/null
+++ b/dir_d01196fdd54c7f343897ec5eb21e4a89.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/androidTest Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_d2e53bec0e97631d219f54d35f1441ed.html b/dir_d2e53bec0e97631d219f54d35f1441ed.html
new file mode 100644
index 00000000..c54dd782
--- /dev/null
+++ b/dir_d2e53bec0e97631d219f54d35f1441ed.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/comprehensiontemplate/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_d38b04ba86f960d012139f80daaef67a.html b/dir_d38b04ba86f960d012139f80daaef67a.html
new file mode 100644
index 00000000..76966407
--- /dev/null
+++ b/dir_d38b04ba86f960d012139f80daaef67a.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_d422a38757fd17887a3a35884a7ab528.html b/dir_d422a38757fd17887a3a35884a7ab528.html
new file mode 100644
index 00000000..91fe551a
--- /dev/null
+++ b/dir_d422a38757fd17887a3a35884a7ab528.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/activity Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_d4d6740bf0b8677827473a9894b64809.html b/dir_d4d6740bf0b8677827473a9894b64809.html
new file mode 100644
index 00000000..351225fc
--- /dev/null
+++ b/dir_d4d6740bf0b8677827473a9894b64809.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_dd47bfdcf960f1a5e32f24a70278e810.html b/dir_dd47bfdcf960f1a5e32f24a70278e810.html
new file mode 100644
index 00000000..4bb72372
--- /dev/null
+++ b/dir_dd47bfdcf960f1a5e32f24a70278e810.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_dffba507d00352ae9c0aa4d91c494aa8.html b/dir_dffba507d00352ae9c0aa4d91c494aa8.html
new file mode 100644
index 00000000..f594dac6
--- /dev/null
+++ b/dir_dffba507d00352ae9c0aa4d91c494aa8.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/constant Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_e8cec93d91fde93ddd47a5634dc2c20b.html b/dir_e8cec93d91fde93ddd47a5634dc2c20b.html
new file mode 100644
index 00000000..2539488e
--- /dev/null
+++ b/dir_e8cec93d91fde93ddd47a5634dc2c20b.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/fragment Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_e901823392f30753b7da1266310241dd.html b/dir_e901823392f30753b7da1266310241dd.html
new file mode 100644
index 00000000..ef1b63e3
--- /dev/null
+++ b/dir_e901823392f30753b7da1266310241dd.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_eb3c3cf4f17881e7ef0b4622204715c9.html b/dir_eb3c3cf4f17881e7ef0b4622204715c9.html
new file mode 100644
index 00000000..fd0d92e7
--- /dev/null
+++ b/dir_eb3c3cf4f17881e7ef0b4622204715c9.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/widgets Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_ecb8afd43a7a33c2671442f4e9ade856.html b/dir_ecb8afd43a7a33c2671442f4e9ade856.html
new file mode 100644
index 00000000..c8f74cd6
--- /dev/null
+++ b/dir_ecb8afd43a7a33c2671442f4e9ade856.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_ef7aa0fd58bbe18b106837c133519978.html b/dir_ef7aa0fd58bbe18b106837c133519978.html
new file mode 100644
index 00000000..0cace295
--- /dev/null
+++ b/dir_ef7aa0fd58bbe18b106837c133519978.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/androidTest/java/org Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_f15a6ae617b1c199f9a606e858a3152b.html b/dir_f15a6ae617b1c199f9a606e858a3152b.html
new file mode 100644
index 00000000..1e12c57f
--- /dev/null
+++ b/dir_f15a6ae617b1c199f9a606e858a3152b.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_f397e0c5fc37e93e4669cbb349cb7239.html b/dir_f397e0c5fc37e93e4669cbb349cb7239.html
new file mode 100644
index 00000000..09065fae
--- /dev/null
+++ b/dir_f397e0c5fc37e93e4669cbb349cb7239.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_f61ad71289d3b6c8f8b20efa59835c74.html b/dir_f61ad71289d3b6c8f8b20efa59835c74.html
new file mode 100644
index 00000000..212da0cd
--- /dev/null
+++ b/dir_f61ad71289d3b6c8f8b20efa59835c74.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/simulator Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_f8b51022a70884f95c7a64847f7c6beb.html b/dir_f8b51022a70884f95c7a64847f7c6beb.html
new file mode 100644
index 00000000..fe9ae039
--- /dev/null
+++ b/dir_f8b51022a70884f95c7a64847f7c6beb.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc.png b/doc.png
new file mode 100644
index 00000000..17edabff
Binary files /dev/null and b/doc.png differ
diff --git a/doxygen.css b/doxygen.css
new file mode 100644
index 00000000..1425ec53
--- /dev/null
+++ b/doxygen.css
@@ -0,0 +1,1475 @@
+/* The standard CSS for doxygen 1.8.11 */
+
+body, table, div, p, dl {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+/* @group Heading Levels */
+
+h1.groupheader {
+ font-size: 150%;
+}
+
+.title {
+ font: 400 14px/28px Roboto,sans-serif;
+ font-size: 150%;
+ font-weight: bold;
+ margin: 10px 2px;
+}
+
+h2.groupheader {
+ border-bottom: 1px solid #879ECB;
+ color: #354C7B;
+ font-size: 150%;
+ font-weight: normal;
+ margin-top: 1.75em;
+ padding-top: 8px;
+ padding-bottom: 4px;
+ width: 100%;
+}
+
+h3.groupheader {
+ font-size: 100%;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ -webkit-transition: text-shadow 0.5s linear;
+ -moz-transition: text-shadow 0.5s linear;
+ -ms-transition: text-shadow 0.5s linear;
+ -o-transition: text-shadow 0.5s linear;
+ transition: text-shadow 0.5s linear;
+ margin-right: 15px;
+}
+
+h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
+ text-shadow: 0 0 15px cyan;
+}
+
+dt {
+ font-weight: bold;
+}
+
+div.multicol {
+ -moz-column-gap: 1em;
+ -webkit-column-gap: 1em;
+ -moz-column-count: 3;
+ -webkit-column-count: 3;
+}
+
+p.startli, p.startdd {
+ margin-top: 2px;
+}
+
+p.starttd {
+ margin-top: 0px;
+}
+
+p.endli {
+ margin-bottom: 0px;
+}
+
+p.enddd {
+ margin-bottom: 4px;
+}
+
+p.endtd {
+ margin-bottom: 2px;
+}
+
+/* @end */
+
+caption {
+ font-weight: bold;
+}
+
+span.legend {
+ font-size: 70%;
+ text-align: center;
+}
+
+h3.version {
+ font-size: 90%;
+ text-align: center;
+}
+
+div.qindex, div.navtab{
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
+ text-align: center;
+}
+
+div.qindex, div.navpath {
+ width: 100%;
+ line-height: 140%;
+}
+
+div.navtab {
+ margin-right: 15px;
+}
+
+/* @group Link Styling */
+
+a {
+ color: #3D578C;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.contents a:visited {
+ color: #4665A2;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a.qindex {
+ font-weight: bold;
+}
+
+a.qindexHL {
+ font-weight: bold;
+ background-color: #9CAFD4;
+ color: #ffffff;
+ border: 1px double #869DCA;
+}
+
+.contents a.qindexHL:visited {
+ color: #ffffff;
+}
+
+a.el {
+ font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code, a.code:visited, a.line, a.line:visited {
+ color: #4665A2;
+}
+
+a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
+ color: #4665A2;
+}
+
+/* @end */
+
+dl.el {
+ margin-left: -1cm;
+}
+
+pre.fragment {
+ border: 1px solid #C4CFE5;
+ background-color: #FBFCFD;
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+ overflow: auto;
+ word-wrap: break-word;
+ font-size: 9pt;
+ line-height: 125%;
+ font-family: monospace, fixed;
+ font-size: 105%;
+}
+
+div.fragment {
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+ background-color: #FBFCFD;
+ border: 1px solid #C4CFE5;
+}
+
+div.line {
+ font-family: monospace, fixed;
+ font-size: 13px;
+ min-height: 13px;
+ line-height: 1.0;
+ text-wrap: unrestricted;
+ white-space: -moz-pre-wrap; /* Moz */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ white-space: pre-wrap; /* CSS3 */
+ word-wrap: break-word; /* IE 5.5+ */
+ text-indent: -53px;
+ padding-left: 53px;
+ padding-bottom: 0px;
+ margin: 0px;
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+div.line:after {
+ content:"\000A";
+ white-space: pre;
+}
+
+div.line.glow {
+ background-color: cyan;
+ box-shadow: 0 0 10px cyan;
+}
+
+
+span.lineno {
+ padding-right: 4px;
+ text-align: right;
+ border-right: 2px solid #0F0;
+ background-color: #E8E8E8;
+ white-space: pre;
+}
+span.lineno a {
+ background-color: #D8D8D8;
+}
+
+span.lineno a:hover {
+ background-color: #C8C8C8;
+}
+
+div.ah, span.ah {
+ background-color: black;
+ font-weight: bold;
+ color: #ffffff;
+ margin-bottom: 3px;
+ margin-top: 3px;
+ padding: 0.2em;
+ border: solid thin #333;
+ border-radius: 0.5em;
+ -webkit-border-radius: .5em;
+ -moz-border-radius: .5em;
+ box-shadow: 2px 2px 3px #999;
+ -webkit-box-shadow: 2px 2px 3px #999;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
+ background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
+}
+
+div.classindex ul {
+ list-style: none;
+ padding-left: 0;
+}
+
+div.classindex span.ai {
+ display: inline-block;
+}
+
+div.groupHeader {
+ margin-left: 16px;
+ margin-top: 12px;
+ font-weight: bold;
+}
+
+div.groupText {
+ margin-left: 16px;
+ font-style: italic;
+}
+
+body {
+ background-color: white;
+ color: black;
+ margin: 0;
+}
+
+div.contents {
+ margin-top: 10px;
+ margin-left: 12px;
+ margin-right: 8px;
+}
+
+td.indexkey {
+ background-color: #EBEFF6;
+ font-weight: bold;
+ border: 1px solid #C4CFE5;
+ margin: 2px 0px 2px 0;
+ padding: 2px 10px;
+ white-space: nowrap;
+ vertical-align: top;
+}
+
+td.indexvalue {
+ background-color: #EBEFF6;
+ border: 1px solid #C4CFE5;
+ padding: 2px 10px;
+ margin: 2px 0px;
+}
+
+tr.memlist {
+ background-color: #EEF1F7;
+}
+
+p.formulaDsp {
+ text-align: center;
+}
+
+img.formulaDsp {
+
+}
+
+img.formulaInl {
+ vertical-align: middle;
+}
+
+div.center {
+ text-align: center;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding: 0px;
+}
+
+div.center img {
+ border: 0px;
+}
+
+address.footer {
+ text-align: right;
+ padding-right: 12px;
+}
+
+img.footer {
+ border: 0px;
+ vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+ color: #008000
+}
+
+span.keywordtype {
+ color: #604020
+}
+
+span.keywordflow {
+ color: #e08000
+}
+
+span.comment {
+ color: #800000
+}
+
+span.preprocessor {
+ color: #806020
+}
+
+span.stringliteral {
+ color: #002080
+}
+
+span.charliteral {
+ color: #008080
+}
+
+span.vhdldigit {
+ color: #ff00ff
+}
+
+span.vhdlchar {
+ color: #000000
+}
+
+span.vhdlkeyword {
+ color: #700070
+}
+
+span.vhdllogic {
+ color: #ff0000
+}
+
+blockquote {
+ background-color: #F7F8FB;
+ border-left: 2px solid #9CAFD4;
+ margin: 0 24px 0 4px;
+ padding: 0 12px 0 16px;
+}
+
+/* @end */
+
+/*
+.search {
+ color: #003399;
+ font-weight: bold;
+}
+
+form.search {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+input.search {
+ font-size: 75%;
+ color: #000080;
+ font-weight: normal;
+ background-color: #e8eef2;
+}
+*/
+
+td.tiny {
+ font-size: 75%;
+}
+
+.dirtab {
+ padding: 4px;
+ border-collapse: collapse;
+ border: 1px solid #A3B4D7;
+}
+
+th.dirtab {
+ background: #EBEFF6;
+ font-weight: bold;
+}
+
+hr {
+ height: 0px;
+ border: none;
+ border-top: 1px solid #4A6AAA;
+}
+
+hr.footer {
+ height: 1px;
+}
+
+/* @group Member Descriptions */
+
+table.memberdecls {
+ border-spacing: 0px;
+ padding: 0px;
+}
+
+.memberdecls td, .fieldtable tr {
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+.memberdecls td.glow, .fieldtable tr.glow {
+ background-color: cyan;
+ box-shadow: 0 0 15px cyan;
+}
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+ background-color: #F9FAFC;
+ border: none;
+ margin: 4px;
+ padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+ padding: 0px 8px 4px 8px;
+ color: #555;
+}
+
+.memSeparator {
+ border-bottom: 1px solid #DEE4F0;
+ line-height: 1px;
+ margin: 0px;
+ padding: 0px;
+}
+
+.memItemLeft, .memTemplItemLeft {
+ white-space: nowrap;
+}
+
+.memItemRight {
+ width: 100%;
+}
+
+.memTemplParams {
+ color: #4665A2;
+ white-space: nowrap;
+ font-size: 80%;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtemplate {
+ font-size: 80%;
+ color: #4665A2;
+ font-weight: normal;
+ margin-left: 9px;
+}
+
+.memnav {
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
+ text-align: center;
+ margin: 2px;
+ margin-right: 15px;
+ padding: 2px;
+}
+
+.mempage {
+ width: 100%;
+}
+
+.memitem {
+ padding: 0;
+ margin-bottom: 10px;
+ margin-right: 5px;
+ -webkit-transition: box-shadow 0.5s linear;
+ -moz-transition: box-shadow 0.5s linear;
+ -ms-transition: box-shadow 0.5s linear;
+ -o-transition: box-shadow 0.5s linear;
+ transition: box-shadow 0.5s linear;
+ display: table !important;
+ width: 100%;
+}
+
+.memitem.glow {
+ box-shadow: 0 0 15px cyan;
+}
+
+.memname {
+ font-weight: bold;
+ margin-left: 6px;
+}
+
+.memname td {
+ vertical-align: bottom;
+}
+
+.memproto, dl.reflist dt {
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 0px 6px 0px;
+ color: #253555;
+ font-weight: bold;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E2E8F2;
+ /* opera specific markup */
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ /* firefox specific markup */
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ -moz-border-radius-topright: 4px;
+ -moz-border-radius-topleft: 4px;
+ /* webkit specific markup */
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ -webkit-border-top-right-radius: 4px;
+ -webkit-border-top-left-radius: 4px;
+
+}
+
+.memdoc, dl.reflist dd {
+ border-bottom: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 10px 2px 10px;
+ background-color: #FBFCFD;
+ border-top-width: 0;
+ background-image:url('nav_g.png');
+ background-repeat:repeat-x;
+ background-color: #FFFFFF;
+ /* opera specific markup */
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ /* firefox specific markup */
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ /* webkit specific markup */
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+dl.reflist dt {
+ padding: 5px;
+}
+
+dl.reflist dd {
+ margin: 0px 0px 10px 0px;
+ padding: 5px;
+}
+
+.paramkey {
+ text-align: right;
+}
+
+.paramtype {
+ white-space: nowrap;
+}
+
+.paramname {
+ color: #602020;
+ white-space: nowrap;
+}
+.paramname em {
+ font-style: normal;
+}
+.paramname code {
+ line-height: 14px;
+}
+
+.params, .retval, .exception, .tparams {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+.params .paramname, .retval .paramname {
+ font-weight: bold;
+ vertical-align: top;
+}
+
+.params .paramtype {
+ font-style: italic;
+ vertical-align: top;
+}
+
+.params .paramdir {
+ font-family: "courier new",courier,monospace;
+ vertical-align: top;
+}
+
+table.mlabels {
+ border-spacing: 0px;
+}
+
+td.mlabels-left {
+ width: 100%;
+ padding: 0px;
+}
+
+td.mlabels-right {
+ vertical-align: bottom;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+span.mlabels {
+ margin-left: 8px;
+}
+
+span.mlabel {
+ background-color: #728DC1;
+ border-top:1px solid #5373B4;
+ border-left:1px solid #5373B4;
+ border-right:1px solid #C4CFE5;
+ border-bottom:1px solid #C4CFE5;
+ text-shadow: none;
+ color: white;
+ margin-right: 4px;
+ padding: 2px 3px;
+ border-radius: 3px;
+ font-size: 7pt;
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+
+
+/* @end */
+
+/* these are for tree view inside a (index) page */
+
+div.directory {
+ margin: 10px 0px;
+ border-top: 1px solid #9CAFD4;
+ border-bottom: 1px solid #9CAFD4;
+ width: 100%;
+}
+
+.directory table {
+ border-collapse:collapse;
+}
+
+.directory td {
+ margin: 0px;
+ padding: 0px;
+ vertical-align: top;
+}
+
+.directory td.entry {
+ white-space: nowrap;
+ padding-right: 6px;
+ padding-top: 3px;
+}
+
+.directory td.entry a {
+ outline:none;
+}
+
+.directory td.entry a img {
+ border: none;
+}
+
+.directory td.desc {
+ width: 100%;
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 3px;
+ border-left: 1px solid rgba(0,0,0,0.05);
+}
+
+.directory tr.even {
+ padding-left: 6px;
+ background-color: #F7F8FB;
+}
+
+.directory img {
+ vertical-align: -30%;
+}
+
+.directory .levels {
+ white-space: nowrap;
+ width: 100%;
+ text-align: right;
+ font-size: 9pt;
+}
+
+.directory .levels span {
+ cursor: pointer;
+ padding-left: 2px;
+ padding-right: 2px;
+ color: #3D578C;
+}
+
+.arrow {
+ color: #9CAFD4;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ font-size: 80%;
+ display: inline-block;
+ width: 16px;
+ height: 22px;
+}
+
+.icon {
+ font-family: Arial, Helvetica;
+ font-weight: bold;
+ font-size: 12px;
+ height: 14px;
+ width: 16px;
+ display: inline-block;
+ background-color: #728DC1;
+ color: white;
+ text-align: center;
+ border-radius: 4px;
+ margin-left: 2px;
+ margin-right: 2px;
+}
+
+.icona {
+ width: 24px;
+ height: 22px;
+ display: inline-block;
+}
+
+.iconfopen {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderopen.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.iconfclosed {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderclosed.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.icondoc {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('doc.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+table.directory {
+ font: 400 14px Roboto,sans-serif;
+}
+
+/* @end */
+
+div.dynheader {
+ margin-top: 8px;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+address {
+ font-style: normal;
+ color: #2A3D61;
+}
+
+table.doxtable caption {
+ caption-side: top;
+}
+
+table.doxtable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.doxtable td, table.doxtable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+table.doxtable th {
+ background-color: #374F7F;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+table.fieldtable {
+ /*width: 100%;*/
+ margin-bottom: 10px;
+ border: 1px solid #A8B8D9;
+ border-spacing: 0px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+}
+
+.fieldtable td, .fieldtable th {
+ padding: 3px 7px 2px;
+}
+
+.fieldtable td.fieldtype, .fieldtable td.fieldname {
+ white-space: nowrap;
+ border-right: 1px solid #A8B8D9;
+ border-bottom: 1px solid #A8B8D9;
+ vertical-align: top;
+}
+
+.fieldtable td.fieldname {
+ padding-top: 3px;
+}
+
+.fieldtable td.fielddoc {
+ border-bottom: 1px solid #A8B8D9;
+ /*width: 100%;*/
+}
+
+.fieldtable td.fielddoc p:first-child {
+ margin-top: 0px;
+}
+
+.fieldtable td.fielddoc p:last-child {
+ margin-bottom: 2px;
+}
+
+.fieldtable tr:last-child td {
+ border-bottom: none;
+}
+
+.fieldtable th {
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E2E8F2;
+ font-size: 90%;
+ color: #253555;
+ padding-bottom: 4px;
+ padding-top: 5px;
+ text-align:left;
+ -moz-border-radius-topleft: 4px;
+ -moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ border-bottom: 1px solid #A8B8D9;
+}
+
+
+.tabsearch {
+ top: 0px;
+ left: 10px;
+ height: 36px;
+ background-image: url('tab_b.png');
+ z-index: 101;
+ overflow: hidden;
+ font-size: 13px;
+}
+
+.navpath ul
+{
+ font-size: 11px;
+ background-image:url('tab_b.png');
+ background-repeat:repeat-x;
+ background-position: 0 -5px;
+ height:30px;
+ line-height:30px;
+ color:#8AA0CC;
+ border:solid 1px #C2CDE4;
+ overflow:hidden;
+ margin:0px;
+ padding:0px;
+}
+
+.navpath li
+{
+ list-style-type:none;
+ float:left;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:url('bc_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+}
+
+.navpath li.navelem a
+{
+ height:32px;
+ display:block;
+ text-decoration: none;
+ outline: none;
+ color: #283A5D;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+}
+
+.navpath li.navelem a:hover
+{
+ color:#6884BD;
+}
+
+.navpath li.footer
+{
+ list-style-type:none;
+ float:right;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+ font-size: 8pt;
+}
+
+
+div.summary
+{
+ float: right;
+ font-size: 8pt;
+ padding-right: 5px;
+ width: 50%;
+ text-align: right;
+}
+
+div.summary a
+{
+ white-space: nowrap;
+}
+
+table.classindex
+{
+ margin: 10px;
+ white-space: nowrap;
+ margin-left: 3%;
+ margin-right: 3%;
+ width: 94%;
+ border: 0;
+ border-spacing: 0;
+ padding: 0;
+}
+
+div.ingroups
+{
+ font-size: 8pt;
+ width: 50%;
+ text-align: left;
+}
+
+div.ingroups a
+{
+ white-space: nowrap;
+}
+
+div.header
+{
+ background-image:url('nav_h.png');
+ background-repeat:repeat-x;
+ background-color: #F9FAFC;
+ margin: 0px;
+ border-bottom: 1px solid #C4CFE5;
+}
+
+div.headertitle
+{
+ padding: 5px 5px 5px 10px;
+}
+
+dl
+{
+ padding: 0 0 0 10px;
+}
+
+/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
+dl.section
+{
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+dl.note
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #D0C000;
+}
+
+dl.warning, dl.attention
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #FF0000;
+}
+
+dl.pre, dl.post, dl.invariant
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #00D000;
+}
+
+dl.deprecated
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #505050;
+}
+
+dl.todo
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #00C0E0;
+}
+
+dl.test
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #3030E0;
+}
+
+dl.bug
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #C08050;
+}
+
+dl.section dd {
+ margin-bottom: 6px;
+}
+
+
+#projectlogo
+{
+ text-align: center;
+ vertical-align: bottom;
+ border-collapse: separate;
+}
+
+#projectlogo img
+{
+ border: 0px none;
+}
+
+#projectalign
+{
+ vertical-align: middle;
+}
+
+#projectname
+{
+ font: 300% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 2px 0px;
+}
+
+#projectbrief
+{
+ font: 120% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#projectnumber
+{
+ font: 50% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#titlearea
+{
+ padding: 0px;
+ margin: 0px;
+ width: 100%;
+ border-bottom: 1px solid #5373B4;
+}
+
+.image
+{
+ text-align: center;
+}
+
+.dotgraph
+{
+ text-align: center;
+}
+
+.mscgraph
+{
+ text-align: center;
+}
+
+.diagraph
+{
+ text-align: center;
+}
+
+.caption
+{
+ font-weight: bold;
+}
+
+div.zoom
+{
+ border: 1px solid #90A5CE;
+}
+
+dl.citelist {
+ margin-bottom:50px;
+}
+
+dl.citelist dt {
+ color:#334975;
+ float:left;
+ font-weight:bold;
+ margin-right:10px;
+ padding:5px;
+}
+
+dl.citelist dd {
+ margin:2px 0;
+ padding:5px 0;
+}
+
+div.toc {
+ padding: 14px 25px;
+ background-color: #F4F6FA;
+ border: 1px solid #D8DFEE;
+ border-radius: 7px 7px 7px 7px;
+ float: right;
+ height: auto;
+ margin: 0 8px 10px 10px;
+ width: 200px;
+}
+
+div.toc li {
+ background: url("bdwn.png") no-repeat scroll 0 5px transparent;
+ font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
+ margin-top: 5px;
+ padding-left: 10px;
+ padding-top: 2px;
+}
+
+div.toc h3 {
+ font: bold 12px/1.2 Arial,FreeSans,sans-serif;
+ color: #4665A2;
+ border-bottom: 0 none;
+ margin: 0;
+}
+
+div.toc ul {
+ list-style: none outside none;
+ border: medium none;
+ padding: 0px;
+}
+
+div.toc li.level1 {
+ margin-left: 0px;
+}
+
+div.toc li.level2 {
+ margin-left: 15px;
+}
+
+div.toc li.level3 {
+ margin-left: 30px;
+}
+
+div.toc li.level4 {
+ margin-left: 45px;
+}
+
+.inherit_header {
+ font-weight: bold;
+ color: gray;
+ cursor: pointer;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.inherit_header td {
+ padding: 6px 0px 2px 5px;
+}
+
+.inherit {
+ display: none;
+}
+
+tr.heading h2 {
+ margin-top: 12px;
+ margin-bottom: 4px;
+}
+
+/* tooltip related style info */
+
+.ttc {
+ position: absolute;
+ display: none;
+}
+
+#powerTip {
+ cursor: default;
+ white-space: nowrap;
+ background-color: white;
+ border: 1px solid gray;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 1px 1px 7px gray;
+ display: none;
+ font-size: smaller;
+ max-width: 80%;
+ opacity: 0.9;
+ padding: 1ex 1em 1em;
+ position: absolute;
+ z-index: 2147483647;
+}
+
+#powerTip div.ttdoc {
+ color: grey;
+ font-style: italic;
+}
+
+#powerTip div.ttname a {
+ font-weight: bold;
+}
+
+#powerTip div.ttname {
+ font-weight: bold;
+}
+
+#powerTip div.ttdeci {
+ color: #006318;
+}
+
+#powerTip div {
+ margin: 0px;
+ padding: 0px;
+ font: 12px/16px Roboto,sans-serif;
+}
+
+#powerTip:before, #powerTip:after {
+ content: "";
+ position: absolute;
+ margin: 0px;
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.w:after, #powerTip.w:before,
+#powerTip.e:after, #powerTip.e:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.nw:after, #powerTip.nw:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ border: solid transparent;
+ content: " ";
+ height: 0;
+ width: 0;
+ position: absolute;
+}
+
+#powerTip.n:after, #powerTip.s:after,
+#powerTip.w:after, #powerTip.e:after,
+#powerTip.nw:after, #powerTip.ne:after,
+#powerTip.sw:after, #powerTip.se:after {
+ border-color: rgba(255, 255, 255, 0);
+}
+
+#powerTip.n:before, #powerTip.s:before,
+#powerTip.w:before, #powerTip.e:before,
+#powerTip.nw:before, #powerTip.ne:before,
+#powerTip.sw:before, #powerTip.se:before {
+ border-color: rgba(128, 128, 128, 0);
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.nw:after, #powerTip.nw:before {
+ top: 100%;
+}
+
+#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
+ border-top-color: #ffffff;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+#powerTip.n:before {
+ border-top-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+#powerTip.n:after, #powerTip.n:before {
+ left: 50%;
+}
+
+#powerTip.nw:after, #powerTip.nw:before {
+ right: 14px;
+}
+
+#powerTip.ne:after, #powerTip.ne:before {
+ left: 14px;
+}
+
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ bottom: 100%;
+}
+
+#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
+ border-bottom-color: #ffffff;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+
+#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
+ border-bottom-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+
+#powerTip.s:after, #powerTip.s:before {
+ left: 50%;
+}
+
+#powerTip.sw:after, #powerTip.sw:before {
+ right: 14px;
+}
+
+#powerTip.se:after, #powerTip.se:before {
+ left: 14px;
+}
+
+#powerTip.e:after, #powerTip.e:before {
+ left: 100%;
+}
+#powerTip.e:after {
+ border-left-color: #ffffff;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.e:before {
+ border-left-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+#powerTip.w:after, #powerTip.w:before {
+ right: 100%;
+}
+#powerTip.w:after {
+ border-right-color: #ffffff;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.w:before {
+ border-right-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+@media print
+{
+ #top { display: none; }
+ #side-nav { display: none; }
+ #nav-path { display: none; }
+ body { overflow:visible; }
+ h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
+ .summary { display: none; }
+ .memitem { page-break-inside: avoid; }
+ #doc-content
+ {
+ margin-left:0 !important;
+ height:auto !important;
+ width:auto !important;
+ overflow:inherit;
+ display:inline;
+ }
+}
+
diff --git a/doxygen.png b/doxygen.png
new file mode 100644
index 00000000..3ff17d80
Binary files /dev/null and b/doxygen.png differ
diff --git a/dynsections.js b/dynsections.js
new file mode 100644
index 00000000..85e18369
--- /dev/null
+++ b/dynsections.js
@@ -0,0 +1,97 @@
+function toggleVisibility(linkObj)
+{
+ var base = $(linkObj).attr('id');
+ var summary = $('#'+base+'-summary');
+ var content = $('#'+base+'-content');
+ var trigger = $('#'+base+'-trigger');
+ var src=$(trigger).attr('src');
+ if (content.is(':visible')===true) {
+ content.hide();
+ summary.show();
+ $(linkObj).addClass('closed').removeClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
+ } else {
+ content.show();
+ summary.hide();
+ $(linkObj).removeClass('closed').addClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
+ }
+ return false;
+}
+
+function updateStripes()
+{
+ $('table.directory tr').
+ removeClass('even').filter(':visible:even').addClass('even');
+}
+
+function toggleLevel(level)
+{
+ $('table.directory tr').each(function() {
+ var l = this.id.split('_').length-1;
+ var i = $('#img'+this.id.substring(3));
+ var a = $('#arr'+this.id.substring(3));
+ if (l
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor , including all inherited members.
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html
new file mode 100644
index 00000000..b3e7eab9
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BLUE =("#29A6D4")
+
+ GREEN =("#1C7D6C")
+
+ ORANGE =("#F77400")
+
+ RED =("#F53B3C")
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor.ListColor
+ (
+ String
+ colorCode )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor.getColor
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor.BLUE =("#29A6D4")
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor.color
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor.GREEN =("#1C7D6C")
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor.ORANGE =("#F77400")
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor.RED =("#F53B3C")
+
+
+
+
+
+
+
The documentation for this enum was generated from the following file:
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section-members.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section-members.html
new file mode 100644
index 00000000..436455e5
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section-members.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.model.Section , including all inherited members.
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html
new file mode 100644
index 00000000..05512304
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html
@@ -0,0 +1,658 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.model.Section Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Enum for navigation drawer menus.
+ More...
+
+
+ HOME =(HomeFragment.class, R.string.menu_home, R.drawable.menu_home, false)
+
+ OPEN_PROJECT =(LoadProjectFragment.class, R.string.menu_load_project, R.drawable.menu_open, false)
+
+ OPEN_APK =(LoadApkFragment.class, R.string.menu_load_apks, R.drawable.ic_android, false)
+
+ DRAFTS =(DraftsFragment.class, R.string.menu_drafts, R.drawable.menu_drafts, false)
+
+ DIVIDER =()
+
+ SETTINGS =(SettingsFragment.class, R.string.menu_settings, R.drawable.menu_settings, false)
+
+ HOW_TO =(TutorialActivity.class, R.string.menu_how_to, R.drawable.menu_how_to)
+
+ ABOUT_US =(AboutBuildmLearn.class, R.string.menu_about_us, R.drawable.menu_info)
+
+
+
+
Enum for navigation drawer menus.
+
Created by Abhishek on 08-05-2015.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.Section
+ (
+ Class<?extends Fragment >
+ fragmentClass ,
+
+
+
+
+ @StringRes int
+ titleResId ,
+
+
+
+
+ @DrawableRes int
+ iconResId ,
+
+
+
+
+ boolean
+ keep
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.Section
+ (
+ Class<?extends Activity >
+ activityClass ,
+
+
+
+
+ @StringRes int
+ titleResId ,
+
+
+
+
+ @DrawableRes int
+ iconResId
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.Section
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Section.getIconResId
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Section.getTitleResId
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Section.getType
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.Section.getViewName
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.model.Section.isKeep
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.model.Section.isSelected
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.Section.setIsSelected
+ (
+ boolean
+ isSelected )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.ABOUT_US =(AboutBuildmLearn.class, R.string.menu_about_us, R.drawable.menu_info)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static final int org.buildmlearn.toolkit.model.Section.ACTIVITY = 0
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.DIVIDER =()
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.DRAFTS =(DraftsFragment.class, R.string.menu_drafts, R.drawable.menu_drafts, false)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static final int org.buildmlearn.toolkit.model.Section.FRAGMENT = 1
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.HOME =(HomeFragment.class, R.string.menu_home, R.drawable.menu_home, false)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.HOW_TO =(TutorialActivity.class, R.string.menu_how_to, R.drawable.menu_how_to)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Section.iconResId
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.model.Section.isSelected
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final boolean org.buildmlearn.toolkit.model.Section.keep
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.OPEN_APK =(LoadApkFragment.class, R.string.menu_load_apks, R.drawable.ic_android, false)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.OPEN_PROJECT =(LoadProjectFragment.class, R.string.menu_load_project, R.drawable.menu_open, false)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ static final int org.buildmlearn.toolkit.model.Section.SECTION_DIVIDER = 2
+
+
+
+
+static
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Section.SETTINGS =(SettingsFragment.class, R.string.menu_settings, R.drawable.menu_settings, false)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Section.titleResId
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Section.type
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final String org.buildmlearn.toolkit.model.Section.viewName
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this enum was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/model/Section.java
+
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template-members.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template-members.html
new file mode 100644
index 00000000..eeddb61a
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template-members.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.model.Template , including all inherited members.
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html
new file mode 100644
index 00000000..03c367d6
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html
@@ -0,0 +1,523 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.model.Template Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Enum for the templates that are included into toolkit application.
+ More...
+
+
+ BASIC_M_LEARNING =(R.string.basic_m_learning_title, R.string.basic_m_learning_description, R.drawable.info_template, R.string.info_template, InfoTemplate.class, R.string.info_assets_name)
+
+ LEARN_SPELLING =(R.string.learn_spellings_title, R.string.learn_spellings_description, R.drawable.spelling, R.string.spelling_type, LearnSpellingTemplate.class, R.string.spelling_assets_name)
+
+ QUIZ =(R.string.quiz_title, R.string.quiz_description, R.drawable.quiz, R.string.quiz_type, QuizTemplate.class, R.string.quiz_assets_name)
+
+ FLASH_CARD =(R.string.flash_card_title, R.string.flash_card_description, R.drawable.flash, R.string.flash_card_template, FlashTemplate.class, R.string.flash_assets_name)
+
+ VIDEO_COLLECTION =(R.string.video_collection_title, R.string.video_collection_description, R.drawable.video_collection, R.string.video_collection_template, VideoCollectionTemplate.class, R.string.video_assets_name)
+
+ COMPREHENSION =(R.string.comprehension_title, R.string.comprehension_description, R.drawable.comprehension, R.string.comprehension_template, ComprehensionTemplate.class, R.string.comprehension_assets_name)
+
+ DICTATION =(R.string.dictation_title, R.string.dictation_description, R.drawable.dictation, R.string.dictation_template, DictationTemplate.class, R.string.dictation_assets_name)
+
+ MATCH_THE_FOLLOWING =(R.string.match_title, R.string.match_description, R.drawable.match_template, R.string.match_template, MatchTemplate.class, R.string.match_assets_name)
+
+final int type
+
+
+
+
Enum for the templates that are included into toolkit application.
+
Created by Abhishek on 23-05-2015.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.Template
+ (
+ @StringRes int
+ title ,
+
+
+
+
+ @StringRes int
+ description ,
+
+
+
+
+ @DrawableRes int
+ image ,
+
+
+
+
+ @StringRes int
+ type ,
+
+
+
+
+ Class<?extends TemplateInterface >
+ templateClass ,
+
+
+
+
+ @StringRes int
+ assetsName
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Template.getAssetsName
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Template.getDescription
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Template.getImage
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ Class<? extends TemplateInterface > org.buildmlearn.toolkit.model.Template.getTemplateClass
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Template.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Template.getType
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Template.assetsName
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.BASIC_M_LEARNING =(R.string.basic_m_learning_title, R.string.basic_m_learning_description, R.drawable.info_template, R.string.info_template, InfoTemplate.class, R.string.info_assets_name)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.COMPREHENSION =(R.string.comprehension_title, R.string.comprehension_description, R.drawable.comprehension, R.string.comprehension_template, ComprehensionTemplate.class, R.string.comprehension_assets_name)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Template.description
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.DICTATION =(R.string.dictation_title, R.string.dictation_description, R.drawable.dictation, R.string.dictation_template, DictationTemplate.class, R.string.dictation_assets_name)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.FLASH_CARD =(R.string.flash_card_title, R.string.flash_card_description, R.drawable.flash, R.string.flash_card_template, FlashTemplate.class, R.string.flash_assets_name)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Template.image
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.LEARN_SPELLING =(R.string.learn_spellings_title, R.string.learn_spellings_description, R.drawable.spelling, R.string.spelling_type, LearnSpellingTemplate.class, R.string.spelling_assets_name)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.MATCH_THE_FOLLOWING =(R.string.match_title, R.string.match_description, R.drawable.match_template, R.string.match_template, MatchTemplate.class, R.string.match_assets_name)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.QUIZ =(R.string.quiz_title, R.string.quiz_description, R.drawable.quiz, R.string.quiz_type, QuizTemplate.class, R.string.quiz_assets_name)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final Class<? extends TemplateInterface > org.buildmlearn.toolkit.model.Template.templateClass
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Template.title
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Template.type
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Template.VIDEO_COLLECTION =(R.string.video_collection_title, R.string.video_collection_description, R.drawable.video_collection, R.string.video_collection_template, VideoCollectionTemplate.class, R.string.video_assets_name)
+
+
+
+
+
+
+
The documentation for this enum was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/model/Template.java
+
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial-members.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial-members.html
new file mode 100644
index 00000000..49e17886
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial-members.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.model.Tutorial , including all inherited members.
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html
new file mode 100644
index 00000000..d645d326
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html
@@ -0,0 +1,439 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.model.Tutorial Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Enum used as model for holding tutorial data.
+ More...
+
+
+ START =(R.drawable.app_splash_screen_framed, R.string.screen_1_title, R.string.screen_1_desc)
+
+ FIRST =(R.drawable.main_screen_framed, R.string.screen_2_title, R.string.screen_2_desc)
+
+ SECOND =(R.drawable.template_list_framed, R.string.screen_3_title, R.string.screen_3_desc)
+
+ THIRD =(R.drawable.quiz_template_framed, R.string.screen_4_title, R.string.screen_4_desc)
+
+ FOURTH =(R.drawable.simulator_without_any_template_framed, R.string.screen_5_title, R.string.screen_5_desc)
+
+ FIFTH =(R.drawable.load_saved_projects_framed, R.string.screen_6_title, R.string.screen_6_desc)
+
+ LAST =(true)
+
+
+
+
Enum used as model for holding tutorial data.
+
Created by abhishek on 03/08/15 at 10:53 PM.
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.Tutorial
+ (
+ int
+ image ,
+
+
+
+
+ int
+ title ,
+
+
+
+
+ int
+ description
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.Tutorial
+ (
+ boolean
+ isLastScreen )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Tutorial.getDescription
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Tutorial.getImage
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ int org.buildmlearn.toolkit.model.Tutorial.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ boolean org.buildmlearn.toolkit.model.Tutorial.isLastScreen
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Tutorial.description
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.FIFTH =(R.drawable.load_saved_projects_framed, R.string.screen_6_title, R.string.screen_6_desc)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.FIRST =(R.drawable.main_screen_framed, R.string.screen_2_title, R.string.screen_2_desc)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.FOURTH =(R.drawable.simulator_without_any_template_framed, R.string.screen_5_title, R.string.screen_5_desc)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Tutorial.image
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final boolean org.buildmlearn.toolkit.model.Tutorial.isLastScreen
+
+
+
+
+private
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.LAST =(true)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.SECOND =(R.drawable.template_list_framed, R.string.screen_3_title, R.string.screen_3_desc)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.START =(R.drawable.app_splash_screen_framed, R.string.screen_1_title, R.string.screen_1_desc)
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.model.Tutorial.THIRD =(R.drawable.quiz_template_framed, R.string.screen_4_title, R.string.screen_4_desc)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final int org.buildmlearn.toolkit.model.Tutorial.title
+
+
+
+
+private
+
+
+
+
+
+
+
The documentation for this enum was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/model/Tutorial.java
+
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation-members.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation-members.html
new file mode 100644
index 00000000..f093551a
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.diff_match_patch.Operation , including all inherited members.
+
+
+
+
+
diff --git a/enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html b/enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html
new file mode 100644
index 00000000..a6511f72
--- /dev/null
+++ b/enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.diff_match_patch.Operation Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The data structure representing a diff is a Linked list of Diff objects: {Diff (Operation.DELETE , "Hello"), Diff (Operation.INSERT , "Goodbye"), Diff (Operation.EQUAL , " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.DELETE
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.EQUAL
+
+
+
+
+
+
+
+
+
+
+
+ org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.INSERT
+
+
+
+
+
+
+
The documentation for this enum was generated from the following file:
+
+
+
+
+
diff --git a/files.html b/files.html
new file mode 100644
index 00000000..984e45a7
--- /dev/null
+++ b/files.html
@@ -0,0 +1,318 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: File List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all files with brief descriptions:
+
[detail level 1 2 3 4 5 6 7 8 9 10 11 ]
+
+
+
+
+
+
diff --git a/flashcard__content_8txt.html b/flashcard__content_8txt.html
new file mode 100644
index 00000000..b999aedc
--- /dev/null
+++ b/flashcard__content_8txt.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/assets/template_assets/flashcard_content.txt File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/flashcardtemplate_2Constants_8java.html b/flashcardtemplate_2Constants_8java.html
new file mode 100644
index 00000000..56d4616d
--- /dev/null
+++ b/flashcardtemplate_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/flashcardtemplate_2data_2DataUtils_8java.html b/flashcardtemplate_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..804fa34e
--- /dev/null
+++ b/flashcardtemplate_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/flashcardtemplate_2data_2FetchXMLTask_8java.html b/flashcardtemplate_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..5134dcae
--- /dev/null
+++ b/flashcardtemplate_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/flashcardtemplate_2fragment_2LastFragment_8java.html b/flashcardtemplate_2fragment_2LastFragment_8java.html
new file mode 100644
index 00000000..451c69bb
--- /dev/null
+++ b/flashcardtemplate_2fragment_2LastFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/fragment/LastFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/flashcardtemplate_2fragment_2MainFragment_8java.html b/flashcardtemplate_2fragment_2MainFragment_8java.html
new file mode 100644
index 00000000..4b6c35ae
--- /dev/null
+++ b/flashcardtemplate_2fragment_2MainFragment_8java.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/fragment/MainFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/flashcardtemplate_2fragment_2SplashFragment_8java.html b/flashcardtemplate_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..d03aba5a
--- /dev/null
+++ b/flashcardtemplate_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/flashcardtemplate/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/folderclosed.png b/folderclosed.png
new file mode 100644
index 00000000..bb8ab35e
Binary files /dev/null and b/folderclosed.png differ
diff --git a/folderopen.png b/folderopen.png
new file mode 100644
index 00000000..d6c7f676
Binary files /dev/null and b/folderopen.png differ
diff --git a/functions.html b/functions.html
new file mode 100644
index 00000000..8f8b12f0
--- /dev/null
+++ b/functions.html
@@ -0,0 +1,253 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- a -
+ABOUT_US
+: org.buildmlearn.toolkit.model.Section
+
+activity
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+ACTIVITY
+: org.buildmlearn.toolkit.model.Section
+
+activity
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+adapter
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+addFileListener()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+addItem()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+addMetaData()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+addMetaDetails()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+addQuestions()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+addTemplate()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+addToZip()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+alias
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+aliasPassword
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+allowPermissionsIfNeeded()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+ANSWER
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards
+
+answer
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+ANSWERED
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+APK_DIR
+: org.buildmlearn.toolkit.constant.Constants
+
+apkName
+: org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder
+
+ApplicationTest()
+: org.buildmlearn.toolkit.ApplicationTest
+
+assetFileName
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+assetFilePath
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+assetsApk
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+assetsName
+: org.buildmlearn.toolkit.model.Template
+
+assetsPath
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+ATTEMPTED
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+attr()
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+author
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+
+
+
+
+
+
diff --git a/functions_b.html b/functions_b.html
new file mode 100644
index 00000000..8b3597a8
--- /dev/null
+++ b/functions_b.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- b -
+
+
+
+
+
diff --git a/functions_c.html b/functions_c.html
new file mode 100644
index 00000000..8011da50
--- /dev/null
+++ b/functions_c.html
@@ -0,0 +1,391 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- c -
+cancelPotentialWork()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+cardView
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+changeColorScheme()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+changed
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+chars1
+: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult
+
+chars2
+: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult
+
+checkButton()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+
+checkExternalStorage()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+checkSimulator()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+child()
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+clickSourceA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+close()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+closeDrawer()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+COL_ANSWER
+: org.buildmlearn.toolkit.flashcardtemplate.Constants
+
+COL_ANSWERED
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.learnspelling.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_ATTEMPTED
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.learnspelling.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_BASE64
+: org.buildmlearn.toolkit.flashcardtemplate.Constants
+
+COL_CORRECT_ANSWER
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_DESCRIPTION
+: org.buildmlearn.toolkit.infotemplate.Constants
+, org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_FIRST_TITLE
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_HINT
+: org.buildmlearn.toolkit.flashcardtemplate.Constants
+
+COL_ID
+: org.buildmlearn.toolkit.dictationtemplate.Constants
+, org.buildmlearn.toolkit.infotemplate.Constants
+
+COL_LINK
+: org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_MATCH_A
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_MATCH_B
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_MEANING
+: org.buildmlearn.toolkit.learnspelling.Constants
+
+COL_OPTION_1
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_OPTION_2
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_OPTION_3
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_OPTION_4
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_PASSAGE
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.dictationtemplate.Constants
+
+COL_QUESTION
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.flashcardtemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_SECOND_TITLE
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_THUMBNAIL_URL
+: org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_TIME
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+
+COL_TITLE
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.dictationtemplate.Constants
+, org.buildmlearn.toolkit.infotemplate.Constants
+, org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_TITLE_META
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_WORD
+: org.buildmlearn.toolkit.learnspelling.Constants
+
+collapseButton
+: org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder
+
+color
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+colors
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+, org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+COMPREHENSION
+: org.buildmlearn.toolkit.model.Template
+
+comprehensionData
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+
+ComprehensionDb()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+
+ComprehensionMetaModel()
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+ComprehensionModel()
+: org.buildmlearn.toolkit.templates.ComprehensionModel
+
+ComprehensionTemplate()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+
+context
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.TemplateAdapter
+, org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+convertBitmapToBase64()
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+convertLink()
+: org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+copy()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+copyAssets()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+copyFile()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+correct
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+
+CORRECT_ANSWER
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+correctAnswer
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+createFileDialog()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+createTemporaryFile()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+CREATOR
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+currentMetaEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+currentPath
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+currentSection
+: org.buildmlearn.toolkit.activity.HomeActivity
+
+currentSectionBackgroundColor
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+currentSectionForegroundColor
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+currentTemplateEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+
+
+
+
+
+
diff --git a/functions_d.html b/functions_d.html
new file mode 100644
index 00000000..867a7736
--- /dev/null
+++ b/functions_d.html
@@ -0,0 +1,453 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- d -
+DAILYMOTION
+: org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+data
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+date
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+db
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+dbHelper
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+DELETE
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Operation
+
+deleteAll()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+deleteAllDrafts()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+
+deleteButton
+: org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder
+, org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder
+
+deleteDirectory()
+: org.buildmlearn.toolkit.fragment.SettingsFragment
+
+deleteItem()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+describeContents()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+description
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+DESCRIPTION
+: org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info
+
+description
+: org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder
+
+DESCRIPTION
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+description
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+DESCRIPTION_TAG
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+destroyItem()
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+DETAIL_LOADER
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+DetailActivityFragment()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+details
+: org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder
+
+DICT_COLUMNS
+: org.buildmlearn.toolkit.dictationtemplate.Constants
+
+dict_Id
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+
+DICT_LOADER
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+
+DictArrayAdapter()
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter
+
+DICTATION
+: org.buildmlearn.toolkit.model.Template
+
+DictationModel()
+: org.buildmlearn.toolkit.templates.DictationModel
+
+DictationTemplate()
+: org.buildmlearn.toolkit.templates.DictationTemplate
+
+dictData
+: org.buildmlearn.toolkit.templates.DictationTemplate
+
+DictDb()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+
+dictList
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+
+dictListAdapter
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+
+DictModel()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+
+dictValues
+: org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+
+didLogNodeName
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+Diff()
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Diff
+
+diff_bisect()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_bisectSplit()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_charsToLines()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupEfficiency()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupMerge()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupSemantic()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupSemanticLossless()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupSemanticScore()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_commonOverlap()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_commonPrefix()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_commonSuffix()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_compute()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+Diff_EditCost
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_fromDelta()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_halfMatch()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_halfMatchI()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_levenshtein()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_lineMode()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_linesToChars()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_linesToCharsMunge()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_main()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_prettyHtml()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_text1()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_text2()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+Diff_Timeout
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_toDelta()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_WordMode()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_wordsToChars()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_wordsToCharsMunge()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_xIndex()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diffs
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+dir
+: org.buildmlearn.toolkit.ToolkitApplication
+
+DIVIDER
+: org.buildmlearn.toolkit.model.Section
+
+doInBackground()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask
+, org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+DRAFT_DIR
+: org.buildmlearn.toolkit.constant.Constants
+
+draftIcon
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder
+
+DraftProjectAdapter()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+
+draftProjects
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+
+DRAFTS
+: org.buildmlearn.toolkit.model.Section
+
+draftSubtitle
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder
+
+draftTitle
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder
+
+
+
+
+
+
+
diff --git a/functions_e.html b/functions_e.html
new file mode 100644
index 00000000..a16a3805
--- /dev/null
+++ b/functions_e.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- e -
+editButton
+: org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder
+, org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder
+
+editItem()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+editMetaDetails()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+editQuestions()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+end()
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+EQUAL
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.utilities.diff_match_patch.Operation
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+equalContent()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+equals()
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Diff
+
+expandButton
+: org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder
+
+expanded
+: org.buildmlearn.toolkit.templates.DictationModel
+
+
+
+
+
+
+
diff --git a/functions_f.html b/functions_f.html
new file mode 100644
index 00000000..b02febf8
--- /dev/null
+++ b/functions_f.html
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- f -
+FetchXMLTask()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+FIFTH
+: org.buildmlearn.toolkit.model.Tutorial
+
+file
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+FileDialog()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+fileEndsWith
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+fileList
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+fileListenerList
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+fileSelected()
+: org.buildmlearn.toolkit.utilities.FileDialog.FileSelectListener
+
+finalApk
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+fireEvent()
+: org.buildmlearn.toolkit.utilities.ListenerList< L >.FireHandler< L >
+
+fireFileSelectedEvent()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+FIRST
+: org.buildmlearn.toolkit.model.Tutorial
+
+first_list
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+first_list_title
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+
+FIRST_RUN
+: org.buildmlearn.toolkit.activity.FirstRunActivity
+
+FIRST_TITLE_TAG
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+
+firstrun
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.dictationtemplate.Constants
+, org.buildmlearn.toolkit.flashcardtemplate.Constants
+, org.buildmlearn.toolkit.infotemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+FixedSpeedScroller()
+: org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller
+
+FLASH_CARD
+: org.buildmlearn.toolkit.model.Template
+
+FlashCardModel()
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+FlashDb()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+
+FlashModel()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+FlashTemplate()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+formatDate()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+formatTime()
+: org.buildmlearn.toolkit.model.SavedProject
+
+FOURTH
+: org.buildmlearn.toolkit.model.Tutorial
+
+FRAGMENT
+: org.buildmlearn.toolkit.model.Section
+
+fullPath
+: org.buildmlearn.toolkit.model.SavedProject
+
+
+
+
+
+
+
diff --git a/functions_func.html b/functions_func.html
new file mode 100644
index 00000000..c7bb3166
--- /dev/null
+++ b/functions_func.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- a -
+addFileListener()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+addItem()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+addMetaData()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+addMetaDetails()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+addQuestions()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+addTemplate()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+addToZip()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+allowPermissionsIfNeeded()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+ApplicationTest()
+: org.buildmlearn.toolkit.ApplicationTest
+
+attr()
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+
+
+
+
+
+
diff --git a/functions_func_b.html b/functions_func_b.html
new file mode 100644
index 00000000..9e95e203
--- /dev/null
+++ b/functions_func_b.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_c.html b/functions_func_c.html
new file mode 100644
index 00000000..e644d5a9
--- /dev/null
+++ b/functions_func_c.html
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- c -
+cancelPotentialWork()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+changeColorScheme()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+checkButton()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+
+checkExternalStorage()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+checkSimulator()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+child()
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+close()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+closeDrawer()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+ComprehensionDb()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+
+ComprehensionMetaModel()
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+ComprehensionModel()
+: org.buildmlearn.toolkit.templates.ComprehensionModel
+
+ComprehensionTemplate()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+
+convertBitmapToBase64()
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+convertLink()
+: org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+copy()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+copyAssets()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+copyFile()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+createFileDialog()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+createTemporaryFile()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+currentMetaEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+currentTemplateEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+
+
+
+
+
+
diff --git a/functions_func_d.html b/functions_func_d.html
new file mode 100644
index 00000000..a6b277f9
--- /dev/null
+++ b/functions_func_d.html
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- d -
+deleteAll()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+deleteAllDrafts()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+
+deleteDirectory()
+: org.buildmlearn.toolkit.fragment.SettingsFragment
+
+deleteItem()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+describeContents()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+destroyItem()
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+DetailActivityFragment()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+DictArrayAdapter()
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter
+
+DictationModel()
+: org.buildmlearn.toolkit.templates.DictationModel
+
+DictationTemplate()
+: org.buildmlearn.toolkit.templates.DictationTemplate
+
+DictDb()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+
+DictModel()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+
+Diff()
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Diff
+
+diff_bisect()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_bisectSplit()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_charsToLines()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupEfficiency()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupMerge()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupSemantic()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupSemanticLossless()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_cleanupSemanticScore()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_commonOverlap()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_commonPrefix()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_commonSuffix()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_compute()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_fromDelta()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_halfMatch()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_halfMatchI()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_levenshtein()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_lineMode()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_linesToChars()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_linesToCharsMunge()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_main()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_prettyHtml()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_text1()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_text2()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_toDelta()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_WordMode()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_wordsToChars()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_wordsToCharsMunge()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diff_xIndex()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+doInBackground()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask
+, org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+DraftProjectAdapter()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+
+
+
+
+
+
+
diff --git a/functions_func_e.html b/functions_func_e.html
new file mode 100644
index 00000000..3c3109f3
--- /dev/null
+++ b/functions_func_e.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_f.html b/functions_func_f.html
new file mode 100644
index 00000000..2f55ac7c
--- /dev/null
+++ b/functions_func_f.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_g.html b/functions_func_g.html
new file mode 100644
index 00000000..30ad64b6
--- /dev/null
+++ b/functions_func_g.html
@@ -0,0 +1,539 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- g -
+getActionBar()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+getAlias()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getAliasPassword()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getAllFiles()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+getAnswer()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+
+getApkDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getApkFilePath()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getAssetsFileName()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getAssetsFilePath()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getAssetsName()
+: org.buildmlearn.toolkit.model.Template
+
+getAssetsPath()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getAuthor()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getBase64()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+getBitmapWorkerTask()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getCardView()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+getCheckedAnswer()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+
+getChosenFile()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+getColor()
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+getCorrect()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+
+getCorrectAnswer()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+getCount()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.adapter.TutorialAdapter
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+getCountFlashCards()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+
+getCountMatches()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+
+getCountQuestions()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+getCountSpellings()
+: org.buildmlearn.toolkit.learnspelling.data.SpellDb
+
+getDate()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getDescription()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getDictCursorById()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+
+getDictsCursor()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+
+getDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getDownloadDirectory()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getDraftDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getFile()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getFinalApkPath()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+getFirst_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+getFirstListTitle()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+
+getFlashCursorById()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+
+getFullPath()
+: org.buildmlearn.toolkit.model.SavedProject
+
+getHint()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+
+getIconResId()
+: org.buildmlearn.toolkit.model.Section
+
+getImage()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+
+getImageBitmap()
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+getInfoCursorById()
+: org.buildmlearn.toolkit.infotemplate.data.InfoDb
+
+getInfoDescription()
+: org.buildmlearn.toolkit.templates.InfoModel
+
+getInfoObject()
+: org.buildmlearn.toolkit.templates.InfoModel
+
+getInfosCursor()
+: org.buildmlearn.toolkit.infotemplate.data.InfoDb
+
+getItem()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.adapter.TemplateAdapter
+, org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+getItemCount()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getItemId()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getItems()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getItemViewType()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getLink()
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getMatchA()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+getMatchB()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+getMeaning()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+getMetaCursor()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+
+getName()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getOptions()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+getPassage()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+
+getPassword()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getProgressValue()
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+getProjectDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getQuestion()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+getQuestionCursorById()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+getRandMatchCursor()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+
+getResizedBitmap()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+getSavedDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getSecond_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+getSecondListTitle()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+
+getSelectedPosition()
+: org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+getSimulatorFragment()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getSpellingCursorById()
+: org.buildmlearn.toolkit.learnspelling.data.SpellDb
+
+getStatistics()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+getTemplateClass()
+: org.buildmlearn.toolkit.model.Template
+
+getText()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+getThumbnail_url()
+: org.buildmlearn.toolkit.templates.VideoModel
+
+getThumbnailUrl()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getTime()
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+getTitle()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+, org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getTitleResId()
+: org.buildmlearn.toolkit.model.Section
+
+getType()
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.model.Section
+, org.buildmlearn.toolkit.model.Template
+
+getUnZipDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getValue()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+getVideoCursorById()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+getVideosCursor()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+getView()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A
+, org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B
+
+getViewName()
+: org.buildmlearn.toolkit.model.Section
+
+getWord()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+getXml()
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+, org.buildmlearn.toolkit.templates.InfoModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchModel
+, org.buildmlearn.toolkit.templates.QuizModel
+, org.buildmlearn.toolkit.templates.VideoModel
+
+grabImage()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+
+
+
+
+
+
diff --git a/functions_func_h.html b/functions_func_h.html
new file mode 100644
index 00000000..23bfc50c
--- /dev/null
+++ b/functions_func_h.html
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_i.html b/functions_func_i.html
new file mode 100644
index 00000000..96aee164
--- /dev/null
+++ b/functions_func_i.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_k.html b/functions_func_k.html
new file mode 100644
index 00000000..3635c12e
--- /dev/null
+++ b/functions_func_k.html
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_l.html b/functions_func_l.html
new file mode 100644
index 00000000..166b0da5
--- /dev/null
+++ b/functions_func_l.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- l -
+LearnSpellingModel()
+: org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+LearnSpellingTemplate()
+: org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+
+LinesToCharsResult()
+: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult
+
+ListColor()
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+loadFileList()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+loadProjectMetaEditor()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+loadProjectTemplateEditor()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+
+
+
+
+
+
diff --git a/functions_func_m.html b/functions_func_m.html
new file mode 100644
index 00000000..ab9fd947
--- /dev/null
+++ b/functions_func_m.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_n.html b/functions_func_n.html
new file mode 100644
index 00000000..c982406b
--- /dev/null
+++ b/functions_func_n.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- n -
+NavigationDrawerMenuAdapter()
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+newInstance()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment
+
+newMetaEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+newTemplateEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+newView()
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter
+, org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter
+
+
+
+
+
+
+
diff --git a/functions_func_o.html b/functions_func_o.html
new file mode 100644
index 00000000..239b223c
--- /dev/null
+++ b/functions_func_o.html
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- o -
+onActivityCreated()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onActivityResult()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.SettingsFragment
+, org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+onAttach()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+onBackPressed()
+: org.buildmlearn.toolkit.activity.HomeActivity
+, org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+onBindViewHolder()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+onConfigurationChanged()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+onCreate()
+: org.buildmlearn.toolkit.activity.AboutBuildmLearn
+, org.buildmlearn.toolkit.activity.DeepLinkerActivity
+, org.buildmlearn.toolkit.activity.FirstRunActivity
+, org.buildmlearn.toolkit.activity.HomeActivity
+, org.buildmlearn.toolkit.activity.SettingsLinkerActivity
+, org.buildmlearn.toolkit.activity.TemplateActivity
+, org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.activity.TutorialActivity
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.fragment.SettingsFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.ToolkitApplication
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onCreateLoader()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onCreateOptionsMenu()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+
+onCreateView()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.HomeFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment
+
+onCreateViewHolder()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+onDestroy()
+: org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+
+onDestroyView()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onDetach()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+onFail()
+: org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete
+, org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete
+
+onItemClick()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.SetOnClickListener
+, org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.SetOnClickListener
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+onLoaderReset()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onLoadFinished()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onNavigationDrawerItemSelected()
+: org.buildmlearn.toolkit.activity.HomeActivity
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.NavigationDrawerCallbacks
+
+onNavigationItemSelected()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+
+onOptionsItemSelected()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+
+onPause()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+onPostExecute()
+: org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask
+
+onPrepareOptionsMenu()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+
+onResume()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+onSaveInstanceState()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onSuccess()
+: org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete
+, org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete
+
+onViewCreated()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+open()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+
+
+
+
+
+
diff --git a/functions_func_p.html b/functions_func_p.html
new file mode 100644
index 00000000..78e2f5ca
--- /dev/null
+++ b/functions_func_p.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_q.html b/functions_func_q.html
new file mode 100644
index 00000000..b64ef9a6
--- /dev/null
+++ b/functions_func_q.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_r.html b/functions_func_r.html
new file mode 100644
index 00000000..8110d5a4
--- /dev/null
+++ b/functions_func_r.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- r -
+readFile()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+
+readTitleAuthor()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.DataUtils
+, org.buildmlearn.toolkit.dictationtemplate.data.DataUtils
+, org.buildmlearn.toolkit.flashcardtemplate.data.DataUtils
+, org.buildmlearn.toolkit.infotemplate.data.DataUtils
+, org.buildmlearn.toolkit.learnspelling.data.DataUtils
+, org.buildmlearn.toolkit.matchtemplate.data.DataUtils
+, org.buildmlearn.toolkit.quiztemplate.data.DataUtils
+, org.buildmlearn.toolkit.videocollectiontemplate.data.DataUtils
+
+reloadContent()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+
+resetCount()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+restoreColorScheme()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+restoreSelectedView()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+restoreTemplateEditor()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+RestoreThread()
+: org.buildmlearn.toolkit.utilities.RestoreThread
+
+ResultActivityFragment()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+
+RoundedTransformation()
+: org.buildmlearn.toolkit.utilities.RoundedTransformation
+
+run()
+: org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+
+
+
+
+
+
diff --git a/functions_func_s.html b/functions_func_s.html
new file mode 100644
index 00000000..2cc6ba77
--- /dev/null
+++ b/functions_func_s.html
@@ -0,0 +1,423 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- s -
+saveAPK()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+SavedApi()
+: org.buildmlearn.toolkit.model.SavedApi
+
+SavedApiAdapter()
+: org.buildmlearn.toolkit.adapter.SavedApiAdapter
+
+SavedProject()
+: org.buildmlearn.toolkit.model.SavedProject
+
+SavedProjectAdapter()
+: org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+saveDraft()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+saveFlashData()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+
+saveInfoData()
+: org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+
+saveMatches()
+: org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+
+saveMetaData()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+
+saveProject()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+saveQuestions()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+
+saveSpellData()
+: org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+
+saveVideoData()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+saveXmlFile()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+Section()
+: org.buildmlearn.toolkit.model.Section
+
+selectItem()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+setAdapter()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+setAdapterData()
+: org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+
+setAdapterMeta()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+setAnswer()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+setAuthor()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setBackground()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setBackgroundDrawable()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setBackgroundResource()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setBase64()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+setCorrect()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+
+setCorrectAnswer()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+
+setCustomFont()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setDate()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setDescription()
+: org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setEmptyText()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+setEmptyView()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+setExpanded()
+: org.buildmlearn.toolkit.templates.DictationModel
+
+setFile()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setFileEndsWith()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+setFirst_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+setHint()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+setInfoDescription()
+: org.buildmlearn.toolkit.templates.InfoModel
+
+setIsSelected()
+: org.buildmlearn.toolkit.model.Section
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+setItemClickListener()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+setLayoutParamsForListView()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+setLink()
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setListeners()
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+setMatchA()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+setMatchB()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+setMeaning()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+setName()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setOnClickListener()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+setOptions()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+
+setPassage()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+
+setQuestion()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+
+setRestoreListener()
+: org.buildmlearn.toolkit.utilities.RestoreThread
+
+setRotation()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setSecond_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+setSelectedPosition()
+: org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+setSignerThreadListener()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+setSize()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setTemplateId()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+setThumbnail_url()
+: org.buildmlearn.toolkit.templates.VideoModel
+
+setThumbnailUrl()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setTime()
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+setTitle()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setTranslation()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setType()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setUp()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+setUpActionBar()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+setUpTemplateEditor()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+setVisibility()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setWord()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.InfoModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+showDialog()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+showGlobalContextActionBar()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+showNotification()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+SignerThread()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+sleep()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+SpellDb()
+: org.buildmlearn.toolkit.learnspelling.data.SpellDb
+
+SpellModel()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+
+startScroll()
+: org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller
+
+startSimulator()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+submit()
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+
+
+
+
+
+
diff --git a/functions_func_t.html b/functions_func_t.html
new file mode 100644
index 00000000..aa1d6148
--- /dev/null
+++ b/functions_func_t.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_u.html b/functions_func_u.html
new file mode 100644
index 00000000..3c4a700c
--- /dev/null
+++ b/functions_func_u.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_v.html b/functions_func_v.html
new file mode 100644
index 00000000..acb12582
--- /dev/null
+++ b/functions_func_v.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_w.html b/functions_func_w.html
new file mode 100644
index 00000000..8bfaac36
--- /dev/null
+++ b/functions_func_w.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_func_z.html b/functions_func_z.html
new file mode 100644
index 00000000..9a64385b
--- /dev/null
+++ b/functions_func_z.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_g.html b/functions_g.html
new file mode 100644
index 00000000..1631eb32
--- /dev/null
+++ b/functions_g.html
@@ -0,0 +1,544 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- g -
+getActionBar()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+getAlias()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getAliasPassword()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getAllFiles()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+getAnswer()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+
+getApkDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getApkFilePath()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getAssetsFileName()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getAssetsFilePath()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getAssetsName()
+: org.buildmlearn.toolkit.model.Template
+
+getAssetsPath()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getAuthor()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getBase64()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+getBitmapWorkerTask()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getCardView()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+getCheckedAnswer()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+
+getChosenFile()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+getColor()
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+getCorrect()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+
+getCorrectAnswer()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+getCount()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.adapter.TutorialAdapter
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+getCountFlashCards()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+
+getCountMatches()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+
+getCountQuestions()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+getCountSpellings()
+: org.buildmlearn.toolkit.learnspelling.data.SpellDb
+
+getDate()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getDescription()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getDictCursorById()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+
+getDictsCursor()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+
+getDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getDownloadDirectory()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getDraftDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getFile()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getFinalApkPath()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+getFirst_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+getFirstListTitle()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+
+getFlashCursorById()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+
+getFullPath()
+: org.buildmlearn.toolkit.model.SavedProject
+
+getHint()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+
+getIconResId()
+: org.buildmlearn.toolkit.model.Section
+
+getImage()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+
+getImageBitmap()
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+getInfoCursorById()
+: org.buildmlearn.toolkit.infotemplate.data.InfoDb
+
+getInfoDescription()
+: org.buildmlearn.toolkit.templates.InfoModel
+
+getInfoObject()
+: org.buildmlearn.toolkit.templates.InfoModel
+
+getInfosCursor()
+: org.buildmlearn.toolkit.infotemplate.data.InfoDb
+
+getItem()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.adapter.TemplateAdapter
+, org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+getItemCount()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getItemId()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getItems()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getItemViewType()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+getLink()
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getMatchA()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+getMatchB()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+getMeaning()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+getMetaCursor()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+
+getName()
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+getOptions()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+getPassage()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+
+getPassword()
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+getProgressValue()
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+getProjectDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getQuestion()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+getQuestionCursorById()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+getRandMatchCursor()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+
+getResizedBitmap()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+getSavedDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getSecond_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+getSecondListTitle()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+
+getSelectedPosition()
+: org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+getSimulatorFragment()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+getSpellingCursorById()
+: org.buildmlearn.toolkit.learnspelling.data.SpellDb
+
+getStatistics()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+getTemplateClass()
+: org.buildmlearn.toolkit.model.Template
+
+getText()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+getThumbnail_url()
+: org.buildmlearn.toolkit.templates.VideoModel
+
+getThumbnailUrl()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getTime()
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+getTitle()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+, org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+getTitleResId()
+: org.buildmlearn.toolkit.model.Section
+
+getType()
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.model.Section
+, org.buildmlearn.toolkit.model.Template
+
+getUnZipDir()
+: org.buildmlearn.toolkit.ToolkitApplication
+
+getValue()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+getVideoCursorById()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+getVideosCursor()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+getView()
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A
+, org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B
+
+getViewName()
+: org.buildmlearn.toolkit.model.Section
+
+getWord()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+getXml()
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.FlashCardModel
+, org.buildmlearn.toolkit.templates.InfoModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchModel
+, org.buildmlearn.toolkit.templates.QuizModel
+, org.buildmlearn.toolkit.templates.VideoModel
+
+grabImage()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+GREEN
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+
+
+
+
+
+
diff --git a/functions_h.html b/functions_h.html
new file mode 100644
index 00000000..67508804
--- /dev/null
+++ b/functions_h.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- h -
+
+
+
+
+
diff --git a/functions_i.html b/functions_i.html
new file mode 100644
index 00000000..28cc7ecc
--- /dev/null
+++ b/functions_i.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- i -
+
+
+
+
+
diff --git a/functions_k.html b/functions_k.html
new file mode 100644
index 00000000..2c619db7
--- /dev/null
+++ b/functions_k.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- k -
+
+
+
+
+
diff --git a/functions_l.html b/functions_l.html
new file mode 100644
index 00000000..12b1ba9d
--- /dev/null
+++ b/functions_l.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- l -
+LAST
+: org.buildmlearn.toolkit.model.Tutorial
+
+LEARN_SPELLING
+: org.buildmlearn.toolkit.model.Template
+
+LearnSpellingModel()
+: org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+LearnSpellingTemplate()
+: org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+
+length1
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+length2
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+level
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+lineArray
+: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult
+
+LinesToCharsResult()
+: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult
+
+link
+: org.buildmlearn.toolkit.templates.VideoModel
+
+LINK
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+link
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+LINK_TAG
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+ListColor()
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+listener
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+, org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+listView
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+listViewA
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+listViewB
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+loadFileList()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+loadProjectMetaEditor()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+loadProjectTemplateEditor()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+
+
+
+
+
+
diff --git a/functions_m.html b/functions_m.html
new file mode 100644
index 00000000..dcaf3ce8
--- /dev/null
+++ b/functions_m.html
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- m -
+mActivity
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+mActivityRule
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+mAdapter
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+
+makePhotoIntent()
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+mAlert
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mAnswer
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mApkGenerationDialog
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+margin
+: org.buildmlearn.toolkit.utilities.RoundedTransformation
+
+markAnswered()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+markUnAnswered()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+MATCH_A
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches
+
+match_alphabet()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+MATCH_B
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches
+
+match_bitap()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+match_bitapScore()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+Match_Distance
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+match_main()
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+Match_MaxBits
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+MATCH_THE_FOLLOWING
+: org.buildmlearn.toolkit.model.Template
+
+Match_Threshold
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+matchA
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+MatchArrayAdapter_A()
+: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A
+
+MatchArrayAdapter_B()
+: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B
+
+matchB
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+MatchData
+: org.buildmlearn.toolkit.templates.MatchTemplate
+
+MatchDb()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+
+matchListA
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+matchListAdapterA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+matchListAdapterB
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+matchListB
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+MatchMetaModel()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+
+MatchModel()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+MatchTemplate()
+: org.buildmlearn.toolkit.templates.MatchTemplate
+
+mBannerImage
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+mBtn_Spell
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mCallbacks
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mContext
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+, org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+mData
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+mDrawerLayout
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mDrawerListView
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mDrawerToggle
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mDuration
+: org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller
+
+MEANING
+: org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+
+meaning
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder
+, org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder
+
+menus
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mEt_Spelling
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+metaAdapter
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+
+metaData
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+
+mFragmentContainerView
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mFromSavedInstanceState
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mHint
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mImage
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mImageUri
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+MIN_SPEECH_RATE
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mIsPhotoAttached
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+mLearnSpellingData
+: org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+
+mListView
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+mMeaning
+: org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+mNavigationDrawerFragment
+: org.buildmlearn.toolkit.activity.HomeActivity
+
+modifyManifest()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+mPosition
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+mPositionA
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+mPositionB
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+mQuestion
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mSb_SpeechRate
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mStartActivity
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+mToolkit
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+mTutorials
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+mUserLearnedDrawer
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mWord
+: org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+
+
+
+
+
+
diff --git a/functions_n.html b/functions_n.html
new file mode 100644
index 00000000..24a7cbd2
--- /dev/null
+++ b/functions_n.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- n -
+name
+: org.buildmlearn.toolkit.activity.FirstRunActivity
+, org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+NavigationDrawerMenuAdapter()
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+needRemoveConflict
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+needRemoveLib
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+newInstance()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment
+
+newMetaEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+newPackageFullName
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+newTemplateEditorAdapter()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+newView()
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter
+, org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter
+
+nodeName
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+NS
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+
+
+
+
+
+
diff --git a/functions_o.html b/functions_o.html
new file mode 100644
index 00000000..47cf120a
--- /dev/null
+++ b/functions_o.html
@@ -0,0 +1,412 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- o -
+oldFileName
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+oldPackageName
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+onActivityCreated()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onActivityResult()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.SettingsFragment
+, org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+onAttach()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+onBackPressed()
+: org.buildmlearn.toolkit.activity.HomeActivity
+, org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+onBindViewHolder()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+onConfigurationChanged()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+onCreate()
+: org.buildmlearn.toolkit.activity.AboutBuildmLearn
+, org.buildmlearn.toolkit.activity.DeepLinkerActivity
+, org.buildmlearn.toolkit.activity.FirstRunActivity
+, org.buildmlearn.toolkit.activity.HomeActivity
+, org.buildmlearn.toolkit.activity.SettingsLinkerActivity
+, org.buildmlearn.toolkit.activity.TemplateActivity
+, org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.activity.TutorialActivity
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.fragment.SettingsFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.ToolkitApplication
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onCreateLoader()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onCreateOptionsMenu()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+
+onCreateView()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.HomeFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment
+
+onCreateViewHolder()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+onDestroy()
+: org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+
+onDestroyView()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onDetach()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+onFail()
+: org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete
+, org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete
+
+onItemClick()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.SetOnClickListener
+, org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.SetOnClickListener
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+onLoaderReset()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onLoadFinished()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onNavigationDrawerItemSelected()
+: org.buildmlearn.toolkit.activity.HomeActivity
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.NavigationDrawerCallbacks
+
+onNavigationItemSelected()
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+
+onOptionsItemSelected()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+
+onPause()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+onPostExecute()
+: org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask
+
+onPrepareOptionsMenu()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+
+onResume()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+onSaveInstanceState()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+onSuccess()
+: org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete
+, org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete
+
+onViewCreated()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+open()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+OPEN_APK
+: org.buildmlearn.toolkit.model.Section
+
+OPEN_PROJECT
+: org.buildmlearn.toolkit.model.Section
+
+operation
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Diff
+
+OPTION_1
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+OPTION_2
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+OPTION_3
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+OPTION_4
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+options
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+ORANGE
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+
+
+
+
+
+
diff --git a/functions_p.html b/functions_p.html
new file mode 100644
index 00000000..0528228e
--- /dev/null
+++ b/functions_p.html
@@ -0,0 +1,245 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- p -
+
+
+
+
+
diff --git a/functions_q.html b/functions_q.html
new file mode 100644
index 00000000..f47274d3
--- /dev/null
+++ b/functions_q.html
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- q -
+
+
+
+
+
diff --git a/functions_r.html b/functions_r.html
new file mode 100644
index 00000000..c1a1ab5d
--- /dev/null
+++ b/functions_r.html
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- r -
+radius
+: org.buildmlearn.toolkit.utilities.RoundedTransformation
+
+readFile()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+
+readTitleAuthor()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.DataUtils
+, org.buildmlearn.toolkit.dictationtemplate.data.DataUtils
+, org.buildmlearn.toolkit.flashcardtemplate.data.DataUtils
+, org.buildmlearn.toolkit.infotemplate.data.DataUtils
+, org.buildmlearn.toolkit.learnspelling.data.DataUtils
+, org.buildmlearn.toolkit.matchtemplate.data.DataUtils
+, org.buildmlearn.toolkit.quiztemplate.data.DataUtils
+, org.buildmlearn.toolkit.videocollectiontemplate.data.DataUtils
+
+RED
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+reloadContent()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+
+REQUEST_PICK_APK
+: org.buildmlearn.toolkit.fragment.SettingsFragment
+
+REQUEST_TAKE_PHOTO
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+resetCount()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+
+restoreColorScheme()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+restoreSelectedView()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+restoreTemplateEditor()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+RestoreThread()
+: org.buildmlearn.toolkit.utilities.RestoreThread
+
+ResultActivityFragment()
+: org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+
+ROOT_TAG
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+rootView
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+RoundedTransformation()
+: org.buildmlearn.toolkit.utilities.RoundedTransformation
+
+run()
+: org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+
+
+
+
+
+
diff --git a/functions_s.html b/functions_s.html
new file mode 100644
index 00000000..9475a095
--- /dev/null
+++ b/functions_s.html
@@ -0,0 +1,530 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- s -
+saveAPK()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+SAVED_DIR
+: org.buildmlearn.toolkit.constant.Constants
+
+SavedApi()
+: org.buildmlearn.toolkit.model.SavedApi
+
+SavedApiAdapter()
+: org.buildmlearn.toolkit.adapter.SavedApiAdapter
+
+savedApis
+: org.buildmlearn.toolkit.fragment.LoadApkFragment
+
+SavedProject()
+: org.buildmlearn.toolkit.model.SavedProject
+
+SavedProjectAdapter()
+: org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+savedProjects
+: org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+saveDraft()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+saveFlashData()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+
+saveInfoData()
+: org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+
+saveMatches()
+: org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+
+saveMetaData()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+
+saveProject()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+saveQuestions()
+: org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+
+saveSpellData()
+: org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+
+saveVideoData()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+saveXmlFile()
+: org.buildmlearn.toolkit.utilities.FileUtils
+
+SECOND
+: org.buildmlearn.toolkit.model.Tutorial
+
+second_list
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+second_list_title
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+
+SECOND_TITLE_TAG
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+
+Section()
+: org.buildmlearn.toolkit.model.Section
+
+SECTION_DIVIDER
+: org.buildmlearn.toolkit.model.Section
+
+sections
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+SELECTED_KEY
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+SELECTED_KEY_A
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+SELECTED_KEY_B
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedPosition
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+
+selectedPositionA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedPositionB
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedSectionMenu
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+selectedTemplate
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+selectedView
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+selectedViewA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedViewB
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectItem()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+setAdapter()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+setAdapterData()
+: org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+
+setAdapterMeta()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+setAnswer()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+setAuthor()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setBackground()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setBackgroundDrawable()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setBackgroundResource()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setBase64()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+setCorrect()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+
+setCorrectAnswer()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+
+setCustomFont()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+setDate()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setDescription()
+: org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setEmptyText()
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+setEmptyView()
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+setExpanded()
+: org.buildmlearn.toolkit.templates.DictationModel
+
+setFile()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setFileEndsWith()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+setFirst_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+setHint()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+setInfoDescription()
+: org.buildmlearn.toolkit.templates.InfoModel
+
+setIsSelected()
+: org.buildmlearn.toolkit.model.Section
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+setItemClickListener()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+setLayoutParamsForListView()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+setLink()
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setListeners()
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+setMatchA()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+setMatchB()
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+setMeaning()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+setName()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setOnClickListener()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+setOptions()
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+
+setPassage()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+
+setQuestion()
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+
+setRestoreListener()
+: org.buildmlearn.toolkit.utilities.RestoreThread
+
+setRotation()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setSecond_list_title()
+: org.buildmlearn.toolkit.templates.MatchMetaModel
+
+setSelectedPosition()
+: org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+setSignerThreadListener()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+setSize()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setTemplateId()
+: org.buildmlearn.toolkit.model.TemplateInterface
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+setThumbnail_url()
+: org.buildmlearn.toolkit.templates.VideoModel
+
+setThumbnailUrl()
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setTime()
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+SETTINGS
+: org.buildmlearn.toolkit.model.Section
+
+setTitle()
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+setTranslation()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setType()
+: org.buildmlearn.toolkit.model.SavedProject
+
+setUp()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+, org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+setUpActionBar()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+setUpTemplateEditor()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+setVisibility()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+setWord()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.InfoModel
+, org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+showDialog()
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+showGlobalContextActionBar()
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+showNotification()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+showTemplateSelectedMenu
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+SignerThread()
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+SIMULATOR_FILE_PATH
+: org.buildmlearn.toolkit.constant.Constants
+
+sleep()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+SpellDb()
+: org.buildmlearn.toolkit.learnspelling.data.SpellDb
+
+SpellModel()
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+
+START
+: org.buildmlearn.toolkit.model.Tutorial
+
+start1
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+start2
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+START_ACTIVITY
+: org.buildmlearn.toolkit.constant.Constants
+
+START_FRAGMENT
+: org.buildmlearn.toolkit.constant.Constants
+
+startScroll()
+: org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller
+
+startSimulator()
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+STATE_SELECTED_POSITION
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+submit()
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+
+
+
+
+
+
diff --git a/functions_t.html b/functions_t.html
new file mode 100644
index 00000000..af0471d2
--- /dev/null
+++ b/functions_t.html
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- t -
+TABLE_NAME
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails
+, org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards
+, org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info
+, org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+, org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches
+, org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+TAG
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+TEMP_FOLDER
+: org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+template
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+Template()
+: org.buildmlearn.toolkit.model.Template
+
+TEMPLATE_ID
+: org.buildmlearn.toolkit.constant.Constants
+
+TEMPLATE_OBJECT
+: org.buildmlearn.toolkit.constant.Constants
+
+TemplateAdapter()
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+templateClass
+: org.buildmlearn.toolkit.model.Template
+
+templateEdtiorList
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+templateId
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+templateMetaList
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+templates
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+testAllSerially()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+text
+: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.ViewHolder
+, org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.ViewHolder
+, org.buildmlearn.toolkit.utilities.diff_match_patch.Diff
+
+TextViewPlus()
+: org.buildmlearn.toolkit.views.TextViewPlus
+
+THIRD
+: org.buildmlearn.toolkit.model.Tutorial
+
+thumb
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder
+, org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder
+, org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder
+
+THUMB_LINK_TAG
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+thumbnail_url
+: org.buildmlearn.toolkit.templates.VideoModel
+
+THUMBNAIL_URL
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+thumbnail_url
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+TIME
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails
+
+time
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+timer
+: org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder
+
+TIMER_TAG
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+title
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails
+
+title
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict
+
+title
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info
+
+title
+: org.buildmlearn.toolkit.infotemplate.data.InfoModel
+
+TITLE
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails
+
+title
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+title
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+TITLE_TAG
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+titleResId
+: org.buildmlearn.toolkit.model.Section
+
+toolbarTitle()
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+toolkit
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+toString()
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Diff
+, org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+transform()
+: org.buildmlearn.toolkit.utilities.RoundedTransformation
+
+transformPage()
+: org.buildmlearn.toolkit.flashcardtemplate.animations.FlipPageTransformer
+
+tts
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+Tutorial()
+: org.buildmlearn.toolkit.model.Tutorial
+
+TutorialAdapter()
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+type
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.model.Section
+, org.buildmlearn.toolkit.model.Template
+
+
+
+
+
+
+
diff --git a/functions_u.html b/functions_u.html
new file mode 100644
index 00000000..f66bf7ee
--- /dev/null
+++ b/functions_u.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- u -
+
+
+
+
+
diff --git a/functions_v.html b/functions_v.html
new file mode 100644
index 00000000..e301dd65
--- /dev/null
+++ b/functions_v.html
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- v -
+
+
+
+
+
diff --git a/functions_vars.html b/functions_vars.html
new file mode 100644
index 00000000..07c3e09d
--- /dev/null
+++ b/functions_vars.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- a -
+ABOUT_US
+: org.buildmlearn.toolkit.model.Section
+
+activity
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+ACTIVITY
+: org.buildmlearn.toolkit.model.Section
+
+activity
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+adapter
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+alias
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+aliasPassword
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+ANSWER
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards
+
+answer
+: org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+
+ANSWERED
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+APK_DIR
+: org.buildmlearn.toolkit.constant.Constants
+
+apkName
+: org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder
+
+assetFileName
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+assetFilePath
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+assetsApk
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+assetsName
+: org.buildmlearn.toolkit.model.Template
+
+assetsPath
+: org.buildmlearn.toolkit.model.KeyStoreDetails
+
+ATTEMPTED
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+author
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+
+
+
+
+
+
diff --git a/functions_vars_b.html b/functions_vars_b.html
new file mode 100644
index 00000000..0a4af3f4
--- /dev/null
+++ b/functions_vars_b.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_c.html b/functions_vars_c.html
new file mode 100644
index 00000000..6dbc3758
--- /dev/null
+++ b/functions_vars_c.html
@@ -0,0 +1,301 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- c -
+cardView
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+changed
+: org.buildmlearn.toolkit.utilities.SignerThread
+
+chars1
+: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult
+
+chars2
+: org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult
+
+clickSourceA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+COL_ANSWER
+: org.buildmlearn.toolkit.flashcardtemplate.Constants
+
+COL_ANSWERED
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.learnspelling.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_ATTEMPTED
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.learnspelling.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_BASE64
+: org.buildmlearn.toolkit.flashcardtemplate.Constants
+
+COL_CORRECT_ANSWER
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_DESCRIPTION
+: org.buildmlearn.toolkit.infotemplate.Constants
+, org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_FIRST_TITLE
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_HINT
+: org.buildmlearn.toolkit.flashcardtemplate.Constants
+
+COL_ID
+: org.buildmlearn.toolkit.dictationtemplate.Constants
+, org.buildmlearn.toolkit.infotemplate.Constants
+
+COL_LINK
+: org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_MATCH_A
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_MATCH_B
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_MEANING
+: org.buildmlearn.toolkit.learnspelling.Constants
+
+COL_OPTION_1
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_OPTION_2
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_OPTION_3
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_OPTION_4
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_PASSAGE
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.dictationtemplate.Constants
+
+COL_QUESTION
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.flashcardtemplate.Constants
+, org.buildmlearn.toolkit.quiztemplate.Constants
+
+COL_SECOND_TITLE
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_THUMBNAIL_URL
+: org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_TIME
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+
+COL_TITLE
+: org.buildmlearn.toolkit.comprehensiontemplate.Constants
+, org.buildmlearn.toolkit.dictationtemplate.Constants
+, org.buildmlearn.toolkit.infotemplate.Constants
+, org.buildmlearn.toolkit.videocollectiontemplate.Constants
+
+COL_TITLE_META
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+COL_WORD
+: org.buildmlearn.toolkit.learnspelling.Constants
+
+collapseButton
+: org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder
+
+color
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+colors
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+, org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+COMPREHENSION
+: org.buildmlearn.toolkit.model.Template
+
+comprehensionData
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+
+context
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+, org.buildmlearn.toolkit.adapter.TemplateAdapter
+, org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+correct
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+
+CORRECT_ANSWER
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+
+correctAnswer
+: org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.templates.ComprehensionModel
+, org.buildmlearn.toolkit.templates.QuizModel
+
+CREATOR
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel
+, org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.quiztemplate.data.QuizModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+currentPath
+: org.buildmlearn.toolkit.utilities.FileDialog
+
+currentSection
+: org.buildmlearn.toolkit.activity.HomeActivity
+
+currentSectionBackgroundColor
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+currentSectionForegroundColor
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+
+
+
+
+
+
diff --git a/functions_vars_d.html b/functions_vars_d.html
new file mode 100644
index 00000000..69a735e3
--- /dev/null
+++ b/functions_vars_d.html
@@ -0,0 +1,289 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- d -
+DAILYMOTION
+: org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+data
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+
+date
+: org.buildmlearn.toolkit.model.SavedApi
+, org.buildmlearn.toolkit.model.SavedProject
+
+db
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.learnspelling.fragment.LastFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+dbHelper
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb
+, org.buildmlearn.toolkit.dictationtemplate.data.DictDb
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb
+, org.buildmlearn.toolkit.infotemplate.data.InfoDb
+, org.buildmlearn.toolkit.learnspelling.data.SpellDb
+, org.buildmlearn.toolkit.matchtemplate.data.MatchDb
+, org.buildmlearn.toolkit.quiztemplate.data.QuizDb
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb
+
+DELETE
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Operation
+
+deleteButton
+: org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder
+, org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder
+
+description
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+DESCRIPTION
+: org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info
+
+description
+: org.buildmlearn.toolkit.infotemplate.data.InfoModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder
+
+DESCRIPTION
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+description
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+DESCRIPTION_TAG
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+DETAIL_LOADER
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+
+details
+: org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder
+
+DICT_COLUMNS
+: org.buildmlearn.toolkit.dictationtemplate.Constants
+
+dict_Id
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+
+DICT_LOADER
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+
+DICTATION
+: org.buildmlearn.toolkit.model.Template
+
+dictData
+: org.buildmlearn.toolkit.templates.DictationTemplate
+
+dictList
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+
+dictListAdapter
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+
+dictValues
+: org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+
+didLogNodeName
+: org.buildmlearn.toolkit.utilities.SignerThread.MyNodeVisitor
+
+Diff_EditCost
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+Diff_Timeout
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+diffs
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+dir
+: org.buildmlearn.toolkit.ToolkitApplication
+
+DIVIDER
+: org.buildmlearn.toolkit.model.Section
+
+DRAFT_DIR
+: org.buildmlearn.toolkit.constant.Constants
+
+draftIcon
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder
+
+draftProjects
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+
+DRAFTS
+: org.buildmlearn.toolkit.model.Section
+
+draftSubtitle
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder
+
+draftTitle
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter.DraftHolder
+
+
+
+
+
+
+
diff --git a/functions_vars_e.html b/functions_vars_e.html
new file mode 100644
index 00000000..f321d265
--- /dev/null
+++ b/functions_vars_e.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_f.html b/functions_vars_f.html
new file mode 100644
index 00000000..9229f589
--- /dev/null
+++ b/functions_vars_f.html
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_g.html b/functions_vars_g.html
new file mode 100644
index 00000000..8ee1969d
--- /dev/null
+++ b/functions_vars_g.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_h.html b/functions_vars_h.html
new file mode 100644
index 00000000..4f831bbf
--- /dev/null
+++ b/functions_vars_h.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_i.html b/functions_vars_i.html
new file mode 100644
index 00000000..d15b36bc
--- /dev/null
+++ b/functions_vars_i.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_k.html b/functions_vars_k.html
new file mode 100644
index 00000000..901e6624
--- /dev/null
+++ b/functions_vars_k.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_l.html b/functions_vars_l.html
new file mode 100644
index 00000000..3b990656
--- /dev/null
+++ b/functions_vars_l.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_m.html b/functions_vars_m.html
new file mode 100644
index 00000000..a95f5d06
--- /dev/null
+++ b/functions_vars_m.html
@@ -0,0 +1,338 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- m -
+mActivity
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+mActivityRule
+: org.buildmlearn.toolkit.espresso.ComprehensionTest
+
+mAdapter
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+
+mAlert
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mAnswer
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mApkGenerationDialog
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+margin
+: org.buildmlearn.toolkit.utilities.RoundedTransformation
+
+MATCH_A
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches
+
+MATCH_B
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches
+
+Match_Distance
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+Match_MaxBits
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+MATCH_THE_FOLLOWING
+: org.buildmlearn.toolkit.model.Template
+
+Match_Threshold
+: org.buildmlearn.toolkit.utilities.diff_match_patch
+
+matchA
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+matchB
+: org.buildmlearn.toolkit.matchtemplate.data.MatchModel
+, org.buildmlearn.toolkit.templates.MatchModel
+
+MatchData
+: org.buildmlearn.toolkit.templates.MatchTemplate
+
+matchListA
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+matchListAdapterA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+matchListAdapterB
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+matchListB
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+mBannerImage
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+mBtn_Spell
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mCallbacks
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mContext
+: org.buildmlearn.toolkit.adapter.DraftProjectAdapter
+, org.buildmlearn.toolkit.adapter.SavedApiAdapter
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+, org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask
+
+mData
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+mDrawerLayout
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mDrawerListView
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mDrawerToggle
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mDuration
+: org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller
+
+MEANING
+: org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+
+meaning
+: org.buildmlearn.toolkit.learnspelling.data.SpellModel
+, org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder
+, org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder
+
+menus
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mEt_Spelling
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+metaAdapter
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+
+metaData
+: org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+
+mFragmentContainerView
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mFromSavedInstanceState
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mHint
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mImage
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mImageUri
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+MIN_SPEECH_RATE
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mIsPhotoAttached
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+mLearnSpellingData
+: org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+
+mListView
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+mMeaning
+: org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+mNavigationDrawerFragment
+: org.buildmlearn.toolkit.activity.HomeActivity
+
+mPosition
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+mPositionA
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+mPositionB
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+mQuestion
+: org.buildmlearn.toolkit.templates.FlashCardModel
+
+mSb_SpeechRate
+: org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+mStartActivity
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+mToolkit
+: org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+mTutorials
+: org.buildmlearn.toolkit.adapter.TutorialAdapter
+
+mUserLearnedDrawer
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+mWord
+: org.buildmlearn.toolkit.templates.LearnSpellingModel
+
+
+
+
+
+
+
diff --git a/functions_vars_n.html b/functions_vars_n.html
new file mode 100644
index 00000000..3287aa98
--- /dev/null
+++ b/functions_vars_n.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_o.html b/functions_vars_o.html
new file mode 100644
index 00000000..55ac479d
--- /dev/null
+++ b/functions_vars_o.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_p.html b/functions_vars_p.html
new file mode 100644
index 00000000..586e75fc
--- /dev/null
+++ b/functions_vars_p.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_q.html b/functions_vars_q.html
new file mode 100644
index 00000000..96eb24d3
--- /dev/null
+++ b/functions_vars_q.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_r.html b/functions_vars_r.html
new file mode 100644
index 00000000..5b3b9cf6
--- /dev/null
+++ b/functions_vars_r.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- r -
+radius
+: org.buildmlearn.toolkit.utilities.RoundedTransformation
+
+RED
+: org.buildmlearn.toolkit.adapter.TutorialAdapter.ListColor
+
+REQUEST_PICK_APK
+: org.buildmlearn.toolkit.fragment.SettingsFragment
+
+REQUEST_TAKE_PHOTO
+: org.buildmlearn.toolkit.templates.FlashTemplate
+
+ROOT_TAG
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+rootView
+: org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment
+, org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment
+, org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+
+
+
+
+
+
diff --git a/functions_vars_s.html b/functions_vars_s.html
new file mode 100644
index 00000000..4858e98c
--- /dev/null
+++ b/functions_vars_s.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- s -
+SAVED_DIR
+: org.buildmlearn.toolkit.constant.Constants
+
+savedApis
+: org.buildmlearn.toolkit.fragment.LoadApkFragment
+
+savedProjects
+: org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+SECOND
+: org.buildmlearn.toolkit.model.Tutorial
+
+second_list
+: org.buildmlearn.toolkit.matchtemplate.Constants
+
+second_list_title
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+
+SECOND_TITLE_TAG
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails
+, org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+
+SECTION_DIVIDER
+: org.buildmlearn.toolkit.model.Section
+
+sections
+: org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter
+
+SELECTED_KEY
+: org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment
+, org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment
+
+SELECTED_KEY_A
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+SELECTED_KEY_B
+: org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment
+, org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedPosition
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.adapter.SavedProjectAdapter
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+
+selectedPositionA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedPositionB
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedSectionMenu
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+selectedTemplate
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+
+selectedView
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+selectedViewA
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+selectedViewB
+: org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment
+
+SETTINGS
+: org.buildmlearn.toolkit.model.Section
+
+showTemplateSelectedMenu
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+
+SIMULATOR_FILE_PATH
+: org.buildmlearn.toolkit.constant.Constants
+
+START
+: org.buildmlearn.toolkit.model.Tutorial
+
+start1
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+start2
+: org.buildmlearn.toolkit.utilities.diff_match_patch.Patch
+
+START_ACTIVITY
+: org.buildmlearn.toolkit.constant.Constants
+
+START_FRAGMENT
+: org.buildmlearn.toolkit.constant.Constants
+
+STATE_SELECTED_POSITION
+: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment
+
+
+
+
+
+
+
diff --git a/functions_vars_t.html b/functions_vars_t.html
new file mode 100644
index 00000000..f7c4c5db
--- /dev/null
+++ b/functions_vars_t.html
@@ -0,0 +1,306 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- t -
+TABLE_NAME
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails
+, org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions
+, org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict
+, org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards
+, org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info
+, org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings
+, org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches
+, org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails
+, org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+TAG
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.fragment.DraftsFragment
+, org.buildmlearn.toolkit.fragment.LoadApkFragment
+, org.buildmlearn.toolkit.fragment.LoadProjectFragment
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+TEMP_FOLDER
+: org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+template
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+TEMPLATE_ID
+: org.buildmlearn.toolkit.constant.Constants
+
+TEMPLATE_OBJECT
+: org.buildmlearn.toolkit.constant.Constants
+
+templateClass
+: org.buildmlearn.toolkit.model.Template
+
+templateEdtiorList
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+templateId
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.simulator.Simulator
+, org.buildmlearn.toolkit.templates.ComprehensionTemplate
+, org.buildmlearn.toolkit.templates.DictationTemplate
+, org.buildmlearn.toolkit.templates.FlashTemplate
+, org.buildmlearn.toolkit.templates.InfoTemplate
+, org.buildmlearn.toolkit.templates.LearnSpellingTemplate
+, org.buildmlearn.toolkit.templates.MatchTemplate
+, org.buildmlearn.toolkit.templates.QuizTemplate
+, org.buildmlearn.toolkit.templates.VideoCollectionTemplate
+
+templateMetaList
+: org.buildmlearn.toolkit.activity.TemplateEditor
+
+templates
+: org.buildmlearn.toolkit.adapter.TemplateAdapter
+
+text
+: org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.ViewHolder
+, org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.ViewHolder
+, org.buildmlearn.toolkit.utilities.diff_match_patch.Diff
+
+THIRD
+: org.buildmlearn.toolkit.model.Tutorial
+
+thumb
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder
+, org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder
+, org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder
+
+THUMB_LINK_TAG
+: org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+thumbnail_url
+: org.buildmlearn.toolkit.templates.VideoModel
+
+THUMBNAIL_URL
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+thumbnail_url
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+TIME
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails
+
+time
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+timer
+: org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder
+
+TIMER_TAG
+: org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+
+title
+: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails
+
+title
+: org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict
+
+title
+: org.buildmlearn.toolkit.dictationtemplate.data.DictModel
+, org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info
+
+title
+: org.buildmlearn.toolkit.infotemplate.data.InfoModel
+
+TITLE
+: org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails
+
+title
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.model.Template
+, org.buildmlearn.toolkit.model.Tutorial
+, org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder
+
+TITLE
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos
+
+title
+: org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+TITLE_TAG
+: org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel
+, org.buildmlearn.toolkit.templates.ComprehensionMetaModel
+, org.buildmlearn.toolkit.templates.DictationModel
+, org.buildmlearn.toolkit.templates.MatchMetaModel
+, org.buildmlearn.toolkit.templates.VideoModel
+, org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel
+
+titleResId
+: org.buildmlearn.toolkit.model.Section
+
+toolkit
+: org.buildmlearn.toolkit.activity.TemplateEditor
+, org.buildmlearn.toolkit.utilities.RestoreThread
+, org.buildmlearn.toolkit.utilities.SignerThread
+
+tts
+: org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment
+, org.buildmlearn.toolkit.learnspelling.fragment.MainFragment
+
+type
+: org.buildmlearn.toolkit.model.SavedProject
+, org.buildmlearn.toolkit.model.Section
+, org.buildmlearn.toolkit.model.Template
+
+
+
+
+
+
+
diff --git a/functions_vars_u.html b/functions_vars_u.html
new file mode 100644
index 00000000..892e747c
--- /dev/null
+++ b/functions_vars_u.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_v.html b/functions_vars_v.html
new file mode 100644
index 00000000..78a66965
--- /dev/null
+++ b/functions_vars_v.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_w.html b/functions_vars_w.html
new file mode 100644
index 00000000..e7aeb0be
--- /dev/null
+++ b/functions_vars_w.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_x.html b/functions_vars_x.html
new file mode 100644
index 00000000..429d8b6b
--- /dev/null
+++ b/functions_vars_x.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_y.html b/functions_vars_y.html
new file mode 100644
index 00000000..de3d733f
--- /dev/null
+++ b/functions_vars_y.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_vars_z.html b/functions_vars_z.html
new file mode 100644
index 00000000..83f65498
--- /dev/null
+++ b/functions_vars_z.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members - Variables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/functions_w.html b/functions_w.html
new file mode 100644
index 00000000..b016c10d
--- /dev/null
+++ b/functions_w.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- w -
+
+
+
+
+
diff --git a/functions_x.html b/functions_x.html
new file mode 100644
index 00000000..4a07e3e5
--- /dev/null
+++ b/functions_x.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- x -
+
+
+
+
+
diff --git a/functions_y.html b/functions_y.html
new file mode 100644
index 00000000..a982a6fd
--- /dev/null
+++ b/functions_y.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- y -
+
+
+
+
+
diff --git a/functions_z.html b/functions_z.html
new file mode 100644
index 00000000..eb1ef2b3
--- /dev/null
+++ b/functions_z.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- z -
+
+
+
+
+
diff --git a/globals.html b/globals.html
new file mode 100644
index 00000000..61c0b24f
--- /dev/null
+++ b/globals.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all file members with links to the files they belong to:
+
+
+
+
+
diff --git a/globals_vars.html b/globals_vars.html
new file mode 100644
index 00000000..91b62fef
--- /dev/null
+++ b/globals_vars.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/graph_legend.html b/graph_legend.html
new file mode 100644
index 00000000..6cdfeb71
--- /dev/null
+++ b/graph_legend.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Graph Legend
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This page explains how to interpret the graphs that are generated by doxygen.
+
Consider the following example:
1 /*! Invisible class because of truncation */
4 /*! Truncated class, inheritance relation is hidden */
5 class Truncated : public Invisible { };
7 /* Class not documented with doxygen comments */
8 class Undocumented { };
10 /*! Class that is inherited using public inheritance */
11 class PublicBase : public Truncated { };
13 /*! A template class */
14 template<class T> class Templ { };
16 /*! Class that is inherited using protected inheritance */
17 class ProtectedBase { };
19 /*! Class that is inherited using private inheritance */
20 class PrivateBase { };
22 /*! Class that is used by the Inherited class */
25 /*! Super class that inherits a number of other classes */
26 class Inherited : public PublicBase,
27 protected ProtectedBase,
This will result in the following graph:
+
+
+
+The boxes in the above graph have the following meaning:
+
+
+A filled gray box represents the struct or class for which the graph is generated.
+
+A box with a black border denotes a documented struct or class.
+
+A box with a gray border denotes an undocumented struct or class.
+
+A box with a red border denotes a documented struct or class forwhich not all inheritance/containment relations are shown. A graph is truncated if it does not fit within the specified boundaries.
+
+
The arrows have the following meaning:
+
+
+A dark blue arrow is used to visualize a public inheritance relation between two classes.
+
+A dark green arrow is used for protected inheritance.
+
+A dark red arrow is used for private inheritance.
+
+A purple dashed arrow is used if a class is contained or used by another class. The arrow is labeled with the variable(s) through which the pointed class or struct is accessible.
+
+A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labeled with the template parameters of the instance.
+
+
+
+
+
+
diff --git a/graph_legend.md5 b/graph_legend.md5
new file mode 100644
index 00000000..a06ed050
--- /dev/null
+++ b/graph_legend.md5
@@ -0,0 +1 @@
+387ff8eb65306fa251338d3c9bd7bfff
\ No newline at end of file
diff --git a/graph_legend.png b/graph_legend.png
new file mode 100644
index 00000000..37f264ea
Binary files /dev/null and b/graph_legend.png differ
diff --git a/hierarchy.html b/hierarchy.html
new file mode 100644
index 00000000..995b4e17
--- /dev/null
+++ b/hierarchy.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the graphical class hierarchy
+This inheritance list is sorted roughly, but not completely, alphabetically:
+
+
+
+
+
diff --git a/index.html b/index.html
new file mode 100644
index 00000000..6a602508
--- /dev/null
+++ b/index.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Main Page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infotemplate_2Constants_8java.html b/infotemplate_2Constants_8java.html
new file mode 100644
index 00000000..90eadefd
--- /dev/null
+++ b/infotemplate_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infotemplate_2data_2DataUtils_8java.html b/infotemplate_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..0f1de79b
--- /dev/null
+++ b/infotemplate_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infotemplate_2data_2FetchXMLTask_8java.html b/infotemplate_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..1536c598
--- /dev/null
+++ b/infotemplate_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infotemplate_2data_2InfoModel_8java.html b/infotemplate_2data_2InfoModel_8java.html
new file mode 100644
index 00000000..61beb4de
--- /dev/null
+++ b/infotemplate_2data_2InfoModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/data/InfoModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infotemplate_2fragment_2DetailActivityFragment_8java.html b/infotemplate_2fragment_2DetailActivityFragment_8java.html
new file mode 100644
index 00000000..a779eb82
--- /dev/null
+++ b/infotemplate_2fragment_2DetailActivityFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/fragment/DetailActivityFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infotemplate_2fragment_2MainActivityFragment_8java.html b/infotemplate_2fragment_2MainActivityFragment_8java.html
new file mode 100644
index 00000000..22a70fb7
--- /dev/null
+++ b/infotemplate_2fragment_2MainActivityFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/fragment/MainActivityFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/infotemplate_2fragment_2SplashFragment_8java.html b/infotemplate_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..d8b2d06c
--- /dev/null
+++ b/infotemplate_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/infotemplate/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_0.map b/inherit_graph_0.map
new file mode 100644
index 00000000..c1a3e82a
--- /dev/null
+++ b/inherit_graph_0.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/inherit_graph_0.md5 b/inherit_graph_0.md5
new file mode 100644
index 00000000..992ff121
--- /dev/null
+++ b/inherit_graph_0.md5
@@ -0,0 +1 @@
+644207c242b3dcda69161506a9e9c514
\ No newline at end of file
diff --git a/inherit_graph_0.png b/inherit_graph_0.png
new file mode 100644
index 00000000..f367f80d
Binary files /dev/null and b/inherit_graph_0.png differ
diff --git a/inherit_graph_1.map b/inherit_graph_1.map
new file mode 100644
index 00000000..08854de6
--- /dev/null
+++ b/inherit_graph_1.map
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/inherit_graph_1.md5 b/inherit_graph_1.md5
new file mode 100644
index 00000000..7a867cc3
--- /dev/null
+++ b/inherit_graph_1.md5
@@ -0,0 +1 @@
+a6d38af8f4d70d3f2dda9927b20d10d7
\ No newline at end of file
diff --git a/inherit_graph_1.png b/inherit_graph_1.png
new file mode 100644
index 00000000..ce87bc26
Binary files /dev/null and b/inherit_graph_1.png differ
diff --git a/inherit_graph_10.map b/inherit_graph_10.map
new file mode 100644
index 00000000..46905fff
--- /dev/null
+++ b/inherit_graph_10.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_10.md5 b/inherit_graph_10.md5
new file mode 100644
index 00000000..c7c743a5
--- /dev/null
+++ b/inherit_graph_10.md5
@@ -0,0 +1 @@
+b71bbabe818f914c1e6409c0e34c4a0c
\ No newline at end of file
diff --git a/inherit_graph_10.png b/inherit_graph_10.png
new file mode 100644
index 00000000..9420aea0
Binary files /dev/null and b/inherit_graph_10.png differ
diff --git a/inherit_graph_11.map b/inherit_graph_11.map
new file mode 100644
index 00000000..7cdf7c91
--- /dev/null
+++ b/inherit_graph_11.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_11.md5 b/inherit_graph_11.md5
new file mode 100644
index 00000000..87d3e3b5
--- /dev/null
+++ b/inherit_graph_11.md5
@@ -0,0 +1 @@
+7a4c2d32d2b5272099c807c39ca24cc1
\ No newline at end of file
diff --git a/inherit_graph_11.png b/inherit_graph_11.png
new file mode 100644
index 00000000..1c89f5d9
Binary files /dev/null and b/inherit_graph_11.png differ
diff --git a/inherit_graph_12.map b/inherit_graph_12.map
new file mode 100644
index 00000000..35573d26
--- /dev/null
+++ b/inherit_graph_12.map
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_12.md5 b/inherit_graph_12.md5
new file mode 100644
index 00000000..274a000b
--- /dev/null
+++ b/inherit_graph_12.md5
@@ -0,0 +1 @@
+69aef8f53f26c26de24e955f8867a7ca
\ No newline at end of file
diff --git a/inherit_graph_12.png b/inherit_graph_12.png
new file mode 100644
index 00000000..ffaa991d
Binary files /dev/null and b/inherit_graph_12.png differ
diff --git a/inherit_graph_13.map b/inherit_graph_13.map
new file mode 100644
index 00000000..1d09f49b
--- /dev/null
+++ b/inherit_graph_13.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_13.md5 b/inherit_graph_13.md5
new file mode 100644
index 00000000..38f4765e
--- /dev/null
+++ b/inherit_graph_13.md5
@@ -0,0 +1 @@
+ec2a95ffbf33e6ea35ec80242d166bf5
\ No newline at end of file
diff --git a/inherit_graph_13.png b/inherit_graph_13.png
new file mode 100644
index 00000000..511cd199
Binary files /dev/null and b/inherit_graph_13.png differ
diff --git a/inherit_graph_14.map b/inherit_graph_14.map
new file mode 100644
index 00000000..1bce81fa
--- /dev/null
+++ b/inherit_graph_14.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_14.md5 b/inherit_graph_14.md5
new file mode 100644
index 00000000..2fcc0bd3
--- /dev/null
+++ b/inherit_graph_14.md5
@@ -0,0 +1 @@
+01d8e6c34864ffd9983ff0f6b6002f3e
\ No newline at end of file
diff --git a/inherit_graph_14.png b/inherit_graph_14.png
new file mode 100644
index 00000000..840e39d7
Binary files /dev/null and b/inherit_graph_14.png differ
diff --git a/inherit_graph_15.map b/inherit_graph_15.map
new file mode 100644
index 00000000..12bbb3d5
--- /dev/null
+++ b/inherit_graph_15.map
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_15.md5 b/inherit_graph_15.md5
new file mode 100644
index 00000000..dc783582
--- /dev/null
+++ b/inherit_graph_15.md5
@@ -0,0 +1 @@
+f69dfb0f7fbc189555d320732ddd2561
\ No newline at end of file
diff --git a/inherit_graph_15.png b/inherit_graph_15.png
new file mode 100644
index 00000000..b38c89fb
Binary files /dev/null and b/inherit_graph_15.png differ
diff --git a/inherit_graph_16.map b/inherit_graph_16.map
new file mode 100644
index 00000000..5de1bfeb
--- /dev/null
+++ b/inherit_graph_16.map
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_16.md5 b/inherit_graph_16.md5
new file mode 100644
index 00000000..bb8b4fd3
--- /dev/null
+++ b/inherit_graph_16.md5
@@ -0,0 +1 @@
+e4dc274a0b488e2ac917778cb811c4fa
\ No newline at end of file
diff --git a/inherit_graph_16.png b/inherit_graph_16.png
new file mode 100644
index 00000000..db6d0f17
Binary files /dev/null and b/inherit_graph_16.png differ
diff --git a/inherit_graph_17.map b/inherit_graph_17.map
new file mode 100644
index 00000000..e4394f8d
--- /dev/null
+++ b/inherit_graph_17.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_17.md5 b/inherit_graph_17.md5
new file mode 100644
index 00000000..bdcca5b6
--- /dev/null
+++ b/inherit_graph_17.md5
@@ -0,0 +1 @@
+33d1cb806133959e51b92240b5354052
\ No newline at end of file
diff --git a/inherit_graph_17.png b/inherit_graph_17.png
new file mode 100644
index 00000000..7cf83c28
Binary files /dev/null and b/inherit_graph_17.png differ
diff --git a/inherit_graph_18.map b/inherit_graph_18.map
new file mode 100644
index 00000000..94f1d0d7
--- /dev/null
+++ b/inherit_graph_18.map
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/inherit_graph_18.md5 b/inherit_graph_18.md5
new file mode 100644
index 00000000..93f03e37
--- /dev/null
+++ b/inherit_graph_18.md5
@@ -0,0 +1 @@
+da7d1188e986ecbe9747407b48c438fb
\ No newline at end of file
diff --git a/inherit_graph_18.png b/inherit_graph_18.png
new file mode 100644
index 00000000..e1fbfb78
Binary files /dev/null and b/inherit_graph_18.png differ
diff --git a/inherit_graph_19.map b/inherit_graph_19.map
new file mode 100644
index 00000000..72b86637
--- /dev/null
+++ b/inherit_graph_19.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_19.md5 b/inherit_graph_19.md5
new file mode 100644
index 00000000..46713806
--- /dev/null
+++ b/inherit_graph_19.md5
@@ -0,0 +1 @@
+b03224be268472333c35c597c5d08b7a
\ No newline at end of file
diff --git a/inherit_graph_19.png b/inherit_graph_19.png
new file mode 100644
index 00000000..ec2c90c3
Binary files /dev/null and b/inherit_graph_19.png differ
diff --git a/inherit_graph_2.map b/inherit_graph_2.map
new file mode 100644
index 00000000..a0278c04
--- /dev/null
+++ b/inherit_graph_2.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_2.md5 b/inherit_graph_2.md5
new file mode 100644
index 00000000..82175fa0
--- /dev/null
+++ b/inherit_graph_2.md5
@@ -0,0 +1 @@
+64037afad25d08d5085db0c7568e3378
\ No newline at end of file
diff --git a/inherit_graph_2.png b/inherit_graph_2.png
new file mode 100644
index 00000000..43b1afc6
Binary files /dev/null and b/inherit_graph_2.png differ
diff --git a/inherit_graph_20.map b/inherit_graph_20.map
new file mode 100644
index 00000000..99a9ede7
--- /dev/null
+++ b/inherit_graph_20.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_20.md5 b/inherit_graph_20.md5
new file mode 100644
index 00000000..e686012b
--- /dev/null
+++ b/inherit_graph_20.md5
@@ -0,0 +1 @@
+6199a03a2ac947ceb9a6b3307be54bfc
\ No newline at end of file
diff --git a/inherit_graph_20.png b/inherit_graph_20.png
new file mode 100644
index 00000000..ebcf7a6a
Binary files /dev/null and b/inherit_graph_20.png differ
diff --git a/inherit_graph_21.map b/inherit_graph_21.map
new file mode 100644
index 00000000..2af46813
--- /dev/null
+++ b/inherit_graph_21.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_21.md5 b/inherit_graph_21.md5
new file mode 100644
index 00000000..0befda0d
--- /dev/null
+++ b/inherit_graph_21.md5
@@ -0,0 +1 @@
+3625f9ad2516d69dbe3ce26950b2a366
\ No newline at end of file
diff --git a/inherit_graph_21.png b/inherit_graph_21.png
new file mode 100644
index 00000000..25d5dbe2
Binary files /dev/null and b/inherit_graph_21.png differ
diff --git a/inherit_graph_22.map b/inherit_graph_22.map
new file mode 100644
index 00000000..aae779d1
--- /dev/null
+++ b/inherit_graph_22.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_22.md5 b/inherit_graph_22.md5
new file mode 100644
index 00000000..5c9e927a
--- /dev/null
+++ b/inherit_graph_22.md5
@@ -0,0 +1 @@
+f70dce69db2f0b93e926baba9ce4a687
\ No newline at end of file
diff --git a/inherit_graph_22.png b/inherit_graph_22.png
new file mode 100644
index 00000000..fcb5238e
Binary files /dev/null and b/inherit_graph_22.png differ
diff --git a/inherit_graph_23.map b/inherit_graph_23.map
new file mode 100644
index 00000000..cbf5b8fc
--- /dev/null
+++ b/inherit_graph_23.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_23.md5 b/inherit_graph_23.md5
new file mode 100644
index 00000000..18e39252
--- /dev/null
+++ b/inherit_graph_23.md5
@@ -0,0 +1 @@
+73f0999dbea68ca964f1906b4721c9df
\ No newline at end of file
diff --git a/inherit_graph_23.png b/inherit_graph_23.png
new file mode 100644
index 00000000..054cf6bb
Binary files /dev/null and b/inherit_graph_23.png differ
diff --git a/inherit_graph_24.map b/inherit_graph_24.map
new file mode 100644
index 00000000..b266f402
--- /dev/null
+++ b/inherit_graph_24.map
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_24.md5 b/inherit_graph_24.md5
new file mode 100644
index 00000000..bb6ef3a9
--- /dev/null
+++ b/inherit_graph_24.md5
@@ -0,0 +1 @@
+4ca31c750fe43fa40a5066ccb8d41680
\ No newline at end of file
diff --git a/inherit_graph_24.png b/inherit_graph_24.png
new file mode 100644
index 00000000..11382265
Binary files /dev/null and b/inherit_graph_24.png differ
diff --git a/inherit_graph_25.map b/inherit_graph_25.map
new file mode 100644
index 00000000..e4765c73
--- /dev/null
+++ b/inherit_graph_25.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_25.md5 b/inherit_graph_25.md5
new file mode 100644
index 00000000..fa676fe1
--- /dev/null
+++ b/inherit_graph_25.md5
@@ -0,0 +1 @@
+02059e4c082094b681225c991d82e8cd
\ No newline at end of file
diff --git a/inherit_graph_25.png b/inherit_graph_25.png
new file mode 100644
index 00000000..283c3faa
Binary files /dev/null and b/inherit_graph_25.png differ
diff --git a/inherit_graph_26.map b/inherit_graph_26.map
new file mode 100644
index 00000000..c5150747
--- /dev/null
+++ b/inherit_graph_26.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_26.md5 b/inherit_graph_26.md5
new file mode 100644
index 00000000..c362758c
--- /dev/null
+++ b/inherit_graph_26.md5
@@ -0,0 +1 @@
+7e7c8fe48a42ad272fb38fa1e6242800
\ No newline at end of file
diff --git a/inherit_graph_26.png b/inherit_graph_26.png
new file mode 100644
index 00000000..dbabfedf
Binary files /dev/null and b/inherit_graph_26.png differ
diff --git a/inherit_graph_27.map b/inherit_graph_27.map
new file mode 100644
index 00000000..2cabf6c3
--- /dev/null
+++ b/inherit_graph_27.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_27.md5 b/inherit_graph_27.md5
new file mode 100644
index 00000000..c3eef661
--- /dev/null
+++ b/inherit_graph_27.md5
@@ -0,0 +1 @@
+fbd2822a7050f8e4c6b6e04eac11ab2c
\ No newline at end of file
diff --git a/inherit_graph_27.png b/inherit_graph_27.png
new file mode 100644
index 00000000..872de1ad
Binary files /dev/null and b/inherit_graph_27.png differ
diff --git a/inherit_graph_28.map b/inherit_graph_28.map
new file mode 100644
index 00000000..d57b8d0f
--- /dev/null
+++ b/inherit_graph_28.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_28.md5 b/inherit_graph_28.md5
new file mode 100644
index 00000000..52335f25
--- /dev/null
+++ b/inherit_graph_28.md5
@@ -0,0 +1 @@
+7852dadffa91954e976fbf9f664cb7cc
\ No newline at end of file
diff --git a/inherit_graph_28.png b/inherit_graph_28.png
new file mode 100644
index 00000000..22e45508
Binary files /dev/null and b/inherit_graph_28.png differ
diff --git a/inherit_graph_29.map b/inherit_graph_29.map
new file mode 100644
index 00000000..14d2f2e4
--- /dev/null
+++ b/inherit_graph_29.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_29.md5 b/inherit_graph_29.md5
new file mode 100644
index 00000000..b5029ccd
--- /dev/null
+++ b/inherit_graph_29.md5
@@ -0,0 +1 @@
+61e94ac0fb78fe22a04545a0edc71fb6
\ No newline at end of file
diff --git a/inherit_graph_29.png b/inherit_graph_29.png
new file mode 100644
index 00000000..ed56186f
Binary files /dev/null and b/inherit_graph_29.png differ
diff --git a/inherit_graph_3.map b/inherit_graph_3.map
new file mode 100644
index 00000000..fc830496
--- /dev/null
+++ b/inherit_graph_3.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_3.md5 b/inherit_graph_3.md5
new file mode 100644
index 00000000..942a5c1c
--- /dev/null
+++ b/inherit_graph_3.md5
@@ -0,0 +1 @@
+57039c0403ff0c971aa5acd2f607b25a
\ No newline at end of file
diff --git a/inherit_graph_3.png b/inherit_graph_3.png
new file mode 100644
index 00000000..68239912
Binary files /dev/null and b/inherit_graph_3.png differ
diff --git a/inherit_graph_30.map b/inherit_graph_30.map
new file mode 100644
index 00000000..e9499a5e
--- /dev/null
+++ b/inherit_graph_30.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_30.md5 b/inherit_graph_30.md5
new file mode 100644
index 00000000..4dda355a
--- /dev/null
+++ b/inherit_graph_30.md5
@@ -0,0 +1 @@
+b2005a7337c15afb716f458acdb31f60
\ No newline at end of file
diff --git a/inherit_graph_30.png b/inherit_graph_30.png
new file mode 100644
index 00000000..83cbc6bf
Binary files /dev/null and b/inherit_graph_30.png differ
diff --git a/inherit_graph_31.map b/inherit_graph_31.map
new file mode 100644
index 00000000..d8ecac24
--- /dev/null
+++ b/inherit_graph_31.map
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/inherit_graph_31.md5 b/inherit_graph_31.md5
new file mode 100644
index 00000000..30b6a20e
--- /dev/null
+++ b/inherit_graph_31.md5
@@ -0,0 +1 @@
+a57149b246d79243bd3288db19430864
\ No newline at end of file
diff --git a/inherit_graph_31.png b/inherit_graph_31.png
new file mode 100644
index 00000000..49c8d0b2
Binary files /dev/null and b/inherit_graph_31.png differ
diff --git a/inherit_graph_32.map b/inherit_graph_32.map
new file mode 100644
index 00000000..f5af13c0
--- /dev/null
+++ b/inherit_graph_32.map
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_32.md5 b/inherit_graph_32.md5
new file mode 100644
index 00000000..a76a4b1f
--- /dev/null
+++ b/inherit_graph_32.md5
@@ -0,0 +1 @@
+9d599d2394c6300c2ac1b9d091949f06
\ No newline at end of file
diff --git a/inherit_graph_32.png b/inherit_graph_32.png
new file mode 100644
index 00000000..5c75f5fc
Binary files /dev/null and b/inherit_graph_32.png differ
diff --git a/inherit_graph_33.map b/inherit_graph_33.map
new file mode 100644
index 00000000..ee201006
--- /dev/null
+++ b/inherit_graph_33.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_33.md5 b/inherit_graph_33.md5
new file mode 100644
index 00000000..4e28f94b
--- /dev/null
+++ b/inherit_graph_33.md5
@@ -0,0 +1 @@
+96d91d2a5368dbce5bea6b9eb65c6064
\ No newline at end of file
diff --git a/inherit_graph_33.png b/inherit_graph_33.png
new file mode 100644
index 00000000..1508f206
Binary files /dev/null and b/inherit_graph_33.png differ
diff --git a/inherit_graph_34.map b/inherit_graph_34.map
new file mode 100644
index 00000000..f5ca4eee
--- /dev/null
+++ b/inherit_graph_34.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_34.md5 b/inherit_graph_34.md5
new file mode 100644
index 00000000..d899a9e5
--- /dev/null
+++ b/inherit_graph_34.md5
@@ -0,0 +1 @@
+cd9b37af9ea5ecab26765d69e1b01cef
\ No newline at end of file
diff --git a/inherit_graph_34.png b/inherit_graph_34.png
new file mode 100644
index 00000000..edf80a68
Binary files /dev/null and b/inherit_graph_34.png differ
diff --git a/inherit_graph_35.map b/inherit_graph_35.map
new file mode 100644
index 00000000..aca91f39
--- /dev/null
+++ b/inherit_graph_35.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_35.md5 b/inherit_graph_35.md5
new file mode 100644
index 00000000..02a24ef2
--- /dev/null
+++ b/inherit_graph_35.md5
@@ -0,0 +1 @@
+ad4b884748f9980522f1c0ebf0ea04c5
\ No newline at end of file
diff --git a/inherit_graph_35.png b/inherit_graph_35.png
new file mode 100644
index 00000000..d2b83b0b
Binary files /dev/null and b/inherit_graph_35.png differ
diff --git a/inherit_graph_36.map b/inherit_graph_36.map
new file mode 100644
index 00000000..60594a53
--- /dev/null
+++ b/inherit_graph_36.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_36.md5 b/inherit_graph_36.md5
new file mode 100644
index 00000000..4e3339f9
--- /dev/null
+++ b/inherit_graph_36.md5
@@ -0,0 +1 @@
+9ad757400115b8e5a14e2d697f28935e
\ No newline at end of file
diff --git a/inherit_graph_36.png b/inherit_graph_36.png
new file mode 100644
index 00000000..850f4fb3
Binary files /dev/null and b/inherit_graph_36.png differ
diff --git a/inherit_graph_37.map b/inherit_graph_37.map
new file mode 100644
index 00000000..49b1d299
--- /dev/null
+++ b/inherit_graph_37.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_37.md5 b/inherit_graph_37.md5
new file mode 100644
index 00000000..0304a154
--- /dev/null
+++ b/inherit_graph_37.md5
@@ -0,0 +1 @@
+63ea519cb3968213c66d4e996de37461
\ No newline at end of file
diff --git a/inherit_graph_37.png b/inherit_graph_37.png
new file mode 100644
index 00000000..b64ae113
Binary files /dev/null and b/inherit_graph_37.png differ
diff --git a/inherit_graph_38.map b/inherit_graph_38.map
new file mode 100644
index 00000000..63b43fb3
--- /dev/null
+++ b/inherit_graph_38.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_38.md5 b/inherit_graph_38.md5
new file mode 100644
index 00000000..b2898247
--- /dev/null
+++ b/inherit_graph_38.md5
@@ -0,0 +1 @@
+501f5b79656da0e3bcc189f388ccaffb
\ No newline at end of file
diff --git a/inherit_graph_38.png b/inherit_graph_38.png
new file mode 100644
index 00000000..cd6118cb
Binary files /dev/null and b/inherit_graph_38.png differ
diff --git a/inherit_graph_39.map b/inherit_graph_39.map
new file mode 100644
index 00000000..0cd9abfe
--- /dev/null
+++ b/inherit_graph_39.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_39.md5 b/inherit_graph_39.md5
new file mode 100644
index 00000000..3d4df224
--- /dev/null
+++ b/inherit_graph_39.md5
@@ -0,0 +1 @@
+230d459434996f6e97741bb2ac92f8a1
\ No newline at end of file
diff --git a/inherit_graph_39.png b/inherit_graph_39.png
new file mode 100644
index 00000000..d88765df
Binary files /dev/null and b/inherit_graph_39.png differ
diff --git a/inherit_graph_4.map b/inherit_graph_4.map
new file mode 100644
index 00000000..a37bfed5
--- /dev/null
+++ b/inherit_graph_4.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_4.md5 b/inherit_graph_4.md5
new file mode 100644
index 00000000..e5841b14
--- /dev/null
+++ b/inherit_graph_4.md5
@@ -0,0 +1 @@
+7928882cf961eb37a02615b7be274eea
\ No newline at end of file
diff --git a/inherit_graph_4.png b/inherit_graph_4.png
new file mode 100644
index 00000000..04dcfe01
Binary files /dev/null and b/inherit_graph_4.png differ
diff --git a/inherit_graph_40.map b/inherit_graph_40.map
new file mode 100644
index 00000000..595fd917
--- /dev/null
+++ b/inherit_graph_40.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_40.md5 b/inherit_graph_40.md5
new file mode 100644
index 00000000..7cc80170
--- /dev/null
+++ b/inherit_graph_40.md5
@@ -0,0 +1 @@
+64b8b2e25f800f2b90eb833fe94cf849
\ No newline at end of file
diff --git a/inherit_graph_40.png b/inherit_graph_40.png
new file mode 100644
index 00000000..ccf4cfb0
Binary files /dev/null and b/inherit_graph_40.png differ
diff --git a/inherit_graph_41.map b/inherit_graph_41.map
new file mode 100644
index 00000000..9096549d
--- /dev/null
+++ b/inherit_graph_41.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_41.md5 b/inherit_graph_41.md5
new file mode 100644
index 00000000..c8fd6b58
--- /dev/null
+++ b/inherit_graph_41.md5
@@ -0,0 +1 @@
+1af2fb6d1928839d6899c751e00c1aef
\ No newline at end of file
diff --git a/inherit_graph_41.png b/inherit_graph_41.png
new file mode 100644
index 00000000..e9708154
Binary files /dev/null and b/inherit_graph_41.png differ
diff --git a/inherit_graph_42.map b/inherit_graph_42.map
new file mode 100644
index 00000000..86ae9077
--- /dev/null
+++ b/inherit_graph_42.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/inherit_graph_42.md5 b/inherit_graph_42.md5
new file mode 100644
index 00000000..f0dde8e5
--- /dev/null
+++ b/inherit_graph_42.md5
@@ -0,0 +1 @@
+4055d1d9a4cd1ab7c7074ed206e5d122
\ No newline at end of file
diff --git a/inherit_graph_42.png b/inherit_graph_42.png
new file mode 100644
index 00000000..0cfd949c
Binary files /dev/null and b/inherit_graph_42.png differ
diff --git a/inherit_graph_43.map b/inherit_graph_43.map
new file mode 100644
index 00000000..6ada72c3
--- /dev/null
+++ b/inherit_graph_43.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_43.md5 b/inherit_graph_43.md5
new file mode 100644
index 00000000..bdaff186
--- /dev/null
+++ b/inherit_graph_43.md5
@@ -0,0 +1 @@
+2d62557d9f74e73e89da55f8c619ae04
\ No newline at end of file
diff --git a/inherit_graph_43.png b/inherit_graph_43.png
new file mode 100644
index 00000000..c8f20e6e
Binary files /dev/null and b/inherit_graph_43.png differ
diff --git a/inherit_graph_44.map b/inherit_graph_44.map
new file mode 100644
index 00000000..33edaed8
--- /dev/null
+++ b/inherit_graph_44.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_44.md5 b/inherit_graph_44.md5
new file mode 100644
index 00000000..c721ae10
--- /dev/null
+++ b/inherit_graph_44.md5
@@ -0,0 +1 @@
+91fb025a5767e9cf54326553b1f8fb29
\ No newline at end of file
diff --git a/inherit_graph_44.png b/inherit_graph_44.png
new file mode 100644
index 00000000..2eb8fcb6
Binary files /dev/null and b/inherit_graph_44.png differ
diff --git a/inherit_graph_45.map b/inherit_graph_45.map
new file mode 100644
index 00000000..e2194ce1
--- /dev/null
+++ b/inherit_graph_45.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_45.md5 b/inherit_graph_45.md5
new file mode 100644
index 00000000..f568382c
--- /dev/null
+++ b/inherit_graph_45.md5
@@ -0,0 +1 @@
+8209ba05b4c9f2f947c054abd7684b03
\ No newline at end of file
diff --git a/inherit_graph_45.png b/inherit_graph_45.png
new file mode 100644
index 00000000..b4e16e56
Binary files /dev/null and b/inherit_graph_45.png differ
diff --git a/inherit_graph_46.map b/inherit_graph_46.map
new file mode 100644
index 00000000..7526517a
--- /dev/null
+++ b/inherit_graph_46.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_46.md5 b/inherit_graph_46.md5
new file mode 100644
index 00000000..b84e0dd9
--- /dev/null
+++ b/inherit_graph_46.md5
@@ -0,0 +1 @@
+e9c29ff0bd4928fc9c72330c74a99cf5
\ No newline at end of file
diff --git a/inherit_graph_46.png b/inherit_graph_46.png
new file mode 100644
index 00000000..46fa9af0
Binary files /dev/null and b/inherit_graph_46.png differ
diff --git a/inherit_graph_47.map b/inherit_graph_47.map
new file mode 100644
index 00000000..dca42fc3
--- /dev/null
+++ b/inherit_graph_47.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_47.md5 b/inherit_graph_47.md5
new file mode 100644
index 00000000..709ebafe
--- /dev/null
+++ b/inherit_graph_47.md5
@@ -0,0 +1 @@
+527a2c5c2d79efd6d175b4b32b7f8f9c
\ No newline at end of file
diff --git a/inherit_graph_47.png b/inherit_graph_47.png
new file mode 100644
index 00000000..d7eec6fd
Binary files /dev/null and b/inherit_graph_47.png differ
diff --git a/inherit_graph_48.map b/inherit_graph_48.map
new file mode 100644
index 00000000..ca0d17b0
--- /dev/null
+++ b/inherit_graph_48.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_48.md5 b/inherit_graph_48.md5
new file mode 100644
index 00000000..f44f8d35
--- /dev/null
+++ b/inherit_graph_48.md5
@@ -0,0 +1 @@
+7da712c5da941eebc611711dcb85b60d
\ No newline at end of file
diff --git a/inherit_graph_48.png b/inherit_graph_48.png
new file mode 100644
index 00000000..4685ecf6
Binary files /dev/null and b/inherit_graph_48.png differ
diff --git a/inherit_graph_49.map b/inherit_graph_49.map
new file mode 100644
index 00000000..0ed53d6d
--- /dev/null
+++ b/inherit_graph_49.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_49.md5 b/inherit_graph_49.md5
new file mode 100644
index 00000000..4f8aefe9
--- /dev/null
+++ b/inherit_graph_49.md5
@@ -0,0 +1 @@
+993991e318393ee146a4d97e5f0771a7
\ No newline at end of file
diff --git a/inherit_graph_49.png b/inherit_graph_49.png
new file mode 100644
index 00000000..08c59bd6
Binary files /dev/null and b/inherit_graph_49.png differ
diff --git a/inherit_graph_5.map b/inherit_graph_5.map
new file mode 100644
index 00000000..c3516a1c
--- /dev/null
+++ b/inherit_graph_5.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_5.md5 b/inherit_graph_5.md5
new file mode 100644
index 00000000..188d217a
--- /dev/null
+++ b/inherit_graph_5.md5
@@ -0,0 +1 @@
+c6e56bae75282f1ee3d67eab0471d7f0
\ No newline at end of file
diff --git a/inherit_graph_5.png b/inherit_graph_5.png
new file mode 100644
index 00000000..e2e3580f
Binary files /dev/null and b/inherit_graph_5.png differ
diff --git a/inherit_graph_50.map b/inherit_graph_50.map
new file mode 100644
index 00000000..6d60a0a7
--- /dev/null
+++ b/inherit_graph_50.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_50.md5 b/inherit_graph_50.md5
new file mode 100644
index 00000000..b81fc3a0
--- /dev/null
+++ b/inherit_graph_50.md5
@@ -0,0 +1 @@
+8a1b632196de84394701cb460998da68
\ No newline at end of file
diff --git a/inherit_graph_50.png b/inherit_graph_50.png
new file mode 100644
index 00000000..4c02f30d
Binary files /dev/null and b/inherit_graph_50.png differ
diff --git a/inherit_graph_51.map b/inherit_graph_51.map
new file mode 100644
index 00000000..df378a05
--- /dev/null
+++ b/inherit_graph_51.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_51.md5 b/inherit_graph_51.md5
new file mode 100644
index 00000000..841d55ba
--- /dev/null
+++ b/inherit_graph_51.md5
@@ -0,0 +1 @@
+f6836efbb5542752c466cc1ca046325e
\ No newline at end of file
diff --git a/inherit_graph_51.png b/inherit_graph_51.png
new file mode 100644
index 00000000..10f58538
Binary files /dev/null and b/inherit_graph_51.png differ
diff --git a/inherit_graph_52.map b/inherit_graph_52.map
new file mode 100644
index 00000000..b49534d6
--- /dev/null
+++ b/inherit_graph_52.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_52.md5 b/inherit_graph_52.md5
new file mode 100644
index 00000000..e6acd766
--- /dev/null
+++ b/inherit_graph_52.md5
@@ -0,0 +1 @@
+0b8d87679c7978a884cffe135f16d34f
\ No newline at end of file
diff --git a/inherit_graph_52.png b/inherit_graph_52.png
new file mode 100644
index 00000000..bf52699f
Binary files /dev/null and b/inherit_graph_52.png differ
diff --git a/inherit_graph_53.map b/inherit_graph_53.map
new file mode 100644
index 00000000..a3040c45
--- /dev/null
+++ b/inherit_graph_53.map
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_53.md5 b/inherit_graph_53.md5
new file mode 100644
index 00000000..7dfda2d6
--- /dev/null
+++ b/inherit_graph_53.md5
@@ -0,0 +1 @@
+689cd16d988299712f202bba06d09b87
\ No newline at end of file
diff --git a/inherit_graph_53.png b/inherit_graph_53.png
new file mode 100644
index 00000000..5c794e5a
Binary files /dev/null and b/inherit_graph_53.png differ
diff --git a/inherit_graph_54.map b/inherit_graph_54.map
new file mode 100644
index 00000000..3824d8ee
--- /dev/null
+++ b/inherit_graph_54.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_54.md5 b/inherit_graph_54.md5
new file mode 100644
index 00000000..4dd39a9b
--- /dev/null
+++ b/inherit_graph_54.md5
@@ -0,0 +1 @@
+c16cceb7b9d3c81a0e7583bb1d480585
\ No newline at end of file
diff --git a/inherit_graph_54.png b/inherit_graph_54.png
new file mode 100644
index 00000000..7097a4fc
Binary files /dev/null and b/inherit_graph_54.png differ
diff --git a/inherit_graph_55.map b/inherit_graph_55.map
new file mode 100644
index 00000000..c6bc718e
--- /dev/null
+++ b/inherit_graph_55.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_55.md5 b/inherit_graph_55.md5
new file mode 100644
index 00000000..5684a806
--- /dev/null
+++ b/inherit_graph_55.md5
@@ -0,0 +1 @@
+332eebe745560515f13c84c3ed9b1d0e
\ No newline at end of file
diff --git a/inherit_graph_55.png b/inherit_graph_55.png
new file mode 100644
index 00000000..4a02566c
Binary files /dev/null and b/inherit_graph_55.png differ
diff --git a/inherit_graph_56.map b/inherit_graph_56.map
new file mode 100644
index 00000000..238b3e52
--- /dev/null
+++ b/inherit_graph_56.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_56.md5 b/inherit_graph_56.md5
new file mode 100644
index 00000000..22b4afe5
--- /dev/null
+++ b/inherit_graph_56.md5
@@ -0,0 +1 @@
+eef6792a02bf85bcd4127d61be7dfcc4
\ No newline at end of file
diff --git a/inherit_graph_56.png b/inherit_graph_56.png
new file mode 100644
index 00000000..dd0a5a8c
Binary files /dev/null and b/inherit_graph_56.png differ
diff --git a/inherit_graph_57.map b/inherit_graph_57.map
new file mode 100644
index 00000000..5ff4c0c1
--- /dev/null
+++ b/inherit_graph_57.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_57.md5 b/inherit_graph_57.md5
new file mode 100644
index 00000000..5aac3375
--- /dev/null
+++ b/inherit_graph_57.md5
@@ -0,0 +1 @@
+e12a81b79fb528f1c10d252bbbf2d280
\ No newline at end of file
diff --git a/inherit_graph_57.png b/inherit_graph_57.png
new file mode 100644
index 00000000..11fc64ce
Binary files /dev/null and b/inherit_graph_57.png differ
diff --git a/inherit_graph_58.map b/inherit_graph_58.map
new file mode 100644
index 00000000..a058c53d
--- /dev/null
+++ b/inherit_graph_58.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_58.md5 b/inherit_graph_58.md5
new file mode 100644
index 00000000..1c1a036b
--- /dev/null
+++ b/inherit_graph_58.md5
@@ -0,0 +1 @@
+668ba75ce981e6474606c0a61fbb99fc
\ No newline at end of file
diff --git a/inherit_graph_58.png b/inherit_graph_58.png
new file mode 100644
index 00000000..677d3492
Binary files /dev/null and b/inherit_graph_58.png differ
diff --git a/inherit_graph_59.map b/inherit_graph_59.map
new file mode 100644
index 00000000..080a4075
--- /dev/null
+++ b/inherit_graph_59.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_59.md5 b/inherit_graph_59.md5
new file mode 100644
index 00000000..c8ebd36e
--- /dev/null
+++ b/inherit_graph_59.md5
@@ -0,0 +1 @@
+b5d4e979bdfdc6cb445efdbdd373bd74
\ No newline at end of file
diff --git a/inherit_graph_59.png b/inherit_graph_59.png
new file mode 100644
index 00000000..be929d11
Binary files /dev/null and b/inherit_graph_59.png differ
diff --git a/inherit_graph_6.map b/inherit_graph_6.map
new file mode 100644
index 00000000..f67ebac0
--- /dev/null
+++ b/inherit_graph_6.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_6.md5 b/inherit_graph_6.md5
new file mode 100644
index 00000000..93e08fd3
--- /dev/null
+++ b/inherit_graph_6.md5
@@ -0,0 +1 @@
+3192a2df077fdb45994c5f3177b9b3d1
\ No newline at end of file
diff --git a/inherit_graph_6.png b/inherit_graph_6.png
new file mode 100644
index 00000000..43502ddc
Binary files /dev/null and b/inherit_graph_6.png differ
diff --git a/inherit_graph_60.map b/inherit_graph_60.map
new file mode 100644
index 00000000..3debd8c2
--- /dev/null
+++ b/inherit_graph_60.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_60.md5 b/inherit_graph_60.md5
new file mode 100644
index 00000000..5b4cec46
--- /dev/null
+++ b/inherit_graph_60.md5
@@ -0,0 +1 @@
+9fea980f141e1d8c47b6713f76b9c1a7
\ No newline at end of file
diff --git a/inherit_graph_60.png b/inherit_graph_60.png
new file mode 100644
index 00000000..d8abe870
Binary files /dev/null and b/inherit_graph_60.png differ
diff --git a/inherit_graph_61.map b/inherit_graph_61.map
new file mode 100644
index 00000000..de65abfd
--- /dev/null
+++ b/inherit_graph_61.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_61.md5 b/inherit_graph_61.md5
new file mode 100644
index 00000000..9ee99c23
--- /dev/null
+++ b/inherit_graph_61.md5
@@ -0,0 +1 @@
+478d9b4bd2d431138dcaf5e69d0070c0
\ No newline at end of file
diff --git a/inherit_graph_61.png b/inherit_graph_61.png
new file mode 100644
index 00000000..c7d0da54
Binary files /dev/null and b/inherit_graph_61.png differ
diff --git a/inherit_graph_62.map b/inherit_graph_62.map
new file mode 100644
index 00000000..5543b38d
--- /dev/null
+++ b/inherit_graph_62.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_62.md5 b/inherit_graph_62.md5
new file mode 100644
index 00000000..1ab17086
--- /dev/null
+++ b/inherit_graph_62.md5
@@ -0,0 +1 @@
+c937810507cb4bb027ea35ce04352fdf
\ No newline at end of file
diff --git a/inherit_graph_62.png b/inherit_graph_62.png
new file mode 100644
index 00000000..95ab1ad8
Binary files /dev/null and b/inherit_graph_62.png differ
diff --git a/inherit_graph_63.map b/inherit_graph_63.map
new file mode 100644
index 00000000..3fe24d9a
--- /dev/null
+++ b/inherit_graph_63.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_63.md5 b/inherit_graph_63.md5
new file mode 100644
index 00000000..48910f8b
--- /dev/null
+++ b/inherit_graph_63.md5
@@ -0,0 +1 @@
+3d546a1bf29b16126dcc64325e1378c3
\ No newline at end of file
diff --git a/inherit_graph_63.png b/inherit_graph_63.png
new file mode 100644
index 00000000..69f1ee67
Binary files /dev/null and b/inherit_graph_63.png differ
diff --git a/inherit_graph_64.map b/inherit_graph_64.map
new file mode 100644
index 00000000..c43ce209
--- /dev/null
+++ b/inherit_graph_64.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_64.md5 b/inherit_graph_64.md5
new file mode 100644
index 00000000..dedb0ec8
--- /dev/null
+++ b/inherit_graph_64.md5
@@ -0,0 +1 @@
+009575f303d64d9d7e2f9aa9c7d43341
\ No newline at end of file
diff --git a/inherit_graph_64.png b/inherit_graph_64.png
new file mode 100644
index 00000000..b8aad771
Binary files /dev/null and b/inherit_graph_64.png differ
diff --git a/inherit_graph_65.map b/inherit_graph_65.map
new file mode 100644
index 00000000..44a386ab
--- /dev/null
+++ b/inherit_graph_65.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_65.md5 b/inherit_graph_65.md5
new file mode 100644
index 00000000..fd64eb52
--- /dev/null
+++ b/inherit_graph_65.md5
@@ -0,0 +1 @@
+de82ea01476cefa0282efbb6772d1b17
\ No newline at end of file
diff --git a/inherit_graph_65.png b/inherit_graph_65.png
new file mode 100644
index 00000000..3074bf83
Binary files /dev/null and b/inherit_graph_65.png differ
diff --git a/inherit_graph_66.map b/inherit_graph_66.map
new file mode 100644
index 00000000..4804ed38
--- /dev/null
+++ b/inherit_graph_66.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_66.md5 b/inherit_graph_66.md5
new file mode 100644
index 00000000..ab34f9e8
--- /dev/null
+++ b/inherit_graph_66.md5
@@ -0,0 +1 @@
+b84f54e226b435cb4c7908f2383d1b15
\ No newline at end of file
diff --git a/inherit_graph_66.png b/inherit_graph_66.png
new file mode 100644
index 00000000..eaff4d4d
Binary files /dev/null and b/inherit_graph_66.png differ
diff --git a/inherit_graph_67.map b/inherit_graph_67.map
new file mode 100644
index 00000000..5e093af1
--- /dev/null
+++ b/inherit_graph_67.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_67.md5 b/inherit_graph_67.md5
new file mode 100644
index 00000000..ece19982
--- /dev/null
+++ b/inherit_graph_67.md5
@@ -0,0 +1 @@
+559c3bbc03ba8c5bb30b73745461402e
\ No newline at end of file
diff --git a/inherit_graph_67.png b/inherit_graph_67.png
new file mode 100644
index 00000000..83b294ed
Binary files /dev/null and b/inherit_graph_67.png differ
diff --git a/inherit_graph_68.map b/inherit_graph_68.map
new file mode 100644
index 00000000..6c1f1eb4
--- /dev/null
+++ b/inherit_graph_68.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_68.md5 b/inherit_graph_68.md5
new file mode 100644
index 00000000..bdd160d2
--- /dev/null
+++ b/inherit_graph_68.md5
@@ -0,0 +1 @@
+415b13100c33e69cc47b0d9b868ca222
\ No newline at end of file
diff --git a/inherit_graph_68.png b/inherit_graph_68.png
new file mode 100644
index 00000000..9e77f0e0
Binary files /dev/null and b/inherit_graph_68.png differ
diff --git a/inherit_graph_69.map b/inherit_graph_69.map
new file mode 100644
index 00000000..8cb85ccc
--- /dev/null
+++ b/inherit_graph_69.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_69.md5 b/inherit_graph_69.md5
new file mode 100644
index 00000000..0943bcd9
--- /dev/null
+++ b/inherit_graph_69.md5
@@ -0,0 +1 @@
+2f14153782c365ed2b031af25b37d66b
\ No newline at end of file
diff --git a/inherit_graph_69.png b/inherit_graph_69.png
new file mode 100644
index 00000000..09c0a1b3
Binary files /dev/null and b/inherit_graph_69.png differ
diff --git a/inherit_graph_7.map b/inherit_graph_7.map
new file mode 100644
index 00000000..26f26b73
--- /dev/null
+++ b/inherit_graph_7.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/inherit_graph_7.md5 b/inherit_graph_7.md5
new file mode 100644
index 00000000..99248e85
--- /dev/null
+++ b/inherit_graph_7.md5
@@ -0,0 +1 @@
+d3c5012fec91857550d345a517edeef1
\ No newline at end of file
diff --git a/inherit_graph_7.png b/inherit_graph_7.png
new file mode 100644
index 00000000..7e261f1f
Binary files /dev/null and b/inherit_graph_7.png differ
diff --git a/inherit_graph_70.map b/inherit_graph_70.map
new file mode 100644
index 00000000..a708f452
--- /dev/null
+++ b/inherit_graph_70.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_70.md5 b/inherit_graph_70.md5
new file mode 100644
index 00000000..7a1258f2
--- /dev/null
+++ b/inherit_graph_70.md5
@@ -0,0 +1 @@
+c1ed463935563b62d96ed34f01f14f0c
\ No newline at end of file
diff --git a/inherit_graph_70.png b/inherit_graph_70.png
new file mode 100644
index 00000000..e21928a4
Binary files /dev/null and b/inherit_graph_70.png differ
diff --git a/inherit_graph_71.map b/inherit_graph_71.map
new file mode 100644
index 00000000..d954410d
--- /dev/null
+++ b/inherit_graph_71.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_71.md5 b/inherit_graph_71.md5
new file mode 100644
index 00000000..448c5018
--- /dev/null
+++ b/inherit_graph_71.md5
@@ -0,0 +1 @@
+7385387e0b7c00e2b2bab5323298714e
\ No newline at end of file
diff --git a/inherit_graph_71.png b/inherit_graph_71.png
new file mode 100644
index 00000000..17877ae4
Binary files /dev/null and b/inherit_graph_71.png differ
diff --git a/inherit_graph_72.map b/inherit_graph_72.map
new file mode 100644
index 00000000..71ef5293
--- /dev/null
+++ b/inherit_graph_72.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_72.md5 b/inherit_graph_72.md5
new file mode 100644
index 00000000..4e97abc3
--- /dev/null
+++ b/inherit_graph_72.md5
@@ -0,0 +1 @@
+d00ef61625da162d79d48ce75cc25ccf
\ No newline at end of file
diff --git a/inherit_graph_72.png b/inherit_graph_72.png
new file mode 100644
index 00000000..b38411c9
Binary files /dev/null and b/inherit_graph_72.png differ
diff --git a/inherit_graph_73.map b/inherit_graph_73.map
new file mode 100644
index 00000000..e776ca85
--- /dev/null
+++ b/inherit_graph_73.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_73.md5 b/inherit_graph_73.md5
new file mode 100644
index 00000000..2363d66a
--- /dev/null
+++ b/inherit_graph_73.md5
@@ -0,0 +1 @@
+4034ce867378c18b89ead97f89e076a1
\ No newline at end of file
diff --git a/inherit_graph_73.png b/inherit_graph_73.png
new file mode 100644
index 00000000..031cf1a0
Binary files /dev/null and b/inherit_graph_73.png differ
diff --git a/inherit_graph_74.map b/inherit_graph_74.map
new file mode 100644
index 00000000..83e7f3a0
--- /dev/null
+++ b/inherit_graph_74.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_74.md5 b/inherit_graph_74.md5
new file mode 100644
index 00000000..8f33816f
--- /dev/null
+++ b/inherit_graph_74.md5
@@ -0,0 +1 @@
+efc298b1e495b57fe775965d2a9b3d8d
\ No newline at end of file
diff --git a/inherit_graph_74.png b/inherit_graph_74.png
new file mode 100644
index 00000000..15ee5358
Binary files /dev/null and b/inherit_graph_74.png differ
diff --git a/inherit_graph_75.map b/inherit_graph_75.map
new file mode 100644
index 00000000..81afb4fe
--- /dev/null
+++ b/inherit_graph_75.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_75.md5 b/inherit_graph_75.md5
new file mode 100644
index 00000000..f89ff0e9
--- /dev/null
+++ b/inherit_graph_75.md5
@@ -0,0 +1 @@
+4f91373e7d97701a0ca009bded55cb9c
\ No newline at end of file
diff --git a/inherit_graph_75.png b/inherit_graph_75.png
new file mode 100644
index 00000000..65de667b
Binary files /dev/null and b/inherit_graph_75.png differ
diff --git a/inherit_graph_76.map b/inherit_graph_76.map
new file mode 100644
index 00000000..15ffb1c9
--- /dev/null
+++ b/inherit_graph_76.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_76.md5 b/inherit_graph_76.md5
new file mode 100644
index 00000000..dffc538a
--- /dev/null
+++ b/inherit_graph_76.md5
@@ -0,0 +1 @@
+b040bb0153337826d81a813918753244
\ No newline at end of file
diff --git a/inherit_graph_76.png b/inherit_graph_76.png
new file mode 100644
index 00000000..5565cc80
Binary files /dev/null and b/inherit_graph_76.png differ
diff --git a/inherit_graph_77.map b/inherit_graph_77.map
new file mode 100644
index 00000000..ca1589f0
--- /dev/null
+++ b/inherit_graph_77.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_77.md5 b/inherit_graph_77.md5
new file mode 100644
index 00000000..975057da
--- /dev/null
+++ b/inherit_graph_77.md5
@@ -0,0 +1 @@
+3dc5ae69a1b6144e3276468c7cc54057
\ No newline at end of file
diff --git a/inherit_graph_77.png b/inherit_graph_77.png
new file mode 100644
index 00000000..c69473eb
Binary files /dev/null and b/inherit_graph_77.png differ
diff --git a/inherit_graph_78.map b/inherit_graph_78.map
new file mode 100644
index 00000000..1a7193fb
--- /dev/null
+++ b/inherit_graph_78.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_78.md5 b/inherit_graph_78.md5
new file mode 100644
index 00000000..8044aeef
--- /dev/null
+++ b/inherit_graph_78.md5
@@ -0,0 +1 @@
+4c911ee6f82974dae3084584d3a6dba3
\ No newline at end of file
diff --git a/inherit_graph_78.png b/inherit_graph_78.png
new file mode 100644
index 00000000..3cf63cfe
Binary files /dev/null and b/inherit_graph_78.png differ
diff --git a/inherit_graph_79.map b/inherit_graph_79.map
new file mode 100644
index 00000000..10a919a1
--- /dev/null
+++ b/inherit_graph_79.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_79.md5 b/inherit_graph_79.md5
new file mode 100644
index 00000000..1774f175
--- /dev/null
+++ b/inherit_graph_79.md5
@@ -0,0 +1 @@
+cd7ec1ee75112b9c842da567521ae90e
\ No newline at end of file
diff --git a/inherit_graph_79.png b/inherit_graph_79.png
new file mode 100644
index 00000000..b2d4bfff
Binary files /dev/null and b/inherit_graph_79.png differ
diff --git a/inherit_graph_8.map b/inherit_graph_8.map
new file mode 100644
index 00000000..4e752b47
--- /dev/null
+++ b/inherit_graph_8.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_8.md5 b/inherit_graph_8.md5
new file mode 100644
index 00000000..b101aaad
--- /dev/null
+++ b/inherit_graph_8.md5
@@ -0,0 +1 @@
+2744a9a6a67850522361486f58469fc4
\ No newline at end of file
diff --git a/inherit_graph_8.png b/inherit_graph_8.png
new file mode 100644
index 00000000..e76904e4
Binary files /dev/null and b/inherit_graph_8.png differ
diff --git a/inherit_graph_80.map b/inherit_graph_80.map
new file mode 100644
index 00000000..3ac681be
--- /dev/null
+++ b/inherit_graph_80.map
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/inherit_graph_80.md5 b/inherit_graph_80.md5
new file mode 100644
index 00000000..428daa6a
--- /dev/null
+++ b/inherit_graph_80.md5
@@ -0,0 +1 @@
+49324b70f7fb9a66c14e4629adfdcac2
\ No newline at end of file
diff --git a/inherit_graph_80.png b/inherit_graph_80.png
new file mode 100644
index 00000000..07e32838
Binary files /dev/null and b/inherit_graph_80.png differ
diff --git a/inherit_graph_81.map b/inherit_graph_81.map
new file mode 100644
index 00000000..5aceac78
--- /dev/null
+++ b/inherit_graph_81.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_81.md5 b/inherit_graph_81.md5
new file mode 100644
index 00000000..e24f932a
--- /dev/null
+++ b/inherit_graph_81.md5
@@ -0,0 +1 @@
+1756af3289f7a64f197909964e5ea1eb
\ No newline at end of file
diff --git a/inherit_graph_81.png b/inherit_graph_81.png
new file mode 100644
index 00000000..e045428d
Binary files /dev/null and b/inherit_graph_81.png differ
diff --git a/inherit_graph_82.map b/inherit_graph_82.map
new file mode 100644
index 00000000..d68ae28a
--- /dev/null
+++ b/inherit_graph_82.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_82.md5 b/inherit_graph_82.md5
new file mode 100644
index 00000000..b3ee5c9b
--- /dev/null
+++ b/inherit_graph_82.md5
@@ -0,0 +1 @@
+7b57d604732f36750b5a4ec813e250fc
\ No newline at end of file
diff --git a/inherit_graph_82.png b/inherit_graph_82.png
new file mode 100644
index 00000000..c16fb7c9
Binary files /dev/null and b/inherit_graph_82.png differ
diff --git a/inherit_graph_83.map b/inherit_graph_83.map
new file mode 100644
index 00000000..9b1ca033
--- /dev/null
+++ b/inherit_graph_83.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_83.md5 b/inherit_graph_83.md5
new file mode 100644
index 00000000..9f97d8c2
--- /dev/null
+++ b/inherit_graph_83.md5
@@ -0,0 +1 @@
+c6c2471ae0848e616b72b9c1640483be
\ No newline at end of file
diff --git a/inherit_graph_83.png b/inherit_graph_83.png
new file mode 100644
index 00000000..9cbb24b2
Binary files /dev/null and b/inherit_graph_83.png differ
diff --git a/inherit_graph_84.map b/inherit_graph_84.map
new file mode 100644
index 00000000..baa07732
--- /dev/null
+++ b/inherit_graph_84.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_84.md5 b/inherit_graph_84.md5
new file mode 100644
index 00000000..a15375db
--- /dev/null
+++ b/inherit_graph_84.md5
@@ -0,0 +1 @@
+66b0498c2a33dc409dc79cc904583e9e
\ No newline at end of file
diff --git a/inherit_graph_84.png b/inherit_graph_84.png
new file mode 100644
index 00000000..d9c4dcf3
Binary files /dev/null and b/inherit_graph_84.png differ
diff --git a/inherit_graph_85.map b/inherit_graph_85.map
new file mode 100644
index 00000000..0e3f599b
--- /dev/null
+++ b/inherit_graph_85.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_85.md5 b/inherit_graph_85.md5
new file mode 100644
index 00000000..a24f966a
--- /dev/null
+++ b/inherit_graph_85.md5
@@ -0,0 +1 @@
+1bde48313f7aac8c22bc4dff0434e9b4
\ No newline at end of file
diff --git a/inherit_graph_85.png b/inherit_graph_85.png
new file mode 100644
index 00000000..0148679f
Binary files /dev/null and b/inherit_graph_85.png differ
diff --git a/inherit_graph_86.map b/inherit_graph_86.map
new file mode 100644
index 00000000..fc45aebf
--- /dev/null
+++ b/inherit_graph_86.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_86.md5 b/inherit_graph_86.md5
new file mode 100644
index 00000000..4c3c4f01
--- /dev/null
+++ b/inherit_graph_86.md5
@@ -0,0 +1 @@
+9c67784add0fbb30f5a6e89d051cbe0c
\ No newline at end of file
diff --git a/inherit_graph_86.png b/inherit_graph_86.png
new file mode 100644
index 00000000..3e9a290f
Binary files /dev/null and b/inherit_graph_86.png differ
diff --git a/inherit_graph_87.map b/inherit_graph_87.map
new file mode 100644
index 00000000..8b4cea8d
--- /dev/null
+++ b/inherit_graph_87.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_87.md5 b/inherit_graph_87.md5
new file mode 100644
index 00000000..6796b6f0
--- /dev/null
+++ b/inherit_graph_87.md5
@@ -0,0 +1 @@
+e0716197b2e37fcd55c76f495323a9f1
\ No newline at end of file
diff --git a/inherit_graph_87.png b/inherit_graph_87.png
new file mode 100644
index 00000000..d6931601
Binary files /dev/null and b/inherit_graph_87.png differ
diff --git a/inherit_graph_88.map b/inherit_graph_88.map
new file mode 100644
index 00000000..76e6e0fb
--- /dev/null
+++ b/inherit_graph_88.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_88.md5 b/inherit_graph_88.md5
new file mode 100644
index 00000000..6ab58eed
--- /dev/null
+++ b/inherit_graph_88.md5
@@ -0,0 +1 @@
+e4eb9644bde12e15a002f95ba073ce78
\ No newline at end of file
diff --git a/inherit_graph_88.png b/inherit_graph_88.png
new file mode 100644
index 00000000..6d826f99
Binary files /dev/null and b/inherit_graph_88.png differ
diff --git a/inherit_graph_89.map b/inherit_graph_89.map
new file mode 100644
index 00000000..bb756353
--- /dev/null
+++ b/inherit_graph_89.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_89.md5 b/inherit_graph_89.md5
new file mode 100644
index 00000000..02f214fa
--- /dev/null
+++ b/inherit_graph_89.md5
@@ -0,0 +1 @@
+4848aaf10462af6515bb468ced3931b9
\ No newline at end of file
diff --git a/inherit_graph_89.png b/inherit_graph_89.png
new file mode 100644
index 00000000..dce2bf36
Binary files /dev/null and b/inherit_graph_89.png differ
diff --git a/inherit_graph_9.map b/inherit_graph_9.map
new file mode 100644
index 00000000..2e801082
--- /dev/null
+++ b/inherit_graph_9.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_9.md5 b/inherit_graph_9.md5
new file mode 100644
index 00000000..e3c6b778
--- /dev/null
+++ b/inherit_graph_9.md5
@@ -0,0 +1 @@
+d5dd1bfa2b17008e3f4aca01047211ae
\ No newline at end of file
diff --git a/inherit_graph_9.png b/inherit_graph_9.png
new file mode 100644
index 00000000..ec54e2d6
Binary files /dev/null and b/inherit_graph_9.png differ
diff --git a/inherit_graph_90.map b/inherit_graph_90.map
new file mode 100644
index 00000000..1817d508
--- /dev/null
+++ b/inherit_graph_90.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/inherit_graph_90.md5 b/inherit_graph_90.md5
new file mode 100644
index 00000000..e10e0e8d
--- /dev/null
+++ b/inherit_graph_90.md5
@@ -0,0 +1 @@
+12ad238d6150f24117770cc5aa630832
\ No newline at end of file
diff --git a/inherit_graph_90.png b/inherit_graph_90.png
new file mode 100644
index 00000000..c1ba49f4
Binary files /dev/null and b/inherit_graph_90.png differ
diff --git a/inherits.html b/inherits.html
new file mode 100644
index 00000000..6c92f01c
--- /dev/null
+++ b/inherits.html
@@ -0,0 +1,650 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener-members.html
new file mode 100644
index 00000000..c7b8b1d5
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.TemplateAdapter.SetOnClickListener , including all inherited members.
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener.html
new file mode 100644
index 00000000..070890cd
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.TemplateAdapter.SetOnClickListener Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.adapter.TemplateAdapter.SetOnClickListener.onItemClick
+ (
+ int
+ position )
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.map b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.map
new file mode 100644
index 00000000..7bd802a4
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.md5 b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.md5
new file mode 100644
index 00000000..7b760ac5
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.md5
@@ -0,0 +1 @@
+30b94534cafd8871e2f4279e335cf4c7
\ No newline at end of file
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.png b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.png
new file mode 100644
index 00000000..c2d102bf
Binary files /dev/null and b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__coll__graph.png differ
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.map b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.map
new file mode 100644
index 00000000..7bd802a4
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.md5 b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.md5
new file mode 100644
index 00000000..7b760ac5
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.md5
@@ -0,0 +1 @@
+30b94534cafd8871e2f4279e335cf4c7
\ No newline at end of file
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.png b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.png
new file mode 100644
index 00000000..c2d102bf
Binary files /dev/null and b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener__inherit__graph.png differ
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener-members.html
new file mode 100644
index 00000000..aac2a0a0
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.SetOnClickListener , including all inherited members.
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener.html
new file mode 100644
index 00000000..02de5a10
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.SetOnClickListener Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.SetOnClickListener.onItemClick
+ (
+ int
+ position )
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.map b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.map
new file mode 100644
index 00000000..7eab5da4
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.md5 b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.md5
new file mode 100644
index 00000000..a22ad2eb
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.md5
@@ -0,0 +1 @@
+7ac757f8b3acdbb2bfbec7ad59e9be7e
\ No newline at end of file
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.png b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.png
new file mode 100644
index 00000000..e3f8c19d
Binary files /dev/null and b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener__inherit__graph.png differ
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks-members.html
new file mode 100644
index 00000000..fcdf083c
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks.html
new file mode 100644
index 00000000..3ca8a4b2
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.NavigationDrawerCallbacks Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Callbacks interface that all activities using this fragment must implement.
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.NavigationDrawerCallbacks.onNavigationDrawerItemSelected
+ (
+ int
+ position )
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.map b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.map
new file mode 100644
index 00000000..073a8aff
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.md5 b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.md5
new file mode 100644
index 00000000..46b23071
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.md5
@@ -0,0 +1 @@
+33ac26d5126f9b8c52d80b6315cfbfaf
\ No newline at end of file
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.png b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.png
new file mode 100644
index 00000000..bf92b843
Binary files /dev/null and b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks__inherit__graph.png differ
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface-members.html
new file mode 100644
index 00000000..e5db20ac
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface-members.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.model.TemplateInterface , including all inherited members.
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html
new file mode 100644
index 00000000..7c6eb88b
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html
@@ -0,0 +1,676 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.model.TemplateInterface Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Interface containing methods for a implementing a template.
+ More...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
[legend ]
+
+
+
+
+BaseAdapter newTemplateEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new template project. More...
+
+BaseAdapter newMetaEditorAdapter (Context context)
+ Called from Template Editor when template editor is started for creating a new meta details of template project. More...
+
+BaseAdapter currentTemplateEditorAdapter ()
+ This function is used to get the adapter (containing template data) for a existing/current template project. More...
+
+BaseAdapter currentMetaEditorAdapter ()
+ This function is used to get the meta adapter (containing template meta details) for a existing/current template project. More...
+
+BaseAdapter loadProjectMetaEditor (Context context, Document doc)
+
+BaseAdapter loadProjectTemplateEditor (Context context, ArrayList< Element > data)
+
+void setTemplateId (int templateId)
+ Set templateId,that can be used to get Info about current template from enum Template . More...
+
+String getTitle ()
+ Used to get the title of the templaye. Mainly used to update ActionBar in Template Editor. More...
+
+void addItem (Activity activity)
+ Add an item to template data. More...
+
+void addMetaData (Activity activity)
+ Add MetaData to template data. More...
+
+void editItem (Activity activity, int position)
+ Called to edit an item in the template data. More...
+
+void deleteItem (Activity activity, int position)
+ Remove an item form template data list. More...
+
+ArrayList< Element > getItems (Document doc)
+
+android.support.v4.app.Fragment getSimulatorFragment (String filePathWithName)
+ Returns a fragment required for the Simulator Activity. More...
+
+String getAssetsFileName (Context context)
+ Name of the xml file congaing template data in the assets folders in the build apk. More...
+
+String getAssetsFilePath ()
+ Folder path in which the apk is stored in the build APK. More...
+
+String getApkFilePath ()
+
+void onActivityResult (Context context, int requestCode, int resultCode, Intent intent)
+ Called whenever onActivityResult is called in Template Editor. Can be used to perform action related to intent and callbacks. More...
+
+
+
+
Interface containing methods for a implementing a template.
+
Each template must implement this interface. For using the template, a new enum in Template Enum is required.
+
Created by abhishek on 27/5/15.
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.TemplateInterface.addItem
+ (
+ Activity
+ activity )
+
+
+
+
+
+
Add an item to template data.
+
Parameters
+
+ activity Current Activity
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.TemplateInterface.addMetaData
+ (
+ Activity
+ activity )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.model.TemplateInterface.currentMetaEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.model.TemplateInterface.currentTemplateEditorAdapter
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.TemplateInterface.deleteItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.TemplateInterface.editItem
+ (
+ Activity
+ activity ,
+
+
+
+
+ int
+ position
+
+
+
+ )
+
+
+
+
+
+
Called to edit an item in the template data.
+
Parameters
+
+ activity Current activity
+ position Position of the item in the template data list
+
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.TemplateInterface.getApkFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.TemplateInterface.getAssetsFileName
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.TemplateInterface.getAssetsFilePath
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ ArrayList<Element> org.buildmlearn.toolkit.model.TemplateInterface.getItems
+ (
+ Document
+ doc )
+
+
+
+
+
+
+
+
+
+
+ android.support.v4.app.Fragment org.buildmlearn.toolkit.model.TemplateInterface.getSimulatorFragment
+ (
+ String
+ filePathWithName )
+
+
+
+
+
+
+
+
+
+
+ String org.buildmlearn.toolkit.model.TemplateInterface.getTitle
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.model.TemplateInterface.loadProjectMetaEditor
+ (
+ Context
+ context ,
+
+
+
+
+ Document
+ doc
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.model.TemplateInterface.loadProjectTemplateEditor
+ (
+ Context
+ context ,
+
+
+
+
+ ArrayList< Element >
+ data
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.model.TemplateInterface.newMetaEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+ BaseAdapter org.buildmlearn.toolkit.model.TemplateInterface.newTemplateEditorAdapter
+ (
+ Context
+ context )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.TemplateInterface.onActivityResult
+ (
+ Context
+ context ,
+
+
+
+
+ int
+ requestCode ,
+
+
+
+
+ int
+ resultCode ,
+
+
+
+
+ Intent
+ intent
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.model.TemplateInterface.setTemplateId
+ (
+ int
+ templateId )
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.map b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.map
new file mode 100644
index 00000000..6b8e1c08
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.map
@@ -0,0 +1,2 @@
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.md5 b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.md5
new file mode 100644
index 00000000..98af1c7c
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.md5
@@ -0,0 +1 @@
+e3ae59586e6d8615ead90cf0ad1bc2c4
\ No newline at end of file
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.png b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.png
new file mode 100644
index 00000000..7d72f980
Binary files /dev/null and b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__coll__graph.png differ
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.map b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.map
new file mode 100644
index 00000000..6fe8d886
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.map
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.md5 b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.md5
new file mode 100644
index 00000000..61dce054
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.md5
@@ -0,0 +1 @@
+c9b39e3e96db1d6d29bf76e6b3ad7a2a
\ No newline at end of file
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.png b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.png
new file mode 100644
index 00000000..f8b52290
Binary files /dev/null and b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface__inherit__graph.png differ
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener-members.html
new file mode 100644
index 00000000..abe05aa2
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.FileDialog.FileSelectListener , including all inherited members.
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener.html
new file mode 100644
index 00000000..afc8a0b4
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.FileDialog.FileSelectListener Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.FileDialog.FileSelectListener.fileSelected
+ (
+ File
+ file )
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/FileDialog.java
+
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler-members.html
new file mode 100644
index 00000000..727987fb
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.ListenerList< L >.FireHandler< L > , including all inherited members.
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler.html
new file mode 100644
index 00000000..d94af5a2
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.ListenerList< L >.FireHandler< L > Interface Template Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.ListenerList< L >.FireHandler < L >.fireEvent
+ (
+ L
+ listener )
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+source-code/app/src/main/java/org/buildmlearn/toolkit/utilities/FileDialog.java
+
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete-members.html
new file mode 100644
index 00000000..fd78e8d0
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete , including all inherited members.
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html
new file mode 100644
index 00000000..a42a58f5
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onFail
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onFail
+ (
+ Exception
+ e )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onSuccess
+ (
+ File
+ assetFile )
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete-members.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete-members.html
new file mode 100644
index 00000000..ec73b245
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete , including all inherited members.
+
+
+
+
+
diff --git a/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html
new file mode 100644
index 00000000..f1f761ba
--- /dev/null
+++ b/interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete.onFail
+ (
+ Exception
+ e )
+
+
+
+
+
+
+
+
+
+
+
+
+ void org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete.onSuccess
+ (
+ String
+ path )
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+
+
+
+
+
diff --git a/jquery.js b/jquery.js
new file mode 100644
index 00000000..d52a1c77
--- /dev/null
+++ b/jquery.js
@@ -0,0 +1,68 @@
+/*
+ * jQuery JavaScript Library v1.7.1
+ * http://jquery.com/
+ *
+ * Copyright 2011, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Mon Nov 21 21:11:03 2011 -0500
+ */
+(function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){return new bF.fn.init(b0,b1,bD)},bU=bb.jQuery,bH=bb.$,bD,bY=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bE=/\s+$/,bA=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bR=/(opera)(?:.*version)?[ \/]([\w.]+)/,bQ=/(msie) ([\w.]+)/,bS=/(mozilla)(?:.*? rv:([\w.]+))?/,bB=/-([a-z]|[0-9])/ig,bZ=/^-ms-/,bT=function(b0,b1){return(b1+"").toUpperCase()},bX=bu.userAgent,bV,bC,e,bL=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!b4&&av.body){this.context=av;this[0]=av.body;this.selector=b0;this.length=1;return this}if(typeof b0==="string"){if(b0.charAt(0)==="<"&&b0.charAt(b0.length-1)===">"&&b0.length>=3){b2=[null,b0,null]}else{b2=bY.exec(b0)}if(b2&&(b2[1]||!b4)){if(b2[1]){b4=b4 instanceof bF?b4[0]:b4;b6=(b4?b4.ownerDocument||b4:av);b1=bA.exec(b0);if(b1){if(bF.isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElement(b1[1])]}}else{b1=bF.buildFragment([b2[1]],[b6]);b0=(b1.cacheable?bF.clone(b1.fragment):b1.fragment).childNodes}return bF.merge(this,b0)}else{b5=av.getElementById(b2[2]);if(b5&&b5.parentNode){if(b5.id!==b2[2]){return b3.find(b0)}this.length=1;this[0]=b5}this.context=av;this.selector=b0;return this}}else{if(!b4||b4.jquery){return(b4||b3).find(b0)}else{return this.constructor(b4).find(b0)}}}else{if(bF.isFunction(b0)){return b3.ready(b0)}}if(b0.selector!==L){this.selector=b0.selector;this.context=b0.context}return bF.makeArray(b0,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(b0){return b0==null?this.toArray():(b0<0?this[this.length+b0]:this[b0])},pushStack:function(b1,b3,b0){var b2=this.constructor();if(bF.isArray(b1)){bz.apply(b2,b1)}else{bF.merge(b2,b1)}b2.prevObject=this;b2.context=this.context;if(b3==="find"){b2.selector=this.selector+(this.selector?" ":"")+b0}else{if(b3){b2.selector=this.selector+"."+b3+"("+b0+")"}}return b2},each:function(b1,b0){return bF.each(this,b1,b0)},ready:function(b0){bF.bindReady();bC.add(b0);return this},eq:function(b0){b0=+b0;return b0===-1?this.slice(b0):this.slice(b0,b0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(b0){return this.pushStack(bF.map(this,function(b2,b1){return b0.call(b2,b1,b2)}))},end:function(){return this.prevObject||this.constructor(null)},push:bz,sort:[].sort,splice:[].splice};bF.fn.init.prototype=bF.fn;bF.extend=bF.fn.extend=function(){var b9,b2,b0,b1,b6,b7,b5=arguments[0]||{},b4=1,b3=arguments.length,b8=false;if(typeof b5==="boolean"){b8=b5;b5=arguments[1]||{};b4=2}if(typeof b5!=="object"&&!bF.isFunction(b5)){b5={}}if(b3===b4){b5=this;--b4}for(;b40){return}bC.fireWith(av,[bF]);if(bF.fn.trigger){bF(av).trigger("ready").off("ready")}}},bindReady:function(){if(bC){return}bC=bF.Callbacks("once memory");if(av.readyState==="complete"){return setTimeout(bF.ready,1)}if(av.addEventListener){av.addEventListener("DOMContentLoaded",e,false);bb.addEventListener("load",bF.ready,false)}else{if(av.attachEvent){av.attachEvent("onreadystatechange",e);bb.attachEvent("onload",bF.ready);var b0=false;try{b0=bb.frameElement==null}catch(b1){}if(av.documentElement.doScroll&&b0){bw()}}}},isFunction:function(b0){return bF.type(b0)==="function"},isArray:Array.isArray||function(b0){return bF.type(b0)==="array"},isWindow:function(b0){return b0&&typeof b0==="object"&&"setInterval" in b0},isNumeric:function(b0){return !isNaN(parseFloat(b0))&&isFinite(b0)},type:function(b0){return b0==null?String(b0):bx[bL.call(b0)]||"object"},isPlainObject:function(b2){if(!b2||bF.type(b2)!=="object"||b2.nodeType||bF.isWindow(b2)){return false}try{if(b2.constructor&&!bG.call(b2,"constructor")&&!bG.call(b2.constructor.prototype,"isPrototypeOf")){return false}}catch(b1){return false}var b0;for(b0 in b2){}return b0===L||bG.call(b2,b0)},isEmptyObject:function(b1){for(var b0 in b1){return false}return true},error:function(b0){throw new Error(b0)},parseJSON:function(b0){if(typeof b0!=="string"||!b0){return null}b0=bF.trim(b0);if(bb.JSON&&bb.JSON.parse){return bb.JSON.parse(b0)}if(bN.test(b0.replace(bW,"@").replace(bP,"]").replace(bJ,""))){return(new Function("return "+b0))()}bF.error("Invalid JSON: "+b0)},parseXML:function(b2){var b0,b1;try{if(bb.DOMParser){b1=new DOMParser();b0=b1.parseFromString(b2,"text/xml")}else{b0=new ActiveXObject("Microsoft.XMLDOM");b0.async="false";b0.loadXML(b2)}}catch(b3){b0=L}if(!b0||!b0.documentElement||b0.getElementsByTagName("parsererror").length){bF.error("Invalid XML: "+b2)}return b0},noop:function(){},globalEval:function(b0){if(b0&&bM.test(b0)){(bb.execScript||function(b1){bb["eval"].call(bb,b1)})(b0)}},camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return b1.nodeName&&b1.nodeName.toUpperCase()===b0.toUpperCase()},each:function(b3,b6,b2){var b1,b4=0,b5=b3.length,b0=b5===L||bF.isFunction(b3);if(b2){if(b0){for(b1 in b3){if(b6.apply(b3[b1],b2)===false){break}}}else{for(;b40&&b0[0]&&b0[b1-1])||b1===0||bF.isArray(b0));if(b3){for(;b21?aJ.call(arguments,0):bG;if(!(--bw)){bC.resolveWith(bC,bx)}}}function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(arguments,0):bG;bC.notifyWith(bE,bB)}}if(e>1){for(;bva ";bI=bv.getElementsByTagName("*");bF=bv.getElementsByTagName("a")[0];if(!bI||!bI.length||!bF){return{}}bG=av.createElement("select");bx=bG.appendChild(av.createElement("option"));bE=bv.getElementsByTagName("input")[0];bJ={leadingWhitespace:(bv.firstChild.nodeType===3),tbody:!bv.getElementsByTagName("tbody").length,htmlSerialize:!!bv.getElementsByTagName("link").length,style:/top/.test(bF.getAttribute("style")),hrefNormalized:(bF.getAttribute("href")==="/a"),opacity:/^0.55/.test(bF.style.opacity),cssFloat:!!bF.style.cssFloat,checkOn:(bE.value==="on"),optSelected:bx.selected,getSetAttribute:bv.className!=="t",enctype:!!av.createElement("form").enctype,html5Clone:av.createElement("nav").cloneNode(true).outerHTML!=="<:nav>",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bE.checked=true;bJ.noCloneChecked=bE.cloneNode(true).checked;bG.disabled=true;bJ.optDisabled=!bx.disabled;try{delete bv.test}catch(bC){bJ.deleteExpando=false}if(!bv.addEventListener&&bv.attachEvent&&bv.fireEvent){bv.attachEvent("onclick",function(){bJ.noCloneEvent=false});bv.cloneNode(true).fireEvent("onclick")}bE=av.createElement("input");bE.value="t";bE.setAttribute("type","radio");bJ.radioValue=bE.value==="t";bE.setAttribute("checked","checked");bv.appendChild(bE);bD=av.createDocumentFragment();bD.appendChild(bv.lastChild);bJ.checkClone=bD.cloneNode(true).cloneNode(true).lastChild.checked;bJ.appendChecked=bE.checked;bD.removeChild(bE);bD.appendChild(bv);bv.innerHTML="";if(bb.getComputedStyle){bA=av.createElement("div");bA.style.width="0";bA.style.marginRight="0";bv.style.width="2px";bv.appendChild(bA);bJ.reliableMarginRight=(parseInt((bb.getComputedStyle(bA,null)||{marginRight:0}).marginRight,10)||0)===0}if(bv.attachEvent){for(by in {submit:1,change:1,focusin:1}){bB="on"+by;bw=(bB in bv);if(!bw){bv.setAttribute(bB,"return;");bw=(typeof bv[bB]==="function")}bJ[by+"Bubbles"]=bw}}bD.removeChild(bv);bD=bG=bx=bA=bv=bE=null;b(function(){var bM,bU,bV,bT,bN,bO,bL,bS,bR,e,bP,bQ=av.getElementsByTagName("body")[0];if(!bQ){return}bL=1;bS="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;";bR="visibility:hidden;border:0;";e="style='"+bS+"border:5px solid #000;padding:0;'";bP="";bM=av.createElement("div");bM.style.cssText=bR+"width:0;height:0;position:static;top:0;margin-top:"+bL+"px";bQ.insertBefore(bM,bQ.firstChild);bv=av.createElement("div");bM.appendChild(bv);bv.innerHTML="";bz=bv.getElementsByTagName("td");bw=(bz[0].offsetHeight===0);bz[0].style.display="";bz[1].style.display="none";bJ.reliableHiddenOffsets=bw&&(bz[0].offsetHeight===0);bv.innerHTML="";bv.style.width=bv.style.paddingLeft="1px";b.boxModel=bJ.boxModel=bv.offsetWidth===2;if(typeof bv.style.zoom!=="undefined"){bv.style.display="inline";bv.style.zoom=1;bJ.inlineBlockNeedsLayout=(bv.offsetWidth===2);bv.style.display="";bv.innerHTML="
";bJ.shrinkWrapBlocks=(bv.offsetWidth!==2)}bv.style.cssText=bS+bR;bv.innerHTML=bP;bU=bv.firstChild;bV=bU.firstChild;bN=bU.nextSibling.firstChild.firstChild;bO={doesNotAddBorder:(bV.offsetTop!==5),doesAddBorderForTableAndCells:(bN.offsetTop===5)};bV.style.position="fixed";bV.style.top="20px";bO.fixedPosition=(bV.offsetTop===20||bV.offsetTop===15);bV.style.position=bV.style.top="";bU.style.overflow="hidden";bU.style.position="relative";bO.subtractsBorderForOverflowNotVisible=(bV.offsetTop===-5);bO.doesNotIncludeMarginInBodyOffset=(bQ.offsetTop!==bL);bQ.removeChild(bM);bv=bM=null;b.extend(bJ,bO)});return bJ})();var aS=/^(?:\{.*\}|\[.*\])$/,aA=/([A-Z])/g;b.extend({cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?b.cache[e[b.expando]]:e[b.expando];return !!e&&!S(e)},data:function(bx,bv,bz,by){if(!b.acceptData(bx)){return}var bG,bA,bD,bE=b.expando,bC=typeof bv==="string",bF=bx.nodeType,e=bF?b.cache:bx,bw=bF?bx[bE]:bx[bE]&&bE,bB=bv==="events";if((!bw||!e[bw]||(!bB&&!by&&!e[bw].data))&&bC&&bz===L){return}if(!bw){if(bF){bx[bE]=bw=++b.uuid}else{bw=bE}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=b.noop}}if(typeof bv==="object"||typeof bv==="function"){if(by){e[bw]=b.extend(e[bw],bv)}else{e[bw].data=b.extend(e[bw].data,bv)}}bG=bA=e[bw];if(!by){if(!bA.data){bA.data={}}bA=bA.data}if(bz!==L){bA[b.camelCase(bv)]=bz}if(bB&&!bA[bv]){return bG.events}if(bC){bD=bA[bv];if(bD==null){bD=bA[b.camelCase(bv)]}}else{bD=bA}return bD},removeData:function(bx,bv,by){if(!b.acceptData(bx)){return}var bB,bA,bz,bC=b.expando,bD=bx.nodeType,e=bD?b.cache:bx,bw=bD?bx[bC]:bC;if(!e[bw]){return}if(bv){bB=by?e[bw]:e[bw].data;if(bB){if(!b.isArray(bv)){if(bv in bB){bv=[bv]}else{bv=b.camelCase(bv);if(bv in bB){bv=[bv]}else{bv=bv.split(" ")}}}for(bA=0,bz=bv.length;bA-1){return true}}return false},val:function(bx){var e,bv,by,bw=this[0];if(!arguments.length){if(bw){e=b.valHooks[bw.nodeName.toLowerCase()]||b.valHooks[bw.type];if(e&&"get" in e&&(bv=e.get(bw,"value"))!==L){return bv}bv=bw.value;return typeof bv==="string"?bv.replace(aU,""):bv==null?"":bv}return}by=b.isFunction(bx);return this.each(function(bA){var bz=b(this),bB;if(this.nodeType!==1){return}if(by){bB=bx.call(this,bA,bz.val())}else{bB=bx}if(bB==null){bB=""}else{if(typeof bB==="number"){bB+=""}else{if(b.isArray(bB)){bB=b.map(bB,function(bC){return bC==null?"":bC+""})}}}e=b.valHooks[this.nodeName.toLowerCase()]||b.valHooks[this.type];if(!e||!("set" in e)||e.set(this,bB,"value")===L){this.value=bB}})}});b.extend({valHooks:{option:{get:function(e){var bv=e.attributes.value;return !bv||bv.specified?e.value:e.text}},select:{get:function(e){var bA,bv,bz,bx,by=e.selectedIndex,bB=[],bC=e.options,bw=e.type==="select-one";if(by<0){return null}bv=bw?by:0;bz=bw?by+1:bC.length;for(;bv=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(bA,bx,bB,bz){var bw,e,by,bv=bA.nodeType;if(!bA||bv===3||bv===8||bv===2){return}if(bz&&bx in b.attrFn){return b(bA)[bx](bB)}if(typeof bA.getAttribute==="undefined"){return b.prop(bA,bx,bB)}by=bv!==1||!b.isXMLDoc(bA);if(by){bx=bx.toLowerCase();e=b.attrHooks[bx]||(ao.test(bx)?aY:be)}if(bB!==L){if(bB===null){b.removeAttr(bA,bx);return}else{if(e&&"set" in e&&by&&(bw=e.set(bA,bB,bx))!==L){return bw}else{bA.setAttribute(bx,""+bB);return bB}}}else{if(e&&"get" in e&&by&&(bw=e.get(bA,bx))!==null){return bw}else{bw=bA.getAttribute(bx);return bw===null?L:bw}}},removeAttr:function(bx,bz){var by,bA,bv,e,bw=0;if(bz&&bx.nodeType===1){bA=bz.toLowerCase().split(af);e=bA.length;for(;bw=0)}}})});var bd=/^(?:textarea|input|select)$/i,n=/^([^\.]*)?(?:\.(.+))?$/,J=/\bhover(\.\S+)?\b/,aO=/^key/,bf=/^(?:mouse|contextmenu)|click/,T=/^(?:focusinfocus|focusoutblur)$/,U=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,Y=function(e){var bv=U.exec(e);if(bv){bv[1]=(bv[1]||"").toLowerCase();bv[3]=bv[3]&&new RegExp("(?:^|\\s)"+bv[3]+"(?:\\s|$)")}return bv},j=function(bw,e){var bv=bw.attributes||{};return((!e[1]||bw.nodeName.toLowerCase()===e[1])&&(!e[2]||(bv.id||{}).value===e[2])&&(!e[3]||e[3].test((bv["class"]||{}).value)))},bt=function(e){return b.event.special.hover?e:e.replace(J,"mouseenter$1 mouseleave$1")};b.event={add:function(bx,bC,bJ,bA,by){var bD,bB,bK,bI,bH,bF,e,bG,bv,bz,bw,bE;if(bx.nodeType===3||bx.nodeType===8||!bC||!bJ||!(bD=b._data(bx))){return}if(bJ.handler){bv=bJ;bJ=bv.handler}if(!bJ.guid){bJ.guid=b.guid++}bK=bD.events;if(!bK){bD.events=bK={}}bB=bD.handle;if(!bB){bD.handle=bB=function(bL){return typeof b!=="undefined"&&(!bL||b.event.triggered!==bL.type)?b.event.dispatch.apply(bB.elem,arguments):L};bB.elem=bx}bC=b.trim(bt(bC)).split(" ");for(bI=0;bI=0){bG=bG.slice(0,-1);bw=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!bA||b.event.customEvent[bG])&&!b.event.global[bG]){return}bv=typeof bv==="object"?bv[b.expando]?bv:new b.Event(bG,bv):new b.Event(bG);bv.type=bG;bv.isTrigger=true;bv.exclusive=bw;bv.namespace=bx.join(".");bv.namespace_re=bv.namespace?new RegExp("(^|\\.)"+bx.join("\\.(?:.*\\.)?")+"(\\.|$)"):null;by=bG.indexOf(":")<0?"on"+bG:"";if(!bA){e=b.cache;for(bC in e){if(e[bC].events&&e[bC].events[bG]){b.event.trigger(bv,bD,e[bC].handle.elem,true)}}return}bv.result=L;if(!bv.target){bv.target=bA}bD=bD!=null?b.makeArray(bD):[];bD.unshift(bv);bF=b.event.special[bG]||{};if(bF.trigger&&bF.trigger.apply(bA,bD)===false){return}bB=[[bA,bF.bindType||bG]];if(!bJ&&!bF.noBubble&&!b.isWindow(bA)){bI=bF.delegateType||bG;bH=T.test(bI+bG)?bA:bA.parentNode;bz=null;for(;bH;bH=bH.parentNode){bB.push([bH,bI]);bz=bH}if(bz&&bz===bA.ownerDocument){bB.push([bz.defaultView||bz.parentWindow||bb,bI])}}for(bC=0;bCbA){bH.push({elem:this,matches:bz.slice(bA)})}for(bC=0;bC0?this.on(e,null,bx,bw):this.trigger(e)};if(b.attrFn){b.attrFn[e]=true}if(aO.test(e)){b.event.fixHooks[e]=b.event.keyHooks}if(bf.test(e)){b.event.fixHooks[e]=b.event.mouseHooks}});
+/*
+ * Sizzle CSS Selector Engine
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ * More information: http://sizzlejs.com/
+ */
+(function(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",""),bI=0,bL=Object.prototype.toString,bB=false,bA=true,bK=/\\/g,bO=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ){bY=bY||[];e=e||av;var b1=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bV||typeof bV!=="string"){return bY}var bS,b3,b6,bR,b2,b5,b4,bX,bU=true,bT=by.isXML(e),bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}}}while(bS);if(bW.length>1&&bD.exec(bV)){if(bW.length===2&&bE.relative[bW[0]]){b3=bM(bW[0]+bW[1],e,bZ)}else{b3=bE.relative[bW[0]]?[e]:by(bW.shift(),e);while(bW.length){bV=bW.shift();if(bE.relative[bV]){bV+=bW.shift()}b3=bM(bV,b3,bZ)}}}else{if(!bZ&&bW.length>1&&e.nodeType===9&&!bT&&bE.match.ID.test(bW[0])&&!bE.match.ID.test(bW[bW.length-1])){b2=by.find(bW.shift(),e,bT);e=b2.expr?by.filter(b2.expr,b2.set)[0]:b2.set[0]}if(e){b2=bZ?{expr:bW.pop(),set:bF(bZ)}:by.find(bW.pop(),bW.length===1&&(bW[0]==="~"||bW[0]==="+")&&e.parentNode?e.parentNode:e,bT);b3=b2.expr?by.filter(b2.expr,b2.set):b2.set;if(bW.length>0){b6=bF(b3)}else{bU=false}while(bW.length){b5=bW.pop();b4=b5;if(!bE.relative[b5]){b5=""}else{b4=bW.pop()}if(b4==null){b4=e}bE.relative[b5](b6,b4,bT)}}else{b6=bW=[]}}if(!b6){b6=b3}if(!b6){by.error(b5||bV)}if(bL.call(b6)==="[object Array]"){if(!bU){bY.push.apply(bY,b6)}else{if(e&&e.nodeType===1){for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&(b6[bX]===true||b6[bX].nodeType===1&&by.contains(e,b6[bX]))){bY.push(b3[bX])}}}else{for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&b6[bX].nodeType===1){bY.push(b3[bX])}}}}}else{bF(b6,bY)}if(bR){by(bR,b1,bY,bZ);by.uniqueSort(bY)}return bY};by.uniqueSort=function(bR){if(bJ){bB=bA;bR.sort(bJ);if(bB){for(var e=1;e0};by.find=function(bX,e,bY){var bW,bS,bU,bT,bV,bR;if(!bX){return[]}for(bS=0,bU=bE.order.length;bS":function(bW,bR){var bV,bU=typeof bR==="string",bS=0,e=bW.length;if(bU&&!bQ.test(bR)){bR=bR.toLowerCase();for(;bS=0)){if(!bS){e.push(bV)}}else{if(bS){bR[bU]=false}}}}return false},ID:function(e){return e[1].replace(bK,"")},TAG:function(bR,e){return bR[1].replace(bK,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){by.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bR=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bR[1]+(bR[2]||1))-0;e[3]=bR[3]-0}else{if(e[2]){by.error(e[0])}}e[0]=bI++;return e},ATTR:function(bU,bR,bS,e,bV,bW){var bT=bU[1]=bU[1].replace(bK,"");if(!bW&&bE.attrMap[bT]){bU[1]=bE.attrMap[bT]}bU[4]=(bU[4]||bU[5]||"").replace(bK,"");if(bU[2]==="~="){bU[4]=" "+bU[4]+" "}return bU},PSEUDO:function(bU,bR,bS,e,bV){if(bU[1]==="not"){if((bH.exec(bU[3])||"").length>1||/^\w/.test(bU[3])){bU[3]=by(bU[3],null,null,bR)}else{var bT=by.filter(bU[3],bR,bS,true^bV);if(!bS){e.push.apply(e,bT)}return false}}else{if(bE.match.POS.test(bU[0])||bE.match.CHILD.test(bU[0])){return true}}return bU},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bS,bR,e){return !!by(e[3],bS).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(bS){var e=bS.getAttribute("type"),bR=bS.type;return bS.nodeName.toLowerCase()==="input"&&"text"===bR&&(e===bR||e===null)},radio:function(e){return e.nodeName.toLowerCase()==="input"&&"radio"===e.type},checkbox:function(e){return e.nodeName.toLowerCase()==="input"&&"checkbox"===e.type},file:function(e){return e.nodeName.toLowerCase()==="input"&&"file"===e.type},password:function(e){return e.nodeName.toLowerCase()==="input"&&"password"===e.type},submit:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bR.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"reset"===bR.type},button:function(bR){var e=bR.nodeName.toLowerCase();return e==="input"&&"button"===bR.type||e==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)},focus:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(bR,e){return e===0},last:function(bS,bR,e,bT){return bR===bT.length-1},even:function(bR,e){return e%2===0},odd:function(bR,e){return e%2===1},lt:function(bS,bR,e){return bRe[3]-0},nth:function(bS,bR,e){return e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bX,bW,bY){var e=bX[1],bR=bE.filters[e];if(bR){return bR(bS,bW,bX,bY)}else{if(e==="contains"){return(bS.textContent||bS.innerText||bw([bS])||"").indexOf(bX[3])>=0}else{if(e==="not"){var bT=bX[3];for(var bV=0,bU=bT.length;bV=0)}}},ID:function(bR,e){return bR.nodeType===1&&bR.getAttribute("id")===e},TAG:function(bR,e){return(e==="*"&&bR.nodeType===1)||!!bR.nodeName&&bR.nodeName.toLowerCase()===e},CLASS:function(bR,e){return(" "+(bR.className||bR.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bV,bT){var bS=bT[1],e=by.attr?by.attr(bV,bS):bE.attrHandle[bS]?bE.attrHandle[bS](bV):bV[bS]!=null?bV[bS]:bV.getAttribute(bS),bW=e+"",bU=bT[2],bR=bT[4];return e==null?bU==="!=":!bU&&by.attr?e!=null:bU==="="?bW===bR:bU==="*="?bW.indexOf(bR)>=0:bU==="~="?(" "+bW+" ").indexOf(bR)>=0:!bR?bW&&e!==false:bU==="!="?bW!==bR:bU==="^="?bW.indexOf(bR)===0:bU==="$="?bW.substr(bW.length-bR.length)===bR:bU==="|="?bW===bR||bW.substr(0,bR.length+1)===bR+"-":false},POS:function(bU,bR,bS,bV){var e=bR[2],bT=bE.setFilters[e];if(bT){return bT(bU,bS,bR,bV)}}}};var bD=bE.match.POS,bx=function(bR,e){return"\\"+(e-0+1)};for(var bz in bE.match){bE.match[bz]=new RegExp(bE.match[bz].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bE.leftMatch[bz]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bE.match[bz].source.replace(/\\(\d+)/g,bx))}var bF=function(bR,e){bR=Array.prototype.slice.call(bR,0);if(e){e.push.apply(e,bR);return e}return bR};try{Array.prototype.slice.call(av.documentElement.childNodes,0)[0].nodeType}catch(bP){bF=function(bU,bT){var bS=0,bR=bT||[];if(bL.call(bU)==="[object Array]"){Array.prototype.push.apply(bR,bU)}else{if(typeof bU.length==="number"){for(var e=bU.length;bS ";e.insertBefore(bR,e.firstChild);if(av.getElementById(bS)){bE.find.ID=function(bU,bV,bW){if(typeof bV.getElementById!=="undefined"&&!bW){var bT=bV.getElementById(bU[1]);return bT?bT.id===bU[1]||typeof bT.getAttributeNode!=="undefined"&&bT.getAttributeNode("id").nodeValue===bU[1]?[bT]:L:[]}};bE.filter.ID=function(bV,bT){var bU=typeof bV.getAttributeNode!=="undefined"&&bV.getAttributeNode("id");return bV.nodeType===1&&bU&&bU.nodeValue===bT}}e.removeChild(bR);e=bR=null})();(function(){var e=av.createElement("div");e.appendChild(av.createComment(""));if(e.getElementsByTagName("*").length>0){bE.find.TAG=function(bR,bV){var bU=bV.getElementsByTagName(bR[1]);if(bR[1]==="*"){var bT=[];for(var bS=0;bU[bS];bS++){if(bU[bS].nodeType===1){bT.push(bU[bS])}}bU=bT}return bU}}e.innerHTML=" ";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bE.attrHandle.href=function(bR){return bR.getAttribute("href",2)}}e=null})();if(av.querySelectorAll){(function(){var e=by,bT=av.createElement("div"),bS="__sizzle__";bT.innerHTML="
";if(bT.querySelectorAll&&bT.querySelectorAll(".TEST").length===0){return}by=function(b4,bV,bZ,b3){bV=bV||av;if(!b3&&!by.isXML(bV)){var b2=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b4);if(b2&&(bV.nodeType===1||bV.nodeType===9)){if(b2[1]){return bF(bV.getElementsByTagName(b4),bZ)}else{if(b2[2]&&bE.find.CLASS&&bV.getElementsByClassName){return bF(bV.getElementsByClassName(b2[2]),bZ)}}}if(bV.nodeType===9){if(b4==="body"&&bV.body){return bF([bV.body],bZ)}else{if(b2&&b2[3]){var bY=bV.getElementById(b2[3]);if(bY&&bY.parentNode){if(bY.id===b2[3]){return bF([bY],bZ)}}else{return bF([],bZ)}}}try{return bF(bV.querySelectorAll(b4),bZ)}catch(b0){}}else{if(bV.nodeType===1&&bV.nodeName.toLowerCase()!=="object"){var bW=bV,bX=bV.getAttribute("id"),bU=bX||bS,b6=bV.parentNode,b5=/^\s*[+~]/.test(b4);if(!bX){bV.setAttribute("id",bU)}else{bU=bU.replace(/'/g,"\\$&")}if(b5&&b6){bV=bV.parentNode}try{if(!b5||b6){return bF(bV.querySelectorAll("[id='"+bU+"'] "+b4),bZ)}}catch(b1){}finally{if(!bX){bW.removeAttribute("id")}}}}}return e(b4,bV,bZ,b3)};for(var bR in e){by[bR]=e[bR]}bT=null})()}(function(){var e=av.documentElement,bS=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bS){var bU=!bS.call(av.createElement("div"),"div"),bR=false;try{bS.call(av.documentElement,"[test!='']:sizzle")}catch(bT){bR=true}by.matchesSelector=function(bW,bY){bY=bY.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!by.isXML(bW)){try{if(bR||!bE.match.PSEUDO.test(bY)&&!/!=/.test(bY)){var bV=bS.call(bW,bY);if(bV||!bU||bW.document&&bW.document.nodeType!==11){return bV}}}catch(bX){}}return by(bY,null,null,[bW]).length>0}}})();(function(){var e=av.createElement("div");e.innerHTML="
";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bE.order.splice(1,0,"CLASS");bE.find.CLASS=function(bR,bS,bT){if(typeof bS.getElementsByClassName!=="undefined"&&!bT){return bS.getElementsByClassName(bR[1])}};e=null})();function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT0){bU=e;break}}}e=e[bR]}bZ[bT]=bU}}}if(av.documentElement.contains){by.contains=function(bR,e){return bR!==e&&(bR.contains?bR.contains(e):true)}}else{if(av.documentElement.compareDocumentPosition){by.contains=function(bR,e){return !!(bR.compareDocumentPosition(e)&16)}}else{by.contains=function(){return false}}}by.isXML=function(e){var bR=(e?e.ownerDocument||e:0).documentElement;return bR?bR.nodeName!=="HTML":false};var bM=function(bS,e,bW){var bV,bX=[],bU="",bY=e.nodeType?[e]:e;while((bV=bE.match.PSEUDO.exec(bS))){bU+=bV[0];bS=bS.replace(bE.match.PSEUDO,"")}bS=bE.relative[bS]?bS+"*":bS;for(var bT=0,bR=bY.length;bT 0){for(bB=bA;bB=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(by,bx){var bv=[],bw,e,bz=this[0];if(b.isArray(by)){var bB=1;while(bz&&bz.ownerDocument&&bz!==bx){for(bw=0;bw-1:b.find.matchesSelector(bz,by)){bv.push(bz);break}else{bz=bz.parentNode;if(!bz||!bz.ownerDocument||bz===bx||bz.nodeType===11){break}}}}bv=bv.length>1?b.unique(bv):bv;return this.pushStack(bv,"closest",by)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return b.inArray(this[0],b(e))}return b.inArray(e.jquery?e[0]:e,this)},add:function(e,bv){var bx=typeof e==="string"?b(e,bv):b.makeArray(e&&e.nodeType?[e]:e),bw=b.merge(this.get(),bx);return this.pushStack(C(bx[0])||C(bw[0])?bw:b.unique(bw))},andSelf:function(){return this.add(this.prevObject)}});function C(e){return !e||!e.parentNode||e.parentNode.nodeType===11}b.each({parent:function(bv){var e=bv.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(bv,e,bw){return b.dir(bv,"parentNode",bw)},next:function(e){return b.nth(e,2,"nextSibling")},prev:function(e){return b.nth(e,2,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(bv,e,bw){return b.dir(bv,"nextSibling",bw)},prevUntil:function(bv,e,bw){return b.dir(bv,"previousSibling",bw)},siblings:function(e){return b.sibling(e.parentNode.firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.makeArray(e.childNodes)}},function(e,bv){b.fn[e]=function(by,bw){var bx=b.map(this,bv,by);if(!ab.test(e)){bw=by}if(bw&&typeof bw==="string"){bx=b.filter(bw,bx)}bx=this.length>1&&!ay[e]?b.unique(bx):bx;if((this.length>1||a9.test(bw))&&aq.test(e)){bx=bx.reverse()}return this.pushStack(bx,e,P.call(arguments).join(","))}});b.extend({filter:function(bw,e,bv){if(bv){bw=":not("+bw+")"}return e.length===1?b.find.matchesSelector(e[0],bw)?[e[0]]:[]:b.find.matches(bw,e)},dir:function(bw,bv,by){var e=[],bx=bw[bv];while(bx&&bx.nodeType!==9&&(by===L||bx.nodeType!==1||!b(bx).is(by))){if(bx.nodeType===1){e.push(bx)}bx=bx[bv]}return e},nth:function(by,e,bw,bx){e=e||1;var bv=0;for(;by;by=by[bw]){if(by.nodeType===1&&++bv===e){break}}return by},sibling:function(bw,bv){var e=[];for(;bw;bw=bw.nextSibling){if(bw.nodeType===1&&bw!==bv){e.push(bw)}}return e}});function aG(bx,bw,e){bw=bw||0;if(b.isFunction(bw)){return b.grep(bx,function(bz,by){var bA=!!bw.call(bz,by,bz);return bA===e})}else{if(bw.nodeType){return b.grep(bx,function(bz,by){return(bz===bw)===e})}else{if(typeof bw==="string"){var bv=b.grep(bx,function(by){return by.nodeType===1});if(bp.test(bw)){return b.filter(bw,bv,!e)}else{bw=b.filter(bw,bv)}}}}return b.grep(bx,function(bz,by){return(b.inArray(bz,bw)>=0)===e})}function a(e){var bw=aR.split("|"),bv=e.createDocumentFragment();if(bv.createElement){while(bw.length){bv.createElement(bw.pop())}}return bv}var aR="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ag=/ jQuery\d+="(?:\d+|null)"/g,ar=/^\s+/,R=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,d=/<([\w:]+)/,w=/",""],legend:[1,""," "],thead:[1,""],tr:[2,""],td:[3,""],col:[2,""],area:[1,""," "],_default:[0,"",""]},ac=a(av);ax.optgroup=ax.option;ax.tbody=ax.tfoot=ax.colgroup=ax.caption=ax.thead;ax.th=ax.td;if(!b.support.htmlSerialize){ax._default=[1,"div","
"]}b.fn.extend({text:function(e){if(b.isFunction(e)){return this.each(function(bw){var bv=b(this);bv.text(e.call(this,bw,bv.text()))})}if(typeof e!=="object"&&e!==L){return this.empty().append((this[0]&&this[0].ownerDocument||av).createTextNode(e))}return b.text(this)},wrapAll:function(e){if(b.isFunction(e)){return this.each(function(bw){b(this).wrapAll(e.call(this,bw))})}if(this[0]){var bv=b(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bv.insertBefore(this[0])}bv.map(function(){var bw=this;while(bw.firstChild&&bw.firstChild.nodeType===1){bw=bw.firstChild}return bw}).append(this)}return this},wrapInner:function(e){if(b.isFunction(e)){return this.each(function(bv){b(this).wrapInner(e.call(this,bv))})}return this.each(function(){var bv=b(this),bw=bv.contents();if(bw.length){bw.wrapAll(e)}else{bv.append(e)}})},wrap:function(e){var bv=b.isFunction(e);return this.each(function(bw){b(this).wrapAll(bv?e.call(this,bw):e)})},unwrap:function(){return this.parent().each(function(){if(!b.nodeName(this,"body")){b(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this)})}else{if(arguments.length){var e=b.clean(arguments);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,b.clean(arguments));return e}}},remove:function(e,bx){for(var bv=0,bw;(bw=this[bv])!=null;bv++){if(!e||b.filter(e,[bw]).length){if(!bx&&bw.nodeType===1){b.cleanData(bw.getElementsByTagName("*"));b.cleanData([bw])}if(bw.parentNode){bw.parentNode.removeChild(bw)}}}return this},empty:function(){for(var e=0,bv;(bv=this[e])!=null;e++){if(bv.nodeType===1){b.cleanData(bv.getElementsByTagName("*"))}while(bv.firstChild){bv.removeChild(bv.firstChild)}}return this},clone:function(bv,e){bv=bv==null?false:bv;e=e==null?bv:e;return this.map(function(){return b.clone(this,bv,e)})},html:function(bx){if(bx===L){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ag,""):null}else{if(typeof bx==="string"&&!ae.test(bx)&&(b.support.leadingWhitespace||!ar.test(bx))&&!ax[(d.exec(bx)||["",""])[1].toLowerCase()]){bx=bx.replace(R,"<$1>$2>");try{for(var bw=0,bv=this.length;bw1&&bw0?this.clone(true):this).get();b(bC[bA])[bv](by);bz=bz.concat(by)}return this.pushStack(bz,e,bC.selector)}}});function bg(e){if(typeof e.getElementsByTagName!=="undefined"){return e.getElementsByTagName("*")}else{if(typeof e.querySelectorAll!=="undefined"){return e.querySelectorAll("*")}else{return[]}}}function az(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function E(e){var bv=(e.nodeName||"").toLowerCase();if(bv==="input"){az(e)}else{if(bv!=="script"&&typeof e.getElementsByTagName!=="undefined"){b.grep(e.getElementsByTagName("input"),az)}}}function al(e){var bv=av.createElement("div");ac.appendChild(bv);bv.innerHTML=e.outerHTML;return bv.firstChild}b.extend({clone:function(by,bA,bw){var e,bv,bx,bz=b.support.html5Clone||!ah.test("<"+by.nodeName)?by.cloneNode(true):al(by);if((!b.support.noCloneEvent||!b.support.noCloneChecked)&&(by.nodeType===1||by.nodeType===11)&&!b.isXMLDoc(by)){ai(by,bz);e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){if(bv[bx]){ai(e[bx],bv[bx])}}}if(bA){t(by,bz);if(bw){e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){t(e[bx],bv[bx])}}}e=bv=null;return bz},clean:function(bw,by,bH,bA){var bF;by=by||av;if(typeof by.createElement==="undefined"){by=by.ownerDocument||by[0]&&by[0].ownerDocument||av}var bI=[],bB;for(var bE=0,bz;(bz=bw[bE])!=null;bE++){if(typeof bz==="number"){bz+=""}if(!bz){continue}if(typeof bz==="string"){if(!W.test(bz)){bz=by.createTextNode(bz)}else{bz=bz.replace(R,"<$1>$2>");var bK=(d.exec(bz)||["",""])[1].toLowerCase(),bx=ax[bK]||ax._default,bD=bx[0],bv=by.createElement("div");if(by===av){ac.appendChild(bv)}else{a(by).appendChild(bv)}bv.innerHTML=bx[1]+bz+bx[2];while(bD--){bv=bv.lastChild}if(!b.support.tbody){var e=w.test(bz),bC=bK==="table"&&!e?bv.firstChild&&bv.firstChild.childNodes:bx[1]===""&&!e?bv.childNodes:[];for(bB=bC.length-1;bB>=0;--bB){if(b.nodeName(bC[bB],"tbody")&&!bC[bB].childNodes.length){bC[bB].parentNode.removeChild(bC[bB])}}}if(!b.support.leadingWhitespace&&ar.test(bz)){bv.insertBefore(by.createTextNode(ar.exec(bz)[0]),bv.firstChild)}bz=bv.childNodes}}var bG;if(!b.support.appendChecked){if(bz[0]&&typeof(bG=bz.length)==="number"){for(bB=0;bB=0){return bx+"px"}}else{return bx}}}});if(!b.support.opacity){b.cssHooks.opacity={get:function(bv,e){return au.test((e&&bv.currentStyle?bv.currentStyle.filter:bv.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(by,bz){var bx=by.style,bv=by.currentStyle,e=b.isNumeric(bz)?"alpha(opacity="+bz*100+")":"",bw=bv&&bv.filter||bx.filter||"";bx.zoom=1;if(bz>=1&&b.trim(bw.replace(ak,""))===""){bx.removeAttribute("filter");if(bv&&!bv.filter){return}}bx.filter=ak.test(bw)?bw.replace(ak,e):bw+" "+e}}}b(function(){if(!b.support.reliableMarginRight){b.cssHooks.marginRight={get:function(bw,bv){var e;b.swap(bw,{display:"inline-block"},function(){if(bv){e=Z(bw,"margin-right","marginRight")}else{e=bw.style.marginRight}});return e}}}});if(av.defaultView&&av.defaultView.getComputedStyle){aI=function(by,bw){var bv,bx,e;bw=bw.replace(z,"-$1").toLowerCase();if((bx=by.ownerDocument.defaultView)&&(e=bx.getComputedStyle(by,null))){bv=e.getPropertyValue(bw);if(bv===""&&!b.contains(by.ownerDocument.documentElement,by)){bv=b.style(by,bw)}}return bv}}if(av.documentElement.currentStyle){aX=function(bz,bw){var bA,e,by,bv=bz.currentStyle&&bz.currentStyle[bw],bx=bz.style;if(bv===null&&bx&&(by=bx[bw])){bv=by}if(!bc.test(bv)&&bn.test(bv)){bA=bx.left;e=bz.runtimeStyle&&bz.runtimeStyle.left;if(e){bz.runtimeStyle.left=bz.currentStyle.left}bx.left=bw==="fontSize"?"1em":(bv||0);bv=bx.pixelLeft+"px";bx.left=bA;if(e){bz.runtimeStyle.left=e}}return bv===""?"auto":bv}}Z=aI||aX;function p(by,bw,bv){var bA=bw==="width"?by.offsetWidth:by.offsetHeight,bz=bw==="width"?an:a1,bx=0,e=bz.length;if(bA>0){if(bv!=="border"){for(;bx)<[^<]*)*<\/script>/gi,q=/^(?:select|textarea)/i,h=/\s+/,br=/([?&])_=[^&]*/,K=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,A=b.fn.load,aa={},r={},aE,s,aV=["*/"]+["*"];try{aE=bl.href}catch(aw){aE=av.createElement("a");aE.href="";aE=aE.href}s=K.exec(aE.toLowerCase())||[];function f(e){return function(by,bA){if(typeof by!=="string"){bA=by;by="*"}if(b.isFunction(bA)){var bx=by.toLowerCase().split(h),bw=0,bz=bx.length,bv,bB,bC;for(;bw=0){var e=bw.slice(by,bw.length);bw=bw.slice(0,by)}var bx="GET";if(bz){if(b.isFunction(bz)){bA=bz;bz=L}else{if(typeof bz==="object"){bz=b.param(bz,b.ajaxSettings.traditional);bx="POST"}}}var bv=this;b.ajax({url:bw,type:bx,dataType:"html",data:bz,complete:function(bC,bB,bD){bD=bC.responseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?b("").append(bD.replace(a6,"")).find(e):bD)}if(bA){bv.each(bA,[bD,bB,bC])}}});return this},serialize:function(){return b.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?b.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||aZ.test(this.type))}).map(function(e,bv){var bw=b(this).val();return bw==null?null:b.isArray(bw)?b.map(bw,function(by,bx){return{name:bv.name,value:by.replace(bs,"\r\n")}}):{name:bv.name,value:bw.replace(bs,"\r\n")}}).get()}});b.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bv){b.fn[bv]=function(bw){return this.on(bv,bw)}});b.each(["get","post"],function(e,bv){b[bv]=function(bw,by,bz,bx){if(b.isFunction(by)){bx=bx||bz;bz=by;by=L}return b.ajax({type:bv,url:bw,data:by,success:bz,dataType:bx})}});b.extend({getScript:function(e,bv){return b.get(e,L,bv,"script")},getJSON:function(e,bv,bw){return b.get(e,bv,bw,"json")},ajaxSetup:function(bv,e){if(e){am(bv,b.ajaxSettings)}else{e=bv;bv=b.ajaxSettings}am(bv,e);return bv},ajaxSettings:{url:aE,isLocal:aM.test(s[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":aV},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":bb.String,"text html":true,"text json":b.parseJSON,"text xml":b.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:f(aa),ajaxTransport:f(r),ajax:function(bz,bx){if(typeof bz==="object"){bx=bz;bz=L}bx=bx||{};var bD=b.ajaxSetup({},bx),bS=bD.context||bD,bG=bS!==bD&&(bS.nodeType||bS instanceof b)?b(bS):b.event,bR=b.Deferred(),bN=b.Callbacks("once memory"),bB=bD.statusCode||{},bC,bH={},bO={},bQ,by,bL,bE,bI,bA=0,bw,bK,bJ={readyState:0,setRequestHeader:function(bT,bU){if(!bA){var e=bT.toLowerCase();bT=bO[e]=bO[e]||bT;bH[bT]=bU}return this},getAllResponseHeaders:function(){return bA===2?bQ:null},getResponseHeader:function(bT){var e;if(bA===2){if(!by){by={};while((e=aD.exec(bQ))){by[e[1].toLowerCase()]=e[2]}}e=by[bT.toLowerCase()]}return e===L?null:e},overrideMimeType:function(e){if(!bA){bD.mimeType=e}return this},abort:function(e){e=e||"abort";if(bL){bL.abort(e)}bF(0,e);return this}};function bF(bZ,bU,b0,bW){if(bA===2){return}bA=2;if(bE){clearTimeout(bE)}bL=L;bQ=bW||"";bJ.readyState=bZ>0?4:0;var bT,b4,b3,bX=bU,bY=b0?bj(bD,bJ,b0):L,bV,b2;if(bZ>=200&&bZ<300||bZ===304){if(bD.ifModified){if((bV=bJ.getResponseHeader("Last-Modified"))){b.lastModified[bC]=bV}if((b2=bJ.getResponseHeader("Etag"))){b.etag[bC]=b2}}if(bZ===304){bX="notmodified";bT=true}else{try{b4=G(bD,bY);bX="success";bT=true}catch(b1){bX="parsererror";b3=b1}}}else{b3=bX;if(!bX||bZ){bX="error";if(bZ<0){bZ=0}}}bJ.status=bZ;bJ.statusText=""+(bU||bX);if(bT){bR.resolveWith(bS,[b4,bX,bJ])}else{bR.rejectWith(bS,[bJ,bX,b3])}bJ.statusCode(bB);bB=L;if(bw){bG.trigger("ajax"+(bT?"Success":"Error"),[bJ,bD,bT?b4:b3])}bN.fireWith(bS,[bJ,bX]);if(bw){bG.trigger("ajaxComplete",[bJ,bD]);if(!(--b.active)){b.event.trigger("ajaxStop")}}}bR.promise(bJ);bJ.success=bJ.done;bJ.error=bJ.fail;bJ.complete=bN.add;bJ.statusCode=function(bT){if(bT){var e;if(bA<2){for(e in bT){bB[e]=[bB[e],bT[e]]}}else{e=bT[bJ.status];bJ.then(e,e)}}return this};bD.url=((bz||bD.url)+"").replace(bq,"").replace(c,s[1]+"//");bD.dataTypes=b.trim(bD.dataType||"*").toLowerCase().split(h);if(bD.crossDomain==null){bI=K.exec(bD.url.toLowerCase());bD.crossDomain=!!(bI&&(bI[1]!=s[1]||bI[2]!=s[2]||(bI[3]||(bI[1]==="http:"?80:443))!=(s[3]||(s[1]==="http:"?80:443))))}if(bD.data&&bD.processData&&typeof bD.data!=="string"){bD.data=b.param(bD.data,bD.traditional)}aW(aa,bD,bx,bJ);if(bA===2){return false}bw=bD.global;bD.type=bD.type.toUpperCase();bD.hasContent=!aQ.test(bD.type);if(bw&&b.active++===0){b.event.trigger("ajaxStart")}if(!bD.hasContent){if(bD.data){bD.url+=(M.test(bD.url)?"&":"?")+bD.data;delete bD.data}bC=bD.url;if(bD.cache===false){var bv=b.now(),bP=bD.url.replace(br,"$1_="+bv);bD.url=bP+((bP===bD.url)?(M.test(bD.url)?"&":"?")+"_="+bv:"")}}if(bD.data&&bD.hasContent&&bD.contentType!==false||bx.contentType){bJ.setRequestHeader("Content-Type",bD.contentType)}if(bD.ifModified){bC=bC||bD.url;if(b.lastModified[bC]){bJ.setRequestHeader("If-Modified-Since",b.lastModified[bC])}if(b.etag[bC]){bJ.setRequestHeader("If-None-Match",b.etag[bC])}}bJ.setRequestHeader("Accept",bD.dataTypes[0]&&bD.accepts[bD.dataTypes[0]]?bD.accepts[bD.dataTypes[0]]+(bD.dataTypes[0]!=="*"?", "+aV+"; q=0.01":""):bD.accepts["*"]);for(bK in bD.headers){bJ.setRequestHeader(bK,bD.headers[bK])}if(bD.beforeSend&&(bD.beforeSend.call(bS,bJ,bD)===false||bA===2)){bJ.abort();return false}for(bK in {success:1,error:1,complete:1}){bJ[bK](bD[bK])}bL=aW(r,bD,bx,bJ);if(!bL){bF(-1,"No Transport")}else{bJ.readyState=1;if(bw){bG.trigger("ajaxSend",[bJ,bD])}if(bD.async&&bD.timeout>0){bE=setTimeout(function(){bJ.abort("timeout")},bD.timeout)}try{bA=1;bL.send(bH,bF)}catch(bM){if(bA<2){bF(-1,bM)}else{throw bM}}}return bJ},param:function(e,bw){var bv=[],by=function(bz,bA){bA=b.isFunction(bA)?bA():bA;bv[bv.length]=encodeURIComponent(bz)+"="+encodeURIComponent(bA)};if(bw===L){bw=b.ajaxSettings.traditional}if(b.isArray(e)||(e.jquery&&!b.isPlainObject(e))){b.each(e,function(){by(this.name,this.value)})}else{for(var bx in e){v(bx,e[bx],bw,by)}}return bv.join("&").replace(k,"+")}});function v(bw,by,bv,bx){if(b.isArray(by)){b.each(by,function(bA,bz){if(bv||ap.test(bw)){bx(bw,bz)}else{v(bw+"["+(typeof bz==="object"||b.isArray(bz)?bA:"")+"]",bz,bv,bx)}})}else{if(!bv&&by!=null&&typeof by==="object"){for(var e in by){v(bw+"["+e+"]",by[e],bv,bx)}}else{bx(bw,by)}}}b.extend({active:0,lastModified:{},etag:{}});function bj(bD,bC,bz){var bv=bD.contents,bB=bD.dataTypes,bw=bD.responseFields,by,bA,bx,e;for(bA in bw){if(bA in bz){bC[bw[bA]]=bz[bA]}}while(bB[0]==="*"){bB.shift();if(by===L){by=bD.mimeType||bC.getResponseHeader("content-type")}}if(by){for(bA in bv){if(bv[bA]&&bv[bA].test(by)){bB.unshift(bA);break}}}if(bB[0] in bz){bx=bB[0]}else{for(bA in bz){if(!bB[0]||bD.converters[bA+" "+bB[0]]){bx=bA;break}if(!e){e=bA}}bx=bx||e}if(bx){if(bx!==bB[0]){bB.unshift(bx)}return bz[bx]}}function G(bH,bz){if(bH.dataFilter){bz=bH.dataFilter(bz,bH.dataType)}var bD=bH.dataTypes,bG={},bA,bE,bw=bD.length,bB,bC=bD[0],bx,by,bF,bv,e;for(bA=1;bA
=bw.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();bw.animatedProperties[this.prop]=true;for(bA in bw.animatedProperties){if(bw.animatedProperties[bA]!==true){e=false}}if(e){if(bw.overflow!=null&&!b.support.shrinkWrapBlocks){b.each(["","X","Y"],function(bC,bD){bz.style["overflow"+bD]=bw.overflow[bC]})}if(bw.hide){b(bz).hide()}if(bw.hide||bw.show){for(bA in bw.animatedProperties){b.style(bz,bA,bw.orig[bA]);b.removeData(bz,"fxshow"+bA,true);b.removeData(bz,"toggle"+bA,true)}}bv=bw.complete;if(bv){bw.complete=false;bv.call(bz)}}return false}else{if(bw.duration==Infinity){this.now=bx}else{bB=bx-this.startTime;this.state=bB/bw.duration;this.pos=b.easing[bw.animatedProperties[this.prop]](this.state,bB,0,1,bw.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};b.extend(b.fx,{tick:function(){var bw,bv=b.timers,e=0;for(;e").appendTo(e),bw=bv.css("display");bv.remove();if(bw==="none"||bw===""){if(!a8){a8=av.createElement("iframe");a8.frameBorder=a8.width=a8.height=0}e.appendChild(a8);if(!m||!a8.createElement){m=(a8.contentWindow||a8.contentDocument).document;m.write((av.compatMode==="CSS1Compat"?"":"")+"");m.close()}bv=m.createElement(bx);m.body.appendChild(bv);bw=b.css(bv,"display");e.removeChild(a8)}Q[bx]=bw}return Q[bx]}var V=/^t(?:able|d|h)$/i,ad=/^(?:body|html)$/i;if("getBoundingClientRect" in av.documentElement){b.fn.offset=function(bI){var by=this[0],bB;if(bI){return this.each(function(e){b.offset.setOffset(this,bI,e)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return b.offset.bodyOffset(by)}try{bB=by.getBoundingClientRect()}catch(bF){}var bH=by.ownerDocument,bw=bH.documentElement;if(!bB||!b.contains(bw,by)){return bB?{top:bB.top,left:bB.left}:{top:0,left:0}}var bC=bH.body,bD=aK(bH),bA=bw.clientTop||bC.clientTop||0,bE=bw.clientLeft||bC.clientLeft||0,bv=bD.pageYOffset||b.support.boxModel&&bw.scrollTop||bC.scrollTop,bz=bD.pageXOffset||b.support.boxModel&&bw.scrollLeft||bC.scrollLeft,bG=bB.top+bv-bA,bx=bB.left+bz-bE;return{top:bG,left:bx}}}else{b.fn.offset=function(bF){var bz=this[0];if(bF){return this.each(function(bG){b.offset.setOffset(this,bF,bG)})}if(!bz||!bz.ownerDocument){return null}if(bz===bz.ownerDocument.body){return b.offset.bodyOffset(bz)}var bC,bw=bz.offsetParent,bv=bz,bE=bz.ownerDocument,bx=bE.documentElement,bA=bE.body,bB=bE.defaultView,e=bB?bB.getComputedStyle(bz,null):bz.currentStyle,bD=bz.offsetTop,by=bz.offsetLeft;while((bz=bz.parentNode)&&bz!==bA&&bz!==bx){if(b.support.fixedPosition&&e.position==="fixed"){break}bC=bB?bB.getComputedStyle(bz,null):bz.currentStyle;bD-=bz.scrollTop;by-=bz.scrollLeft;if(bz===bw){bD+=bz.offsetTop;by+=bz.offsetLeft;if(b.support.doesNotAddBorder&&!(b.support.doesAddBorderForTableAndCells&&V.test(bz.nodeName))){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}bv=bw;bw=bz.offsetParent}if(b.support.subtractsBorderForOverflowNotVisible&&bC.overflow!=="visible"){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}e=bC}if(e.position==="relative"||e.position==="static"){bD+=bA.offsetTop;by+=bA.offsetLeft}if(b.support.fixedPosition&&e.position==="fixed"){bD+=Math.max(bx.scrollTop,bA.scrollTop);by+=Math.max(bx.scrollLeft,bA.scrollLeft)}return{top:bD,left:by}}}b.offset={bodyOffset:function(e){var bw=e.offsetTop,bv=e.offsetLeft;if(b.support.doesNotIncludeMarginInBodyOffset){bw+=parseFloat(b.css(e,"marginTop"))||0;bv+=parseFloat(b.css(e,"marginLeft"))||0}return{top:bw,left:bv}},setOffset:function(bx,bG,bA){var bB=b.css(bx,"position");if(bB==="static"){bx.style.position="relative"}var bz=b(bx),bv=bz.offset(),e=b.css(bx,"top"),bE=b.css(bx,"left"),bF=(bB==="absolute"||bB==="fixed")&&b.inArray("auto",[e,bE])>-1,bD={},bC={},bw,by;if(bF){bC=bz.position();bw=bC.top;by=bC.left}else{bw=parseFloat(e)||0;by=parseFloat(bE)||0}if(b.isFunction(bG)){bG=bG.call(bx,bA,bv)}if(bG.top!=null){bD.top=(bG.top-bv.top)+bw}if(bG.left!=null){bD.left=(bG.left-bv.left)+by}if("using" in bG){bG.using.call(bx,bD)}else{bz.css(bD)}}};b.fn.extend({position:function(){if(!this[0]){return null}var bw=this[0],bv=this.offsetParent(),bx=this.offset(),e=ad.test(bv[0].nodeName)?{top:0,left:0}:bv.offset();bx.top-=parseFloat(b.css(bw,"marginTop"))||0;bx.left-=parseFloat(b.css(bw,"marginLeft"))||0;e.top+=parseFloat(b.css(bv[0],"borderTopWidth"))||0;e.left+=parseFloat(b.css(bv[0],"borderLeftWidth"))||0;return{top:bx.top-e.top,left:bx.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||av.body;while(e&&(!ad.test(e.nodeName)&&b.css(e,"position")==="static")){e=e.offsetParent}return e})}});b.each(["Left","Top"],function(bv,e){var bw="scroll"+e;b.fn[bw]=function(bz){var bx,by;if(bz===L){bx=this[0];if(!bx){return null}by=aK(bx);return by?("pageXOffset" in by)?by[bv?"pageYOffset":"pageXOffset"]:b.support.boxModel&&by.document.documentElement[bw]||by.document.body[bw]:bx[bw]}return this.each(function(){by=aK(this);if(by){by.scrollTo(!bv?bz:b(by).scrollLeft(),bv?bz:b(by).scrollTop())}else{this[bw]=bz}})}});function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}b.each(["Height","Width"],function(bv,e){var bw=e.toLowerCase();b.fn["inner"+e]=function(){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,"padding")):this[bw]():null};b.fn["outer"+e]=function(by){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,by?"margin":"border")):this[bw]():null};b.fn[bw]=function(bz){var bA=this[0];if(!bA){return bz==null?null:this}if(b.isFunction(bz)){return this.each(function(bE){var bD=b(this);bD[bw](bz.call(this,bE,bD[bw]()))})}if(b.isWindow(bA)){var bB=bA.document.documentElement["client"+e],bx=bA.document.body;return bA.document.compatMode==="CSS1Compat"&&bB||bx&&bx["client"+e]||bB}else{if(bA.nodeType===9){return Math.max(bA.documentElement["client"+e],bA.body["scroll"+e],bA.documentElement["scroll"+e],bA.body["offset"+e],bA.documentElement["offset"+e])}else{if(bz===L){var bC=b.css(bA,bw),by=parseFloat(bC);return b.isNumeric(by)?by:bC}else{return this.css(bw,typeof bz==="string"?bz:bz+"px")}}}}});bb.jQuery=bb.$=b;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return b})}})(window);/*
+ * jQuery UI 1.8.18
+ *
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI
+ */
+(function(a,d){a.ui=a.ui||{};if(a.ui.version){return}a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(e,f){return typeof e==="number"?this.each(function(){var g=this;setTimeout(function(){a(g).focus();if(f){f.call(g)}},e)}):this._focus.apply(this,arguments)},scrollParent:function(){var e;if((a.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){e=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(a.curCSS(this,"position",1))&&(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}else{e=this.parents().filter(function(){return(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!e.length?a(document):e},zIndex:function(h){if(h!==d){return this.css("zIndex",h)}if(this.length){var f=a(this[0]),e,g;while(f.length&&f[0]!==document){e=f.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){g=parseInt(f.css("zIndex"),10);if(!isNaN(g)&&g!==0){return g}}f=f.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(e){e.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});a.each(["Width","Height"],function(g,e){var f=e==="Width"?["Left","Right"]:["Top","Bottom"],h=e.toLowerCase(),k={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};function j(m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"padding"+this,true))||0;if(i){l-=parseFloat(a.curCSS(m,"border"+this+"Width",true))||0}if(n){l-=parseFloat(a.curCSS(m,"margin"+this,true))||0}});return l}a.fn["inner"+e]=function(i){if(i===d){return k["inner"+e].call(this)}return this.each(function(){a(this).css(h,j(this,i)+"px")})};a.fn["outer"+e]=function(i,l){if(typeof i!=="number"){return k["outer"+e].call(this,i)}return this.each(function(){a(this).css(h,j(this,i,true,l)+"px")})}});function c(g,e){var j=g.nodeName.toLowerCase();if("area"===j){var i=g.parentNode,h=i.name,f;if(!g.href||!h||i.nodeName.toLowerCase()!=="map"){return false}f=a("img[usemap=#"+h+"]")[0];return !!f&&b(f)}return(/input|select|textarea|button|object/.test(j)?!g.disabled:"a"==j?g.href||e:e)&&b(g)}function b(e){return !a(e).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}a.extend(a.expr[":"],{data:function(g,f,e){return !!a.data(g,e[3])},focusable:function(e){return c(e,!isNaN(a.attr(e,"tabindex")))},tabbable:function(g){var e=a.attr(g,"tabindex"),f=isNaN(e);return(f||e>=0)&&c(g,!f)}});a(function(){var e=document.body,f=e.appendChild(f=document.createElement("div"));f.offsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.support.minHeight=f.offsetHeight===100;a.support.selectstart="onselectstart" in f;e.removeChild(f).style.display="none"});a.extend(a.ui,{plugin:{add:function(f,g,j){var h=a.ui[f].prototype;for(var e in j){h.plugins[e]=h.plugins[e]||[];h.plugins[e].push([g,j[e]])}},call:function(e,g,f){var j=e.plugins[g];if(!j||!e.element[0].parentNode){return}for(var h=0;h0){return true}h[e]=1;g=(h[e]>0);h[e]=0;return g},isOverAxis:function(f,e,g){return(f>e)&&(f<(e+g))},isOver:function(j,f,i,h,e,g){return a.ui.isOverAxis(j,i,e)&&a.ui.isOverAxis(f,h,g)}})})(jQuery);/*
+ * jQuery UI Widget 1.8.18
+ *
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Widget
+ */
+(function(b,d){if(b.cleanData){var c=b.cleanData;b.cleanData=function(f){for(var g=0,h;(h=f[g])!=null;g++){try{b(h).triggerHandler("remove")}catch(j){}}c(f)}}else{var a=b.fn.remove;b.fn.remove=function(e,f){return this.each(function(){if(!f){if(!e||b.filter(e,[this]).length){b("*",this).add([this]).each(function(){try{b(this).triggerHandler("remove")}catch(g){}})}}return a.call(b(this),e,f)})}}b.widget=function(f,h,e){var g=f.split(".")[0],j;f=f.split(".")[1];j=g+"-"+f;if(!e){e=h;h=b.Widget}b.expr[":"][j]=function(k){return !!b.data(k,f)};b[g]=b[g]||{};b[g][f]=function(k,l){if(arguments.length){this._createWidget(k,l)}};var i=new h();i.options=b.extend(true,{},i.options);b[g][f].prototype=b.extend(true,i,{namespace:g,widgetName:f,widgetEventPrefix:b[g][f].prototype.widgetEventPrefix||f,widgetBaseClass:j},e);b.widget.bridge(f,b[g][f])};b.widget.bridge=function(f,e){b.fn[f]=function(i){var g=typeof i==="string",h=Array.prototype.slice.call(arguments,1),j=this;i=!g&&h.length?b.extend.apply(null,[true,i].concat(h)):i;if(g&&i.charAt(0)==="_"){return j}if(g){this.each(function(){var k=b.data(this,f),l=k&&b.isFunction(k[i])?k[i].apply(k,h):k;if(l!==k&&l!==d){j=l;return false}})}else{this.each(function(){var k=b.data(this,f);if(k){k.option(i||{})._init()}else{b.data(this,f,new e(i,this))}})}return j}};b.Widget=function(e,f){if(arguments.length){this._createWidget(e,f)}};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(f,g){b.data(g,this.widgetName,this);this.element=b(g);this.options=b.extend(true,{},this.options,this._getCreateOptions(),f);var e=this;this.element.bind("remove."+this.widgetName,function(){e.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(f,g){var e=f;if(arguments.length===0){return b.extend({},this.options)}if(typeof f==="string"){if(g===d){return this.options[f]}e={};e[f]=g}this._setOptions(e);return this},_setOptions:function(f){var e=this;b.each(f,function(g,h){e._setOption(g,h)});return this},_setOption:function(e,f){this.options[e]=f;if(e==="disabled"){this.widget()[f?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",f)}return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(e,f,g){var j,i,h=this.options[e];g=g||{};f=b.Event(f);f.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase();f.target=this.element[0];i=f.originalEvent;if(i){for(j in i){if(!(j in f)){f[j]=i[j]}}}this.element.trigger(f,g);return !(b.isFunction(h)&&h.call(this.element[0],f,g)===false||f.isDefaultPrevented())}}})(jQuery);/*
+ * jQuery UI Mouse 1.8.18
+ *
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Mouse
+ *
+ * Depends:
+ * jquery.ui.widget.js
+ */
+(function(b,c){var a=false;b(document).mouseup(function(d){a=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedown."+this.widgetName,function(e){return d._mouseDown(e)}).bind("click."+this.widgetName,function(e){if(true===b.data(e.target,d.widgetName+".preventClickEvent")){b.removeData(e.target,d.widgetName+".preventClickEvent");e.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(f){if(a){return}(this._mouseStarted&&this._mouseUp(f));this._mouseDownEvent=f;var e=this,g=(f.which==1),d=(typeof this.options.cancel=="string"&&f.target.nodeName?b(f.target).closest(this.options.cancel).length:false);if(!g||d||!this._mouseCapture(f)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){e.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(f)&&this._mouseDelayMet(f)){this._mouseStarted=(this._mouseStart(f)!==false);if(!this._mouseStarted){f.preventDefault();return true}}if(true===b.data(f.target,this.widgetName+".preventClickEvent")){b.removeData(f.target,this.widgetName+".preventClickEvent")}this._mouseMoveDelegate=function(h){return e._mouseMove(h)};this._mouseUpDelegate=function(h){return e._mouseUp(h)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);f.preventDefault();a=true;return true},_mouseMove:function(d){if(b.browser.msie&&!(document.documentMode>=9)&&!d.button){return this._mouseUp(d)}if(this._mouseStarted){this._mouseDrag(d);return d.preventDefault()}if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,d)!==false);(this._mouseStarted?this._mouseDrag(d):this._mouseUp(d))}return !this._mouseStarted},_mouseUp:function(d){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;if(d.target==this._mouseDownEvent.target){b.data(d.target,this.widgetName+".preventClickEvent",true)}this._mouseStop(d)}return false},_mouseDistanceMet:function(d){return(Math.max(Math.abs(this._mouseDownEvent.pageX-d.pageX),Math.abs(this._mouseDownEvent.pageY-d.pageY))>=this.options.distance)},_mouseDelayMet:function(d){return this.mouseDelayMet},_mouseStart:function(d){},_mouseDrag:function(d){},_mouseStop:function(d){},_mouseCapture:function(d){return true}})})(jQuery);(function(c,d){c.widget("ui.resizable",c.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000},_create:function(){var f=this,k=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(k.aspectRatio),aspectRatio:k.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:k.helper||k.ghost||k.animate?k.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){this.element.wrap(c('
').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=k.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var l=this.handles.split(",");this.handles={};for(var g=0;g ');if(/sw|se|ne|nw/.test(j)){h.css({zIndex:++k.zIndex})}if("se"==j){h.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[j]=".ui-resizable-"+j;this.element.append(h)}}this._renderAxis=function(q){q=q||this.element;for(var n in this.handles){if(this.handles[n].constructor==String){this.handles[n]=c(this.handles[n],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var o=c(this.handles[n],this.element),p=0;p=/sw|ne|nw|se|n|s/.test(n)?o.outerHeight():o.outerWidth();var m=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join("");q.css(m,p);this._proportionallyResize()}if(!c(this.handles[n]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!f.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}f.axis=i&&i[1]?i[1]:"se"}});if(k.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){if(k.disabled){return}c(this).removeClass("ui-resizable-autohide");f._handles.show()},function(){if(k.disabled){return}if(!f.resizing){c(this).addClass("ui-resizable-autohide");f._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var e=function(g){c(g).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){e(this.element);var f=this.element;f.after(this.originalElement.css({position:f.css("position"),width:f.outerWidth(),height:f.outerHeight(),top:f.css("top"),left:f.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);e(this.originalElement);return this},_mouseCapture:function(f){var g=false;for(var e in this.handles){if(c(this.handles[e])[0]==f.target){g=true}}return !this.options.disabled&&g},_mouseStart:function(g){var j=this.options,f=this.element.position(),e=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(e.is(".ui-draggable")||(/absolute/).test(e.css("position"))){e.css({position:"absolute",top:f.top,left:f.left})}this._renderProxy();var k=b(this.helper.css("left")),h=b(this.helper.css("top"));if(j.containment){k+=c(j.containment).scrollLeft()||0;h+=c(j.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:k,top:h};this.size=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalSize=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalPosition={left:k,top:h};this.sizeDiff={width:e.outerWidth()-e.width(),height:e.outerHeight()-e.height()};this.originalMousePosition={left:g.pageX,top:g.pageY};this.aspectRatio=(typeof j.aspectRatio=="number")?j.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var i=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",i=="auto"?this.axis+"-resize":i);e.addClass("ui-resizable-resizing");this._propagate("start",g);return true},_mouseDrag:function(e){var h=this.helper,g=this.options,m={},q=this,j=this.originalMousePosition,n=this.axis;var r=(e.pageX-j.left)||0,p=(e.pageY-j.top)||0;var i=this._change[n];if(!i){return false}var l=i.apply(this,[e,r,p]),k=c.browser.msie&&c.browser.version<7,f=this.sizeDiff;this._updateVirtualBoundaries(e.shiftKey);if(this._aspectRatio||e.shiftKey){l=this._updateRatio(l,e)}l=this._respectSize(l,e);this._propagate("resize",e);h.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(l);this._trigger("resize",e,this.ui());return false},_mouseStop:function(h){this.resizing=false;var i=this.options,m=this;if(this._helper){var g=this._proportionallyResizeElements,e=g.length&&(/textarea/i).test(g[0].nodeName),f=e&&c.ui.hasScroll(g[0],"left")?0:m.sizeDiff.height,k=e?0:m.sizeDiff.width;var n={width:(m.helper.width()-k),height:(m.helper.height()-f)},j=(parseInt(m.element.css("left"),10)+(m.position.left-m.originalPosition.left))||null,l=(parseInt(m.element.css("top"),10)+(m.position.top-m.originalPosition.top))||null;if(!i.animate){this.element.css(c.extend(n,{top:l,left:j}))}m.helper.height(m.size.height);m.helper.width(m.size.width);if(this._helper&&!i.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",h);if(this._helper){this.helper.remove()}return false},_updateVirtualBoundaries:function(g){var j=this.options,i,h,f,k,e;e={minWidth:a(j.minWidth)?j.minWidth:0,maxWidth:a(j.maxWidth)?j.maxWidth:Infinity,minHeight:a(j.minHeight)?j.minHeight:0,maxHeight:a(j.maxHeight)?j.maxHeight:Infinity};if(this._aspectRatio||g){i=e.minHeight*this.aspectRatio;f=e.minWidth/this.aspectRatio;h=e.maxHeight*this.aspectRatio;k=e.maxWidth/this.aspectRatio;if(i>e.minWidth){e.minWidth=i}if(f>e.minHeight){e.minHeight=f}if(hl.width),s=a(l.height)&&i.minHeight&&(i.minHeight>l.height);if(h){l.width=i.minWidth}if(s){l.height=i.minHeight}if(t){l.width=i.maxWidth}if(m){l.height=i.maxHeight}var f=this.originalPosition.left+this.originalSize.width,p=this.position.top+this.size.height;var k=/sw|nw|w/.test(q),e=/nw|ne|n/.test(q);if(h&&k){l.left=f-i.minWidth}if(t&&k){l.left=f-i.maxWidth}if(s&&e){l.top=p-i.minHeight}if(m&&e){l.top=p-i.maxHeight}var n=!l.width&&!l.height;if(n&&!l.left&&l.top){l.top=null}else{if(n&&!l.top&&l.left){l.left=null}}return l},_proportionallyResize:function(){var k=this.options;if(!this._proportionallyResizeElements.length){return}var g=this.helper||this.element;for(var f=0;f');var e=c.browser.msie&&c.browser.version<7,g=(e?1:0),h=(e?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+h,height:this.element.outerHeight()+h,position:"absolute",left:this.elementOffset.left-g+"px",top:this.elementOffset.top-g+"px",zIndex:++i.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(g,f,e){return{width:this.originalSize.width+f}},w:function(h,f,e){var j=this.options,g=this.originalSize,i=this.originalPosition;return{left:i.left+f,width:g.width-f}},n:function(h,f,e){var j=this.options,g=this.originalSize,i=this.originalPosition;return{top:i.top+e,height:g.height-e}},s:function(g,f,e){return{height:this.originalSize.height+e}},se:function(g,f,e){return c.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[g,f,e]))},sw:function(g,f,e){return c.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[g,f,e]))},ne:function(g,f,e){return c.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[g,f,e]))},nw:function(g,f,e){return c.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[g,f,e]))}},_propagate:function(f,e){c.ui.plugin.call(this,f,[e,this.ui()]);(f!="resize"&&this._trigger(f,e,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});c.extend(c.ui.resizable,{version:"1.8.18"});c.ui.plugin.add("resizable","alsoResize",{start:function(f,g){var e=c(this).data("resizable"),i=e.options;var h=function(j){c(j).each(function(){var k=c(this);k.data("resizable-alsoresize",{width:parseInt(k.width(),10),height:parseInt(k.height(),10),left:parseInt(k.css("left"),10),top:parseInt(k.css("top"),10)})})};if(typeof(i.alsoResize)=="object"&&!i.alsoResize.parentNode){if(i.alsoResize.length){i.alsoResize=i.alsoResize[0];h(i.alsoResize)}else{c.each(i.alsoResize,function(j){h(j)})}}else{h(i.alsoResize)}},resize:function(g,i){var f=c(this).data("resizable"),j=f.options,h=f.originalSize,l=f.originalPosition;var k={height:(f.size.height-h.height)||0,width:(f.size.width-h.width)||0,top:(f.position.top-l.top)||0,left:(f.position.left-l.left)||0},e=function(m,n){c(m).each(function(){var q=c(this),r=c(this).data("resizable-alsoresize"),p={},o=n&&n.length?n:q.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];c.each(o,function(s,u){var t=(r[u]||0)+(k[u]||0);if(t&&t>=0){p[u]=t||null}});q.css(p)})};if(typeof(j.alsoResize)=="object"&&!j.alsoResize.nodeType){c.each(j.alsoResize,function(m,n){e(m,n)})}else{e(j.alsoResize)}},stop:function(e,f){c(this).removeData("resizable-alsoresize")}});c.ui.plugin.add("resizable","animate",{stop:function(i,n){var p=c(this).data("resizable"),j=p.options;var h=p._proportionallyResizeElements,e=h.length&&(/textarea/i).test(h[0].nodeName),f=e&&c.ui.hasScroll(h[0],"left")?0:p.sizeDiff.height,l=e?0:p.sizeDiff.width;var g={width:(p.size.width-l),height:(p.size.height-f)},k=(parseInt(p.element.css("left"),10)+(p.position.left-p.originalPosition.left))||null,m=(parseInt(p.element.css("top"),10)+(p.position.top-p.originalPosition.top))||null;p.element.animate(c.extend(g,m&&k?{top:m,left:k}:{}),{duration:j.animateDuration,easing:j.animateEasing,step:function(){var o={width:parseInt(p.element.css("width"),10),height:parseInt(p.element.css("height"),10),top:parseInt(p.element.css("top"),10),left:parseInt(p.element.css("left"),10)};if(h&&h.length){c(h[0]).css({width:o.width,height:o.height})}p._updateCache(o);p._propagate("resize",i)}})}});c.ui.plugin.add("resizable","containment",{start:function(f,r){var t=c(this).data("resizable"),j=t.options,l=t.element;var g=j.containment,k=(g instanceof c)?g.get(0):(/parent/.test(g))?l.parent().get(0):g;if(!k){return}t.containerElement=c(k);if(/document/.test(g)||g==document){t.containerOffset={left:0,top:0};t.containerPosition={left:0,top:0};t.parentData={element:c(document),left:0,top:0,width:c(document).width(),height:c(document).height()||document.body.parentNode.scrollHeight}}else{var n=c(k),i=[];c(["Top","Right","Left","Bottom"]).each(function(p,o){i[p]=b(n.css("padding"+o))});t.containerOffset=n.offset();t.containerPosition=n.position();t.containerSize={height:(n.innerHeight()-i[3]),width:(n.innerWidth()-i[1])};var q=t.containerOffset,e=t.containerSize.height,m=t.containerSize.width,h=(c.ui.hasScroll(k,"left")?k.scrollWidth:m),s=(c.ui.hasScroll(k)?k.scrollHeight:e);t.parentData={element:k,left:q.left,top:q.top,width:h,height:s}}},resize:function(g,q){var t=c(this).data("resizable"),i=t.options,f=t.containerSize,p=t.containerOffset,m=t.size,n=t.position,r=t._aspectRatio||g.shiftKey,e={top:0,left:0},h=t.containerElement;if(h[0]!=document&&(/static/).test(h.css("position"))){e=p}if(n.left<(t._helper?p.left:0)){t.size.width=t.size.width+(t._helper?(t.position.left-p.left):(t.position.left-e.left));if(r){t.size.height=t.size.width/i.aspectRatio}t.position.left=i.helper?p.left:0}if(n.top<(t._helper?p.top:0)){t.size.height=t.size.height+(t._helper?(t.position.top-p.top):t.position.top);if(r){t.size.width=t.size.height*i.aspectRatio}t.position.top=t._helper?p.top:0}t.offset.left=t.parentData.left+t.position.left;t.offset.top=t.parentData.top+t.position.top;var l=Math.abs((t._helper?t.offset.left-e.left:(t.offset.left-e.left))+t.sizeDiff.width),s=Math.abs((t._helper?t.offset.top-e.top:(t.offset.top-p.top))+t.sizeDiff.height);var k=t.containerElement.get(0)==t.element.parent().get(0),j=/relative|absolute/.test(t.containerElement.css("position"));if(k&&j){l-=t.parentData.left}if(l+t.size.width>=t.parentData.width){t.size.width=t.parentData.width-l;if(r){t.size.height=t.size.width/t.aspectRatio}}if(s+t.size.height>=t.parentData.height){t.size.height=t.parentData.height-s;if(r){t.size.width=t.size.height*t.aspectRatio}}},stop:function(f,n){var q=c(this).data("resizable"),g=q.options,l=q.position,m=q.containerOffset,e=q.containerPosition,i=q.containerElement;var j=c(q.helper),r=j.offset(),p=j.outerWidth()-q.sizeDiff.width,k=j.outerHeight()-q.sizeDiff.height;if(q._helper&&!g.animate&&(/relative/).test(i.css("position"))){c(this).css({left:r.left-e.left-m.left,width:p,height:k})}if(q._helper&&!g.animate&&(/static/).test(i.css("position"))){c(this).css({left:r.left-e.left-m.left,width:p,height:k})}}});c.ui.plugin.add("resizable","ghost",{start:function(g,h){var e=c(this).data("resizable"),i=e.options,f=e.size;e.ghost=e.originalElement.clone();e.ghost.css({opacity:0.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof i.ghost=="string"?i.ghost:"");e.ghost.appendTo(e.helper)},resize:function(f,g){var e=c(this).data("resizable"),h=e.options;if(e.ghost){e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})}},stop:function(f,g){var e=c(this).data("resizable"),h=e.options;if(e.ghost&&e.helper){e.helper.get(0).removeChild(e.ghost.get(0))}}});c.ui.plugin.add("resizable","grid",{resize:function(e,m){var p=c(this).data("resizable"),h=p.options,k=p.size,i=p.originalSize,j=p.originalPosition,n=p.axis,l=h._aspectRatio||e.shiftKey;h.grid=typeof h.grid=="number"?[h.grid,h.grid]:h.grid;var g=Math.round((k.width-i.width)/(h.grid[0]||1))*(h.grid[0]||1),f=Math.round((k.height-i.height)/(h.grid[1]||1))*(h.grid[1]||1);if(/^(se|s|e)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f}else{if(/^(ne)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f;p.position.top=j.top-f}else{if(/^(sw)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f;p.position.left=j.left-g}else{p.size.width=i.width+g;p.size.height=i.height+f;p.position.top=j.top-f;p.position.left=j.left-g}}}}});var b=function(e){return parseInt(e,10)||0};var a=function(e){return !isNaN(parseInt(e,10))}})(jQuery);/*
+ * jQuery hashchange event - v1.3 - 7/21/2010
+ * http://benalman.com/projects/jquery-hashchange-plugin/
+ *
+ * Copyright (c) 2010 "Cowboy" Ben Alman
+ * Dual licensed under the MIT and GPL licenses.
+ * http://benalman.com/about/license/
+ */
+(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$('').hide().one("load",function(){r||l(a());n()}).attr("src",r||"javascript:0").insertAfter("body")[0].contentWindow;h.onpropertychange=function(){try{if(event.propertyName==="title"){q.document.title=h.title}}catch(s){}}}};j.stop=k;o=function(){return a(q.location.href)};l=function(v,s){var u=q.document,t=$.fn[c].domain;if(v!==s){u.title=h.title;u.open();t&&u.write('
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/learnspelling_2data_2DataUtils_8java.html b/learnspelling_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..81c14ac0
--- /dev/null
+++ b/learnspelling_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/learnspelling_2data_2FetchXMLTask_8java.html b/learnspelling_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..13b6189b
--- /dev/null
+++ b/learnspelling_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/learnspelling_2fragment_2LastFragment_8java.html b/learnspelling_2fragment_2LastFragment_8java.html
new file mode 100644
index 00000000..802b58d9
--- /dev/null
+++ b/learnspelling_2fragment_2LastFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment/LastFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/learnspelling_2fragment_2MainFragment_8java.html b/learnspelling_2fragment_2MainFragment_8java.html
new file mode 100644
index 00000000..39fa489d
--- /dev/null
+++ b/learnspelling_2fragment_2MainFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment/MainFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/learnspelling_2fragment_2SplashFragment_8java.html b/learnspelling_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..e2f45c2b
--- /dev/null
+++ b/learnspelling_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/learnspelling/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/logo_bg_dark.png b/logo_bg_dark.png
new file mode 100644
index 00000000..36116c7f
Binary files /dev/null and b/logo_bg_dark.png differ
diff --git a/matchtemplate_2Constants_8java.html b/matchtemplate_2Constants_8java.html
new file mode 100644
index 00000000..78028d7a
--- /dev/null
+++ b/matchtemplate_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matchtemplate_2data_2DataUtils_8java.html b/matchtemplate_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..eba789f6
--- /dev/null
+++ b/matchtemplate_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matchtemplate_2data_2FetchXMLTask_8java.html b/matchtemplate_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..60ef6c86
--- /dev/null
+++ b/matchtemplate_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matchtemplate_2data_2MatchMetaModel_8java.html b/matchtemplate_2data_2MatchMetaModel_8java.html
new file mode 100644
index 00000000..e465e13b
--- /dev/null
+++ b/matchtemplate_2data_2MatchMetaModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchMetaModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matchtemplate_2data_2MatchModel_8java.html b/matchtemplate_2data_2MatchModel_8java.html
new file mode 100644
index 00000000..f86966ad
--- /dev/null
+++ b/matchtemplate_2data_2MatchModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/data/MatchModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matchtemplate_2fragment_2MainFragment_8java.html b/matchtemplate_2fragment_2MainFragment_8java.html
new file mode 100644
index 00000000..8f571a72
--- /dev/null
+++ b/matchtemplate_2fragment_2MainFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/fragment/MainFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matchtemplate_2fragment_2SplashFragment_8java.html b/matchtemplate_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..f9bab6ee
--- /dev/null
+++ b/matchtemplate_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/matchtemplate/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg.html b/namespaceorg.html
new file mode 100644
index 00000000..cc5aa7ca
--- /dev/null
+++ b/namespaceorg.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn.html b/namespaceorg_1_1buildmlearn.html
new file mode 100644
index 00000000..d53c1c50
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit.html b/namespaceorg_1_1buildmlearn_1_1toolkit.html
new file mode 100644
index 00000000..91bc42ce
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1activity.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1activity.html
new file mode 100644
index 00000000..f7848da3
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1activity.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.activity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1adapter.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1adapter.html
new file mode 100644
index 00000000..78a71e23
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1adapter.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.adapter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate.html
new file mode 100644
index 00000000..822c62c5
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.comprehensiontemplate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data.html
new file mode 100644
index 00000000..0bc58efe
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.comprehensiontemplate.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class ComprehensionContract
+ Contains database contracts for comprehension template's simulator.
+
+class ComprehensionDb
+ Contains database util functions for comprehension template's simulator. More...
+
+class ComprehensionDBHelper
+ DatabaseHelper for comprehension template's simulator.
+
+class DataUtils
+ Contains xml data utils for comprehension template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for comprehension template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment.html
new file mode 100644
index 00000000..b9fb5552
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.comprehensiontemplate.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1constant.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1constant.html
new file mode 100644
index 00000000..83d328f8
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1constant.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.constant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate.html
new file mode 100644
index 00000000..373ef8a9
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.dictationtemplate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter.html
new file mode 100644
index 00000000..10fc869d
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.dictationtemplate.adapter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data.html
new file mode 100644
index 00000000..02bc468a
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.dictationtemplate.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DataUtils
+ Contains xml data utils for dictation template's simulator. More...
+
+class DictContract
+ Contains database contracts for dictation template's simulator. More...
+
+class DictDb
+ Contains database util functions for dictation template's simulator. More...
+
+class DictDBHelper
+ DatabaseHelper for dictation template's simulator.
+
+class DictModel
+ Model used to save dict entries in database for comprehension template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for dictation template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment.html
new file mode 100644
index 00000000..502faa3a
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.dictationtemplate.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1espresso.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1espresso.html
new file mode 100644
index 00000000..851f95bd
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1espresso.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.espresso
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate.html
new file mode 100644
index 00000000..70f3bfdc
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.flashcardtemplate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations.html
new file mode 100644
index 00000000..13f2ff2c
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.flashcardtemplate.animations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data.html
new file mode 100644
index 00000000..3f649f63
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.flashcardtemplate.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DataUtils
+ Contains xml data utils for flash card template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for flash card template's simulator. More...
+
+class FlashContract
+ Contains database contracts for flash card template's simulator.
+
+class FlashDb
+ Contains database util functions for flash card template's simulator. More...
+
+class FlashDBHelper
+ DatabaseHelper for flash card template's simulator.
+
+class FlashModel
+ Model used to save flash entries in database for flash card template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment.html
new file mode 100644
index 00000000..d55a1cfe
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.flashcardtemplate.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class LastFragment
+ Fragment for displaying score to user in flash card template's simulator. More...
+
+class MainFragment
+ Fragment containing the flash cards in dictation template's simulator. More...
+
+class SplashFragment
+ Splash intro Fragment for flash card template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets.html
new file mode 100644
index 00000000..d2649271
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.flashcardtemplate.widgets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1fragment.html
new file mode 100644
index 00000000..0c8e1fcf
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1fragment.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate.html
new file mode 100644
index 00000000..1a1a5964
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.infotemplate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter.html
new file mode 100644
index 00000000..2eb87d55
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.infotemplate.adapter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data.html
new file mode 100644
index 00000000..2b3d1932
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.infotemplate.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DataUtils
+ Contains xml data utils for info template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for info template's simulator. More...
+
+class InfoContract
+ Contains database contracts for info template's simulator. More...
+
+class InfoDb
+ Contains database util functions for info template's simulator. More...
+
+class InfoDBHelper
+ DatabaseHelper for info template's simulator.
+
+class InfoModel
+ Model used to save info entries in database for info template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment.html
new file mode 100644
index 00000000..5584263a
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.infotemplate.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling.html
new file mode 100644
index 00000000..76038584
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.learnspelling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data.html
new file mode 100644
index 00000000..73348d51
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.learnspelling.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DataUtils
+ Contains xml data utils for learnspelling template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for learn spelling template's simulator. More...
+
+class SpellContract
+ Contains database contracts for spell template's simulator.
+
+class SpellDb
+ Contains database util functions for spell template's simulator. More...
+
+class SpellDBHelper
+ DatabaseHelper for spell template's simulator.
+
+class SpellModel
+ Model used to save spell entries in database for spell template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment.html
new file mode 100644
index 00000000..15c666ca
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.learnspelling.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class LastFragment
+ Fragment for displaying score to user in learnspelling template's simulator. More...
+
+class MainFragment
+ Fragment for the users to test their spelling skills. spelling template's simulator. More...
+
+class ResponseFragment
+ Fragment for displaying the correct and user entered spell to users in spelling template's simulator. More...
+
+class SplashFragment
+ Splash intro Fragment for spelling template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate.html
new file mode 100644
index 00000000..9efc9824
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.matchtemplate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter.html
new file mode 100644
index 00000000..b91e512c
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.matchtemplate.adapter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data.html
new file mode 100644
index 00000000..4d0ea9de
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.matchtemplate.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DataUtils
+ Contains xml data utils for match template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for match template's simulator. More...
+
+class MatchContract
+ Contains database contracts for match template's simulator.
+
+class MatchDb
+ Contains database util functions for match template's simulator. More...
+
+class MatchDBHelper
+ DatabaseHelper for match template's simulator.
+
+class MatchMetaModel
+ Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16. More...
+
+class MatchModel
+ Model class for Match The Following Template Editor data. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment.html
new file mode 100644
index 00000000..0405bfb9
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.matchtemplate.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DetailFragment
+ Fragment for displaying score with matched results in match template's simulator. More...
+
+class MainFragment
+ Fragment for the users to match column A with column B in match template's simulator. More...
+
+class SplashFragment
+ Splash intro Fragment for match template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1model.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1model.html
new file mode 100644
index 00000000..ff3191f0
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1model.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.model
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate.html
new file mode 100644
index 00000000..ec609cf3
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.quiztemplate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data.html
new file mode 100644
index 00000000..bddf1983
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.quiztemplate.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DataUtils
+ Contains xml data utils for quiz template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for quiz template's simulator. More...
+
+class QuizContract
+ Contains database contracts for quiz template's simulator.
+
+class QuizDb
+ Contains database util functions for quiz template's simulator. More...
+
+class QuizDBHelper
+ DatabaseHelper for quiz template's simulator.
+
+class QuizModel
+ Model used to save quiz entries in database for quiz template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment.html
new file mode 100644
index 00000000..65df0f9e
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.quiztemplate.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1simulator.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1simulator.html
new file mode 100644
index 00000000..c21f072b
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1simulator.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.simulator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class Simulator
+ This activity acts as a placeholder for Simulator fragment. Contains a Nexus 6 frame in which the fragments are laodded. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1templates.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1templates.html
new file mode 100644
index 00000000..b6487c0f
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1templates.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.templates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class ComprehensionAdapter
+ Adapter for displaying Comprehension Template Editor data.
+
+class ComprehensionMetaAdapter
+ Adapter for displaying Meta Details of Comprehension Template Editor data. Created by Anupam (opticod) on 26/5/16.
+
+class ComprehensionMetaModel
+ Model class for Comprehension Meta Template Editor data Created by Anupam (opticod) on 26/5/16. More...
+
+class ComprehensionModel
+ Model class for Comprehension Template Editor data Created by Anupam (opticod) on 26/5/16. More...
+
+class ComprehensionTemplate
+ Comprehension template code implementing methods of TemplateInterface. More...
+
+class DictationAdapter
+ Adapter for displaying Dictation Template Editor data. Created by Anupam (opticod) on 4/7/16.
+
+class DictationModel
+ Model class for Dictation Template Editor data Created by Anupam (opticod) on 4/7/16. More...
+
+class DictationTemplate
+ Dictation template code implementing methods of TemplateInterface. More...
+
+class FlashCardAdapter
+ Adapter for displaying Flash Card Template Editor data.
+
+class FlashCardModel
+ Model class for Flash Card Template Editor data. More...
+
+class FlashTemplate
+ Flash Card template code implementing methods of TemplateInterface. More...
+
+class InfoAdapter
+ Adapter for displaying Info Template Editor data. Created by abhishek on 17/06/15 at 9:48 PM.
+
+class InfoModel
+ Model class for Info Template Editor data. More...
+
+class InfoTemplate
+ Info template code implementing methods of TemplateInterface. More...
+
+class LearnSpellingAdapter
+ Adapter for displaying Learn Spelling Template Editor data.
+
+class LearnSpellingModel
+ Model class for Learn Spelling Template Editor data. More...
+
+class LearnSpellingTemplate
+ Learn Spelling template code implementing methods of TemplateInterface. More...
+
+class MatchAdapter
+ Adapter for displaying Match Template Editor data. Created by Anupam (opticod) on 16/7/16.
+
+class MatchMetaAdapter
+ Adapter for displaying Meta Details of Match The Following Template Editor data.
+
+class MatchMetaModel
+ Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 16/7/16. More...
+
+class MatchModel
+ Model class for Match The Following Template Editor data. More...
+
+class MatchTemplate
+ Match template code implementing methods of TemplateInterface. More...
+
+class QuizAdapter
+ Adapter for displaying Quiz Template Editor data. Created by abhishek on 28/5/15.
+
+class QuizModel
+ Model class for Quiz Template Editor data. More...
+
+class QuizTemplate
+ Quiz template code implementing methods of TemplateInterface. More...
+
+class VideoCollectionAdapter
+ Adapter for displaying VideoCollection Template Editor data. Created by Anupam (opticod) on 4/5/16.
+
+class VideoCollectionTemplate
+ Video template code implementing methods of TemplateInterface. More...
+
+class VideoModel
+ Model class for VideoCollection Template Editor data. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1utilities.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1utilities.html
new file mode 100644
index 00000000..81960000
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1utilities.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.utilities
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate.html
new file mode 100644
index 00000000..60dd0694
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.videocollectiontemplate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter.html
new file mode 100644
index 00000000..d8579be8
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.videocollectiontemplate.adapter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class VideoArrayAdapter
+ Adapter for displaying VideoCollection Template Editor data in simulator. Created by Anupam (opticod) on 12/5/16. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data.html
new file mode 100644
index 00000000..bec27be3
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.videocollectiontemplate.data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class DataUtils
+ Contains xml data utils for video collection template's simulator. More...
+
+class FetchXMLTask
+ Used to parse XML and save in database for video collection template's simulator. More...
+
+class VideoContract
+ Contains database contracts for video collection template's simulator. More...
+
+class VideoDb
+ Contains database util functions for video collection template's simulator. More...
+
+class VideoDBHelper
+ DatabaseHelper for video collection template's simulator.
+
+class VideoModel
+ Model used to save video entries in database for video collection template's simulator. More...
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment.html
new file mode 100644
index 00000000..23dcff76
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.videocollectiontemplate.fragment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceorg_1_1buildmlearn_1_1toolkit_1_1views.html b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1views.html
new file mode 100644
index 00000000..95a41b3a
--- /dev/null
+++ b/namespaceorg_1_1buildmlearn_1_1toolkit_1_1views.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Package org.buildmlearn.toolkit.views
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaces.html b/namespaces.html
new file mode 100644
index 00000000..6724743c
--- /dev/null
+++ b/namespaces.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Packages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here are the packages with brief descriptions (if available):
+
+
+
+
+
diff --git a/nav_f.png b/nav_f.png
new file mode 100644
index 00000000..72a58a52
Binary files /dev/null and b/nav_f.png differ
diff --git a/nav_g.png b/nav_g.png
new file mode 100644
index 00000000..2093a237
Binary files /dev/null and b/nav_g.png differ
diff --git a/nav_h.png b/nav_h.png
new file mode 100644
index 00000000..33389b10
Binary files /dev/null and b/nav_h.png differ
diff --git a/open.png b/open.png
new file mode 100644
index 00000000..30f75c7e
Binary files /dev/null and b/open.png differ
diff --git a/pages.html b/pages.html
new file mode 100644
index 00000000..c0bf5fab
--- /dev/null
+++ b/pages.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: Related Pages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all related documentation pages:
+
+
+
+
+
diff --git a/quiz__content_8txt.html b/quiz__content_8txt.html
new file mode 100644
index 00000000..1335e23c
--- /dev/null
+++ b/quiz__content_8txt.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/assets/template_assets/quiz_content.txt File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+My Quiz by Adrian Marcus Which is the largest planet
+
+My Quiz by Adrian Marcus Which is the largest yes a test question
+
+
+
+
+
+
+
+
+ My Quiz by Adrian Marcus Which is the largest planet
+
+
+
+
Initial value: ==Mercury==Venus==Earth==Jupiter==3
This is a test question2
+
+
+
+
+
+
+
+ My Quiz by Adrian Marcus Which is the largest yes a test yes a test yes a test question
+
+
+
+
Initial value: ==Option1==Option2==Option3==Option4==2
This is a test question3
+
+
+
+
+
+
+
diff --git a/quiztemplate_2Constants_8java.html b/quiztemplate_2Constants_8java.html
new file mode 100644
index 00000000..f4df465a
--- /dev/null
+++ b/quiztemplate_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/quiztemplate_2data_2DataUtils_8java.html b/quiztemplate_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..a01073e6
--- /dev/null
+++ b/quiztemplate_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/quiztemplate_2data_2FetchXMLTask_8java.html b/quiztemplate_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..4806e7e2
--- /dev/null
+++ b/quiztemplate_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/quiztemplate_2data_2QuizModel_8java.html b/quiztemplate_2data_2QuizModel_8java.html
new file mode 100644
index 00000000..f8dda572
--- /dev/null
+++ b/quiztemplate_2data_2QuizModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/data/QuizModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/quiztemplate_2fragment_2LastFragment_8java.html b/quiztemplate_2fragment_2LastFragment_8java.html
new file mode 100644
index 00000000..6d0a6d5b
--- /dev/null
+++ b/quiztemplate_2fragment_2LastFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/fragment/LastFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/quiztemplate_2fragment_2QuestionFragment_8java.html b/quiztemplate_2fragment_2QuestionFragment_8java.html
new file mode 100644
index 00000000..4db54342
--- /dev/null
+++ b/quiztemplate_2fragment_2QuestionFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/fragment/QuestionFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/quiztemplate_2fragment_2SplashFragment_8java.html b/quiztemplate_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..1a37851e
--- /dev/null
+++ b/quiztemplate_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/quiztemplate/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/search/all_0.html b/search/all_0.html
new file mode 100644
index 00000000..d54e0bd8
--- /dev/null
+++ b/search/all_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_0.js b/search/all_0.js
new file mode 100644
index 00000000..0dac21a3
--- /dev/null
+++ b/search/all_0.js
@@ -0,0 +1,34 @@
+var searchData=
+[
+ ['about_5fus',['ABOUT_US',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#abcbac90e6514bf6ed99323773f8fa5a4',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['aboutbuildmlearn',['AboutBuildmLearn',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['aboutbuildmlearn_2ejava',['AboutBuildmLearn.java',['../AboutBuildmLearn_8java.html',1,'']]],
+ ['activity',['activity',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a4d1f2cf0751e65c73818f14b1119799c',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.activity()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a125f2694f11b36f0cf215fa84c519990',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.activity()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a5583227995dcb9475a0a1f4b787a4553',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.activity()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a145f83bf45ccc4012513d57f1d95301f',1,'org.buildmlearn.toolkit.utilities.FileDialog.activity()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a9afae152c2f7c91883417b9de909da27',1,'org.buildmlearn.toolkit.model.Section.ACTIVITY()']]],
+ ['adapter',['adapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aa37619ff1e1746715e161213fc61e4a9',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#aa96617a4a9b2a3b644f09014d3764081',1,'org.buildmlearn.toolkit.templates.DictationTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a96071b9339793a158f1de56111267ea3',1,'org.buildmlearn.toolkit.templates.InfoTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a6ebf13ae6c906777089b2b4686139a2a',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a03ac5cd114e8631b9705cff325ee5c9b',1,'org.buildmlearn.toolkit.templates.MatchTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a9882ccea7bd58d6e79f87837898d4479',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.adapter()']]],
+ ['addfilelistener',['addFileListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a2b4eb4aba65bab023377964ed059f288',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['additem',['addItem',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a4b0102080f73bee8b91530e03e995311',1,'org.buildmlearn.toolkit.model.TemplateInterface.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a694115c002e9457327a7051c39ea1a68',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a156a9b01a66d5ce1e08426c6544e5dfd',1,'org.buildmlearn.toolkit.templates.DictationTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a21bb61da956f40b08ae38bedb329639f',1,'org.buildmlearn.toolkit.templates.FlashTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a397a72ab6a84e7352e8e2af283a9b4a8',1,'org.buildmlearn.toolkit.templates.InfoTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a79df95c6c1990205f55cbc75a0b9a163',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#aec3143cb3432f1bc9fbab13ad69d2faa',1,'org.buildmlearn.toolkit.templates.MatchTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#af16912a1df8554f8131d706f5ed491d9',1,'org.buildmlearn.toolkit.templates.QuizTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a46be3a90db598a917655d705825df6cc',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.addItem()']]],
+ ['addmetadata',['addMetaData',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a4dcf463c18db372074327d828e56cf2d',1,'org.buildmlearn.toolkit.model.TemplateInterface.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ae6f7e149fddb64deedfdf8753eee60b1',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a9605db1565bfbb95cbee4d768d10b011',1,'org.buildmlearn.toolkit.templates.DictationTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a38adf2d900315cadbee7160e8a06bdbd',1,'org.buildmlearn.toolkit.templates.FlashTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a270770a6ee6be078a19537fba014121b',1,'org.buildmlearn.toolkit.templates.InfoTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a07b69a6061b09e649799cf69c2505beb',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#ab9dec7926d533518b189720728187891',1,'org.buildmlearn.toolkit.templates.MatchTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#adb59144defde290d4856dbc46160d39a',1,'org.buildmlearn.toolkit.templates.QuizTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a93cea63f053ffef0896fc560b7fe943a',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.addMetaData()']]],
+ ['addmetadetails',['addMetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ae7ef87b818c95894432be51bdd3bc499',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['addquestions',['addQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a36d21a5e0c0d7c5e76a3121cca8d8658',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['addtemplate',['addTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a2a125d188e72d4a40c97b7641e76fba3',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['addtozip',['addToZip',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aef6f60f80c3b591c89013a2acb2a9867',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['alias',['alias',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a92695ba27f2b424db39c8bc2e78361d5',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['aliaspassword',['aliasPassword',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a2fc72dc42682805a6a2fa62e899a2a5c',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['allowpermissionsifneeded',['allowPermissionsIfNeeded',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ac44a2c4b36a4241f9d9c34d015806cdc',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['answer',['ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#ad4d9d386a2e96f2d9f00800f08c32c73',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.ANSWER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a65d3cf084a4b9c5ffc19c55280605820',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.answer()']]],
+ ['answered',['ANSWERED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a17a4c81ff5c065d2661200b9a4f902ee',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ad60a6b27e03d61a9760b00df0ea59056',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a761b5e937eb5110b4feb0cd0d5124484',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.ANSWERED()']]],
+ ['apiholder',['ApiHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html',1,'org::buildmlearn::toolkit::adapter::SavedApiAdapter']]],
+ ['apk_5fdir',['APK_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#ad32e350b2a3bc331971d274727ce69c5',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['apkname',['apkName',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html#ae3dd0c05ff430a8ef78e94449c02b0bb',1,'org::buildmlearn::toolkit::adapter::SavedApiAdapter::ApiHolder']]],
+ ['applicationtest',['ApplicationTest',['../classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest.html',1,'org::buildmlearn::toolkit']]],
+ ['applicationtest',['ApplicationTest',['../classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest.html#a8e476a8f9befbb9d98146809d06901b3',1,'org::buildmlearn::toolkit::ApplicationTest']]],
+ ['applicationtest_2ejava',['ApplicationTest.java',['../ApplicationTest_8java.html',1,'']]],
+ ['assetfilename',['assetFileName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a62b2df0dcab626f9189812034f3f1510',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['assetfilepath',['assetFilePath',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#add70395b01fcaf42a1d4af32f6d16d7a',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['assetsapk',['assetsApk',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a51d7e3c05429574239160c6c7ffd11f5',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['assetsname',['assetsName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a5f0fc0ba241acdfafe1564cfce9e72fb',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['assetspath',['assetsPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a26f2d156f1f6cf648048c260764e8b1d',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['attempted',['ATTEMPTED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a081f6f6a3bbac2a835ed0d0dea70c368',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#af2255e71f211212efe70063b65f9b9e1',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a8b47aa4921c908ca590ed3da55ab2fd5',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.ATTEMPTED()']]],
+ ['attr',['attr',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a3e1e4a8dcacab23e9aec8de08332aece',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['author',['author',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a9bf56d5d385bbc517dd5323e9c91a717',1,'org.buildmlearn.toolkit.model.SavedApi.author()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a906f1314db905654413dcbd90f25658b',1,'org.buildmlearn.toolkit.model.SavedProject.author()']]]
+];
diff --git a/search/all_1.html b/search/all_1.html
new file mode 100644
index 00000000..8cc6a1de
--- /dev/null
+++ b/search/all_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_1.js b/search/all_1.js
new file mode 100644
index 00000000..1d25f9ef
--- /dev/null
+++ b/search/all_1.js
@@ -0,0 +1,17 @@
+var searchData=
+[
+ ['base64',['BASE64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#a6eb7d94bdb5f678943733c749b2f4ce5',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.BASE64()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ac0267eafa18f0fc947a1b7659fae1356',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.base64()']]],
+ ['basic_5fm_5flearning',['BASIC_M_LEARNING',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a677ac7115aa6a442f35bdc7e2f44868f',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['bindview',['bindView',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html#a2c4b5da39cd79aa9fc7bb89855a7ee9a',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.bindView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html#a3d45e51c33d7659d2bceb9afd0ae5e17',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.bindView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html#a59425346233ea2e7ee6768f302d0ac33',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.bindView()']]],
+ ['blanklineend',['BLANKLINEEND',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ae160e1c07d0d2594bb8134dd507b5762',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['blanklinestart',['BLANKLINESTART',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a8e0b9a30b90e431d81090b41a32ceaa1',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['blue',['BLUE',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a2ecc491e909b9ebb8be7f6cb5a067da6',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['buffer_5fsize',['BUFFER_SIZE',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a4b6b661a3961f90ac6e422a62bde8521',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['build_5fm_5flearn_5fpath',['BUILD_M_LEARN_PATH',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a9965876f735c5e8a6b5b1b187878da87',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['bulkinsert',['bulkInsert',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a194456cb4dfed68e5456a4ffc44de606',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.bulkInsert()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a541c89df46e4d986a58cd59bafd0fe85',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.bulkInsert()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#adf7a413ac554df6966c4033eab7e628f',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.bulkInsert()']]],
+ ['bulkinsertflashcards',['bulkInsertFlashCards',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a1073f0ae2bb2b323f7fa36e488ed086c',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['bulkinsertmatches',['bulkInsertMatches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a915164eaa881a96dc9ea95522894e100',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['bulkinsertmetadetails',['bulkInsertMetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a8eca6fd3f5f142b53cbe0bc6f8b9038f',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.bulkInsertMetaDetails()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a95e9a2ac9383f00bf0572ad02716af67',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.bulkInsertMetaDetails()']]],
+ ['bulkinsertquestions',['bulkInsertQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a677d224b9a34f8123f7dd3b62839d012',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.bulkInsertQuestions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#ab16060bc38aee8980bbbdc8ecf8626ab',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.bulkInsertQuestions()']]],
+ ['bulkinsertspellings',['bulkInsertSpellings',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#ad3d0e5673e2819acc5cbebe59dfa1486',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]]
+];
diff --git a/search/all_10.html b/search/all_10.html
new file mode 100644
index 00000000..c25484f2
--- /dev/null
+++ b/search/all_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_10.js b/search/all_10.js
new file mode 100644
index 00000000..db131029
--- /dev/null
+++ b/search/all_10.js
@@ -0,0 +1,28 @@
+var searchData=
+[
+ ['radius',['radius',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#a6846ad52d24b8fcc6c4753a39399f6c6',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['readfile',['readFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#af306aec34bc4c2b70b44fc494fc288f2',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.readFile()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#af43334fa0e341ee6bde918d39cda57da',1,'org.buildmlearn.toolkit.templates.DictationTemplate.readFile()']]],
+ ['readtitleauthor',['readTitleAuthor',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils.html#a5f2b14683da4fd24381276cc1b8b5cb9',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils.html#abd3279380e3140fd6931618639404d9d',1,'org.buildmlearn.toolkit.dictationtemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils.html#a77b07ffb2a4289e2534295644b565755',1,'org.buildmlearn.toolkit.flashcardtemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils.html#a39acbe71cabb65daa374ae0ad26daadc',1,'org.buildmlearn.toolkit.infotemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils.html#a6d28057b33f24a8778650c8b8d6b0b8e',1,'org.buildmlearn.toolkit.learnspelling.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils.html#a68cef4bf11a746efb32f56ec487069d7',1,'org.buildmlearn.toolkit.matchtemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils.html#ad421e548528a99d4d658ccf24f25456d',1,'org.buildmlearn.toolkit.quiztemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils.html#a89ff570756f5475c0346090cefb12e05',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.DataUtils.readTitleAuthor()']]],
+ ['red',['RED',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a511d8098c47f1445e66c286bf3528f33',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['reloadcontent',['reloadContent',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a646b5e20a95f8f6ef9f58b7ea3f45a9f',1,'org::buildmlearn::toolkit::fragment::DraftsFragment']]],
+ ['request_5fpick_5fapk',['REQUEST_PICK_APK',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a7560e9f4d7da50c82e5a66854ccab436',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['request_5ftake_5fphoto',['REQUEST_TAKE_PHOTO',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a587243f063c2b42ae7c457efe6752e28',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['resetcount',['resetCount',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ab7b93e9eaabd5b0d6ceb7c237fa8000a',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.resetCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aae589105a7bfce95e5866896c1a9cc44',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.resetCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#ac7189bed768cf882069fd5b443ae28a7',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.resetCount()']]],
+ ['responsefragment',['ResponseFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['responsefragment_2ejava',['ResponseFragment.java',['../ResponseFragment_8java.html',1,'']]],
+ ['restorecolorscheme',['restoreColorScheme',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a596abe1f201578b28de1e3491b4f8cd6',1,'org.buildmlearn.toolkit.activity.TemplateEditor.restoreColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#abef1bb8aa53038a5cd639e61c68feefa',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.restoreColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a7099265fa87e804008541c5500a6106a',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.restoreColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#aa47c5914b681dd6ed2a8cde66303b6d2',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.restoreColorScheme()']]],
+ ['restoreselectedview',['restoreSelectedView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ae1fb961405f616070237c13e64f5b5bc',1,'org.buildmlearn.toolkit.activity.TemplateEditor.restoreSelectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a6de95208d316f33fff13615cea2e450e',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.restoreSelectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#abfc6cdd1549da6772a8ca130a938166b',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.restoreSelectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ac6e61e1cc8dca33378a3dcc7b2fa79e4',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.restoreSelectedView()']]],
+ ['restoretemplateeditor',['restoreTemplateEditor',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a957831b300058bc26fbfc187517962a8',1,'org.buildmlearn.toolkit.activity.TemplateEditor.restoreTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a5df030ae2efb3c7cd3b2597867fceaf4',1,'org.buildmlearn.toolkit.simulator.Simulator.restoreTemplateEditor()']]],
+ ['restorethread',['RestoreThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['restorethread',['RestoreThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a616493f03b4bf433cf8a2d837f36640c',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]],
+ ['restorethread_2ejava',['RestoreThread.java',['../RestoreThread_8java.html',1,'']]],
+ ['resultactivityfragment',['ResultActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['resultactivityfragment',['ResultActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a2590b49e6c2189a2a0660f1fb5e0bdfb',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::ResultActivityFragment']]],
+ ['resultactivityfragment_2ejava',['ResultActivityFragment.java',['../ResultActivityFragment_8java.html',1,'']]],
+ ['root_5ftag',['ROOT_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a7088331afb5b47a66d108c0af2acfa82',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#aaf206479ec60917ea3525732a5e2c30c',1,'org.buildmlearn.toolkit.templates.DictationModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ac578f65305e9146e6e17cb67b98f53c4',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#ab737966c7573130af6e50c336a76c285',1,'org.buildmlearn.toolkit.templates.VideoModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae5ea97ba309bececb6d41a7fbca921c2',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.ROOT_TAG()']]],
+ ['rootview',['rootView',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a72ee5c1b3b5d1c3c3238cab8aeef863f',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#afea25d76857605e7164fc6d8e018681e',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#af4e345b3af7deeb12727648699ce12fb',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a4c87f9970fc336a7eb56e455167731ae',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#ae67ea10f7f911465063442c443424083',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#ad77ae56af19a9427dcc1b78dd9dded5d',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#adc5f6819dcdcd513a8178de20a148a32',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a84e5e1104c11cdeb372150575d0afa67',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a98e56c573aa586a67edbf011b7d18059',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#a98db4a1cbd80c50e4bc1c4df98c1b9a0',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#adf7a5238a59d8994fc6b63954d9a8921',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#ae94e27b4662f4c28748ea668531685bf',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#acce46f948c415711ad0639982ebcaa06',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.rootView()']]],
+ ['roundedtransformation',['RoundedTransformation',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#a230d72e465a44c2b8def417719724ac5',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['roundedtransformation',['RoundedTransformation',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['roundedtransformation_2ejava',['RoundedTransformation.java',['../RoundedTransformation_8java.html',1,'']]],
+ ['run',['run',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#aecf498f9228f36af4544a1bd9de86175',1,'org.buildmlearn.toolkit.utilities.RestoreThread.run()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#ab03f540249e80693f090c9b30c692d17',1,'org.buildmlearn.toolkit.utilities.SignerThread.run()']]]
+];
diff --git a/search/all_11.html b/search/all_11.html
new file mode 100644
index 00000000..3615c281
--- /dev/null
+++ b/search/all_11.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_11.js b/search/all_11.js
new file mode 100644
index 00000000..d4be3344
--- /dev/null
+++ b/search/all_11.js
@@ -0,0 +1,155 @@
+var searchData=
+[
+ ['saveapk',['saveAPK',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#af1ab73b0eb157d71cbb3c154ac748226',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['saved_5fdir',['SAVED_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a657c90b7a9ba3bfd833cead98e2d9841',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['savedapi',['SavedApi',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html',1,'org::buildmlearn::toolkit::model']]],
+ ['savedapi',['SavedApi',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#ac302531a877b09309ac9fe26b1f1f17c',1,'org::buildmlearn::toolkit::model::SavedApi']]],
+ ['savedapi_2ejava',['SavedApi.java',['../SavedApi_8java.html',1,'']]],
+ ['savedapiadapter',['SavedApiAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['savedapiadapter',['SavedApiAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a35115a4c379942a0048a0a04ab25e04c',1,'org::buildmlearn::toolkit::adapter::SavedApiAdapter']]],
+ ['savedapiadapter_2ejava',['SavedApiAdapter.java',['../SavedApiAdapter_8java.html',1,'']]],
+ ['savedapis',['savedApis',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ad504c641a9080d4d05b1704e9b1a25a5',1,'org::buildmlearn::toolkit::fragment::LoadApkFragment']]],
+ ['savedproject',['SavedProject',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html',1,'org::buildmlearn::toolkit::model']]],
+ ['savedproject',['SavedProject',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#adb8e49d8331062fbca7e82d88c636d5f',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['savedproject_2ejava',['SavedProject.java',['../SavedProject_8java.html',1,'']]],
+ ['savedprojectadapter',['SavedProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['savedprojectadapter',['SavedProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a8a42e7c094f6ce608a5bfb1e5e79a11f',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]],
+ ['savedprojectadapter_2ejava',['SavedProjectAdapter.java',['../SavedProjectAdapter_8java.html',1,'']]],
+ ['savedprojects',['savedProjects',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a4c085fb2467675412094cb68ca1f2d8a',1,'org::buildmlearn::toolkit::fragment::LoadProjectFragment']]],
+ ['savedraft',['saveDraft',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a65923747a2021fb9952cb9690ce78cb1',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['saveflashdata',['saveFlashData',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a9ac638ca600648d506770beb64c4ef97',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FetchXMLTask']]],
+ ['saveinfodata',['saveInfoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#afddbf8ae11c166ed8645e329e6f84741',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.saveInfoData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#af3a8aceeb5aaadef03e04dcd0c4dd49f',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.saveInfoData()']]],
+ ['savematches',['saveMatches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#a7ce35650d5a6ec47124dd5b663e75ab9',1,'org::buildmlearn::toolkit::matchtemplate::data::FetchXMLTask']]],
+ ['savemetadata',['saveMetaData',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#acd5067100dcf6f8385a9b2d5f836f03b',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.saveMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#ae05a98080b1677e88b79a3cb54ea1e9d',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.saveMetaData()']]],
+ ['saveproject',['saveProject',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#aaec7f80eb29a74505a25bed11c20c29d',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['savequestions',['saveQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#a74a42b3cf27e267a65529a9f2900f4ea',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.saveQuestions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#a71f03e512bcc2796bdabe268aa587fd4',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.saveQuestions()']]],
+ ['savespelldata',['saveSpellData',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#a95c49d317c4deb72c7c524bff0edcc25',1,'org::buildmlearn::toolkit::learnspelling::data::FetchXMLTask']]],
+ ['savevideodata',['saveVideoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a90ba6986279bbfb3eb7b2e202991c4fd',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::FetchXMLTask']]],
+ ['savexmlfile',['saveXmlFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#add3d6116d25e4279692f34bc9cb237db',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['second',['SECOND',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a9854ee2b58dff29ba4addee78e4cdb15',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['second_5flist',['second_list',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a445978428a1b2e1f2a2ca9fb7bacbc67',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['second_5flist_5ftitle',['second_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a8f3a70b7cabdb5d17290543a065a2044',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.second_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html#a8a38748256555c75aec17f748a62f848',1,'org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.second_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ac94b3ae40c469587ef02351201f71040',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.second_list_title()']]],
+ ['second_5ftitle_5ftag',['SECOND_TITLE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a2923111945431d86c32d5d43f6eae841',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.SECOND_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a49d70b470033659a262090b3f640f0a9',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.SECOND_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a6d3041361ff59a92751b42af0bb60248',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.SECOND_TITLE_TAG()']]],
+ ['section',['Section',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af8fb689a6421ec67519ee10df7ed87d9',1,'org.buildmlearn.toolkit.model.Section.Section(Class<?extends Fragment > fragmentClass,@StringRes int titleResId,@DrawableRes int iconResId, boolean keep)'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a07baca773badd3aad114bc1dbe9ac81b',1,'org.buildmlearn.toolkit.model.Section.Section(Class<?extends Activity > activityClass,@StringRes int titleResId,@DrawableRes int iconResId)'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a061a1024b9dad8b98f087318b07c25ec',1,'org.buildmlearn.toolkit.model.Section.Section()']]],
+ ['section',['Section',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html',1,'org::buildmlearn::toolkit::model']]],
+ ['section_2ejava',['Section.java',['../Section_8java.html',1,'']]],
+ ['section_5fdivider',['SECTION_DIVIDER',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#acc0a57a45c96711214e40f17b5b3cfe0',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['sections',['sections',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a0e9b490e10fe5905cf66797f76314603',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['selected_5fkey',['SELECTED_KEY',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a3ea745d0af973fba04b0f88338e7806b',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.SELECTED_KEY()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a32e713240eae9424c533794661ed9443',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.SELECTED_KEY()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a62b39b0a79d802d565d7c438c37fd441',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.SELECTED_KEY()']]],
+ ['selected_5fkey_5fa',['SELECTED_KEY_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a199bf8fc5f2b1daa8a9f00e251262a56',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_A()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#aaa308b6fd6a2d7225bba49e415881d22',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.SELECTED_KEY_A()']]],
+ ['selected_5fkey_5fb',['SELECTED_KEY_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a78671b094425c1174bfb14f43af55f3b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_B()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a88db5a44ba1cf59b52bfebd0a15efa11',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.SELECTED_KEY_B()']]],
+ ['selectedposition',['selectedPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a3a8c09c418c4dcd89e98f460d6b65905',1,'org.buildmlearn.toolkit.activity.TemplateEditor.selectedPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#aabfa505b7e2443686bf6c8e1ab1f65b8',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.selectedPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a133f99d6233f9f26ab03ebb14fe5f4b3',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.selectedPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a41fead0d2295b8fd7f2f7bfb168470d7',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.selectedPosition()']]],
+ ['selectedpositiona',['selectedPositionA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a2611205368a8e9ad3b519acdf19ef32f',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['selectedpositionb',['selectedPositionB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a551644e1a207590d8f911431584586c7',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['selectedsectionmenu',['selectedSectionMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a9191625d852261881a821ec5b98342b5',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['selectedtemplate',['selectedTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a71073c5ae2c78f417365ec59fd9c4e07',1,'org.buildmlearn.toolkit.activity.TemplateEditor.selectedTemplate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a29402a3863d0b620deff893b1989fea2',1,'org.buildmlearn.toolkit.simulator.Simulator.selectedTemplate()']]],
+ ['selectedview',['selectedView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ac27f27c3e26b8926f09501cd0e871614',1,'org.buildmlearn.toolkit.activity.TemplateEditor.selectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a61317e4e6b7b1a7abc8aad57b724d4fe',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.selectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ad881d20e6feeff2204638f1370592ac2',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.selectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a8afa416416dcec1d719e0ce7b5836cf8',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.selectedView()']]],
+ ['selectedviewa',['selectedViewA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a3f22f954fc1bfa2c30f3440a9bbaad62',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['selectedviewb',['selectedViewB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#aaa087f0b8191aecc84b89b60415743cc',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['selectitem',['selectItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a08d294dadf853b78a33836403a6a2d42',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['setadapter',['setAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a5c1e35aa985ed2199d9795ad1ab03e0d',1,'org.buildmlearn.toolkit.activity.TemplateEditor.setAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a33d7ec27a26bc84724a5db3dc0566bc7',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.setAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a61345103bca3d4f7ae96b784caf4fd27',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.setAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ac3e131316171d64afce81960e577d84c',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.setAdapter()']]],
+ ['setadapterdata',['setAdapterData',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a370e6a6c5447c9b597042b304518d43c',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment::MainFragment']]],
+ ['setadaptermeta',['setAdapterMeta',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#acf3ac338304c57e1378633c804a860eb',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['setanswer',['setAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#af2603e45a76c46068c7c81d1f6b6cc77',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['setauthor',['setAuthor',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a59a14f4cc86c7079a84c591177418e61',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setbackground',['setBackground',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#af52318bfe2778c95e9b2565999842079',1,'org::buildmlearn::toolkit::views::TextViewPlus']]],
+ ['setbackgrounddrawable',['setBackgroundDrawable',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#a4739d5c108dd898bd6d250bfa9a7f893',1,'org::buildmlearn::toolkit::views::TextViewPlus']]],
+ ['setbackgroundresource',['setBackgroundResource',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#a0d52d41fd4c9baf6e949c72e7c3f9603',1,'org::buildmlearn::toolkit::views::TextViewPlus']]],
+ ['setbase64',['setBase64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad92300568509de5e5816735e44ab4d47',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['setcorrect',['setCorrect',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#ab918d88110b1187f677036c25d96f264',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchModel']]],
+ ['setcorrectanswer',['setCorrectAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a961cd7658600b1ad602ad395f3db83e0',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setCorrectAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#ad956030a8462e0e2bb7e3224b5b0e0f6',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setCorrectAnswer()']]],
+ ['setcustomfont',['setCustomFont',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#aba2e6cfd744dc28aa9401e1d2a1d9e81',1,'org.buildmlearn.toolkit.views.TextViewPlus.setCustomFont(Context ctx, AttributeSet attrs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#ac0ca554472ccd1ee1ba15c11ea6e24ab',1,'org.buildmlearn.toolkit.views.TextViewPlus.setCustomFont(Context ctx, String asset)']]],
+ ['setdate',['setDate',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a3b47ee46e4cbea68adee68b64c2ec079',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setdescription',['setDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a750081c84ecf36e35df19229da32681c',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.setDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#adee64777cc75cc504543c0cd17318199',1,'org.buildmlearn.toolkit.templates.VideoModel.setDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae815f030d287fc1d097b9e86f0ddbcae',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setDescription()']]],
+ ['setemptytext',['setEmptyText',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#ac5ece2674f93f931bc57d70848a98180',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.setEmptyText()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a1dbcd8c28e67b529eac66ccd46c4e55b',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.setEmptyText()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a50eba35f3d7070637945578124038117',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.setEmptyText()']]],
+ ['setemptyview',['setEmptyView',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aa7f4c850dc90f0b8e32f4f6148e6c8eb',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a90a6f21ae43150a1531f5ca88638d059',1,'org.buildmlearn.toolkit.templates.DictationTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a358ca371577a765ad0ddee2373ceee0b',1,'org.buildmlearn.toolkit.templates.FlashTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a02a228f917ea60f871b1456a0c4d6ac8',1,'org.buildmlearn.toolkit.templates.InfoTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a5c090cd62029ccfe1c08f99944486c1c',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a3c9f1b7db64c23abeffece457445b96a',1,'org.buildmlearn.toolkit.templates.MatchTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a67a2a6db83844d5875375af21c58d3b7',1,'org.buildmlearn.toolkit.templates.QuizTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a38c9adf28e8cd8d78b05fba7abb707fc',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.setEmptyView()']]],
+ ['setexpanded',['setExpanded',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a05cf1963b3bb8fb918b3391a6e7e6d63',1,'org::buildmlearn::toolkit::templates::DictationModel']]],
+ ['setfile',['setFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a38b605c92572817f27a18173277c253d',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setfileendswith',['setFileEndsWith',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a0b250b8085a226f3a5614dab96a06802',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['setfirst_5flist_5ftitle',['setFirst_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#afba112471fbd7b4b25afb289444a6536',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['sethint',['setHint',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#af3b77b56d425d37ee134fbac744c7a17',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['setinfodescription',['setInfoDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a80956d6760064ebac06c98b0cd748825',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['setisselected',['setIsSelected',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#aa51797a0f1021e6c5a5782c7518334eb',1,'org.buildmlearn.toolkit.model.Section.setIsSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#aec3e52fd8541e4478c2386cc3636a663',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setIsSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#aee131789e4b61f477436104d543f95d2',1,'org.buildmlearn.toolkit.templates.QuizModel.setIsSelected()']]],
+ ['setitemclicklistener',['setItemClickListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#aa33ef07568a705e12c5b73a11c5e8ab8',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['setlayoutparamsforlistview',['setLayoutParamsForListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#aa4565d86ee6ec6ad23dfbc2a140f7c4c',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['setlink',['setLink',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a0a6b50f459b6a18de72b9e1e04280fcc',1,'org.buildmlearn.toolkit.templates.VideoModel.setLink()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#aa994846571a86073c365b80ec91f0037',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setLink()']]],
+ ['setlisteners',['setListeners',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a6c95a87952a371c75552bba576679d1d',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['setmatcha',['setMatchA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a0bedf717585583062728c9c70a1b82ee',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a77f890d995485f334cceb374dfb629b2',1,'org.buildmlearn.toolkit.templates.MatchModel.setMatchA()']]],
+ ['setmatchb',['setMatchB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#aaceb21a6da1a605e500b594ad6f1fa2e',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a25d6173e431cfece681da4d3495d76e6',1,'org.buildmlearn.toolkit.templates.MatchModel.setMatchB()']]],
+ ['setmeaning',['setMeaning',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a8157437cf336c3648459fc25c216258f',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.setMeaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a8e34f3d996440542557e0352429906f2',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.setMeaning()']]],
+ ['setname',['setName',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a2e1f111a512798fb8b1acf992fcd5240',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setonclicklistener',['SetOnClickListener',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener.html',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['setonclicklistener',['SetOnClickListener',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener.html',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['setonclicklistener',['setOnClickListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#abefb22ca8bf58dcf9fbc5816e97371d6',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['setoptions',['setOptions',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#ad26c175a4ad673dedb3e32d24f5e64bf',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setOptions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a3cff92cd5d50d36f9f3befd346d04055',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setOptions()']]],
+ ['setpassage',['setPassage',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a88cbd01e66cf690ea2f5e59a361e5e70',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#afa9f4bf2e1cbf341c7f20022ca12a399',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a29848fbaae358231e75d684ab2c0568b',1,'org.buildmlearn.toolkit.templates.DictationModel.setPassage()']]],
+ ['setquestion',['setQuestion',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a8010ef0199638fef9854cb0bc168ee67',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.setQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#acb0f48c3f9e997aa36f9988784b6f93d',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#aa8fb699cc68d78bb0e40f0e02f19aee7',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setQuestion()']]],
+ ['setrestorelistener',['setRestoreListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a4c421d9766c5c39789275091df07b8b4',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]],
+ ['setrotation',['setRotation',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#a702656ff20744943c95685734e30fa97',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['setsecond_5flist_5ftitle',['setSecond_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a667845b74aee2ac22096267edcc434c5',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['setselectedposition',['setSelectedPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a655d12fdaa5a55ef08cecaab72cfeda5',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]],
+ ['setsignerthreadlistener',['setSignerThreadListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a2f75999b55a36de5421b6563677eb75a',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['setsize',['setSize',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#ac8cceabef465f7ccd8ac2b8b7a5240b2',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['settemplateid',['setTemplateId',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ae84eac484da25355ba7ace669d7b0c90',1,'org.buildmlearn.toolkit.model.TemplateInterface.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ab4c781e71b5cf6bc8a634571bda8b2d8',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a84d3d92657a1912cac61fa57083442e0',1,'org.buildmlearn.toolkit.templates.DictationTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a4d44f233e7bd0b4d480583c1e3aa2d18',1,'org.buildmlearn.toolkit.templates.FlashTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#adfce9a41f5acc3f93b638835f7f00f9f',1,'org.buildmlearn.toolkit.templates.InfoTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a14326fcdc8ba61fc65172a4ad06b7012',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a4a85b3025db0c0f1f445818f47d914be',1,'org.buildmlearn.toolkit.templates.MatchTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a588fb1cbd0659ac8ebda7b7835b7ba9c',1,'org.buildmlearn.toolkit.templates.QuizTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a4ddf0868eaa350d857aad69a07d0b93b',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.setTemplateId()']]],
+ ['setthumbnail_5furl',['setThumbnail_url',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a36d31fecc31acad828f64056a7834ba0',1,'org::buildmlearn::toolkit::templates::VideoModel']]],
+ ['setthumbnailurl',['setThumbnailUrl',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae51301b75561fae5780e451237e9dd96',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoModel']]],
+ ['settime',['setTime',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ae28208ef5c32b38c19802c99e1e60d75',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaModel']]],
+ ['settings',['SETTINGS',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a6829d7052c40f9c876e0886cc093be85',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['settingsfragment',['SettingsFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['settingsfragment_2ejava',['SettingsFragment.java',['../SettingsFragment_8java.html',1,'']]],
+ ['settingslinkeractivity',['SettingsLinkerActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['settingslinkeractivity_2ejava',['SettingsLinkerActivity.java',['../SettingsLinkerActivity_8java.html',1,'']]],
+ ['settitle',['setTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a8e66143c74427d9e97d5a82655b4f1fc',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a675be5ccffdf7415353b82f1cadecd94',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ad370d83e34347f595a2faf71f81cb7a4',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a89e1730e6eaa00f72f1e3163743c57c3',1,'org.buildmlearn.toolkit.templates.DictationModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ab4c56f2d887ac4ba4413cbcba18be1ca',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#afeddf7eabdf89597e8faec0d8440837d',1,'org.buildmlearn.toolkit.templates.VideoModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ac037ddf6e1d4514930c5292359f81875',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setTitle()']]],
+ ['settranslation',['setTranslation',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#a675f7ac167ad7a979bd457e17e8e61c3',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['settype',['setType',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a752a07c55de9337e3220a1ffdb4faf50',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setup',['setUp',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#acbc7fab5019200bc8ce9443a5af39adc',1,'org.buildmlearn.toolkit.espresso.ComprehensionTest.setUp()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a6ec051ce4329da7861cc19a0e01ed01b',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.setUp()']]],
+ ['setupactionbar',['setUpActionBar',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a5bd38be8a926fff23a40e8014b71cb13',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['setuptemplateeditor',['setUpTemplateEditor',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a064ac90668a94f32256938cb08fe896e',1,'org.buildmlearn.toolkit.activity.TemplateEditor.setUpTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a7bcd184d22530dd1683487621e6dd5bf',1,'org.buildmlearn.toolkit.simulator.Simulator.setUpTemplateEditor()']]],
+ ['setvisibility',['setVisibility',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#aa96b3dbec419bfd7e9dcb9796573c186',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['setword',['setWord',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a3fb40a706a1170660c85a5cbdd1e710d',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.setWord()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a207189ef74d5c4f2fc4a356d6135c14e',1,'org.buildmlearn.toolkit.templates.InfoModel.setWord()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a19e23525a8849fc802aa12ab90f511a2',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.setWord()']]],
+ ['showdialog',['showDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#ada706f71f2afdcb8b8469f4821ca572a',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['showglobalcontextactionbar',['showGlobalContextActionBar',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a082efc992fd2f9af81579c038f1c1bd0',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['shownotification',['showNotification',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#add7546ba257b1319a0e90451333b81e1',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['showtemplateselectedmenu',['showTemplateSelectedMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a2af7a93dc2f0f6a3aa9ad2adc2006ce9',1,'org.buildmlearn.toolkit.activity.TemplateEditor.showTemplateSelectedMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#ac4ba8c3a469443629064b55028e69523',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.showTemplateSelectedMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a9108b61bdaacd90cb6f12bde0ede5c37',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.showTemplateSelectedMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a3e417a84219dc1ba90e09df5f3535b97',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.showTemplateSelectedMenu()']]],
+ ['signerthread',['SignerThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['signerthread',['SignerThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a5a37aaaeb632085cc262eb0376f4cabb',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['signerthread_2ejava',['SignerThread.java',['../SignerThread_8java.html',1,'']]],
+ ['simulator',['Simulator',['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html',1,'org::buildmlearn::toolkit::simulator']]],
+ ['simulator_2ejava',['Simulator.java',['../Simulator_8java.html',1,'']]],
+ ['simulator_5ffile_5fpath',['SIMULATOR_FILE_PATH',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a5e8ea6ec23e727cbfc84e5b854ae311c',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['sleep',['sleep',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a9674f0e1a8aae9685e61a6b8d3d3c9ff',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['spellcontract_2ejava',['SpellContract.java',['../SpellContract_8java.html',1,'']]],
+ ['spelldb',['SpellDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a6d44e0388ccb16e8de1e928fe2e748fe',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]],
+ ['spelldb',['SpellDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['spelldb_2ejava',['SpellDb.java',['../SpellDb_8java.html',1,'']]],
+ ['spelldbhelper_2ejava',['SpellDBHelper.java',['../SpellDBHelper_8java.html',1,'']]],
+ ['spellings',['Spellings',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html',1,'org::buildmlearn::toolkit::learnspelling::data::SpellContract']]],
+ ['spellmodel',['SpellModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['spellmodel',['SpellModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#aa331f1ae66b672b3aa292bfc5a44e3df',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.SpellModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a542abb6027c0ee13b336969d38f0fa6f',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.SpellModel()']]],
+ ['spellmodel_2ejava',['SpellModel.java',['../SpellModel_8java.html',1,'']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::matchtemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::infotemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::quiztemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../videocollectiontemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../infotemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../comprehensiontemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../dictationtemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../learnspelling_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../flashcardtemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../matchtemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../quiztemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['start',['START',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a6c371c9b15a236ef851b34eb9b0ffefe',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['start1',['start1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#afd9f5db9b077aa89baeea86c84dcfe89',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['start2',['start2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#ad4d4afed8964a4aca079e5ca70aa85b5',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['start_5factivity',['START_ACTIVITY',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a2799e097282009a747db0225f72508ff',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['start_5ffragment',['START_FRAGMENT',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a0c39fd90b89fc7f00dd4b59e90df7325',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['startscroll',['startScroll',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#a4aeeadf7b1519bf79581c254bac780bc',1,'org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll(int startX, int startY, int dx, int dy, int duration)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#aef075622952444414047034448821b7f',1,'org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll(int startX, int startY, int dx, int dy)']]],
+ ['startsimulator',['startSimulator',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a0f4842fdb6b28f218c6f2ac5c69e62e1',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['state_5fselected_5fposition',['STATE_SELECTED_POSITION',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a91333ab003a031fb45bfea43e364c6f9',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['submit',['submit',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a5dd9a9e0d11a8f3fd85b818b15deeb2f',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]]
+];
diff --git a/search/all_12.html b/search/all_12.html
new file mode 100644
index 00000000..abd082a5
--- /dev/null
+++ b/search/all_12.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_12.js b/search/all_12.js
new file mode 100644
index 00000000..987cfdc5
--- /dev/null
+++ b/search/all_12.js
@@ -0,0 +1,57 @@
+var searchData=
+[
+ ['table_5fname',['TABLE_NAME',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a456ddf85dc78182f393cfb1197d1e8f2',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#a5ac531f8d6782a20cadb2013065a7254',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html#a2bd71896773218ddf46d5d567f00950b',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#a8570479f1d55570068920506bcf43ea5',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html#a5a7117b4841ab918cb9bbd92b3ce8e09',1,'org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ae800fd714d5ea80de21c807c9b93d2be',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html#a3447c3266480981f7f6521c2dba8d3f3',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a12cf1511f7cc5ef964c61dcf490b8f9f',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a3c4e50dd43845e4bce187634213f567f',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#ad9d1c9bb091b79918ab1161ef60b5a13',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TABLE_NAME()']]],
+ ['tag',['TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a10184e181fd7372679d02be3b7bbb277',1,'org.buildmlearn.toolkit.activity.TemplateEditor.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a70a4f3509b545bd45556bf041b0950e1',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a6802d1e781be3f554576595f6f68f794',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a99d74143504259fcd70442cd20b38bde',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a5ed469eea2cb2b6dd491414d8c4064d8',1,'org.buildmlearn.toolkit.simulator.Simulator.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a276db76cabb84d7edd7c28d3fb649039',1,'org.buildmlearn.toolkit.templates.FlashTemplate.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#ab891931f3e23633cfeaa0636420b3183',1,'org.buildmlearn.toolkit.utilities.SignerThread.TAG()']]],
+ ['temp_5ffolder',['TEMP_FOLDER',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a158bcabbd1c0f1f4512cb0d7c913473a',1,'org.buildmlearn.toolkit.utilities.RestoreThread.TEMP_FOLDER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a5665b0a957fa49db69ea448a09c5ce74',1,'org.buildmlearn.toolkit.utilities.SignerThread.TEMP_FOLDER()']]],
+ ['template',['Template',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html',1,'org::buildmlearn::toolkit::model']]],
+ ['template',['template',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a2dd7c11cbe7e69502eb22f12be0bb484',1,'org.buildmlearn.toolkit.activity.TemplateEditor.template()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a0cad2ba8f734a7a46eb4d73404886b4a',1,'org.buildmlearn.toolkit.model.Template.Template()']]],
+ ['template_2ejava',['Template.java',['../Template_8java.html',1,'']]],
+ ['template_5fid',['TEMPLATE_ID',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a2ee9d59d6a353dc4664ed2e2086dae9d',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['template_5fobject',['TEMPLATE_OBJECT',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a9e2658a69f3f70584955bbdc947ca0bc',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['templateactivity',['TemplateActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['templateactivity_2ejava',['TemplateActivity.java',['../TemplateActivity_8java.html',1,'']]],
+ ['templateadapter',['TemplateAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['templateadapter',['TemplateAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a39f071351048d858b84375b76c1cc8e1',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['templateadapter_2ejava',['TemplateAdapter.java',['../TemplateAdapter_8java.html',1,'']]],
+ ['templateclass',['templateClass',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a6a200b7fbb36356e5afe60983256bd68',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['templateeditor',['TemplateEditor',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['templateeditor_2ejava',['TemplateEditor.java',['../TemplateEditor_8java.html',1,'']]],
+ ['templateedtiorlist',['templateEdtiorList',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a09b0ee15af33371b6edc5d0d8c9e094e',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['templateid',['templateId',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a828e86661f2e2d7007430801b25346f3',1,'org.buildmlearn.toolkit.activity.TemplateEditor.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#ae975e80d8437086c05a55cf7407f6d35',1,'org.buildmlearn.toolkit.simulator.Simulator.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ae08ea9d3e4cade37472f3521c239c1f7',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a4ad8d52a9cf5c27a33391d252a0fae02',1,'org.buildmlearn.toolkit.templates.DictationTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a00df07dcf4f09799ccba120c9ef45e46',1,'org.buildmlearn.toolkit.templates.FlashTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a8aa87de71f3a80c02636551351a890cd',1,'org.buildmlearn.toolkit.templates.InfoTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a9a0737d2b579527b9d375518b9097014',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a2e7eea6a94cc7e7c08e4db7dc31d4a7c',1,'org.buildmlearn.toolkit.templates.MatchTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a3aa259fc687f8ba50518707c422a9611',1,'org.buildmlearn.toolkit.templates.QuizTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ac6e1ea89fd6a5a50f5a081fca1cf1531',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.templateId()']]],
+ ['templateinterface',['TemplateInterface',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html',1,'org::buildmlearn::toolkit::model']]],
+ ['templateinterface_2ejava',['TemplateInterface.java',['../TemplateInterface_8java.html',1,'']]],
+ ['templatemetalist',['templateMetaList',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ae03ef38d236187ed866097da4eaaeecf',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['templates',['templates',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#ae40d5c4f746400bf9406ae5138a4cdcb',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['testallserially',['testAllSerially',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ac1856cbecc6105ed5d27b6c9dedd021a',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['text',['text',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder.html#a5853d6adf91720db5166a4ddd81a3cca',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.ViewHolder.text()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder.html#a45f5c17f9447809c08d787ca5b722851',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.ViewHolder.text()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a64a42555135b9e66c13c757e346a3e88',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.text()']]],
+ ['textviewplus',['TextViewPlus',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#a7fa4bf12efffc541314f6eb6b14503d4',1,'org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus(Context context, AttributeSet attrs, int defStyle)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#aca058cffb6db170aaa914b82f91b674b',1,'org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus(Context context, AttributeSet attrs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#ae6712af05da2664bb1712ef7bd204e23',1,'org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus(Context context)']]],
+ ['textviewplus',['TextViewPlus',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html',1,'org::buildmlearn::toolkit::views']]],
+ ['textviewplus_2ejava',['TextViewPlus.java',['../TextViewPlus_8java.html',1,'']]],
+ ['third',['THIRD',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a9cc74bacb34a8d3a0c7fa0dbadfc0786',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['thumb',['thumb',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html#a222738a3f0601644b987093f14cd5521',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.thumb()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html#a074d975264bd0e7cc275ede4f504d065',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.thumb()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html#a6ef0074106c153dd54f89538b0760675',1,'org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.thumb()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#a364407f3fe1b59b113fe067f54ece346',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.thumb()']]],
+ ['thumb_5flink_5ftag',['THUMB_LINK_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#ae75b97da20f347a870884dbf4c9a7e1f',1,'org.buildmlearn.toolkit.templates.VideoModel.THUMB_LINK_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a8f7b0e877c6e012aba7aec6033029c60',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.THUMB_LINK_TAG()']]],
+ ['thumbnail_5furl',['thumbnail_url',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a8d4c0cecc8dca7168361462f629adb9f',1,'org.buildmlearn.toolkit.templates.VideoModel.thumbnail_url()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a5bad887870c101bb17b14850fa63d24b',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.thumbnail_url()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#a8e2b9a195d7feb786f51ddd645b4c53e',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.THUMBNAIL_URL()']]],
+ ['time',['time',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a2ee63cfcb4cedf66e5d46fd02632d88b',1,'org.buildmlearn.toolkit.model.SavedProject.time()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#adb29204102c4f3272ae85270899e40b8',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.time()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#a0c3eb6a76bd96ffe5c02d93a53da9a7d',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TIME()']]],
+ ['timer',['timer',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html#a8aa98aa62ddcb7c7da064ba29b7fc7ec',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaAdapter::ComprehensionMetaHolder']]],
+ ['timer_5ftag',['TIMER_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#aaf75e6d47a29319b3284628c343459a9',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaModel']]],
+ ['title',['TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#a9e37946a543befcbb2d6644692dc2d26',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html#aa64523b372feca9a4ebff43f44d0b4c4',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html#a1fe7ada37ca14f0968fba9d37dd638a4',1,'org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a0f29454366bb795f4f75d9a977bba610',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#ab56fcb143ed8a14c46cf81833532d9a9',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a1c17241fb519b68d8e1c87286bd12cae',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html#aba9443853c3b80d7bc8adad009b433d5',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a300553726072e08510965b54ece05b27',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html#a7643252f2b77d6945ef59b29805cf1c1',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a974c9d7d4f0db00c57d5a2c38040fa27',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a4c103cc147f50bef03dd5e9587bb8de1',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.title()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a112206e1cf6d9b50a0def584ee53529a',1,'org.buildmlearn.toolkit.model.Template.title()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a6cd2b7c4e1b8b48f0d7eccdc13b57d09',1,'org.buildmlearn.toolkit.model.Tutorial.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html#a8402aa0e7e45bbc61431b2dc10cae0e8',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a904f81c4bb8b842a42b4dd9ff6c7af57',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#a92bd6c2566c45fb1ac95bbc0c2cd53f8',1,'org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a4d4accc8a072d6f95c93fb2e9a5d7797',1,'org.buildmlearn.toolkit.templates.DictationModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html#ac796e46f5bb18dd6f1dc765e56ae63f1',1,'org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#af8bb459139f9fc8fe759c8c3e3060c51',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html#a611477f821f47ee5dc30e233b8486435',1,'org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a9c4cb7a2202cf993149e8fc5b46281da',1,'org.buildmlearn.toolkit.templates.VideoModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#ad3a80df0389831aa9818ab6b79da385e',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a58bad1c15baf40c7e0f34ba212ef2fc8',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.title()']]],
+ ['title_5ftag',['TITLE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a62d5c2b9c215bbcbac19b3a0dd1e52f5',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ab1fe2f4e431c321ba34b7a35d3dda4f6',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#aff457132695ced3adfbf905ae80e4003',1,'org.buildmlearn.toolkit.templates.DictationModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a565a17bc9d90fd6ce54d18a58d026a7d',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#aab6348f79865d09d59abad5e6cbd183b',1,'org.buildmlearn.toolkit.templates.VideoModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a5615a39b6f341a11869ca7749ab8fdb4',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.TITLE_TAG()']]],
+ ['titleresid',['titleResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#accd3e04504db3b956fb5d123ecdeca8a',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['toolbartitle',['toolbarTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a950cf39e4cb71d7af2fe61ca5639b3d7',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['toolkit',['toolkit',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#af6325370557d88b7e0e8852634509a46',1,'org.buildmlearn.toolkit.activity.TemplateEditor.toolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a0b220664bab60b9eea19188d8991c17c',1,'org.buildmlearn.toolkit.utilities.RestoreThread.toolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a22e92e416784f287e5e16a55763364e2',1,'org.buildmlearn.toolkit.utilities.SignerThread.toolkit()']]],
+ ['toolkitapplication',['ToolkitApplication',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html',1,'org::buildmlearn::toolkit']]],
+ ['toolkitapplication_2ejava',['ToolkitApplication.java',['../ToolkitApplication_8java.html',1,'']]],
+ ['tostring',['toString',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a0b151d4bb6963f868d0c81d122003ed5',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.toString()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#aaf19c2f44229af948fa606046bd383e8',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.toString()']]],
+ ['transform',['transform',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#ad9bbdf5e91517e1a932c7c2b30ba4b84',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['transformpage',['transformPage',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#a3074e2146b6ebcd23da377bd9b163db3',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['tts',['tts',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#af48d0b5c8abacce32ab36b327d15be60',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.tts()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#aea99947964ca03c94a307f428d5b1f07',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.tts()']]],
+ ['tutorial',['Tutorial',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#aebfb554db49a2a1136c01d58571ad64c',1,'org.buildmlearn.toolkit.model.Tutorial.Tutorial(int image, int title, int description)'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#ac2bce108bcd8dbf3d56509e7985747a4',1,'org.buildmlearn.toolkit.model.Tutorial.Tutorial(boolean isLastScreen)']]],
+ ['tutorial',['Tutorial',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html',1,'org::buildmlearn::toolkit::model']]],
+ ['tutorial_2ejava',['Tutorial.java',['../Tutorial_8java.html',1,'']]],
+ ['tutorialactivity',['TutorialActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['tutorialactivity_2ejava',['TutorialActivity.java',['../TutorialActivity_8java.html',1,'']]],
+ ['tutorialadapter',['TutorialAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['tutorialadapter',['TutorialAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#ad6e401b96ba7fcde9c0b57a3b9e5f60c',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['tutorialadapter_2ejava',['TutorialAdapter.java',['../TutorialAdapter_8java.html',1,'']]],
+ ['type',['type',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a8c4244d47e13f8ed782485b6ae80a8b8',1,'org.buildmlearn.toolkit.model.SavedProject.type()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a51c49be1e1c109404b43c45c9b9c0df4',1,'org.buildmlearn.toolkit.model.Section.type()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a1ac0921d037d111c6d9a98c659b6de74',1,'org.buildmlearn.toolkit.model.Template.type()']]]
+];
diff --git a/search/all_13.html b/search/all_13.html
new file mode 100644
index 00000000..88fa6531
--- /dev/null
+++ b/search/all_13.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_13.js b/search/all_13.js
new file mode 100644
index 00000000..9bfe9485
--- /dev/null
+++ b/search/all_13.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['unescapeforencodeuricompatability',['unescapeForEncodeUriCompatability',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a9d75398146ce57e61ecd72d0b6eddfcc',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['unzip',['UNZIP',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#aa7187aa1863aeed8b73d71e3d203fe3c',1,'org.buildmlearn.toolkit.constant.Constants.UNZIP()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a3985505c7367639777e7829b87fa625b',1,'org.buildmlearn.toolkit.utilities.FileUtils.unZip(String zipFilePath, String destinationFolder)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a967a428caedce18e005b27539c0beb67',1,'org.buildmlearn.toolkit.utilities.FileUtils.unZip(InputStream zipInputStream, String destinationFolder)']]],
+ ['updateheaderdetails',['updateHeaderDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a3d785b7595c43249fc5a73e4f69daf41',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]]
+];
diff --git a/search/all_14.html b/search/all_14.html
new file mode 100644
index 00000000..518db1da
--- /dev/null
+++ b/search/all_14.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_14.js b/search/all_14.js
new file mode 100644
index 00000000..07e2a038
--- /dev/null
+++ b/search/all_14.js
@@ -0,0 +1,43 @@
+var searchData=
+[
+ ['validated',['validated',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aab8f365bccdd2d749189981b4749cd67',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#aaa25f072cbb34597196cfec4cb4b9023',1,'org.buildmlearn.toolkit.templates.DictationTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a6b8cc6c46170f7d0be6be09093f58e41',1,'org.buildmlearn.toolkit.templates.InfoTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a5acea6370884485ccc57d4068ec43a24',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#aa835cc39ec0dbc77921db7111300ccc2',1,'org.buildmlearn.toolkit.templates.MatchTemplate.validated(Context context, EditText title, EditText first_list_title, EditText second_list_title)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a32ea6e549a58031b4ef778f45fa3dd0d',1,'org.buildmlearn.toolkit.templates.MatchTemplate.validated(Context context, EditText first_list_title, EditText second_list_title)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ab816b378182db4eb68aef3a0144b4096',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.validated(Context context, EditText link)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#adcbb3e09e3e0b447adfb743203094f68',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.validated(Context context, EditText title, EditText description, EditText link)']]],
+ ['validatedata',['validateData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a0f68f3164c359f3d2e80566bbe293fb5',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['video_5fcollection',['VIDEO_COLLECTION',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a0b4b1d2ede6cce85075ed131f22f1743',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['video_5fcolumns',['VIDEO_COLUMNS',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#a8b67a158639433cf19c0cfb64e6d0604',1,'org::buildmlearn::toolkit::videocollectiontemplate::Constants']]],
+ ['video_5fid',['video_Id',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a83f2ba1d5cbf50031944c37da8d5d7ff',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::DetailActivityFragment']]],
+ ['video_5floader',['VIDEO_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad20cbd7e19c6b2f861a0ebdb5f410762',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::MainActivityFragment']]],
+ ['videoarrayadapter',['VideoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::adapter']]],
+ ['videoarrayadapter',['VideoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html#ad6f370a86eac06d1977646460e0010d9',1,'org::buildmlearn::toolkit::videocollectiontemplate::adapter::VideoArrayAdapter']]],
+ ['videoarrayadapter_2ejava',['VideoArrayAdapter.java',['../VideoArrayAdapter_8java.html',1,'']]],
+ ['videocollectionadapter_2ejava',['VideoCollectionAdapter.java',['../VideoCollectionAdapter_8java.html',1,'']]],
+ ['videocollectiontemplate',['VideoCollectionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['videocollectiontemplate',['VideoCollectionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5d233cecc9df8484f2c8599a7da4b840',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['videocollectiontemplate_2ejava',['VideoCollectionTemplate.java',['../VideoCollectionTemplate_8java.html',1,'']]],
+ ['videocontract',['VideoContract',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['videocontract_2ejava',['VideoContract.java',['../VideoContract_8java.html',1,'']]],
+ ['videodata',['videoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ab1a0e508ab9ba9ce308c3fcbbc3038d4',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['videodb',['VideoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['videodb',['VideoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a879a547b74bb2e5c08854986d88fe609',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoDb']]],
+ ['videodb_2ejava',['VideoDb.java',['../VideoDb_8java.html',1,'']]],
+ ['videodbhelper_2ejava',['VideoDBHelper.java',['../VideoDBHelper_8java.html',1,'']]],
+ ['videoinfotask',['VideoInfoTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['videolist',['videoList',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a2e22394adf697de7987441b919a89671',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::MainActivityFragment']]],
+ ['videolistadapter',['videoListAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a37e843e77a3b805f2f696c3353fe3296',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::MainActivityFragment']]],
+ ['videomodel',['VideoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a72a54be0117bf5693d0309ba9efb0d5b',1,'org.buildmlearn.toolkit.templates.VideoModel.VideoModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#af676748d4f1f6cf496095cbbf524782d',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.VideoModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a5fe6dbbabecb3c75c2a2f616d06e3715',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.VideoModel(Parcel in)']]],
+ ['videomodel',['VideoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['videomodel',['VideoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['videomodel_2ejava',['VideoModel.java',['../templates_2VideoModel_8java.html',1,'']]],
+ ['videomodel_2ejava',['VideoModel.java',['../videocollectiontemplate_2data_2VideoModel_8java.html',1,'']]],
+ ['videos',['Videos',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoContract']]],
+ ['videotemplateholder',['VideoTemplateHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html',1,'org::buildmlearn::toolkit::templates::VideoCollectionAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_B']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::infotemplate::adapter::InfoArrayAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::adapter::VideoArrayAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a3c14551693ea450388293f0e6fb2b4c3',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.ViewHolder()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html#ab927225ee59da26f1d913d398ba05650',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.ViewHolder()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html#ab9081a4671b563f1df2c12051794c16f',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.ViewHolder()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#ac8570cba721e5339e8039cbf92ae068b',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.ViewHolder()']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::dictationtemplate::adapter::DictArrayAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_A']]],
+ ['viewname',['viewName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af21ab2867b4154f9869eab7856f3a658',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['viewpager',['viewPager',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#aec1637ba8fbe69945ea7f675b5472293',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment::MainFragment']]],
+ ['vimeo',['VIMEO',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a4dffd2798a6cc2ba8a0387d6133c69ed',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]]
+];
diff --git a/search/all_15.html b/search/all_15.html
new file mode 100644
index 00000000..1331c0d7
--- /dev/null
+++ b/search/all_15.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_15.js b/search/all_15.js
new file mode 100644
index 00000000..706105f1
--- /dev/null
+++ b/search/all_15.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['word',['WORD',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ac2a3d72883e5931f0fea06f44698fb92',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.WORD()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#adc2fd1639db2de59172fe451e6660c16',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.word()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#a0391d141913c5ab231c1b22cc0c32a55',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.word()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#a6e8838ae9bf29b6005fe9fff6a174e77',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.word()']]],
+ ['writetoparcel',['writeToParcel',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a55d0dd1a08119c9ba1292bbb846a2a49',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a5e7f058e8dcec036f8fcfef99899a8d1',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#af6dce821d5418eb4924e327c4c203dfe',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a0578588d75a2b99f348fa1096614f4d4',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a238fff5d1fa11aab9000b2781a0f3946',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a94acfbb451850071593197d6404f99b9',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#ae0f3ffade7af3cabb48ba8ed03a04ba2',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a2c961db0ba9d5de3256aba473ea91b03',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.writeToParcel()']]],
+ ['writezipfile',['writeZipFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a65db51fe2a1892714317198a09958b7f',1,'org::buildmlearn::toolkit::utilities::FileUtils']]]
+];
diff --git a/search/all_16.html b/search/all_16.html
new file mode 100644
index 00000000..bec9d5dd
--- /dev/null
+++ b/search/all_16.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_16.js b/search/all_16.js
new file mode 100644
index 00000000..16878a07
--- /dev/null
+++ b/search/all_16.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['xmlfilename',['XMLFileName',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a17fc58f4be131d0dc62f53e01b3ca060',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a4341dc3ae5bf3c1cb74ade3143967c2f',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a44b1cfc324107db29d9c469400c4619f',1,'org.buildmlearn.toolkit.flashcardtemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#a6e52222033a5037d1a0150911ad0d793',1,'org.buildmlearn.toolkit.infotemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a2d1e69d562df209e512be480e8fd2e3d',1,'org.buildmlearn.toolkit.learnspelling.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#aaa445a567c19f55fa2ee134f604db9c4',1,'org.buildmlearn.toolkit.matchtemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#ace22a76c04ad5105d7dc8fb3acfc1855',1,'org.buildmlearn.toolkit.quiztemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#a6ca0b8cc526afb21e3896ef3231f0619',1,'org.buildmlearn.toolkit.videocollectiontemplate.Constants.XMLFileName()']]]
+];
diff --git a/search/all_17.html b/search/all_17.html
new file mode 100644
index 00000000..6d010fdd
--- /dev/null
+++ b/search/all_17.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_17.js b/search/all_17.js
new file mode 100644
index 00000000..c1b5c179
--- /dev/null
+++ b/search/all_17.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['youtube',['YOUTUBE',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a085ed868eeac2dbdd88c9e283fa215aa',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['youtube_5fshort',['YOUTUBE_SHORT',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ada408bfc90e499ef15ace12bb58aa505',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]]
+];
diff --git a/search/all_18.html b/search/all_18.html
new file mode 100644
index 00000000..ebae42c7
--- /dev/null
+++ b/search/all_18.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_18.js b/search/all_18.js
new file mode 100644
index 00000000..3221d9a8
--- /dev/null
+++ b/search/all_18.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['zipfolder',['zipFolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aa79713cc1d17fbf9b7294c60e851b774',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['zipinputstream',['zipInputStream',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a967b084e55b9959508a62aaa7e0169a7',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]],
+ ['zipsignerappresourceadapter_2ejava',['ZipSignerAppResourceAdapter.java',['../ZipSignerAppResourceAdapter_8java.html',1,'']]]
+];
diff --git a/search/all_2.html b/search/all_2.html
new file mode 100644
index 00000000..d15ac65f
--- /dev/null
+++ b/search/all_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_2.js b/search/all_2.js
new file mode 100644
index 00000000..0ea712d6
--- /dev/null
+++ b/search/all_2.js
@@ -0,0 +1,101 @@
+var searchData=
+[
+ ['cancelpotentialwork',['cancelPotentialWork',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#aa314cac047e91a51517a4b68d29b6f39',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['cardview',['cardView',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a121015677fc574882af6e720bbcf4f07',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['changecolorscheme',['changeColorScheme',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a579696858455696ea2bac7bea2dccbd0',1,'org.buildmlearn.toolkit.activity.TemplateEditor.changeColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a817ce3ea608863258adf9549d7fb4a1e',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.changeColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a2234406f2275e3a8519c00e9850265d7',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.changeColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a8ba9ba23e7a8c2645406063263ded642',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.changeColorScheme()']]],
+ ['changed',['changed',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a1960b232fb7931bed6810bfb180c2927',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['chars1',['chars1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#a47581ab7cb34bdc7b35c15ee5279aa34',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['chars2',['chars2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#ac31f129e1fd73832de11bcc65a49c322',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['checkbutton',['checkButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a11a4912ca4ba41b80aa83da8f93f25a7',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.checkButton()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#af3655c5a5c8fa6b400f4174c14a75426',1,'org.buildmlearn.toolkit.templates.QuizTemplate.checkButton()']]],
+ ['checkexternalstorage',['checkExternalStorage',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#aa5e389a806e594641a9c13215d8e10c4',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['checksimulator',['checkSimulator',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a83a15e3e0201f33044ddb530f2addbbb',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['child',['child',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a05f97c2038cc17afc47a3f326fa92e93',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['clicksourcea',['clickSourceA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a92e9139e7b1ec0421995253c1d279748',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['close',['close',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a6fe16a726d76570ef223bf7b0592f4a4',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a3a21b0135857cd720ab100b9bca0fb5c',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a10aaab2578442f796220f44c062a7aff',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a3d85d2c10aed33cc77b24f47efe41ed7',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aba9603e60b67e5879e8a49103383beb8',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a009debcf6787ce1d9d2ddc133bbe1206',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a92a9fb76a38eb9d93962a06ccf754259',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a2c2f783ce0cf99a6d792bae422ef9e08',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.close()']]],
+ ['closedrawer',['closeDrawer',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#ae30430603d53f0fc8611d9a88be61774',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['col_5fanswer',['COL_ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a5eafcdb95ec9f114c351ae21b713c1be',1,'org::buildmlearn::toolkit::flashcardtemplate::Constants']]],
+ ['col_5fanswered',['COL_ANSWERED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#aed64da3d90b514a831a427f571ba5c5a',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a8d4929940f55d0a97b514e0ba5fae119',1,'org.buildmlearn.toolkit.learnspelling.Constants.COL_ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a7d3ab9a8edcab2e0bb421a508c285ad5',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_ANSWERED()']]],
+ ['col_5fattempted',['COL_ATTEMPTED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a930743c47140cc8b4542c0c2672b963b',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a7fb227a88838d2708d6e7d884aa27912',1,'org.buildmlearn.toolkit.learnspelling.Constants.COL_ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#aa8c91f92812dcbb16943b58988e22d6d',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_ATTEMPTED()']]],
+ ['col_5fbase64',['COL_BASE64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a0c370e604f3aeac82c60fc0d5f749207',1,'org::buildmlearn::toolkit::flashcardtemplate::Constants']]],
+ ['col_5fcorrect_5fanswer',['COL_CORRECT_ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#ad46c20013bc4235910335dc008308bc4',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_CORRECT_ANSWER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a97edab2d4e80504e2f7e81f2575b0718',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_CORRECT_ANSWER()']]],
+ ['col_5fdescription',['COL_DESCRIPTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#ab0ddba830d28c3ee64133f2711ba8531',1,'org.buildmlearn.toolkit.infotemplate.Constants.COL_DESCRIPTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#ab99a58b66e8f89f8cd45bb84220ed883',1,'org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_DESCRIPTION()']]],
+ ['col_5ffirst_5ftitle',['COL_FIRST_TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a00cf8a9b447b029b06e0632de9ee8143',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fhint',['COL_HINT',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a3a9c872bdd089b119da3037cedd05e6f',1,'org::buildmlearn::toolkit::flashcardtemplate::Constants']]],
+ ['col_5fid',['COL_ID',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a1a052a43d36f765d86f87201111b4d00',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.COL_ID()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#ad45dc3bd5034af8e36d33d6f229623f5',1,'org.buildmlearn.toolkit.infotemplate.Constants.COL_ID()']]],
+ ['col_5flink',['COL_LINK',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#aaf3c151a1398676cd47bf4ea743b5ab3',1,'org::buildmlearn::toolkit::videocollectiontemplate::Constants']]],
+ ['col_5fmatch_5fa',['COL_MATCH_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a03c6a821d7de22b420059b1087e19e2a',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fmatch_5fb',['COL_MATCH_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a4068a0ba559b1980b2f43b37fe895b57',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fmeaning',['COL_MEANING',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a439ff1d2fc63d5939a3a507bb11d8fed',1,'org::buildmlearn::toolkit::learnspelling::Constants']]],
+ ['col_5foption_5f1',['COL_OPTION_1',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a74213721c184e9e965de811c882be1a7',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_1()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#ab983e9f6c9b879b4d7658501f701e19c',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_1()']]],
+ ['col_5foption_5f2',['COL_OPTION_2',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#ae2fffd3e048b07f57349ed600b4f6c97',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_2()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a7113e07e6df256d457c586ef3190976d',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_2()']]],
+ ['col_5foption_5f3',['COL_OPTION_3',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a4ce0a1eb0b4cb075861090a0d2e1ee7d',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_3()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#abac2fb493c29e9320a8cac69fcad67e1',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_3()']]],
+ ['col_5foption_5f4',['COL_OPTION_4',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#af9dd5a62672ada95d65a1cae9b5f3a9a',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_4()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a03ff51f8448c3b1778b7672d567f1018',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_4()']]],
+ ['col_5fpassage',['COL_PASSAGE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a4892b25d13c18d6e0c61ec349e0d14b6',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_PASSAGE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#adfcb7c2ba2a9860f45b035723abcf95a',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.COL_PASSAGE()']]],
+ ['col_5fquestion',['COL_QUESTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a74157f9ea123eddfb1b6578bbca42d41',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a58f975870a5fc1b5b38324db18dce2f4',1,'org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a9b1694fe445fbde88810dd6e2ffe2779',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_QUESTION()']]],
+ ['col_5fsecond_5ftitle',['COL_SECOND_TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#ace90f6755a29f8c2c02856de1b050a43',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fthumbnail_5furl',['COL_THUMBNAIL_URL',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#adac1254615d4856c5a6a4c7483dbf46e',1,'org::buildmlearn::toolkit::videocollectiontemplate::Constants']]],
+ ['col_5ftime',['COL_TIME',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a89fb7ecf7329763dc274da9c1e8cde48',1,'org::buildmlearn::toolkit::comprehensiontemplate::Constants']]],
+ ['col_5ftitle',['COL_TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#ab0c6c7fb3aa6b519cf104c730e977ce1',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a9e22c3060e736b3863bc5f5f039b6942',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.COL_TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#a177c5e5227104174b6425ce1e4bb171a',1,'org.buildmlearn.toolkit.infotemplate.Constants.COL_TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#a1ce807b88fd23ea492c6d8474f7a628c',1,'org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_TITLE()']]],
+ ['col_5ftitle_5fmeta',['COL_TITLE_META',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#af82d7727f539cea18ae0f7aef5ccab17',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fword',['COL_WORD',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a63a5b9cadfe24d9f838df27c3d89ce22',1,'org::buildmlearn::toolkit::learnspelling::Constants']]],
+ ['collapsebutton',['collapseButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#afebbf5c70c83bdaab95648f6dc71e14c',1,'org::buildmlearn::toolkit::templates::DictationAdapter::DictationHolder']]],
+ ['color',['color',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a44b55b82b33f8cd31c0c02e77d74e9b7',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['colors',['colors',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#ad3708e7103ef3ec7ef5d57edbcd1e9bf',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.colors()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a8fe1531850144bb2969b60adb7f54b7e',1,'org.buildmlearn.toolkit.adapter.TutorialAdapter.colors()']]],
+ ['comprehension',['COMPREHENSION',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a930312f1946ad623b664609de2a4e9bc',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['comprehensionadapter_2ejava',['ComprehensionAdapter.java',['../ComprehensionAdapter_8java.html',1,'']]],
+ ['comprehensioncontract_2ejava',['ComprehensionContract.java',['../ComprehensionContract_8java.html',1,'']]],
+ ['comprehensiondata',['comprehensionData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a690317809307900381bf4d1d26da3115',1,'org::buildmlearn::toolkit::templates::ComprehensionTemplate']]],
+ ['comprehensiondb',['ComprehensionDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a60b2672f7c8f66e02fe62ebbebbc3bec',1,'org::buildmlearn::toolkit::comprehensiontemplate::data::ComprehensionDb']]],
+ ['comprehensiondb',['ComprehensionDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data']]],
+ ['comprehensiondb_2ejava',['ComprehensionDb.java',['../ComprehensionDb_8java.html',1,'']]],
+ ['comprehensiondbhelper_2ejava',['ComprehensionDBHelper.java',['../ComprehensionDBHelper_8java.html',1,'']]],
+ ['comprehensionmetaadapter_2ejava',['ComprehensionMetaAdapter.java',['../ComprehensionMetaAdapter_8java.html',1,'']]],
+ ['comprehensionmetaholder',['ComprehensionMetaHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaAdapter']]],
+ ['comprehensionmetamodel',['ComprehensionMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#aefd44e9d1b875365c8194c4a3ab30866',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaModel']]],
+ ['comprehensionmetamodel',['ComprehensionMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['comprehensionmetamodel_2ejava',['ComprehensionMetaModel.java',['../ComprehensionMetaModel_8java.html',1,'']]],
+ ['comprehensionmodel',['ComprehensionModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['comprehensionmodel',['ComprehensionModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a4d66f880a049307549b47d43f83af685',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.ComprehensionModel(String question, ArrayList< String > options, int correctAnswer)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a34d038e815cda0478bd01d100ff584c4',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.ComprehensionModel()']]],
+ ['comprehensionmodel_2ejava',['ComprehensionModel.java',['../ComprehensionModel_8java.html',1,'']]],
+ ['comprehensiontemplate',['ComprehensionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['comprehensiontemplate',['ComprehensionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aec3483152642c7fda3cf222b3ee8571c',1,'org::buildmlearn::toolkit::templates::ComprehensionTemplate']]],
+ ['comprehensiontemplate_2ejava',['ComprehensionTemplate.java',['../ComprehensionTemplate_8java.html',1,'']]],
+ ['comprehensiontest',['ComprehensionTest',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html',1,'org::buildmlearn::toolkit::espresso']]],
+ ['comprehensiontest_2ejava',['ComprehensionTest.java',['../ComprehensionTest_8java.html',1,'']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::quiztemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html',1,'org::buildmlearn::toolkit::learnspelling']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::matchtemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::comprehensiontemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html',1,'org::buildmlearn::toolkit::constant']]],
+ ['constants_2ejava',['Constants.java',['../comprehensiontemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../constant_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../dictationtemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../flashcardtemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../infotemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../learnspelling_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../matchtemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../quiztemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../videocollectiontemplate_2Constants_8java.html',1,'']]],
+ ['context',['context',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#ae48797ae44e71abb3a9909a228997325',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.context()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a848684b0dd6cc43c279f4dde513346ea',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.context()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a34c795343e29b452e4c65c58c352a0d6',1,'org.buildmlearn.toolkit.utilities.RestoreThread.context()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a666153665b183a4cafa7d60fa30b977e',1,'org.buildmlearn.toolkit.utilities.SignerThread.context()']]],
+ ['convertbitmaptobase64',['convertBitmapToBase64',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a5e19c71e8232293f5543a9f5a018b519',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['convertlink',['convertLink',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a30b5bc7cb3b02171293c7c361eb3edd8',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['copy',['copy',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a22131f5eeefec02f52908ab439ab528b',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['copyassets',['copyAssets',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a40211ea6f81fcdd275cb33047c67c01a',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['copyfile',['copyFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aafa41feb34e473599f7181427de44c6c',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['correct',['correct',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#acf82e342f9003f3b513d75de5461670a',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchModel']]],
+ ['correct_5fanswer',['CORRECT_ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a9daadedec6b3226576fab851e035e7a1',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.CORRECT_ANSWER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a80dea8bfc8fa287e6e7ab8f2c571ac74',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.CORRECT_ANSWER()']]],
+ ['correctanswer',['correctAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#aee2382f372a1dcd51eb3f6ce841eb646',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.correctAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a2c3c90f22361d85df799d962c1bdba9e',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.correctAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a73ff43704362adcf40f4aa2b7b53857a',1,'org.buildmlearn.toolkit.templates.QuizModel.correctAnswer()']]],
+ ['createfiledialog',['createFileDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a6f7eeebe225e6bac532902bc18a4f336',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['createtemporaryfile',['createTemporaryFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aa2ebd3b8006ca04c404b0372e2b70fbb',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['creator',['CREATOR',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a93129740b23b9a459d90aecdb118b8dd',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#afd4b62c200855dfb7c24f6dbfb418602',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#abcf0c8ceb2e2c7f7071cf9ef5a73a134',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#af45eb4643be2e123379c5e259fb510a0',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a32398334ccbf1ac8777e087fa31f720a',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a4c528ce7610a239f61a99d7d24d97a7b',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a54ebe675c8f3dc6df679f60c65f703cc',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ac43b05cb32f36a6f4f7b59c63b90873d',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.CREATOR()']]],
+ ['currentmetaeditoradapter',['currentMetaEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a2b24967afaab00b7dcce5083b829bb95',1,'org.buildmlearn.toolkit.model.TemplateInterface.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a9e68ce2d6505b81309e989fd231fead4',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a11b1e13a09c920dcff58d4e728c5eb0b',1,'org.buildmlearn.toolkit.templates.DictationTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#af0e590dfdd08ff97be8c27c16a851d1d',1,'org.buildmlearn.toolkit.templates.FlashTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a39195b6cfa4ef372798370d4391d73bd',1,'org.buildmlearn.toolkit.templates.InfoTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a5d4732acb45a266bca9bc14deb0ea5a1',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a6289558776a2c935e06142bbb8512286',1,'org.buildmlearn.toolkit.templates.MatchTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ab9912c5d447a017a404bb4683b751d40',1,'org.buildmlearn.toolkit.templates.QuizTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#aea2e51dcb356740a1f30639f0236a688',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.currentMetaEditorAdapter()']]],
+ ['currentpath',['currentPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a0f49a1b6543e0abc023df6a1eed7e8a5',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['currentsection',['currentSection',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#ab4c37abd0b73d06bcb29ff53cc0d894c',1,'org::buildmlearn::toolkit::activity::HomeActivity']]],
+ ['currentsectionbackgroundcolor',['currentSectionBackgroundColor',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a576dc34ff9fb366870d371d5d049b12b',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['currentsectionforegroundcolor',['currentSectionForegroundColor',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a930cdcd518fcdafd341e1ed6e114f01c',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['currenttemplateeditoradapter',['currentTemplateEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ae433eedc291006e78b65b0fc4135d560',1,'org.buildmlearn.toolkit.model.TemplateInterface.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a818630f24655e6ec667efade732b7a8a',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a0be6195b7a866a35ddb48140af45476e',1,'org.buildmlearn.toolkit.templates.DictationTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a70db96b6e7ec5e339fe106fc15d64860',1,'org.buildmlearn.toolkit.templates.FlashTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#adf457576e88abf2859b9d8cfb8097eba',1,'org.buildmlearn.toolkit.templates.InfoTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a46ba1da1d9832f8e2ffbaf5a416a23f8',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a1445573720292a426ed0457d65bfe06a',1,'org.buildmlearn.toolkit.templates.MatchTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ab1d89e08da401108f6a6ec7bf208c973',1,'org.buildmlearn.toolkit.templates.QuizTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a31e46272b802389894cd9b4075116ab6',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.currentTemplateEditorAdapter()']]]
+];
diff --git a/search/all_3.html b/search/all_3.html
new file mode 100644
index 00000000..9f526c67
--- /dev/null
+++ b/search/all_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_3.js b/search/all_3.js
new file mode 100644
index 00000000..a57c6cf9
--- /dev/null
+++ b/search/all_3.js
@@ -0,0 +1,128 @@
+var searchData=
+[
+ ['dailymotion',['DAILYMOTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#af2495d36cfeb4cbf25f08cb3ef7a6a96',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['data',['data',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a91aa873b448d0a53bab535f76a3d135e',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.data()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a0b4dd014c7fce78391c25501eb75985e',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.data()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#aff22bb73e6dc24e2416b65607365230f',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.data()']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['datautils_2ejava',['DataUtils.java',['../infotemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../learnspelling_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../matchtemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../quiztemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../videocollectiontemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../comprehensiontemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../dictationtemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../flashcardtemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['date',['date',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a2dfeb57d1a979b07d00e9c8a3578b5b0',1,'org.buildmlearn.toolkit.model.SavedApi.date()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a81205e5f76f19c9a197aa5b536b88a10',1,'org.buildmlearn.toolkit.model.SavedProject.date()']]],
+ ['db',['db',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ae32d84b70065fd90bc1aa9ba88a93535',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#aaebe63b8fbab0ea9a7f53996543cbdcf',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#aac831a44face7bc6a677c64b7087f298',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#af23d894f99b05df335fe0c72297ce03c',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a66745fb758ed723ff09e89f2bf2b4de4',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a175afff0ad046a37216c8aed13e4d89f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a256692a07fa113a6687354cb998effbf',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#ada89a6b25f8c22594bf09f8e7b4ae0e4',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a86daf85504137e7729d6f44a397da9c8',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a2bd16780a42033d11e54fa27962fd41a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#aae9761b393ec8d482f96c222e25700be',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a35165db535b929ec5bbf91ebc8368545',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aa23168ffbc9d57d41895bb1d529cc85a',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#ab4b7c2a07ad63f652f0a381bd950a116',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#ab3bc92d5024d152f132b0860541391c1',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#af93cfb1dc3de3bd19aa6a5fbb7515c5a',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a165218ecad83ee3dda6bb82c993b5c84',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a936e399d2152581058c0d80051e91ca9',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a5b0105aba91fd41f46b4de2b6ee7429b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a279eb61d7a029a2081652a9fbd4dd104',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#a7922fafd27dd29463273c01b8e74f337',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#a868a9ff3a1617893cadbd53369c71ca8',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#abd5f6988affdcc87babe147f1be6caab',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a0de5d625859d39911a2c5e348a02441f',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#adcd8c029382165242baf809a8a65c319',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.db()']]],
+ ['dbhelper',['dbHelper',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#aad6b415d9ba244e14a0a845bbc4e57f9',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#aa1fc68089b8e66689f73307128f506e9',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#ae21d788ab58332f36740310ea2275fd5',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a34c9ce54812bfafd98df41278f6a96c8',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a5b0650c89704d8d4398b4a2d0c532738',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#af7159826cc3cc046e7371e971300fa2b',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a01f990a27fc631fd0f7f53640d8d84be',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#af8d325e1b90b98559a14d36cd78712bc',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.dbHelper()']]],
+ ['deeplinkeractivity',['DeepLinkerActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['deeplinkeractivity_2ejava',['DeepLinkerActivity.java',['../DeepLinkerActivity_8java.html',1,'']]],
+ ['delete',['DELETE',['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html#abb2a34981d1741bf8946af42cd6250af',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Operation']]],
+ ['deleteall',['deleteAll',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a83ca9deee52d2318a7c6f59e1b5f3f4e',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a6cf1d99f3846638412f9ebb6b156656f',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#aa120043c20a325c1db177960a0a4ab13',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a04bad5412d8ae83ac8192ae2d37c92b4',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#abb05438c8c29b8c82e6b31b11d6675f7',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a72282269989e50d407091357cffbf56d',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#add8fc835dc5da623099b3e23770dd2e4',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#aeda2b598acf3f1bd2208fad666457a71',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.deleteAll()']]],
+ ['deletealldrafts',['deleteAllDrafts',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a53efe88465e3ec05b9dc446ca4817932',1,'org::buildmlearn::toolkit::fragment::DraftsFragment']]],
+ ['deletebutton',['deleteButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#a89300faff2511b44e9667d3e84ae371b',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.deleteButton()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#a89783eb886d6820d344f9e3e3075480a',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.deleteButton()']]],
+ ['deletedirectory',['deleteDirectory',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#ad1d3b5a0eccea60aef8f5b82613d4c9d',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['deleteitem',['deleteItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a631069e1a6c2ba1010c077facdd1847f',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a1184ed90defdf6cfe7274640d6b87b09',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ac2657b452dd8fe89498b20e8b2d5bdce',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.deleteItem()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#acc9339e97daba180a70b5d1907f214df',1,'org.buildmlearn.toolkit.model.TemplateInterface.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a894ff749119309ccf9b8c05781b069f8',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a3f1c0098fb096ca7e56e52bfe2122ff0',1,'org.buildmlearn.toolkit.templates.DictationTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a9fafe16479379a494bcccde6811d909f',1,'org.buildmlearn.toolkit.templates.FlashTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#ab0388f85502e6ed254c8de84b7cd4ed4',1,'org.buildmlearn.toolkit.templates.InfoTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a488e201556351852b46fa4757d570a88',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a319114cb88507d06613c769ff23b6b64',1,'org.buildmlearn.toolkit.templates.MatchTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#aeefd643c10acdd3721513fccd5166306',1,'org.buildmlearn.toolkit.templates.QuizTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a2ee7af71ccb38fbe2312f8d42315fbcf',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.deleteItem()']]],
+ ['deprecated_20list',['Deprecated List',['../deprecated.html',1,'']]],
+ ['describecontents',['describeContents',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#ac6d74afec1acdfa09114110983f89078',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad31b9550b91db879302d9d3c5fc1bb82',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#ad74a8930a975656f0b3d7d76f2d1d80a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a49461f32ce142761afc16a5acf2dbc57',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a671ed968f126e92ad85680903768ee8e',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#ae2f3162e873189aa6aad04c951923a41',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a5aeb97b054cab6e5dbdaa9a3cb50a12d',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a7980b2af10bc4023521b6387174bb938',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.describeContents()']]],
+ ['description',['DESCRIPTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html#a8c880b66b45ad390d11d15709bf1804a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.DESCRIPTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#ae493aa1643c6a5909ee6b5a311e74a44',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.DESCRIPTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a40a5bb3f2a5bbdc1c3abc8b26534cb3a',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#af89990104f985165d5bd428137c76ea0',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.description()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a009374cd67d17445cfc0787899697a17',1,'org.buildmlearn.toolkit.model.Template.description()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#ac12a03d6552952f23bd952d50f2d227d',1,'org.buildmlearn.toolkit.model.Tutorial.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html#a4e32c3a225546be44ee8f0e578d589a1',1,'org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a7ad4b4bcca9e5f886e109f1e316eb76b',1,'org.buildmlearn.toolkit.templates.VideoModel.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#a2dd910853bc0dc2fd7b4165aaf743e2b',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a85fb57c6d4bd9056a329a5dd5f4d2673',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.description()']]],
+ ['description_5ftag',['DESCRIPTION_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a1f721140cd45bbb5ebbdaa5568221830',1,'org.buildmlearn.toolkit.templates.VideoModel.DESCRIPTION_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a90339166f383e5a244d046e6a3191bd1',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.DESCRIPTION_TAG()']]],
+ ['destroyitem',['destroyItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a486ba0a0346f2adf357bf97e57edb9c4',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['detail_5floader',['DETAIL_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a22520d9b3d0bda5b5c0fb321af08ffc9',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.DETAIL_LOADER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a751fac43cbc09463948fa39da5f28c06',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.DETAIL_LOADER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#ab5efe7dbb13895e450cac8152ae604c1',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.DETAIL_LOADER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a757422e41d44c1228abe3cdf36d8adf0',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.DETAIL_LOADER()']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a41fc77f6133131ff596a1b869543286c',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.DetailActivityFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#aa8587c189f345541c08c36f228c76da5',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.DetailActivityFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#abe76ebeb3343a873f5739f24ba530f18',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.DetailActivityFragment()']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html',1,'org::buildmlearn::toolkit::infotemplate::fragment']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['detailactivityfragment_2ejava',['DetailActivityFragment.java',['../dictationtemplate_2fragment_2DetailActivityFragment_8java.html',1,'']]],
+ ['detailactivityfragment_2ejava',['DetailActivityFragment.java',['../infotemplate_2fragment_2DetailActivityFragment_8java.html',1,'']]],
+ ['detailactivityfragment_2ejava',['DetailActivityFragment.java',['../videocollectiontemplate_2fragment_2DetailActivityFragment_8java.html',1,'']]],
+ ['detailfragment',['DetailFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html',1,'org::buildmlearn::toolkit::matchtemplate::fragment']]],
+ ['detailfragment_2ejava',['DetailFragment.java',['../DetailFragment_8java.html',1,'']]],
+ ['details',['details',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html#ae98297ead5efa76f607d70c7904a7ec1',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder.details()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html#a549b9b88632cdce8c464c8f1046c9f75',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder.details()']]],
+ ['dict',['Dict',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictContract']]],
+ ['dict_5fcolumns',['DICT_COLUMNS',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a7d6d1315519509c36c62e79fdadafc56',1,'org::buildmlearn::toolkit::dictationtemplate::Constants']]],
+ ['dict_5fid',['dict_Id',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a835cc1f7a7b937ee23b18541109d4c41',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.dict_Id()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#acb55b4912fc2993618db00ca6e33ab23',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.dict_Id()']]],
+ ['dict_5floader',['DICT_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a46fabca2ae567cec94b550d007ed305d',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::MainActivityFragment']]],
+ ['dictarrayadapter',['DictArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html#a874b53062d3470547ef9fed7bb189959',1,'org::buildmlearn::toolkit::dictationtemplate::adapter::DictArrayAdapter']]],
+ ['dictarrayadapter',['DictArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html',1,'org::buildmlearn::toolkit::dictationtemplate::adapter']]],
+ ['dictarrayadapter_2ejava',['DictArrayAdapter.java',['../DictArrayAdapter_8java.html',1,'']]],
+ ['dictation',['DICTATION',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a878f3878c06d1f9e5c2719c0116f3ce6',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['dictationadapter_2ejava',['DictationAdapter.java',['../DictationAdapter_8java.html',1,'']]],
+ ['dictationholder',['DictationHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html',1,'org::buildmlearn::toolkit::templates::DictationAdapter']]],
+ ['dictationmodel',['DictationModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['dictationmodel',['DictationModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#ade4217f9c69552f1e828effe922384fb',1,'org::buildmlearn::toolkit::templates::DictationModel']]],
+ ['dictationmodel_2ejava',['DictationModel.java',['../DictationModel_8java.html',1,'']]],
+ ['dictationtemplate',['DictationTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['dictationtemplate',['DictationTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a8cb001ee5bb6a0afe7d36de75e11df24',1,'org::buildmlearn::toolkit::templates::DictationTemplate']]],
+ ['dictationtemplate_2ejava',['DictationTemplate.java',['../DictationTemplate_8java.html',1,'']]],
+ ['dictcontract',['DictContract',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['dictcontract_2ejava',['DictContract.java',['../DictContract_8java.html',1,'']]],
+ ['dictdata',['dictData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a95030ad007d0a8047accfdd29b62588b',1,'org::buildmlearn::toolkit::templates::DictationTemplate']]],
+ ['dictdb',['DictDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#af3af1061a044194d543671cbb9ac2e10',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictDb']]],
+ ['dictdb',['DictDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['dictdb_2ejava',['DictDb.java',['../DictDb_8java.html',1,'']]],
+ ['dictdbhelper_2ejava',['DictDBHelper.java',['../DictDBHelper_8java.html',1,'']]],
+ ['dictlist',['dictList',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a6deff48b5ad694dea43dd1dbdd304e98',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::MainActivityFragment']]],
+ ['dictlistadapter',['dictListAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aa862ad0c92de4d75fef103de22526e14',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::MainActivityFragment']]],
+ ['dictmodel',['DictModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a5a08c320a4378d22fb4d19d6cbfc4bac',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.DictModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a8d6c8f3799f343adae0549a8c6157ca4',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.DictModel(Parcel in)']]],
+ ['dictmodel',['DictModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['dictmodel_2ejava',['DictModel.java',['../DictModel_8java.html',1,'']]],
+ ['dictvalues',['dictValues',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a153233e750780e2456f543ba96028f45',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::ResultActivityFragment']]],
+ ['didlognodename',['didLogNodeName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a7ee90eb178f04dba7f39105d74fe9e9d',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['diff',['Diff',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a0de06007ace0a454e07c6df4649d6b32',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]],
+ ['diff',['Diff',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fbisect',['diff_bisect',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a05df843fb762717a833b3f94008ed0e1',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fbisectsplit',['diff_bisectSplit',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a0b65cab0c42398230df7d762fb0f7a70',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcharstolines',['diff_charsToLines',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6bbc36a35836b9d64843ccab34efa555',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupefficiency',['diff_cleanupEfficiency',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a8bef7e6bafbed49ad8afc87a30b838a5',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupmerge',['diff_cleanupMerge',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a0b7ca7d67b19884795e7ab14cc407789',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupsemantic',['diff_cleanupSemantic',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a24fbf15c6ca66d20072d48f8314ade8c',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupsemanticlossless',['diff_cleanupSemanticLossless',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad28a657eb0eeaaf185e72905df9b0e77',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupsemanticscore',['diff_cleanupSemanticScore',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a2debe8436f2ad7c48bbb9dd2037d2f8e',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcommonoverlap',['diff_commonOverlap',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a3ee3c894e278b4d3b2150f7e2ad2eb41',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcommonprefix',['diff_commonPrefix',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aac329de2538a84de56f903724d0eb687',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcommonsuffix',['diff_commonSuffix',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aceacaaaf8bea312257d927602fac6d75',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcompute',['diff_compute',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ae284979fa55d548cbf9989ebae4dc543',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5feditcost',['Diff_EditCost',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ac0bccfcdfb920ae47c6da51095154ab6',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ffromdelta',['diff_fromDelta',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#af912c45fbc9fda41a237976f4cbb66bf',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fhalfmatch',['diff_halfMatch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ab8d8b6ab62b5b964ba1a1f389773ddf9',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fhalfmatchi',['diff_halfMatchI',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6d6fe166f63595b1a113483a01dc8d88',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flevenshtein',['diff_levenshtein',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a61a85e54e5b6c714fafb80d5c5de4408',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flinemode',['diff_lineMode',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a0d175137ea26dae68871ad0c3cb619a0',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flinestochars',['diff_linesToChars',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a3a517130c3822a26a829ecd454518e98',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flinestocharsmunge',['diff_linesToCharsMunge',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad2b31bf660320bf331ea4d0e3793bf70',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fmain',['diff_main',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ac3a49d63289ea35216363dfe99c1cf21',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main(String text1, String text2)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a7562296717e7b97146eef8eec8fd270a',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main(String text1, String text2, boolean checklines)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ae1e07fddc2f23981f0b3a35284c289ae',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main(String text1, String text2, boolean checklines, long deadline)']]],
+ ['diff_5fmatch_5fpatch',['diff_match_patch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['diff_5fmatch_5fpatch_2ejava',['diff_match_patch.java',['../diff__match__patch_8java.html',1,'']]],
+ ['diff_5fprettyhtml',['diff_prettyHtml',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#adf54356a57b436b5fa2033012300c709',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftext1',['diff_text1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a4f041137787e82747d1b3d862afbded7',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftext2',['diff_text2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a1a638543c64633431affd8936927bdd1',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftimeout',['Diff_Timeout',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a371b7d83d00f5e5f156f04a9b6337d1a',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftodelta',['diff_toDelta',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a45f4e09004cd92f4fa815425e5847219',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fwordmode',['diff_WordMode',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad029f054ec515159187232a4caa6329f',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fwordstochars',['diff_wordsToChars',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a2a5e54e86f526975a09f163554113327',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fwordstocharsmunge',['diff_wordsToCharsMunge',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a84ef353d2a83997f5bdcf76ba38c0647',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fxindex',['diff_xIndex',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ac3f5bac45bc1e4a8a8e8170674fdd89d',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diffs',['diffs',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#a1b8ded8fe5708379608be5610964c3ae',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['dir',['dir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#abc6ef4f9a1e6888cb0b5893f3c94c0f1',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['divider',['DIVIDER',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a99456d62ef2b191fe8c99efcbb6495db',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['doinbackground',['doInBackground',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#aef6f0ea44d16cf5d2fb6efdee87b8ab8',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a8e2124fd4492361e2e58a3396aa94438',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a5433a3f8424fd541246ca58ef7912c14',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#af223210e4cf183364c0ca3a220fc3c28',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#adb58acd3089cae1c444c6a94a52b4845',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#af6bc6ac11bccdef99845339bb4525519',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#abbed87c40bb473c1a73902393b3c2cbc',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html#afbf7f826156d684dd814da8e35899c5e',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#af8604628df86423490d5d8eb31aa0bd9',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.doInBackground()']]],
+ ['draft_5fdir',['DRAFT_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a09f2b77cdd891681a33d80eb527b5803',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['draftholder',['DraftHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter']]],
+ ['drafticon',['draftIcon',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html#a17a9c862dfb634da8b67619233a1fc1e',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter::DraftHolder']]],
+ ['draftprojectadapter',['DraftProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['draftprojectadapter',['DraftProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#abda883bc5eb32802d83d0de23d808a3f',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter']]],
+ ['draftprojectadapter_2ejava',['DraftProjectAdapter.java',['../DraftProjectAdapter_8java.html',1,'']]],
+ ['draftprojects',['draftProjects',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a8b6b252506b897c8fe46fca0bf5010aa',1,'org::buildmlearn::toolkit::fragment::DraftsFragment']]],
+ ['drafts',['DRAFTS',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a25353ad1e6a0b4cb044bc9746cdef08b',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['draftsfragment',['DraftsFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['draftsfragment_2ejava',['DraftsFragment.java',['../DraftsFragment_8java.html',1,'']]],
+ ['draftsubtitle',['draftSubtitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html#a2d131162611e8b26a739fc9739d2b0d9',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter::DraftHolder']]],
+ ['drafttitle',['draftTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html#ade3eab0f132e524ac8987eb1233dfdb1',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter::DraftHolder']]]
+];
diff --git a/search/all_4.html b/search/all_4.html
new file mode 100644
index 00000000..7b814aa9
--- /dev/null
+++ b/search/all_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_4.js b/search/all_4.js
new file mode 100644
index 00000000..ddf3f3a3
--- /dev/null
+++ b/search/all_4.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['editbutton',['editButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#acdfcdf656cddda764d19e3c813b40553',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.editButton()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#a5db8d3295fb4eee7a87b536b32ad4082',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.editButton()']]],
+ ['edititem',['editItem',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a5a28364a7250ae0a6f18f8173c9df871',1,'org.buildmlearn.toolkit.model.TemplateInterface.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ac3474a96bc8de6b5fd44bf4cffdf8a98',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a0262e857065565502482cb9305ae3b77',1,'org.buildmlearn.toolkit.templates.DictationTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a83e541cdb95abf421a55a269f67f4e2f',1,'org.buildmlearn.toolkit.templates.FlashTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a959e9afa2bb71e903b575087515611a7',1,'org.buildmlearn.toolkit.templates.InfoTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#ac1a2b3a4507302be292deb019ab563f4',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#af54e14873c56d5b4bb07968ec319116e',1,'org.buildmlearn.toolkit.templates.MatchTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a061e888a27db66b5b9d408a1067d4eac',1,'org.buildmlearn.toolkit.templates.QuizTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5886244a2336ce1892b8d9d9c40b4312',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.editItem()']]],
+ ['editmetadetails',['editMetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a060cb4ffebf7c9dded52114250a3658b',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['editquestions',['editQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ae83c8565e3040270f9559c58b5659912',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['end',['end',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a260e1d884a8485791f30fefe5e471a44',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['equal',['EQUAL',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a3999082d158a860481de440fabe964af',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a9db39040e80c78319afaa83652fb2008',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a25c392106b62a25f8dc98c8059891411',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#aa6bd5fe405d5b4135431ba5c04ce1d8a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a4fe1695ad33239e5c78d2a864249ec58',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a1bb2eea4424a48bde643fd9745d1f961',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.EQUAL()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html#aeba482dacb92381cbd25d9b956c43cd8',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a5ac0075863866227b76d29e8a8369525',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.EQUAL()']]],
+ ['equalcontent',['equalContent',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#ae132c7d141598ae38e46d7229bccdb42',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['equals',['equals',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a3010c254bcc4c7977dfb51a836955e96',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]],
+ ['expandbutton',['expandButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#a767d0993d068b4caf90ef7cf9688d8ec',1,'org::buildmlearn::toolkit::templates::DictationAdapter::DictationHolder']]],
+ ['expanded',['expanded',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#ac2c85fa066d4a6ea41657a7808c27530',1,'org::buildmlearn::toolkit::templates::DictationModel']]]
+];
diff --git a/search/all_5.html b/search/all_5.html
new file mode 100644
index 00000000..d8de5560
--- /dev/null
+++ b/search/all_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_5.js b/search/all_5.js
new file mode 100644
index 00000000..dffeffb0
--- /dev/null
+++ b/search/all_5.js
@@ -0,0 +1,72 @@
+var searchData=
+[
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#a2da329b05c56c01d46230b565785233c',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a3417c1753482f54e49de416a5c55dbd4',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a1161728f51e11b583fca36f85060e932',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#abe6ca875ad1665ab2386f6d9ac6ac5c7',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#a8e64e97114cc80eb8df86397ee05cea6',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#a43f4d347f52661e3e463519d97e28651',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#a9b410cfbe15125b31aa45791c52dbf79',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a2e07a9ef7bf56e0f8b27e1e89e982c77',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.FetchXMLTask()']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../comprehensiontemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../dictationtemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../flashcardtemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../infotemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../learnspelling_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../matchtemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../quiztemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../videocollectiontemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fifth',['FIFTH',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#abdd038e81834331bf33408c731685847',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['file',['file',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a4d6618eb1dbe1911ae4cfd5f29809f51',1,'org.buildmlearn.toolkit.model.SavedApi.file()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#aecf6d31347ba21b07d34025fb55259c1',1,'org.buildmlearn.toolkit.model.SavedProject.file()']]],
+ ['filedialog',['FileDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['filedialog',['FileDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a98eda9195dc2e46af7e8822032586aa9',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['filedialog_2ejava',['FileDialog.java',['../FileDialog_8java.html',1,'']]],
+ ['fileendswith',['fileEndsWith',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a66078998b4ef3f93e4cbb16de037e244',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['filelist',['fileList',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a1e400eed62012e5265738f58fb0f73e1',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['filelistenerlist',['fileListenerList',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a2cf83e551b79e78da54f700a1b190fd6',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['fileselected',['fileSelected',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener.html#a0ad9f08f643b6d5f1590f6b8746a8cc4',1,'org::buildmlearn::toolkit::utilities::FileDialog::FileSelectListener']]],
+ ['fileselectlistener',['FileSelectListener',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener.html',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['fileutils',['FileUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['fileutils_2ejava',['FileUtils.java',['../FileUtils_8java.html',1,'']]],
+ ['finalapk',['finalApk',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a8b2b26a220753cfc192487bb0d47a72d',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['fireevent',['fireEvent',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler.html#a610aa559be172a3ea6ba04db18e024cb',1,'org::buildmlearn::toolkit::utilities::ListenerList::FireHandler']]],
+ ['firefileselectedevent',['fireFileSelectedEvent',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a40a770b6280f6da496438aa4e904baf9',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['firehandler',['FireHandler',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler.html',1,'org::buildmlearn::toolkit::utilities::ListenerList']]],
+ ['first',['FIRST',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a3b1a4ca35bbdcc35c2d6d7a1c2e87c2a',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['first_5flist',['first_list',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a5cce27593b60e7244c7662794ac830aa',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['first_5flist_5ftitle',['first_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a0a805b3d15cea77b0ee123f4d4875120',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.first_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html#af1bbb774b9afd21857071f608d267083',1,'org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.first_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#aa911346ed99166f949387781a6480618',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.first_list_title()']]],
+ ['first_5frun',['FIRST_RUN',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#a9b8e3a45cdcff62600723fb7dc75f7ca',1,'org::buildmlearn::toolkit::activity::FirstRunActivity']]],
+ ['first_5ftitle_5ftag',['FIRST_TITLE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a837368cf2a76891fa38846c91347af38',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.FIRST_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#abd6859183c166a177fa7cd2598f5e736',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.FIRST_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a2b4ac17e1557c79025b15c93d3a2212d',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.FIRST_TITLE_TAG()']]],
+ ['firstrun',['firstrun',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a6fbb10848c407bcb8fc5e8eb86f74613',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a530737f36d6c28029c8c8db6c4973353',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#aee0ef58ce4cd2b4c2caf2468ea6441a4',1,'org.buildmlearn.toolkit.flashcardtemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#a242441fcf44f87ab805d170502d632d4',1,'org.buildmlearn.toolkit.infotemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#ac2bdb3269ee1e40c4cd2d5856050b096',1,'org.buildmlearn.toolkit.quiztemplate.Constants.firstrun()']]],
+ ['firstrunactivity',['FirstRunActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['firstrunactivity_2ejava',['FirstRunActivity.java',['../FirstRunActivity_8java.html',1,'']]],
+ ['fixedspeedscroller',['FixedSpeedScroller',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#ab0e3ff3994ae34b693473ea8d910af28',1,'org::buildmlearn::toolkit::flashcardtemplate::widgets::FixedSpeedScroller']]],
+ ['fixedspeedscroller',['FixedSpeedScroller',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html',1,'org::buildmlearn::toolkit::flashcardtemplate::widgets']]],
+ ['fixedspeedscroller_2ejava',['FixedSpeedScroller.java',['../FixedSpeedScroller_8java.html',1,'']]],
+ ['flash_5fcard',['FLASH_CARD',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a320459af7080ce10a9bbca2f60224865',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['flashcard_5fcontent_2etxt',['flashcard_content.txt',['../flashcard__content_8txt.html',1,'']]],
+ ['flashcardadapter_2ejava',['FlashCardAdapter.java',['../FlashCardAdapter_8java.html',1,'']]],
+ ['flashcardmodel',['FlashCardModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['flashcardmodel',['FlashCardModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a2dd9b2a68f1b2b6ada40d09b5a641f64',1,'org.buildmlearn.toolkit.templates.FlashCardModel.FlashCardModel(String question, String answer, String hint, Bitmap image)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#ab57e165bc61b3bc72c50a7fbadabedbe',1,'org.buildmlearn.toolkit.templates.FlashCardModel.FlashCardModel(String question, String answer, String hint, String image)']]],
+ ['flashcardmodel_2ejava',['FlashCardModel.java',['../FlashCardModel_8java.html',1,'']]],
+ ['flashcards',['FlashCards',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashContract']]],
+ ['flashcontract_2ejava',['FlashContract.java',['../FlashContract_8java.html',1,'']]],
+ ['flashdb',['FlashDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['flashdb',['FlashDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#afffe0fcac0d599c59ec35be8a72317a2',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['flashdb_2ejava',['FlashDb.java',['../FlashDb_8java.html',1,'']]],
+ ['flashdbhelper_2ejava',['FlashDBHelper.java',['../FlashDBHelper_8java.html',1,'']]],
+ ['flashmodel',['FlashModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['flashmodel',['FlashModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad6864daae9d6727c3ad5064e03d9bc84',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.FlashModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#af1c27a172c9efd778e8d8c64c78f105b',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.FlashModel()']]],
+ ['flashmodel_2ejava',['FlashModel.java',['../FlashModel_8java.html',1,'']]],
+ ['flashtemplate',['FlashTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a93eca3908cf039e1fa37e0408d0f4837',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['flashtemplate',['FlashTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['flashtemplate_2ejava',['FlashTemplate.java',['../FlashTemplate_8java.html',1,'']]],
+ ['flippagetransformer',['FlipPageTransformer',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html',1,'org::buildmlearn::toolkit::flashcardtemplate::animations']]],
+ ['flippagetransformer_2ejava',['FlipPageTransformer.java',['../FlipPageTransformer_8java.html',1,'']]],
+ ['formatdate',['formatDate',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a08afce8a527e6be385f7f6b0c645b5ce',1,'org.buildmlearn.toolkit.model.SavedApi.formatDate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#af17ac41e8a0b7357f11fc1cb0bb112aa',1,'org.buildmlearn.toolkit.model.SavedProject.formatDate()']]],
+ ['formattime',['formatTime',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a6bc3986d70d7dba3afd39b738c627e39',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['fourth',['FOURTH',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#ae4478d769431a5f34a6698ca0712ff8f',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['fragment',['FRAGMENT',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a536f7f08eb441bb4af16270238999cc4',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['fullpath',['fullPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a4693289823d599da19ede1518790df96',1,'org::buildmlearn::toolkit::model::SavedProject']]]
+];
diff --git a/search/all_6.html b/search/all_6.html
new file mode 100644
index 00000000..9ba0cc2b
--- /dev/null
+++ b/search/all_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_6.js b/search/all_6.js
new file mode 100644
index 00000000..76fda91a
--- /dev/null
+++ b/search/all_6.js
@@ -0,0 +1,94 @@
+var searchData=
+[
+ ['getactionbar',['getActionBar',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a84ffac4d244a528b278d27732387b551',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['getalias',['getAlias',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a27f0dbd2433e3b1044b8fceda27ab4ac',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getaliaspassword',['getAliasPassword',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#ac9f20a209c0509b7d19d9949a5ba7831',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getallfiles',['getAllFiles',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aa61e000a3890f6d8b42c1a537f8c2df4',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['getanswer',['getAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad18d054e9724c758b520157160dabbcf',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#af7ada5f29f1967ffe976b8c1ac513c5e',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getAnswer()']]],
+ ['getapkdir',['getApkDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a976b0d6036419bd9382ffdca98b79fb4',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getapkfilepath',['getApkFilePath',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a1bca348acb3790aebce645c04a9e0945',1,'org.buildmlearn.toolkit.model.TemplateInterface.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a785de7d776818292fb31f8a357b0c136',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a8586e954d6d42d8aed5da1fe3b395619',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ae0ed657e20c9619afcd89bd624deb888',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a2c1e9f1197aa092e46015da0ed060b6b',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a05c6bdea670350a1f2aed2c9c4b28e10',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#afe44606dd181c0eee8424cea76d2dd02',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#afe64be10f6c439dd611e843ceabb5ac4',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ad04197fe7bad25e5570dd3a060b632bc',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getApkFilePath()']]],
+ ['getassetsfilename',['getAssetsFileName',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#aab9ccfcee9b83ea3d70efffecf8dad78',1,'org.buildmlearn.toolkit.model.TemplateInterface.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#addc67ab15b500972d3dd43e7fa571403',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#abfa521c667d14453bd07ae5b5ae7fd72',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a4ddbf3cfd4aaa7a991e73e257d7423d0',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a6c132145c6028e0a0c28f90bb8b9d5c1',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a6ff9294df5f9a7b85fedd139f4f3a691',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#afa7047f18b2b9d89930c83690df4513f',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ad53569c2c02377b891f06992f742ce97',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a058b86cba7b516627bc0785373d62cd4',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getAssetsFileName()']]],
+ ['getassetsfilepath',['getAssetsFilePath',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ae35d1ab3f2c88b79d0d2a79cde81155b',1,'org.buildmlearn.toolkit.model.TemplateInterface.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a8c674d70333e0901b8ebeb820b665a8c',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a554ecf0f0211f53853d23f3519f211dd',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a081b149001c8d3829f6d5e81e0b80113',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a7d33c2515392865627720469c30726cc',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a49bf35434b6abe45d04db8ed1f16b9e1',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a0f64ad63b651268e793e0575784000e5',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a7f0008da11aa1e2608a82214c92809e3',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a74b3646b7e8a1b7db88a0d6598a1b7c6',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getAssetsFilePath()']]],
+ ['getassetsname',['getAssetsName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aedb1199de716636d06eeafc5a5455c79',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['getassetspath',['getAssetsPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#ab3f06172d5a670983b711d3b32c6b742',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getauthor',['getAuthor',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#af90866b995e4374f0af4618d78f56cf4',1,'org.buildmlearn.toolkit.model.SavedApi.getAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#ae2d5fe5caab78e44afee598b57e758fd',1,'org.buildmlearn.toolkit.model.SavedProject.getAuthor()']]],
+ ['getbase64',['getBase64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a27d5d2e484f23923bc474b4e3c551595',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['getbitmapworkertask',['getBitmapWorkerTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a9a68de78e39a559725d416a3aa02fc01',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['getcardview',['getCardView',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#ac05990dade247bc099213f36aaecf824',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['getcheckedanswer',['getCheckedAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a5adb3f68caf3c592c00196c396c9308c',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getCheckedAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a668e4276c19d4dd30f5250809196c256',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getCheckedAnswer()']]],
+ ['getchosenfile',['getChosenFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#af7042a49f16d9477042f4d742680e0dd',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['getcolor',['getColor',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#aa628b1928305e28933cb6418104f4627',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['getcorrect',['getCorrect',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#aff8cdbb14416ed208b762e6eb34ddb94',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchModel']]],
+ ['getcorrectanswer',['getCorrectAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a23884c409bbb48565820712bb676aa8a',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getCorrectAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#ad2ec835f46b50c0b3951c10f09b42b98',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getCorrectAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ad0093665496e473a794700ef0d0b304b',1,'org.buildmlearn.toolkit.templates.QuizModel.getCorrectAnswer()']]],
+ ['getcount',['getCount',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a66c1eb72c04b72c0844c9eaa165cf1a7',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a05a59638b45d17d3852db05405de25c1',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a097b026a6cde20cffd6090f51df46c45',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a143869cd5a7b07ef9891db54b7aadd94',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a1ea77519e1257a68116ea93bdf4a7618',1,'org.buildmlearn.toolkit.adapter.TutorialAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a42292828a2e419b6b57194aa55bd3931',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a9ae6b2c376b451b3ac78c35fa95a4ac5',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a326ce91107efcfd17997b33799f0c986',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getCount()']]],
+ ['getcountflashcards',['getCountFlashCards',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#ace196947a528bf881e43fb13f40cfb17',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['getcountmatches',['getCountMatches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#af86540cc35f17f174a1b89001600577f',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['getcountquestions',['getCountQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a64e8796817a51171086ecbe24396364d',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getCountQuestions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#ab1e36f88ab226535ce811465049c2a1c',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getCountQuestions()']]],
+ ['getcountspellings',['getCountSpellings',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aa25b30012828f6e855da547a678ec7c4',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]],
+ ['getdate',['getDate',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a4a55831dd42db4ccb3854fa575e6ec5b',1,'org.buildmlearn.toolkit.model.SavedApi.getDate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a1e9523ff7c4ef3db7829059215ff70de',1,'org.buildmlearn.toolkit.model.SavedProject.getDate()']]],
+ ['getdescription',['getDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a7a625e9459aab582f65d0cb38ba57304',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a278bbfee5211b4f35590a04d4a89e728',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.getDescription()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#abacc16481f1b0c6df91e4722aa05e769',1,'org.buildmlearn.toolkit.model.Template.getDescription()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a78e34e62ed6799264a4d241d1cd522d6',1,'org.buildmlearn.toolkit.model.Tutorial.getDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#aabfaa4b7a0318cc65d8297f66c6aa95b',1,'org.buildmlearn.toolkit.templates.VideoModel.getDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a1f3c3466da5766c84147ba166b844fff',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getDescription()']]],
+ ['getdictcursorbyid',['getDictCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a14ecf3aeacaf3ed8d47d03b8bea595a5',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictDb']]],
+ ['getdictscursor',['getDictsCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a404a2712429cd2b47e293e4346009f7c',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictDb']]],
+ ['getdir',['getDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a823dd162b9fe7ea54066c15a001801b9',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getdownloaddirectory',['getDownloadDirectory',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#ab9cd5e8da6ff1a82eafee60edb626e0d',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getdraftdir',['getDraftDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#adc3bbc9280f06c06a7a7449caafa0ac5',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getfile',['getFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a7e46f46c8ddac95dec21c0d06cfcc16e',1,'org.buildmlearn.toolkit.model.SavedApi.getFile()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#abb1361575d53240244c368ab3b18ffb8',1,'org.buildmlearn.toolkit.model.SavedProject.getFile()']]],
+ ['getfinalapkpath',['getFinalApkPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#aff414424065d68592040cd946dd0122e',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['getfirst_5flist_5ftitle',['getFirst_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a06d155ec9939c5d59691941c6f948cbd',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['getfirstlisttitle',['getFirstListTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a143deaa0476cbf9260ace76e804367bc',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchMetaModel']]],
+ ['getflashcursorbyid',['getFlashCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a23ae15e75e1123399a2cb81cff0ea3a4',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['getfullpath',['getFullPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#af5b8dd7b1537d22874905c305fa3698a',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['gethint',['getHint',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a6b4eb09f978561052cd684dc0f3bd812',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getHint()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a89685e7a56be83bd6718ba0b3eb88eb0',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getHint()']]],
+ ['geticonresid',['getIconResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#aba7bab2bf37269948e22e2a785e753a5',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['getimage',['getImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a58cf1568dff16fd7562e3a5a7c070429',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getImage()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a58fe17e72b35d2e3caf83636e477ee1f',1,'org.buildmlearn.toolkit.model.Template.getImage()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a579bb6f85a64016cf0332ab0a822a73b',1,'org.buildmlearn.toolkit.model.Tutorial.getImage()']]],
+ ['getimagebitmap',['getImageBitmap',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#acc164af071d93c3ab9348310f3dbf8aa',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['getinfocursorbyid',['getInfoCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#acd51fd8d201efd1d954fd3aa417997a1',1,'org::buildmlearn::toolkit::infotemplate::data::InfoDb']]],
+ ['getinfodescription',['getInfoDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#aaa53a79383392b5be51d202b76e65c5f',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['getinfoobject',['getInfoObject',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a34b917e09a5b8a369d9a1b8fdb4e1043',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['getinfoscursor',['getInfosCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a8a11c7b13798bb99f2d9cfc7105cd472',1,'org::buildmlearn::toolkit::infotemplate::data::InfoDb']]],
+ ['getitem',['getItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a451d58d7df47ae196e14a896fc581c67',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a5a1da2dcdb45463a2e24f39f4dc111b9',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a6e9c4fa7bc191983a8b25b1aebf89425',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#ae1b4a43ad80a736a832e74164a538e71',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a0a369687833d55da928db3df41b65c39',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a2b57538f443c66c7a706128443693eda',1,'org.buildmlearn.toolkit.adapter.TutorialAdapter.getItem()']]],
+ ['getitemcount',['getItemCount',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#ad79c3f5f747a7f83e5f8d929b1c46089',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['getitemid',['getItemId',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#afef1ea9c758476f500e2ac1a48a6a4fc',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#af4eeb5996c4511df23d9c08f35d2738a',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#aa75156647c099f3ada267b445c7bdf34',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#ae1ad9d54393c2f9187c9e5bce00bcea3',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#af7269011268e606de6d4c841d349149f',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.getItemId()']]],
+ ['getitems',['getItems',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a9fb6e277f0ebfb2caea138017854473f',1,'org.buildmlearn.toolkit.model.TemplateInterface.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#acc76484d31d64a0ae2b83ea534062a6e',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#ac19b648066d29711eb5c35b0bd076eed',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#adac9ece8aeee9a46cd8b7ac97ba9aab0',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a720895732bb2e94b7d0a119d7a6b0a6c',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a289b6e6a43daae52a975f3e74c03fa97',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a69028a5091ceb5ee4777a0b1dc5c7308',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a3d41a179fe1b10edd828d4ef4f0fb344',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a1d33eff15dfaa7321a9ccc7d27c42000',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getItems()']]],
+ ['getitemviewtype',['getItemViewType',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a014c57ad6432bfc5f9566caf1edf1e76',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['getlink',['getLink',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#ab8b011b8c4282f948e1e4ca47b326fc5',1,'org.buildmlearn.toolkit.templates.VideoModel.getLink()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#afdc685d0138a2cc4a82b705e02ed08cc',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getLink()']]],
+ ['getmatcha',['getMatchA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a1768bbea871e089a51fc23bf09262980',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a7931cb604a878ec6c0162ef24a5c0e90',1,'org.buildmlearn.toolkit.templates.MatchModel.getMatchA()']]],
+ ['getmatchb',['getMatchB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a0929db77c1206f535152b39ba6d359c0',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a352fd939f6e0f9653fb0d344ed0d17b4',1,'org.buildmlearn.toolkit.templates.MatchModel.getMatchB()']]],
+ ['getmeaning',['getMeaning',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a8c66d9511ecf5b5c463d786305b25ca5',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.getMeaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a74785e99070999af859d2211d465d0a2',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.getMeaning()']]],
+ ['getmetacursor',['getMetaCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a50b7748c50e419099bd6b127b2e313ce',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getMetaCursor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a7f7cd9bd775127b50f046e4e934187b8',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getMetaCursor()']]],
+ ['getname',['getName',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a11c9d3c5bec921cd119b28b6ca64ed65',1,'org.buildmlearn.toolkit.model.SavedApi.getName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a80e2d2daf80abb1f4e896c681ecb93bc',1,'org.buildmlearn.toolkit.model.SavedProject.getName()']]],
+ ['getoptions',['getOptions',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a6759a8bef73583df2648a82c03ba48f5',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getOptions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#adb8c422c770d32ae9984397f767b9974',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getOptions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a836e96e8dafbb46c95630d03ec6e2775',1,'org.buildmlearn.toolkit.templates.QuizModel.getOptions()']]],
+ ['getpassage',['getPassage',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a33d60e1a23059c44f23406c4d8aac45b',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a9719c811b683786fb5d58cb202b76aed',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a4856c81ee471cb2a2bc32b1cca43a053',1,'org.buildmlearn.toolkit.templates.DictationModel.getPassage()']]],
+ ['getpassword',['getPassword',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#afab09fb7d5ad40c70ce0e1c7df720eb5',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getprogressvalue',['getProgressValue',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a97484fabbe4d7c04a641e52662b49e6e',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['getprojectdir',['getProjectDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a3ae286df3a66b894f4bff0c4da53ceff',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getquestion',['getQuestion',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#aa288d83d056cc06bef14a482cdc931b6',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a9cad6dcd555ec89a70b1568ca9e70812',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#af97f8349e6f4f0571a19622eca03d82d',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#abf8ce19f627a4783f734dd05366c83be',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#aefecb799e3e7738989a107f559dd44b8',1,'org.buildmlearn.toolkit.templates.QuizModel.getQuestion()']]],
+ ['getquestioncursorbyid',['getQuestionCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ab1de81d645037cff9c16a9d10803ca77',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getQuestionCursorById()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a5ca5b23055708af02c5a2d8e24d3a517',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getQuestionCursorById()']]],
+ ['getrandmatchcursor',['getRandMatchCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#aa3bdb2f3715be5942019cdd1b8681fa3',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['getresizedbitmap',['getResizedBitmap',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aa6ebcd5e67f9a077db7bb1ff454cd988',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['getsaveddir',['getSavedDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a5f6a7d373de5d6d2c7cfacc9e6c86f47',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getsecond_5flist_5ftitle',['getSecond_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ad4510b94692cc1e0e102c8d8463d0aa2',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['getsecondlisttitle',['getSecondListTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#ae073308f9cc23503ae3b08c76fbe648e',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchMetaModel']]],
+ ['getselectedposition',['getSelectedPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a6f29ddd1f6a07956e40dc08d6dac1ca5',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]],
+ ['getsimulatorfragment',['getSimulatorFragment',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a8668cc58306c48c8581ae51393138649',1,'org.buildmlearn.toolkit.model.TemplateInterface.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a167a4df05d5d3ea662997e5a37aeeab8',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a0728ddad8247b6b56e10b236879f53b1',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a36f3970e28dded3330ad192b418d3750',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#aee51629c5c43fe3bbdae36d00f851a90',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a74f2099ed791540d7c96ed24af06e9de',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a74e18e384af5b0022bc19cf6ac341d4c',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a6477f0a99f11a9938abbb154713b51d3',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5b2d1c99d0ed99bec0b3dc65764d352e',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getSimulatorFragment()']]],
+ ['getspellingcursorbyid',['getSpellingCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#add7e3e2e9870e9a3f70b1dacaef3ed5f',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]],
+ ['getstatistics',['getStatistics',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#aad74f23060a5124e8f4bdc8202c2ca78',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getStatistics()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a725ab746fde77c96cf0e29676c0d73f2',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.getStatistics()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a052a88921f4aa69e7340742cbc69c288',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getStatistics()']]],
+ ['gettemplateclass',['getTemplateClass',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aac65cbf78fd00d3ce6d3e1ec7eb83761',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['gettext',['getText',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#afbf72f958ae65a1342beec7f3da7b3d9',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['getthumbnail_5furl',['getThumbnail_url',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a55219474696eef191d743de460ec244f',1,'org::buildmlearn::toolkit::templates::VideoModel']]],
+ ['getthumbnailurl',['getThumbnailUrl',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a9e3f02c4c692110417fa713405296c77',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoModel']]],
+ ['gettime',['getTime',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a6f3e7e12af92388d45db4613a4318d08',1,'org.buildmlearn.toolkit.model.SavedProject.getTime()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ad0a05984ec2f99de462935e4acb6383f',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTime()']]],
+ ['gettitle',['getTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#ae9189e0f7ed3196eff409768da596780',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a3c4ff3eb49d8e40db1defa3025656615',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a18c8cffccdd231861c9d7ce8416351be',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a43c3e92b6558e5d5f4912cff6b3749fe',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getTitle()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a7243ccbb7b13ee22a953423bf6059512',1,'org.buildmlearn.toolkit.model.Template.getTitle()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a98a8592a7e4928ce76d0c61df17cf5c8',1,'org.buildmlearn.toolkit.model.TemplateInterface.getTitle()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a09f932237280e91090c6eff580ac0ca7',1,'org.buildmlearn.toolkit.model.Tutorial.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a8f32fe6cdd84e0409825859664983929',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a8e8c4eb76f8262dfb4b4b54f6ff3079c',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#ae9211614ff6e773b064e4d2247345d3b',1,'org.buildmlearn.toolkit.templates.DictationModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#af140a99f34e94aacc6926f91355d57e4',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aed263c384b73d5d700e4144a97007245',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#aeff54c9ca6a2925582e01d6fffea0b71',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a06f51659532ed7300478ad233aa3e8b7',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ab42c5489c48b17a419deaa3b7a4189c5',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a3e949eacb6915a89d28d7697e7dce5f3',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a69f511c03a64a4945ffb41339666fcaa',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a1cc61780e34f230e16af317a2481aa62',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a6ec69ddb83bf8b52bf179ef893465d3a',1,'org.buildmlearn.toolkit.templates.VideoModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae49ac3ed0180c3e9d3c0e1b6aee09271',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getTitle()']]],
+ ['gettitleresid',['getTitleResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af9f688dd7dff001f5175eed3c1b95332',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['gettype',['getType',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a5f64a7ad50e81ee2757e986da3c4e0a8',1,'org.buildmlearn.toolkit.model.SavedProject.getType()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a6d0fa18c1e8ae4a33eb54acced5cfc16',1,'org.buildmlearn.toolkit.model.Section.getType()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aea52d308cd996ad5927028269e2c6c6d',1,'org.buildmlearn.toolkit.model.Template.getType()']]],
+ ['getunzipdir',['getUnZipDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a3ae1b065b30a587e58b77f625d5e3c5c',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getvalue',['getValue',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#a2c224654f14a2e955971a3543833b442',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a92cf49d8d9974865dc0e974f9647d7ca',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a68b8ae391b85cef3933b78ec136c9382',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#ae9b145edaa50d99cb6d2d7bea9c11e90',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#abe928f1dd59c4dbe0a4b6468e899a4c2',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#abfeadc8516cb46567857b30b835f641f',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#aa0b9d990e3453470b74a9b989c07213a',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a9b6046221384a11df85fc7adef1a3a81',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.getValue()']]],
+ ['getvideocursorbyid',['getVideoCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a84953834ff3b14a9255e094c9caedd17',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoDb']]],
+ ['getvideoscursor',['getVideosCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a927f479a47b78a6eef53401b98dfbb38',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoDb']]],
+ ['getview',['getView',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a545c21ce80c15607c0e8b3660f9ff66f',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#afb2f8f5d68ab2fe433550cc122479be4',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#aef9901fc7bfeeac87219e6cb8bf89068',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a80768fbb566b6f75f2e8c699122dcbc2',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html#ab5eb1a15b5d86c906797e8ce8082b2a2',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html#a8f2ad53b2818be42e7bc1ebab4a1a9fc',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.getView()']]],
+ ['getviewname',['getViewName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a9f3eae353cb3049fca5b6ad5628db129',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['getword',['getWord',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#ad874623bb9c9e2355cc21d56fa267974',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.getWord()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a076fc8889dd81620c579511cf84cd526',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.getWord()']]],
+ ['getxml',['getXml',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a9bf9c280217305edb730a0a011b13591',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a6be4aef0eff4bfd37266162154d2e347',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a6a32aea08bd2e39bcc9ab3353d6da562',1,'org.buildmlearn.toolkit.templates.DictationModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a08112a6fbb90f87602d2b96da37e8cd8',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a603a8ab258eec5da500824267cbb86df',1,'org.buildmlearn.toolkit.templates.InfoModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a17c942dd683427e078dae596fbf9972a',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#af4907114f4141a71c264ecae5710c3dd',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#afd2c3249c7a66062f3a1c6856c7b9966',1,'org.buildmlearn.toolkit.templates.MatchModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ab40e946399a45e02e3c20d2dacc4bf0a',1,'org.buildmlearn.toolkit.templates.QuizModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#afb954fab3cde6b5fda5f3e8a8d6f0ec5',1,'org.buildmlearn.toolkit.templates.VideoModel.getXml()']]],
+ ['grabimage',['grabImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ad2f34800e489dfb0f0f74aab17c6be92',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['green',['GREEN',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a567997e55f26dd5faf98d7030e6e75a9',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]]
+];
diff --git a/search/all_7.html b/search/all_7.html
new file mode 100644
index 00000000..9384ec9b
--- /dev/null
+++ b/search/all_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_7.js b/search/all_7.js
new file mode 100644
index 00000000..ed0a7c42
--- /dev/null
+++ b/search/all_7.js
@@ -0,0 +1,21 @@
+var searchData=
+[
+ ['handlebuttonlistener',['handleButtonListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a67670f42261fa59b018043fbcca7dcf5',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['handlelistviewlisteners',['handleListViewListeners',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#ab5f363c69800d37c31d4d4b9bb72ff16',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.handleListViewListeners()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a14192506ac5946de5e423edc9cbe8b61',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.handleListViewListeners()']]],
+ ['handlertoast',['handlerToast',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a50320fc9b82545de0cef1fd83e51f124',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['hashcode',['hashCode',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a1460220b60a14eaa4aed6e671f89d811',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]],
+ ['hidekeyboard',['hideKeyboard',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper.html#ab8a29705118f4c012fd2a032a65cc874',1,'org::buildmlearn::toolkit::utilities::KeyboardHelper']]],
+ ['highlightlista',['highlightListA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a33d46da5bd1f55ef6e43eea4883963cb',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['highlightlistb',['highlightListB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a3f4002edf36511a3d125cec2511873da',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['hint',['HINT',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#a824b24496a2e5b48984d43743e462962',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.HINT()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#aef87096d3d6ab0b6cdc78728f24ac64c',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.hint()']]],
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::FlashCardAdapter']]],
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::QuizAdapter']]],
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::ComprehensionAdapter']]],
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::MatchAdapter']]],
+ ['home',['HOME',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#aa21b990b779598b93484c13cc883b2e9',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['homeactivity',['HomeActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['homeactivity_2ejava',['HomeActivity.java',['../HomeActivity_8java.html',1,'']]],
+ ['homefragment',['HomeFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['homefragment_2ejava',['HomeFragment.java',['../HomeFragment_8java.html',1,'']]],
+ ['how_5fto',['HOW_TO',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a339a902a73ccf5feded7345c716511a9',1,'org::buildmlearn::toolkit::model::Section']]]
+];
diff --git a/search/all_8.html b/search/all_8.html
new file mode 100644
index 00000000..37566c5d
--- /dev/null
+++ b/search/all_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_8.js b/search/all_8.js
new file mode 100644
index 00000000..556dffda
--- /dev/null
+++ b/search/all_8.js
@@ -0,0 +1,46 @@
+var searchData=
+[
+ ['iconresid',['iconResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#ae100070151f5fec230914d56d01ac763',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['image',['image',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a72a77189021e274bf819428879a82685',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.image()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#af9b3693a4fd2a12e49bbfa55a6ac2d3a',1,'org.buildmlearn.toolkit.model.Template.image()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#adb9c70865c52a85ec9b4149cb61f84e7',1,'org.buildmlearn.toolkit.model.Tutorial.image()']]],
+ ['inflater',['inflater',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a18058870aed341d30bb308c1b98abfe6',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['info',['Info',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html',1,'org::buildmlearn::toolkit::infotemplate::data::InfoContract']]],
+ ['info_5fcolumns',['INFO_COLUMNS',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#ae6b2c8cbf31d03d1b293d88c4b9ac24d',1,'org::buildmlearn::toolkit::infotemplate::Constants']]],
+ ['info_5fid',['info_Id',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#af73685fcf9019fdd69ab2c6322ddc929',1,'org::buildmlearn::toolkit::infotemplate::fragment::DetailActivityFragment']]],
+ ['info_5floader',['INFO_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a24ddd3a581846988286fdeb83daa9c1b',1,'org::buildmlearn::toolkit::infotemplate::fragment::MainActivityFragment']]],
+ ['infoadapter_2ejava',['InfoAdapter.java',['../InfoAdapter_8java.html',1,'']]],
+ ['infoarrayadapter',['InfoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html',1,'org::buildmlearn::toolkit::infotemplate::adapter']]],
+ ['infoarrayadapter',['InfoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html#a3ad3262eae3b95e32998c3f1d0470b84',1,'org::buildmlearn::toolkit::infotemplate::adapter::InfoArrayAdapter']]],
+ ['infoarrayadapter_2ejava',['InfoArrayAdapter.java',['../InfoArrayAdapter_8java.html',1,'']]],
+ ['infocontract',['InfoContract',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['infocontract_2ejava',['InfoContract.java',['../InfoContract_8java.html',1,'']]],
+ ['infodata',['infoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#ad71b7f973a4cf7ffbb49f4443d15ee64',1,'org::buildmlearn::toolkit::templates::InfoTemplate']]],
+ ['infodb',['InfoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['infodb',['InfoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a5c77611262576b72820eb5b236513695',1,'org::buildmlearn::toolkit::infotemplate::data::InfoDb']]],
+ ['infodb_2ejava',['InfoDb.java',['../InfoDb_8java.html',1,'']]],
+ ['infodbhelper_2ejava',['InfoDBHelper.java',['../InfoDBHelper_8java.html',1,'']]],
+ ['infodescription',['infoDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#aacc1b5b917c422f08aa2e73c7b1228a5',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['infolist',['infoList',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a59ffb2eb37ff5f2e23d217ce99bed4f6',1,'org::buildmlearn::toolkit::infotemplate::fragment::MainActivityFragment']]],
+ ['infolistadapter',['infoListAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a8ce0ad55addc14328ecb0feff6715b71',1,'org::buildmlearn::toolkit::infotemplate::fragment::MainActivityFragment']]],
+ ['infomodel',['InfoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['infomodel',['InfoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['infomodel',['InfoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#ada5c0847e2335624f4cfc9253e21b064',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a1b10396c8db8d5c75dfe79258568db44',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a5ffb5146ce8fcf0e4504cd8870e26544',1,'org.buildmlearn.toolkit.templates.InfoModel.InfoModel()']]],
+ ['infomodel_2ejava',['InfoModel.java',['../infotemplate_2data_2InfoModel_8java.html',1,'']]],
+ ['infomodel_2ejava',['InfoModel.java',['../templates_2InfoModel_8java.html',1,'']]],
+ ['infoobject',['infoObject',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a0a82e21182f12ef95d137636bd6cfa40',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['infotemplate',['InfoTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['infotemplate',['InfoTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a3f9f925728b785f52105776cf4ba0e44',1,'org::buildmlearn::toolkit::templates::InfoTemplate']]],
+ ['infotemplate_2ejava',['InfoTemplate.java',['../InfoTemplate_8java.html',1,'']]],
+ ['infotemplateholder',['InfoTemplateHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html',1,'org::buildmlearn::toolkit::templates::InfoAdapter']]],
+ ['infovalues',['infoValues',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a0066a708cc32fde3ae05581017773f60',1,'org::buildmlearn::toolkit::infotemplate::fragment::DetailActivityFragment']]],
+ ['insert',['INSERT',['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html#a8b05eca1ef092d3c04fe906fc76f15ce',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Operation']]],
+ ['instantiateitem',['instantiateItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a61e4fd5e541db4d32b4888a2e73b129e',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['isclicked',['isClicked',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a3e94761711c4dbc36eb3158eb3193c97',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['isdraweropen',['isDrawerOpen',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a85975c4bf9994479fb882843b31988b5',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['isexpanded',['isExpanded',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#acf605c98d0f64df65e2013fd8527b195',1,'org::buildmlearn::toolkit::templates::DictationModel']]],
+ ['isexternalstorageavailable',['isExternalStorageAvailable',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a44e213cf984150983d557b115fc495e0',1,'org.buildmlearn.toolkit.ToolkitApplication.isExternalStorageAvailable()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a7a355329da403f899f5ae1a769a51027',1,'org.buildmlearn.toolkit.ToolkitApplication.isExternalStorageAvailable()']]],
+ ['iskeep',['isKeep',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#ae9b75c2d499a28b4aa0ee59fa73810f2',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['islastscreen',['isLastScreen',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#aa471a8182eb2c792a3764385fbd71cb7',1,'org.buildmlearn.toolkit.model.Tutorial.isLastScreen()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a1d5c768cd3cf821049aea352f6c07d00',1,'org.buildmlearn.toolkit.model.Tutorial.isLastScreen()']]],
+ ['isnetworkavailable',['isNetworkAvailable',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils.html#a03cb2c84335b198e5c352c4faf864f31',1,'org::buildmlearn::toolkit::utilities::NetworkUtils']]],
+ ['isselected',['isSelected',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a7b69e14d7f9a41cf17e54d3fe0703c28',1,'org.buildmlearn.toolkit.model.Section.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a35d9c2df0b114ae101174803a3f803c6',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a4cda118e04f9c9a05034db2d28536274',1,'org.buildmlearn.toolkit.templates.QuizModel.isSelected()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a4cb0beec9f29165abfcbc67fde005f88',1,'org.buildmlearn.toolkit.model.Section.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a56bf8ed0938488b4be3b707d4280782d',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ac076dad02a8b2fd2cd3437b76d4291a3',1,'org.buildmlearn.toolkit.templates.QuizModel.isSelected()']]],
+ ['isviewfromobject',['isViewFromObject',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#ae8d4ccac4b3da95a24e581b25dd03646',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]]
+];
diff --git a/search/all_9.html b/search/all_9.html
new file mode 100644
index 00000000..c8c51023
--- /dev/null
+++ b/search/all_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_9.js b/search/all_9.js
new file mode 100644
index 00000000..b57ad162
--- /dev/null
+++ b/search/all_9.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['keep',['keep',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a87db2a68da123249ea5d0dec338a2416',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['key',['key',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#a480a5ed67bf772012260ab87ca1fed22',1,'org.buildmlearn.toolkit.utilities.RoundedTransformation.key()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#ad973ae030ca1f47651741eaa4791c64a',1,'org.buildmlearn.toolkit.utilities.RoundedTransformation.key()']]],
+ ['keyboardhelper',['KeyboardHelper',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['keyboardhelper_2ejava',['KeyboardHelper.java',['../KeyboardHelper_8java.html',1,'']]],
+ ['keydetails',['keyDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a787591c33749051d9ae71911b0d1d426',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['keystoredetails',['KeyStoreDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html',1,'org::buildmlearn::toolkit::model']]],
+ ['keystoredetails',['KeyStoreDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#aaf8ab4f6ddd374fd9e8071a845c7341c',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['keystoredetails_2ejava',['KeyStoreDetails.java',['../KeyStoreDetails_8java.html',1,'']]]
+];
diff --git a/search/all_a.html b/search/all_a.html
new file mode 100644
index 00000000..4cb31f0c
--- /dev/null
+++ b/search/all_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_a.js b/search/all_a.js
new file mode 100644
index 00000000..aa73cf08
--- /dev/null
+++ b/search/all_a.js
@@ -0,0 +1,44 @@
+var searchData=
+[
+ ['last',['LAST',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a911e6c620d9108703ad2317efdc3b659',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::quiztemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../quiztemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../videocollectiontemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../comprehensiontemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../flashcardtemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../learnspelling_2fragment_2LastFragment_8java.html',1,'']]],
+ ['learn_5fspelling',['LEARN_SPELLING',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#ac92d5f18de318d36ba42ae0aba85576d',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['learnspellingadapter_2ejava',['LearnSpellingAdapter.java',['../LearnSpellingAdapter_8java.html',1,'']]],
+ ['learnspellingholder',['LearnSpellingHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html',1,'org::buildmlearn::toolkit::templates::LearnSpellingAdapter']]],
+ ['learnspellingmodel',['LearnSpellingModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a3a4f0e6afa5518b6eee58e848921158c',1,'org::buildmlearn::toolkit::templates::LearnSpellingModel']]],
+ ['learnspellingmodel',['LearnSpellingModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['learnspellingmodel_2ejava',['LearnSpellingModel.java',['../LearnSpellingModel_8java.html',1,'']]],
+ ['learnspellingtemplate',['LearnSpellingTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['learnspellingtemplate',['LearnSpellingTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a09607c7a192a1e5754bfe51d3cac5df9',1,'org::buildmlearn::toolkit::templates::LearnSpellingTemplate']]],
+ ['learnspellingtemplate_2ejava',['LearnSpellingTemplate.java',['../LearnSpellingTemplate_8java.html',1,'']]],
+ ['length1',['length1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#a9153b8d40d868d29ecf0e359f03c9027',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['length2',['length2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#aa15ef05d12a5e89b19b71d954cbeb51c',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['level',['level',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a9069a03514616d36f34648b515d7cb53',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['linearray',['lineArray',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#aa2d7f5289bb2dfc874779ac2f48c0e82',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['linestocharsresult',['LinesToCharsResult',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['linestocharsresult',['LinesToCharsResult',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#aeda132778d3edd1186244c8358048c33',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['link',['link',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a5ea9218247c35394a88dbc5c477e482c',1,'org.buildmlearn.toolkit.templates.VideoModel.link()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#afb078347986ac0b3e6c9b53361f3f78c',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.link()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#a6de796d5b3a9f59476ddcf029ff6baf8',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.LINK()']]],
+ ['link_5ftag',['LINK_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a8aa1bf92436324d2ccacf30118f4f12a',1,'org.buildmlearn.toolkit.templates.VideoModel.LINK_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#aa46c4cd8515fdb21148e2a12965d5128',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.LINK_TAG()']]],
+ ['listcolor',['ListColor',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a89574f3e7d3f13d461907d309edfb38d',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['listcolor',['ListColor',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['listener',['listener',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a7abb2097a4b27a2c6a7ba9630f3b6f64',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.listener()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#ad1e4d47c924ee4d585ea837778ff1589',1,'org.buildmlearn.toolkit.utilities.RestoreThread.listener()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a6acac9c3507d6bc9e720aea1486f9beb',1,'org.buildmlearn.toolkit.utilities.SignerThread.listener()']]],
+ ['listview',['listView',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a55fda03ccf27a05410acac4a71809aad',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.listView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a167f0827413d223c40cc83de5a6f9950',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.listView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#aa62e9c1de09632b264472a08c984f28b',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.listView()']]],
+ ['listviewa',['listViewA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a49d9717a57cd8e991554f52d63648b9b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a4962aa59a75f108515924cf179e61c8a',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.listViewA()']]],
+ ['listviewb',['listViewB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a3805c8bfbaad96b3b5c2a07420e9636c',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a247a7236226916e778c77c333c3d295f',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.listViewB()']]],
+ ['loadapkfragment',['LoadApkFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['loadapkfragment_2ejava',['LoadApkFragment.java',['../LoadApkFragment_8java.html',1,'']]],
+ ['loadfilelist',['loadFileList',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#afdce16d10e893af4f5cee829336ff2bf',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['loadprojectfragment',['LoadProjectFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['loadprojectfragment_2ejava',['LoadProjectFragment.java',['../LoadProjectFragment_8java.html',1,'']]],
+ ['loadprojectmetaeditor',['loadProjectMetaEditor',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a589528c60323c07cca5e6ef112530a50',1,'org.buildmlearn.toolkit.model.TemplateInterface.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a41bb653218615269dad3ab715bfa71ab',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a5d9ca6a357b87c0ab67230ed4a8b10ad',1,'org.buildmlearn.toolkit.templates.DictationTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#af8aef752122b92b1f65cb9441af82653',1,'org.buildmlearn.toolkit.templates.FlashTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#aaee56466b2da58bc196183c47976b900',1,'org.buildmlearn.toolkit.templates.InfoTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#ab8d89b8b5575e3a9227664bc4f03ebed',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a345c6be4d5b58a1510612d5425cc96ca',1,'org.buildmlearn.toolkit.templates.MatchTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ae6788b65da8c1691a4bb9f9cd0f10000',1,'org.buildmlearn.toolkit.templates.QuizTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5087802b25259644746bca10e4e3cf0d',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.loadProjectMetaEditor()']]],
+ ['loadprojecttemplateeditor',['loadProjectTemplateEditor',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ac0637282a7f7b58a4e9b8e86a734bf93',1,'org.buildmlearn.toolkit.model.TemplateInterface.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a4e8d3551715f6984f7c8a0aa618de660',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#afb57f4aed6bb0f529702a30adb0378fe',1,'org.buildmlearn.toolkit.templates.DictationTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aeee0f28447c5d3c1d5c7c4ef8bb2ae3e',1,'org.buildmlearn.toolkit.templates.FlashTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a3133856410f82ddd51ebd42f54a56cf6',1,'org.buildmlearn.toolkit.templates.InfoTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a889d8d414440285b80ca93b6a243e05e',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#aa33a96e6a62fb0d840f4912d88097396',1,'org.buildmlearn.toolkit.templates.MatchTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a546b1ec5e027883034daa14ef725c4ff',1,'org.buildmlearn.toolkit.templates.QuizTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ae1a81f419b99cded3ac3df8e33995584',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.loadProjectTemplateEditor()']]]
+];
diff --git a/search/all_b.html b/search/all_b.html
new file mode 100644
index 00000000..d34a612e
--- /dev/null
+++ b/search/all_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_b.js b/search/all_b.js
new file mode 100644
index 00000000..ebb4b7d2
--- /dev/null
+++ b/search/all_b.js
@@ -0,0 +1,111 @@
+var searchData=
+[
+ ['mactivity',['mActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a57dfda5d3f4dc443d192f51565ebb2b9',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['mactivityrule',['mActivityRule',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a4f80d4d1bd4129f0297d62da1f1cc92d',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['madapter',['mAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a25bef846f7a1bae6bb165e4b5184ea49',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a86ee7efda8a4e73b29484e145671f8af',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a3a1adaf3b98aaf3713efe6b8059c3a01',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a4decea11a01f62e92db3e24bb93a25bb',1,'org.buildmlearn.toolkit.templates.FlashTemplate.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ad6eb1e75e6feb5e1af118ef0781a6a13',1,'org.buildmlearn.toolkit.templates.QuizTemplate.mAdapter()']]],
+ ['mainactivityfragment',['MainActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['mainactivityfragment',['MainActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html',1,'org::buildmlearn::toolkit::infotemplate::fragment']]],
+ ['mainactivityfragment',['MainActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['mainactivityfragment_2ejava',['MainActivityFragment.java',['../dictationtemplate_2fragment_2MainActivityFragment_8java.html',1,'']]],
+ ['mainactivityfragment_2ejava',['MainActivityFragment.java',['../infotemplate_2fragment_2MainActivityFragment_8java.html',1,'']]],
+ ['mainactivityfragment_2ejava',['MainActivityFragment.java',['../videocollectiontemplate_2fragment_2MainActivityFragment_8java.html',1,'']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::matchtemplate::fragment']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../comprehensiontemplate_2fragment_2MainFragment_8java.html',1,'']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../flashcardtemplate_2fragment_2MainFragment_8java.html',1,'']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../learnspelling_2fragment_2MainFragment_8java.html',1,'']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../matchtemplate_2fragment_2MainFragment_8java.html',1,'']]],
+ ['makephotointent',['makePhotoIntent',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ab6d320b3989f7b3313243ac7a758891f',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['malert',['mAlert',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a0d2e94aabdf30dfee35b6215452ced04',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['manswer',['mAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a690bc949937e43f6e64c5c4ef6fe3636',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['mapkgenerationdialog',['mApkGenerationDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#afe8dcd1317d0b9075234654777563819',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['margin',['margin',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#ad63dc90e2c801828a6548d357fd10064',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['markanswered',['markAnswered',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a0ced60a113410ba1b164596fc5633670',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.markAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#ab0f41c5eec052829dbfbf65e468846fa',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.markAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a886cc12d59eaf545f613113a0189ec25',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.markAnswered()']]],
+ ['markunanswered',['markUnAnswered',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ac0086b702fae36baa42469b3a57364c6',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.markUnAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a225206204441a0123294b056202cd7ae',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.markUnAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a4010891a056a25437c671f4746bde454',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.markUnAnswered()']]],
+ ['match_5fa',['MATCH_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html#a659ba175ced89378af87d487fb32e4f3',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract::Matches']]],
+ ['match_5falphabet',['match_alphabet',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a9cb7acc41c1d2f90c02c9489888f36f8',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fb',['MATCH_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html#ad909622a9825441c52671642d23600a7',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract::Matches']]],
+ ['match_5fbitap',['match_bitap',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6f018d498c2a8197f74fb889acd2515e',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fbitapscore',['match_bitapScore',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ab8c8d7a0486aaa6ad1f7ecb4720632cc',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fdistance',['Match_Distance',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aeec342cc294a0c3795d631ee1550a0da',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fmain',['match_main',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a4be87a57b645c96c2f8567b4a1ab081b',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fmaxbits',['Match_MaxBits',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#acbd6579dfcc52cec95ac2e657d068e74',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fthe_5ffollowing',['MATCH_THE_FOLLOWING',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a813519a1b5f6ac6fc392396d57698a12',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['match_5fthreshold',['Match_Threshold',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#acf187fceb374f31164a5256fb3bc9990',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['matcha',['matchA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a479c6e7b7bbab00213072a02ad3a4893',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a45fbe0029fe3b22a1be5afa78378cb87',1,'org.buildmlearn.toolkit.templates.MatchModel.matchA()']]],
+ ['matchadapter_2ejava',['MatchAdapter.java',['../MatchAdapter_8java.html',1,'']]],
+ ['matcharrayadapter_5fa',['MatchArrayAdapter_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter']]],
+ ['matcharrayadapter_5fa',['MatchArrayAdapter_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html#a2d146eccd4c0ce724a6104fde49d2091',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_A']]],
+ ['matcharrayadapter_5fa_2ejava',['MatchArrayAdapter_A.java',['../MatchArrayAdapter__A_8java.html',1,'']]],
+ ['matcharrayadapter_5fb',['MatchArrayAdapter_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter']]],
+ ['matcharrayadapter_5fb',['MatchArrayAdapter_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html#a7e485be637def77a9fe93df639bde7c8',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_B']]],
+ ['matcharrayadapter_5fb_2ejava',['MatchArrayAdapter_B.java',['../MatchArrayAdapter__B_8java.html',1,'']]],
+ ['matchb',['matchB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a94424270b35968f4b95514d22c157716',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a34eec27fe6736628eb371d5de5044347',1,'org.buildmlearn.toolkit.templates.MatchModel.matchB()']]],
+ ['matchcontract_2ejava',['MatchContract.java',['../MatchContract_8java.html',1,'']]],
+ ['matchdata',['MatchData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a80bd8a5aeaca0989e1e685c28dc20d5b',1,'org::buildmlearn::toolkit::templates::MatchTemplate']]],
+ ['matchdb',['MatchDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a8da962dcccc5e7508a59f99af099d818',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['matchdb',['MatchDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['matchdb_2ejava',['MatchDb.java',['../MatchDb_8java.html',1,'']]],
+ ['matchdbhelper_2ejava',['MatchDBHelper.java',['../MatchDBHelper_8java.html',1,'']]],
+ ['matches',['Matches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract']]],
+ ['matchlista',['matchListA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a89625983c1366b4ab45e46a73f1c2e6b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a1b84fd0969eef67d3afa9878bb7c1e22',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListA()']]],
+ ['matchlistadaptera',['matchListAdapterA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a24529dc618b5b5c748eaf2598b7eb8f5',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['matchlistadapterb',['matchListAdapterB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#ae593932b0b804d1036618c032364af30',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['matchlistb',['matchListB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#aaed92fe9602401d17062747855707c01',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#ad2445f5849c804204d6e19979d44272e',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListB()']]],
+ ['matchmetaadapter_2ejava',['MatchMetaAdapter.java',['../MatchMetaAdapter_8java.html',1,'']]],
+ ['matchmetaholder',['MatchMetaHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html',1,'org::buildmlearn::toolkit::templates::MatchMetaAdapter']]],
+ ['matchmetamodel',['MatchMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a6090e69d89fffb96d2914e005c06210a',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.MatchMetaModel(String t, String A, String B)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a819e4465313a783a840982e36aeb0ab5',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.MatchMetaModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#aba48c95a19c9bed282511d0627ca8e14',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.MatchMetaModel()']]],
+ ['matchmetamodel',['MatchMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['matchmetamodel',['MatchMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['matchmetamodel_2ejava',['MatchMetaModel.java',['../matchtemplate_2data_2MatchMetaModel_8java.html',1,'']]],
+ ['matchmetamodel_2ejava',['MatchMetaModel.java',['../templates_2MatchMetaModel_8java.html',1,'']]],
+ ['matchmodel',['MatchModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['matchmodel',['MatchModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#ae44d04a4b0bbdfedafd20fe01583fe9c',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#adb494524010670f2220a9e9df45a8f57',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a8b5761fe8f0c778ef7c2c19fdb7f466f',1,'org.buildmlearn.toolkit.templates.MatchModel.MatchModel()']]],
+ ['matchmodel',['MatchModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['matchmodel_2ejava',['MatchModel.java',['../matchtemplate_2data_2MatchModel_8java.html',1,'']]],
+ ['matchmodel_2ejava',['MatchModel.java',['../templates_2MatchModel_8java.html',1,'']]],
+ ['matchtemplate',['MatchTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a70ee773aa46fdc3dd153884cd92f8e4d',1,'org::buildmlearn::toolkit::templates::MatchTemplate']]],
+ ['matchtemplate',['MatchTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['matchtemplate_2ejava',['MatchTemplate.java',['../MatchTemplate_8java.html',1,'']]],
+ ['mbannerimage',['mBannerImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ab7e63f59edb292088a4d3fc0386eb741',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['mbtn_5fspell',['mBtn_Spell',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a6d5de851fd49c65a4cc56268d8dc9746',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['mcallbacks',['mCallbacks',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#af88ca57dae5664789587798c83292bc2',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mcontext',['mContext',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#ae60c70f935a9fb5948e78655260c01c8',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a4a19cbb843b42a80c9c010a9e2cad968',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a1fd3cc434700fb304d3d0b6b821eaf55',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#aef6ec23cf0a302dd409826cada59c994',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a9919d5e399db7b998be7d2dc954acf7d',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a28c8b9d8972cb5118e7a96d2e002f6bc',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#ae64350a3efe9e1ef9b72490787c91c9b',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#a9a1be87cb2925787e06f91e387bfb5c8',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#ae96ddfa8148d735c0d6ef212145b88ac',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#acb47eca79ec1252afc37942a17a7e7f6',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#a15f89458c18114e937d50970fcf53402',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ad33279990de8a8fbf82aaf1300dc78c4',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a4c1eddd2f218ac8f8298a88f43fa95fa',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.mContext()']]],
+ ['mdata',['mData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a22f583de25594f6e010ceff3f45e30e0',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['mdrawerlayout',['mDrawerLayout',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#af4b757349bc71bd5c849ec9a6b6ebbfa',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mdrawerlistview',['mDrawerListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a1440f697bae40a59087499de0147bb8a',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mdrawertoggle',['mDrawerToggle',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a5d98fbb580536a2b14e56cec4e16100b',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mduration',['mDuration',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#ab19e03a2dc903d0592ca7e9168b80ba8',1,'org::buildmlearn::toolkit::flashcardtemplate::widgets::FixedSpeedScroller']]],
+ ['meaning',['MEANING',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ab23d71c57f617273f1914bc8bfa25e6a',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.MEANING()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a536f8124344acad265bc0b8fa5e13752',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.meaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#a50883106775afa0b300bfad56a609dc0',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.meaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#afbe6d699245b23d551f1bf5105e842a6',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.meaning()']]],
+ ['menus',['menus',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a28b6b2a5432f1f500484babba6566d4e',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['met_5fspelling',['mEt_Spelling',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#ab008d019bf0b89cb1f5bdbf6c35675f6',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['metaadapter',['metaAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#af82a9b66a1d74ef4c0e00749da7be452',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.metaAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#afe51cede6dfe764bfbfd8669813105b3',1,'org.buildmlearn.toolkit.templates.MatchTemplate.metaAdapter()']]],
+ ['metadata',['metaData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ad458702d05c5ebc9cce614fbc86a8574',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.metaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a5c473fec959674567ce8c75964c9ff60',1,'org.buildmlearn.toolkit.templates.MatchTemplate.metaData()']]],
+ ['metadetails',['MetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data::ComprehensionContract']]],
+ ['metadetails',['MetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract']]],
+ ['mfragmentcontainerview',['mFragmentContainerView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a35ecfcce77e2250433397ce02ab35244',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mfromsavedinstancestate',['mFromSavedInstanceState',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a2d0036b38c16f6db2eeb049466e90570',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mhint',['mHint',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#aec683e14e90b882f895d769f9809dda4',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['mimage',['mImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a3df0201957fbfedf079fcf2cbda83e87',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['mimageuri',['mImageUri',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a5c746741b2733c55f00e458194733ab0',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['min_5fspeech_5frate',['MIN_SPEECH_RATE',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a393e723163e678b95b74c30eeea335e5',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['misphotoattached',['mIsPhotoAttached',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a7b7bcf879c40f3e2fc7de5503627318f',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['mlearnspellingdata',['mLearnSpellingData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a81318e22742d557d80102eafc05a4548',1,'org::buildmlearn::toolkit::templates::LearnSpellingTemplate']]],
+ ['mlistview',['mListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#ab2f4bc129418af539f5b333fc060f9de',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.mListView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#af42332738c3a884fd0114a7db4f8907d',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.mListView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a3e42689850030ceba9f4d8864c514a6a',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.mListView()']]],
+ ['mmeaning',['mMeaning',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a20b033bd4498a18e924aef45154b9e25',1,'org::buildmlearn::toolkit::templates::LearnSpellingModel']]],
+ ['mnavigationdrawerfragment',['mNavigationDrawerFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#a96725cb6e809c106369d5622bdafba9a',1,'org::buildmlearn::toolkit::activity::HomeActivity']]],
+ ['modifymanifest',['modifyManifest',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a9873f5f2abdf3d92a9684290509bc16f',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['mposition',['mPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#ac82334513aeeb2801d71c40978131fd5',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.mPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a09efab9b208d2d8eae1a3c435f08270c',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.mPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#acb7eb080b5964465e02a883aa5ef05da',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.mPosition()']]],
+ ['mpositiona',['mPositionA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a62b242110cc97e1eadf3c62479d6ea05',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#aa751a3adcba2cb2b3595a28c1681e36b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.mPositionA()']]],
+ ['mpositionb',['mPositionB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a59114e949e890662e98ce7c4c04d8b0c',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#abb041044daa314afcb3ab1cabba0a545',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.mPositionB()']]],
+ ['mquestion',['mQuestion',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a0c75cd9e4ab66ec72e7f7188f55012a5',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['msb_5fspeechrate',['mSb_SpeechRate',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a9d412e51e557c5b68f40e567f80dc335',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['mstartactivity',['mStartActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a61fd169c8bbacba2190b0463124eb3e4',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['mtoolkit',['mToolkit',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a58c19beba899a4c1ceb73865d658c777',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.mToolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a69fd3ddf6462231500d199a9ba8b18ec',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.mToolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a8eed05b138862fa7de2572d62d1db947',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.mToolkit()']]],
+ ['mtutorials',['mTutorials',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a19f6ea2d13708f625a7cebfe6d8b6021',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['muserlearneddrawer',['mUserLearnedDrawer',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#adc458d9209d360c4af1ee8a305c06dfe',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mword',['mWord',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#af75eba5d0d60e62fa1f860bb1d8c4933',1,'org::buildmlearn::toolkit::templates::LearnSpellingModel']]],
+ ['mynodevisitor',['MyNodeVisitor',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html',1,'org::buildmlearn::toolkit::utilities::SignerThread']]]
+];
diff --git a/search/all_c.html b/search/all_c.html
new file mode 100644
index 00000000..c1ae2cae
--- /dev/null
+++ b/search/all_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_c.js b/search/all_c.js
new file mode 100644
index 00000000..0ebecf2a
--- /dev/null
+++ b/search/all_c.js
@@ -0,0 +1,21 @@
+var searchData=
+[
+ ['name',['name',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#a955ca4cb27e9e7e230f2c2552e291192',1,'org.buildmlearn.toolkit.activity.FirstRunActivity.name()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#aae17c0552791a74ddc24301d675d4f75',1,'org.buildmlearn.toolkit.model.SavedApi.name()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#ac94adccdf486dfd98ff2e7e922467a10',1,'org.buildmlearn.toolkit.model.SavedProject.name()']]],
+ ['navigationdrawercallbacks',['NavigationDrawerCallbacks',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks.html',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['navigationdrawerfragment',['NavigationDrawerFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['navigationdrawerfragment_2ejava',['NavigationDrawerFragment.java',['../NavigationDrawerFragment_8java.html',1,'']]],
+ ['navigationdrawermenuadapter',['NavigationDrawerMenuAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a148e19ae5430bf4ca719570d18d7aba8',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['navigationdrawermenuadapter',['NavigationDrawerMenuAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['navigationdrawermenuadapter_2ejava',['NavigationDrawerMenuAdapter.java',['../NavigationDrawerMenuAdapter_8java.html',1,'']]],
+ ['needremoveconflict',['needRemoveConflict',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#ac0f01c5a54553c4429b6fd627761a46f',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['needremovelib',['needRemoveLib',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#aded48e5927f2e9bb9514bb7d5efd5e59',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['networkutils',['NetworkUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['networkutils_2ejava',['NetworkUtils.java',['../NetworkUtils_8java.html',1,'']]],
+ ['newinstance',['newInstance',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html#aa5980f221bd002fc8744c371c6a1582e',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a5a302391e9dee6256bad5ebc5cef8714',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a22b7f13f5f4154099dda8b5a71ad3f90',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html#a85320541c499698a33341df8b41110c2',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#af280d96dcc59a14af7f9bdd155116a1f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a863b067d97c56d7098cad1eeb3c66f1c',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a310e90f3e1b26433eb878097c58e25bb',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html#aff8544c36818a4384326b64f35c58350',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html#ae7bef4853055cbb5ee76436924abd4b3',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a3f6d32278660ee26b8d3360cab94020d',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html#ae9c6dd3c121372f1873117a9abbbb37d',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a403545d37c465a0b3b52f761972c19d3',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a1faff01259f49f8c82d534ecea4e15e2',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html#a056db56270c0ede8c6bc5ff59269e7e4',1,'org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#ae8c3e100661147da3d2c08d39224e933',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#aea596fc1f0214e93efc0e561783390ec',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#ae8fd6b8c531cb99ae2b0f8b90de94821',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html#a2023bb92d56b04ca382da2472a6965f5',1,'org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a7e9a5f6590b69d3264e33eee55b939eb',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a99b90dc5edc809a1480d5fae941c4b0c',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html#a62da45592d72fc7caea554cc66562ff7',1,'org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#adc3465988bfa4092e433b0bd88061026',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#aeb1943045dc1f865655e57529d2d07c4',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html#a45460215a077767b7d501cf0086cf3ea',1,'org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a7742a47aa76323af0913a54e905b1666',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html#ae24e301ec8a7734abeddce2419cc9984',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a4b39aeaf9f885376459faaf0b0914f21',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html#aa7efefbc4670331715c505b1731fb3c9',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment.newInstance()']]],
+ ['newmetaeditoradapter',['newMetaEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#acbf649946d2636f02e154dfefaadf868',1,'org.buildmlearn.toolkit.model.TemplateInterface.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a28470e1c3c390e13d6d19d938709c4d3',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#acc7b175f92340d0f974e4aad90836e6c',1,'org.buildmlearn.toolkit.templates.DictationTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#acc09bbe7a90180bee49dfe4092f8cb29',1,'org.buildmlearn.toolkit.templates.FlashTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a68a769083399e3718f7c596eb7ebb9b3',1,'org.buildmlearn.toolkit.templates.InfoTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#ad0d219aa413e781c88283c06bc607214',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a9a07a4fd12dc758e34148262d809df82',1,'org.buildmlearn.toolkit.templates.MatchTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#aee4a8c4bf17f33d9dd362e3160b67975',1,'org.buildmlearn.toolkit.templates.QuizTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a095228ca6c37e78c4344ae3d45536dfd',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.newMetaEditorAdapter()']]],
+ ['newpackagefullname',['newPackageFullName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a91fa9f999565e0186dad26acb4d61711',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['newtemplateeditoradapter',['newTemplateEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#af7d9d92709123fc39693504884e4f7e2',1,'org.buildmlearn.toolkit.model.TemplateInterface.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ae260425a03f90cb973f7bdac1cd60fc1',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a542e53bbf25ac060d200dd7e10a2734d',1,'org.buildmlearn.toolkit.templates.DictationTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ad524e69199d8435959cf348558039b2d',1,'org.buildmlearn.toolkit.templates.FlashTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#ab4d81e3a7da28f406ca3b6e8c74bb69c',1,'org.buildmlearn.toolkit.templates.InfoTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a532c1020ba161742148024ce7346d306',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a3b7414157c2c750b00d2c13771a7fcbc',1,'org.buildmlearn.toolkit.templates.MatchTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a47d3029ad563737e60c7c209738b0a71',1,'org.buildmlearn.toolkit.templates.QuizTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a3e78c839b8a70c3dcd23a2e0f22e61b8',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.newTemplateEditorAdapter()']]],
+ ['newview',['newView',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html#a02ca27c0cacfbbf59511d8d3cb3ca49b',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.newView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html#a167eb7d7629c9582f2fbddbd52d89bc0',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.newView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html#a4c9cf5a88035bb2fcdf117d92360ae9f',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.newView()']]],
+ ['nodename',['nodeName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a381105acceb26ff48a41195c7eee0464',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['ns',['NS',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a761195db6bfd06c3afc744631be1fcce',1,'org::buildmlearn::toolkit::utilities::SignerThread']]]
+];
diff --git a/search/all_d.html b/search/all_d.html
new file mode 100644
index 00000000..712223c6
--- /dev/null
+++ b/search/all_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_d.js b/search/all_d.js
new file mode 100644
index 00000000..a9bb3de9
--- /dev/null
+++ b/search/all_d.js
@@ -0,0 +1,89 @@
+var searchData=
+[
+ ['activity',['activity',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1activity.html',1,'org::buildmlearn::toolkit']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1adapter.html',1,'org::buildmlearn::toolkit']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::matchtemplate']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['animations',['animations',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['buildmlearn',['buildmlearn',['../namespaceorg_1_1buildmlearn.html',1,'org']]],
+ ['comprehensiontemplate',['comprehensiontemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['constant',['constant',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1constant.html',1,'org::buildmlearn::toolkit']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data.html',1,'org::buildmlearn::toolkit::matchtemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data.html',1,'org::buildmlearn::toolkit::quiztemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data.html',1,'org::buildmlearn::toolkit::comprehensiontemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data.html',1,'org::buildmlearn::toolkit::learnspelling']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['dictationtemplate',['dictationtemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['espresso',['espresso',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1espresso.html',1,'org::buildmlearn::toolkit']]],
+ ['flashcardtemplate',['flashcardtemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::matchtemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::quiztemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1fragment.html',1,'org::buildmlearn::toolkit']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment.html',1,'org::buildmlearn::toolkit::learnspelling']]],
+ ['infotemplate',['infotemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['learnspelling',['learnspelling',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling.html',1,'org::buildmlearn::toolkit']]],
+ ['matchtemplate',['matchtemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['model',['model',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1model.html',1,'org::buildmlearn::toolkit']]],
+ ['oldfilename',['oldFileName',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ad90816675a8760c5a922a539fe6e86a5',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['oldpackagename',['oldPackageName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a9ed543fd9c4c2364c14288380e0f6ebe',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['onactivitycreated',['onActivityCreated',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a1aea0fb03edbf75b82224ec0c5cda747',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a014167dfbbca11480f5b9cce008e0f6f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#ac02eaeb8fc8bdf0f009c84d4801daa98',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a734263415ae5341ea1cb5b4b2a469581',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a613f9589fc3771358aa485cc468c22ff',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#ace35631ad71def0c9d913aff8e6d3f6c',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a54f508dd91e2581dec3422c54f983e3b',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a7ffe95e49e3f18eca3b8745fb71127b0',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onActivityCreated()']]],
+ ['onactivityresult',['onActivityResult',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a8dd35a4525cae8911df21beed169de02',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a202327f9066d9fcf98b2ca239cf9f1c4',1,'org.buildmlearn.toolkit.fragment.SettingsFragment.onActivityResult()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a9c506bf3776973765d4d1e8d6954e95b',1,'org.buildmlearn.toolkit.model.TemplateInterface.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a3448b0203bef64a67db4972cc113c81d',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#ad25ce129ca416032df3d17539cfb0b06',1,'org.buildmlearn.toolkit.templates.DictationTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a94a03d343059afa3914559725d911818',1,'org.buildmlearn.toolkit.templates.FlashTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a8089c34bead9e0dc798d5e14608e64fd',1,'org.buildmlearn.toolkit.templates.InfoTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a3717f8c402a9da264b3d8e6665532c3c',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a1d7df9b17b0f0e49baf812fe91722ece',1,'org.buildmlearn.toolkit.templates.MatchTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a23bf444a6527a4be8b416f1d04a4912e',1,'org.buildmlearn.toolkit.templates.QuizTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ad780e65b6d5fa9ffb9b0b5e8eb1eda54',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.onActivityResult()']]],
+ ['onattach',['onAttach',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a4d9c5606213fdedc3d28d34d6c7fb7d5',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['onbackpressed',['onBackPressed',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#af8fd4c02b236b2dd1e51cf14fca78362',1,'org.buildmlearn.toolkit.activity.HomeActivity.onBackPressed()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a8ebbbe37b4f8ad35d2270678e64dd4b2',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onBackPressed()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a0b8dd29153ad0ebbf090cb5ff29c50fa',1,'org.buildmlearn.toolkit.simulator.Simulator.onBackPressed()']]],
+ ['onbindviewholder',['onBindViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a56ea041378f37dbf5270f69dab26f5a2',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['onconfigurationchanged',['onConfigurationChanged',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#aa216d0cfc2c54c3cd6c9f91cb005cea1',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['oncreate',['onCreate',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn.html#af8c59cecea3366aea895a28331d01e9b',1,'org.buildmlearn.toolkit.activity.AboutBuildmLearn.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity.html#a7737f816c7d10e707b4788bf5ae2f591',1,'org.buildmlearn.toolkit.activity.DeepLinkerActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#a847a7bc25bdbd77b2a7bc90cd3ca38bb',1,'org.buildmlearn.toolkit.activity.FirstRunActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#a84a92cce3842759b4e3c18ecefbe2ced',1,'org.buildmlearn.toolkit.activity.HomeActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity.html#a91184b88bad9b946119c84f96f062520',1,'org.buildmlearn.toolkit.activity.SettingsLinkerActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity.html#a0bef4534d603cda941537d9527010576',1,'org.buildmlearn.toolkit.activity.TemplateActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#abe4f4b6fa4f8ca3bc10f9c01e3b81f73',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity.html#ab43b5a679eb9d2c706841cb2d4c2a704',1,'org.buildmlearn.toolkit.activity.TutorialActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aa0be476a69c1b44f2e99171e62d68add',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a1e05ae9cd797e7a6ab870fd56cb67b21',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ab4d579c0200a862bbc2d26233f447e9a',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#aa3475b8770215affec67dd109da8e9cb',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a7a9c297215fb754ea5bd3745233cec21',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a10a23ddbe28f027456dfc3b8c31140f3',1,'org.buildmlearn.toolkit.fragment.SettingsFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#aa932aa7511bcef0dec72269520b49f07',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a8a3b04bc47ac3353ba4425ab56de02b6',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a854d0f025c10cb556abddac60eee9e29',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#aa1564faa9391f86b07b713365af01ee8',1,'org.buildmlearn.toolkit.simulator.Simulator.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a4703aa50081e8b7996b0525e60fc2c1e',1,'org.buildmlearn.toolkit.ToolkitApplication.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad84bca280c5e6a8b94728ea49e4026fa',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreate()']]],
+ ['oncreateloader',['onCreateLoader',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a05c4845d46dfb179ecd69ffdba59989e',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aac3fbb51a4b7c5cf3dbe736cd2b2cd95',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a564ba93f24574cf6fd9720c540e2743d',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a0acdea5f623f7fa01079e34c0b45832b',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#affed3a93b8ebb8732d0e4810e526f52e',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#afba2db59a7c5667b40056f4428f66546',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ae29c6197a5675291e26fa49944ee32d0',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateLoader()']]],
+ ['oncreateoptionsmenu',['onCreateOptionsMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a9ce2150056a19a2bbd3222f061e1d4b2',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onCreateOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a00797f05a8d23a1cc91dfc9a65d40b93',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a23412cd6598c10cee64ff60848cc6771',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreateOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#aa4b646ec6491ad85b3c96e35c6efcd6b',1,'org.buildmlearn.toolkit.simulator.Simulator.onCreateOptionsMenu()']]],
+ ['oncreateview',['onCreateView',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html#a602049f64bc60408d0d145c382c7bb6d',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a5f370e2dcdb91b65e4acbb208f5293fb',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a4794584d3f9a5d13b67d98d0fb40db53',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html#a89db68e40dbfeec9ab4a28dab27a9a6b',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a401a795096b8f55c79281dd3a1caf4e7',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#afe2440702b01c7551650318d4dfd3e71',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a3b40adf8f83c9e71fe44283521506ca9',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html#a687e5209f70affabea624f0801e6e110',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html#a8eda77bf8dc461ef95243b979841bdc8',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a929e6c8011773224f904a1f32bf022ef',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html#ac4d3e360e441e1cb35fc08ff3eed0ae0',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a331f31f828107dbad75e8674799d6de6',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment.html#a80599e92f595260551a0d5753021ebfc',1,'org.buildmlearn.toolkit.fragment.HomeFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a73fa1b3e175b75a32310c1c8a7eb2e28',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a00df408d1104d5e9da684300c7d1a373',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a960b71d9ccecc621b4a5506f38a105cf',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#abc01631f270c10cd191a70cee5f06e0e',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#acfa1a583751a434a4cc5e51012a652c5',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html#a40ad80de0ee943ebdfb5404142aa7da1',1,'org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#abeeca52ada84ad29f33cbe6fbeaba446',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#abefc3ebf347bc9d8f4452b9c2729e59a',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#aeba9c2e5f8437768c9c00c641f8cbfb9',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html#a6128fd0fa9e257aaae2f7f7dcbdef559',1,'org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#ad14e2a781f04fc2087a3e8f7f2f712b4',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a92653f11aba8e0470ef60004402b0331',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html#a5b24c740ffea58392c92a4217a4dd987',1,'org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#a6a0236a0ccf656b9a51c3040663710f3',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#afaae1ebcf105bbf0ea03133e681dfcc2',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html#a082b8a94350defa2ec017b5415edb647',1,'org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#acdfaaf9ca7fa2b4b41bdfc4a7a8d15cc',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html#ab6219e5b182a44e2fbbe32929d98f0c7',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad51370d6aceff7abf20774d4390a09f7',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html#a0a73bd58faf388b47642aabf25cb2785',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment.onCreateView()']]],
+ ['oncreateviewholder',['onCreateViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a83a2c83ea4e90fc5aed6a68d2ccb1157',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['ondestroy',['onDestroy',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a78b8d3842bc09c8a0b28c07de2accf33',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#a93f95aaf0ffd4e5315d1a99529106ec0',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a3829611c436d88dae1b2aaf33e1880db',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#a40183995e317e53d182dee0c1eaf81c6',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#ac0728416a01c2e1c65cef0f30d9e264a',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.onDestroy()']]],
+ ['ondestroyview',['onDestroyView',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a10623acda397a6b9030ba76462cbd39f',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a90fca30ed5132778611fe3017fa05a0d',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#afd7790a45100f86fc856af5c3ac1e9e3',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aea58d0cf52e70cdd831fcd746b754449',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#acbd8ac13335338fcadbf2c57d758724f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a27c6f36e0fda69ee3ed8f97d841d1f42',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#ab8ad985d4c710eeac9452bac564dd44c',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a51c9eaac8b23c73d8a2cf14e94a20a04',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#ae7bdd6b11e0035f15c1d7e7afb70f43a',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#a3de6b7e6de901cca971e2b79a789f5d0',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a1ce2fbb55093b0ff8a3c1d9bcc36f5e8',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a07a609023ebf75e3d44c39f499a303e2',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onDestroyView()']]],
+ ['ondetach',['onDetach',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#af5ec3253d086d2733aea3a595061c389',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['onfail',['onFail',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html#a50211bbb2c91ec61f750082eaff75f65',1,'org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onFail()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html#a70f06b8e18a69c3663a10126811a20aa',1,'org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onFail(Exception e)'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html#a04b8e29a0ef97785dba2555069f9ed9d',1,'org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete.onFail()']]],
+ ['onitemclick',['onItemClick',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener.html#a0f2046f8b5c254dca7b44fbec89fa303',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.SetOnClickListener.onItemClick()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener.html#a90dcde8bdc3108bd3599a8aa69309167',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.SetOnClickListener.onItemClick()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a818bb6da97190d0bde6225fc0cac1015',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onItemClick()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#af09669972c93dd57b83cf5df015dc609',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onItemClick()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ab3fd6e093c178f367cf3403496d30fd5',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onItemClick()']]],
+ ['onloaderreset',['onLoaderReset',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#ada800d3d5d12230b4d6a4cbea4131c0b',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a981d9215b6d4d23111454a082708e456',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a44a4b0af6da536fa82a0872bfa50fb6c',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a2878d9707eb69ac72b89a87630da7f6b',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a5dd4f744092bc27558c6ea191948c597',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a5d2cf553342d32d067bc5242169295df',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a28ea63786466ced10f2e31af5af0222f',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoaderReset()']]],
+ ['onloadfinished',['onLoadFinished',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#aa471123d4cee98418764c7ccccbbc543',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a3ad761ca14913f91984fd58e6e809b4f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a1bae96836c48406211d12e4a1303df95',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a1d930b3a1c5e1f1fb0f32ed2d0941466',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a2db80adbcd1bca160ed9961ec96c9abd',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#aa66f11b2e7846c98669aa306165bc8b9',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad0d8d085c43eea88604c4ffc0a371e61',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoadFinished()']]],
+ ['onnavigationdraweritemselected',['onNavigationDrawerItemSelected',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#af75c80f626f8c3a7141c046108ff229f',1,'org.buildmlearn.toolkit.activity.HomeActivity.onNavigationDrawerItemSelected()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks.html#a6068a4dec53d00ec47c222f995064e6c',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.NavigationDrawerCallbacks.onNavigationDrawerItemSelected()']]],
+ ['onnavigationitemselected',['onNavigationItemSelected',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a1161d8ec17f2bc54f95a555892b7b85d',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a3ae44b8479754e4040df0de8a223a996',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a87fe1078a49d220035ab75f217d6521c',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a897d452d8639234d894c83599ef70452',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#a926dfef96837a1d22bc2a84060d719d1',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#a59862ef6207608553c6ee19ca163d933',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onNavigationItemSelected()']]],
+ ['onoptionsitemselected',['onOptionsItemSelected',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a619c591e1af2eba8188da92a021bc222',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#aaedb7f7c94ed2b6c2e1c414485cafc4d',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ac3341a0c126129e4abd0b3483cdb4225',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a69ca5df2fa6649fb01cbd2c195ee81fa',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a68eb844e52918f108a9145c9fd9e1bee',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#aaa92074738110f36217c7fa33d920fb1',1,'org.buildmlearn.toolkit.simulator.Simulator.onOptionsItemSelected()']]],
+ ['onpause',['onPause',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#ac8fc877c0664e01fea4cac041fa2f961',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onPause()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a68e3560db5a2a51f3e6dec29642d1e6d',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onPause()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a684fbe8fd0d220e9b2c623a03328af2f',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onPause()']]],
+ ['onpostexecute',['onPostExecute',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html#a49b33cea12224b642080a6d72339aeae',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate::VideoInfoTask']]],
+ ['onprepareoptionsmenu',['onPrepareOptionsMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a4113877eb08f8665000bd3eb733737ef',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onPrepareOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a19a18a03621f26f5d04d6d9e677fccec',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onPrepareOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#aadcf34c154a9917b34129c081a90524f',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onPrepareOptionsMenu()']]],
+ ['onrestorecomplete',['OnRestoreComplete',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]],
+ ['onresume',['onResume',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#ac6675b626abb0bc514c94a6818384291',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#abe0d05a64fb5e0dd1c450953cf6805c1',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ab62c44f91792cb265894f0c14a534a11',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#af7ebf8d42c3c401e7fcad1fa3850001c',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a8ad534416b5a19a314b3ef9b0c0fda31',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a0362abe0b7b256974f1560e5bcc64198',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onResume()']]],
+ ['onsaveinstancestate',['onSaveInstanceState',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a6f0e3399d8b62597bfed2bb402d44ae0',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#ad94241cf4aa93e8d804b05676ff84a66',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a3ecc348d09897125baff9673c4145a55',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#aa04098665311fcb0c848714027ff214e',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#afd551354a42fea424ac4a21a1706aedc',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a10b2cbf0db9e4ef9fd3edb503cd35889',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a56b9664eb7326624e8933961d3e0c535',1,'org.buildmlearn.toolkit.simulator.Simulator.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a664be09a5113908ac874f264f014aa02',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onSaveInstanceState()']]],
+ ['onsigncomplete',['OnSignComplete',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['onsuccess',['onSuccess',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html#a23acbe0310c224c76af6031a4f47a518',1,'org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onSuccess()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html#a886775a73312356fbdee92ce45bd14ff',1,'org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete.onSuccess()']]],
+ ['onviewcreated',['onViewCreated',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a92519c690ed616ac403cbc35113591e4',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onViewCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a2be46eb7d1d4403b2195e92bebdad3a2',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onViewCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a486509578e69cb110ec10c53c6c813c6',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onViewCreated()']]],
+ ['open',['open',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#aca8cf2abc2d08caf1d94bca5ab66f6ef',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#ac4b286b79085e85a55cea53b07f4e866',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a1271cf64726d1a9dccf240f2beba050b',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a70b9284fc15f195b4c9d3432d371198a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a773f8ffe3f5d39fa5d00527857dbbc4c',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a1f3f0afd1145fcfad5b7a18dd4010436',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#abbeed626bc5b552f8b954d6237a3f3b1',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a24b0dcb6f8cfe711def7ba88c3bf18a0',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.open()']]],
+ ['open_5fapk',['OPEN_APK',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#ad2d09d4244318298218a72609159c7d2',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['open_5fproject',['OPEN_PROJECT',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af342562594f60ed736f519aaa1932127',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['operation',['operation',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a1f605a7fb5e0ee23ba40ccb697212381',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]],
+ ['operation',['Operation',['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['option_5f1',['OPTION_1',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a62b1101b2c1b453066a91863bc277a99',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_1()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a2cfab6e2ca5fae402f0aff4336886825',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_1()']]],
+ ['option_5f2',['OPTION_2',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a96fef6027d4594d263b13d1014ea10f0',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_2()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a6603d160ddc95e0e352f4d6ffb79cd9e',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_2()']]],
+ ['option_5f3',['OPTION_3',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#add19c037718b4bdd3f3ab14be0837cb3',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_3()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#ad69d7412aaae437906458797e6677c4f',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_3()']]],
+ ['option_5f4',['OPTION_4',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#af8f648db5c0d3964d3b13238d295013e',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_4()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a5a9443e11454eb871b933f2e06328821',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_4()']]],
+ ['options',['options',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a33236011db95b7a1abea3b71d17df01b',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.options()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a382cd02fa193b35fa27ece6b261330fe',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.options()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a95a23093c74841213041326f6e589fa6',1,'org.buildmlearn.toolkit.templates.QuizModel.options()']]],
+ ['orange',['ORANGE',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a17c335d0ac279da5031a40c052339a65',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['org',['org',['../namespaceorg.html',1,'']]],
+ ['quiztemplate',['quiztemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['simulator',['simulator',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1simulator.html',1,'org::buildmlearn::toolkit']]],
+ ['templates',['templates',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1templates.html',1,'org::buildmlearn::toolkit']]],
+ ['toolkit',['toolkit',['../namespaceorg_1_1buildmlearn_1_1toolkit.html',1,'org::buildmlearn']]],
+ ['utilities',['utilities',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1utilities.html',1,'org::buildmlearn::toolkit']]],
+ ['videocollectiontemplate',['videocollectiontemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['views',['views',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1views.html',1,'org::buildmlearn::toolkit']]],
+ ['widgets',['widgets',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]]
+];
diff --git a/search/all_e.html b/search/all_e.html
new file mode 100644
index 00000000..d553ffa2
--- /dev/null
+++ b/search/all_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_e.js b/search/all_e.js
new file mode 100644
index 00000000..681a87fc
--- /dev/null
+++ b/search/all_e.js
@@ -0,0 +1,36 @@
+var searchData=
+[
+ ['parent_5fdir',['PARENT_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#ad807a8c118a38deafe9e989241110418',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['parsesavedfile',['parseSavedFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#aef3001b6ab6df927e92ada78c02bc7da',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['passage',['PASSAGE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#af0d43eb264f5b89995bf18afbf747da4',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.PASSAGE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html#a17f7e209687eae930302751be31011e2',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.PASSAGE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a273ce175a82ae2698e62ab35e9ff3c4c',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a93b0e1d530db77c590937a971d75697c',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html#ab88b0e260c231bbc7438efcf79f19a91',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#af55829e04fda344cafd3718fe3679369',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#ab93b259ad6809a922605040db2a285eb',1,'org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a1672904be7ce2e6b0c4a70fdd64bacad',1,'org.buildmlearn.toolkit.templates.DictationModel.passage()']]],
+ ['passage_5ftag',['PASSAGE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#aca9d07b053b4eec6f3f5b0a6df2b05ba',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.PASSAGE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a61a19e3a41f1c0b50af345418eb162a5',1,'org.buildmlearn.toolkit.templates.DictationModel.PASSAGE_TAG()']]],
+ ['passageentered',['passageEntered',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#afded822db2f8ac97a394751f6940ec97',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::ResultActivityFragment']]],
+ ['password',['password',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#ae138d2646a7d55dad251cdeee6a62200',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['patch',['Patch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#ac19c8832e4505e8ce7ba97865c811407',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['patch',['Patch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5faddcontext',['patch_addContext',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a78639823b3a4a12e1a6e492b7f378feb',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5faddpadding',['patch_addPadding',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#acf658679026e3da4d3180e6b749f04e6',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fapply',['patch_apply',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6f6cd205d8dc689294c13ea483dac1db',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fdeepcopy',['patch_deepCopy',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a3da243bc7df48d2e0da5166441bcad8e',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fdeletethreshold',['Patch_DeleteThreshold',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a08c885bb96f00082195af6c8a4abf5b4',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5ffromtext',['patch_fromText',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad080e812febcb40743ac9225b4e2469c',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fmake',['patch_make',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a5fe18be0a56e0f65ba594ea7d0f88e62',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(String text1, String text2)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aa467b447116f168c94efe7ff7fda299a',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(LinkedList< Diff > diffs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a77d8a5c3c7e14b48942502b27c37f379',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(String text1, String text2, LinkedList< Diff > diffs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a240348ae5ab84cbcf6ee15f7a1b4cb7f',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(String text1, LinkedList< Diff > diffs)']]],
+ ['patch_5fmargin',['Patch_Margin',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a94f96bf3e770fd823e638f97fc51962a',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fsplitmax',['patch_splitMax',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a2f3ee2a30ba8ba85defd42f1b7c53a35',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5ftotext',['patch_toText',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a17e764e9b07c904d8884a1adeec12c96',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['permission_5frequest_5fwrite_5fexternal_5fstorage_5fresult',['PERMISSION_REQUEST_WRITE_EXTERNAL_STORAGE_RESULT',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a4f2e0d4a5351ba3b82bb302582618c2a',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['planet',['planet',['../quiz__content_8txt.html#a835100bcee31d5a215b7bc2d1dac2c69',1,'quiz_content.txt']]],
+ ['player',['player',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a467f0034f7b0371811039e08a656f358',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::DetailActivityFragment']]],
+ ['populatelistview',['populateListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ade293345372081f3d43450df42e26092',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['populatemetaview',['populateMetaView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a28dfa99f087a79031bde74c7b1804b26',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['pref_5fuser_5flearned_5fdrawer',['PREF_USER_LEARNED_DRAWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a1ee346afb1effc95c4eac4f7e1e785e3',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['preferences',['preferences',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a25030d7c4bcf37c31464f8861bdd888c',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['prefs',['prefs',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#aa1cc5d447dab2d50362d3b4160a28fea',1,'org::buildmlearn::toolkit::activity::FirstRunActivity']]],
+ ['prefusername',['prefUsername',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a82ea20aa28be2d2f7aee02d939144c1e',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['progress',['progress',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#aa6c24b1db797243726e4806dbf32d6bf',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.progress()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a3af7fc0bc1b1a829e4e0892eb58647e7',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.progress()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#aa1621129731829ef6c743d68c3e361d2',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.progress()']]],
+ ['project_5ffile_5fpath',['PROJECT_FILE_PATH',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#ab2586e8aa144cd7e8b4928186d709ea8',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['projectfile',['projectFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#aba1a8cbac3cae3ab99a669527daa3eb6',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['projectholder',['ProjectHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]],
+ ['projecticon',['projectIcon',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html#a640c4ad239571e3e2c86b82be9144470',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder.projectIcon()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html#ad0c6494c7ac6490ad94a79be926617e5',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder.projectIcon()']]],
+ ['projectname',['projectName',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html#a4f7721be11f1285b0bcc94ac357179bb',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter::ProjectHolder']]]
+];
diff --git a/search/all_f.html b/search/all_f.html
new file mode 100644
index 00000000..c77391a0
--- /dev/null
+++ b/search/all_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/all_f.js b/search/all_f.js
new file mode 100644
index 00000000..8b88ea91
--- /dev/null
+++ b/search/all_f.js
@@ -0,0 +1,27 @@
+var searchData=
+[
+ ['question',['QUESTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a2bf09c11bad641f97b137431e67a7e90',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#aebe28927c52431f0348aa0d3bce3f8bd',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a59ec9c0d785a97bb09da330a6b6351ca',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad1d14b3ffb4c0f780eb6701b527c37f7',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.question()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a4e88fb6898a62a5b7b7260f505a07b4b',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.question()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a51f7dca2d72fbd6cbbd8bcaea754d2e2',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.question()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a568dd3dc8d183927ffff7e8da7d45895',1,'org.buildmlearn.toolkit.templates.QuizModel.question()'],['../quiz__content_8txt.html#a4a899bd252c466e4cb51d25efbeae317',1,'question(): quiz_content.txt']]],
+ ['questionfragment',['QuestionFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html',1,'org::buildmlearn::toolkit::quiztemplate::fragment']]],
+ ['questionfragment',['QuestionFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['questionfragment_2ejava',['QuestionFragment.java',['../comprehensiontemplate_2fragment_2QuestionFragment_8java.html',1,'']]],
+ ['questionfragment_2ejava',['QuestionFragment.java',['../quiztemplate_2fragment_2QuestionFragment_8java.html',1,'']]],
+ ['questions',['Questions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data::ComprehensionContract']]],
+ ['questions',['Questions',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html',1,'org::buildmlearn::toolkit::quiztemplate::data::QuizContract']]],
+ ['quiz',['QUIZ',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aee37e120e37544ed8fff5341f9012fee',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['quiz_5fcontent_2etxt',['quiz_content.txt',['../quiz__content_8txt.html',1,'']]],
+ ['quizadapter_2ejava',['QuizAdapter.java',['../QuizAdapter_8java.html',1,'']]],
+ ['quizcontract_2ejava',['QuizContract.java',['../QuizContract_8java.html',1,'']]],
+ ['quizdata',['quizData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#adb05fdc78ce8f4f5198dec8c1e3c5504',1,'org::buildmlearn::toolkit::templates::QuizTemplate']]],
+ ['quizdb',['QuizDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['quizdb',['QuizDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#acdba8d7e662832d171ebdbe7b3380b4c',1,'org::buildmlearn::toolkit::quiztemplate::data::QuizDb']]],
+ ['quizdb_2ejava',['QuizDb.java',['../QuizDb_8java.html',1,'']]],
+ ['quizdbhelper_2ejava',['QuizDBHelper.java',['../QuizDBHelper_8java.html',1,'']]],
+ ['quizmodel',['QuizModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a660859aa98e529ff042015e76973f39c',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.QuizModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a4d6c8f745dbaafa8f0210a5d36916545',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.QuizModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ad7ac0923cded5b5ab11c0311098e1aca',1,'org.buildmlearn.toolkit.templates.QuizModel.QuizModel()']]],
+ ['quizmodel',['QuizModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['quizmodel',['QuizModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['quizmodel_2ejava',['QuizModel.java',['../templates_2QuizModel_8java.html',1,'']]],
+ ['quizmodel_2ejava',['QuizModel.java',['../quiztemplate_2data_2QuizModel_8java.html',1,'']]],
+ ['quiztemplate',['QuizTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['quiztemplate',['QuizTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a564252fd818d44d1f9d2221f58f3eec5',1,'org::buildmlearn::toolkit::templates::QuizTemplate']]],
+ ['quiztemplate_2ejava',['QuizTemplate.java',['../QuizTemplate_8java.html',1,'']]]
+];
diff --git a/search/classes_0.html b/search/classes_0.html
new file mode 100644
index 00000000..025587a7
--- /dev/null
+++ b/search/classes_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_0.js b/search/classes_0.js
new file mode 100644
index 00000000..37b3f3fd
--- /dev/null
+++ b/search/classes_0.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['aboutbuildmlearn',['AboutBuildmLearn',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['apiholder',['ApiHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html',1,'org::buildmlearn::toolkit::adapter::SavedApiAdapter']]],
+ ['applicationtest',['ApplicationTest',['../classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest.html',1,'org::buildmlearn::toolkit']]]
+];
diff --git a/search/classes_1.html b/search/classes_1.html
new file mode 100644
index 00000000..86dc4ffe
--- /dev/null
+++ b/search/classes_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_1.js b/search/classes_1.js
new file mode 100644
index 00000000..2a53afd2
--- /dev/null
+++ b/search/classes_1.js
@@ -0,0 +1,18 @@
+var searchData=
+[
+ ['comprehensiondb',['ComprehensionDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data']]],
+ ['comprehensionmetaholder',['ComprehensionMetaHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaAdapter']]],
+ ['comprehensionmetamodel',['ComprehensionMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['comprehensionmodel',['ComprehensionModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['comprehensiontemplate',['ComprehensionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['comprehensiontest',['ComprehensionTest',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html',1,'org::buildmlearn::toolkit::espresso']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html',1,'org::buildmlearn::toolkit::learnspelling']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html',1,'org::buildmlearn::toolkit::constant']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::comprehensiontemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::quiztemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['constants',['Constants',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html',1,'org::buildmlearn::toolkit::matchtemplate']]]
+];
diff --git a/search/classes_10.html b/search/classes_10.html
new file mode 100644
index 00000000..f306d99d
--- /dev/null
+++ b/search/classes_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_10.js b/search/classes_10.js
new file mode 100644
index 00000000..0e79c286
--- /dev/null
+++ b/search/classes_10.js
@@ -0,0 +1,18 @@
+var searchData=
+[
+ ['videoarrayadapter',['VideoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::adapter']]],
+ ['videocollectiontemplate',['VideoCollectionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['videocontract',['VideoContract',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['videodb',['VideoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['videoinfotask',['VideoInfoTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['videomodel',['VideoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['videomodel',['VideoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['videos',['Videos',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoContract']]],
+ ['videotemplateholder',['VideoTemplateHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html',1,'org::buildmlearn::toolkit::templates::VideoCollectionAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::dictationtemplate::adapter::DictArrayAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_A']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_B']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::adapter::VideoArrayAdapter']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html',1,'org::buildmlearn::toolkit::infotemplate::adapter::InfoArrayAdapter']]]
+];
diff --git a/search/classes_2.html b/search/classes_2.html
new file mode 100644
index 00000000..014caf80
--- /dev/null
+++ b/search/classes_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_2.js b/search/classes_2.js
new file mode 100644
index 00000000..d5f88353
--- /dev/null
+++ b/search/classes_2.js
@@ -0,0 +1,29 @@
+var searchData=
+[
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['datautils',['DataUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['deeplinkeractivity',['DeepLinkerActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html',1,'org::buildmlearn::toolkit::infotemplate::fragment']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['detailfragment',['DetailFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html',1,'org::buildmlearn::toolkit::matchtemplate::fragment']]],
+ ['dict',['Dict',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictContract']]],
+ ['dictarrayadapter',['DictArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html',1,'org::buildmlearn::toolkit::dictationtemplate::adapter']]],
+ ['dictationholder',['DictationHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html',1,'org::buildmlearn::toolkit::templates::DictationAdapter']]],
+ ['dictationmodel',['DictationModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['dictationtemplate',['DictationTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['dictcontract',['DictContract',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['dictdb',['DictDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['dictmodel',['DictModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['diff',['Diff',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fmatch_5fpatch',['diff_match_patch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['draftholder',['DraftHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter']]],
+ ['draftprojectadapter',['DraftProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['draftsfragment',['DraftsFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html',1,'org::buildmlearn::toolkit::fragment']]]
+];
diff --git a/search/classes_3.html b/search/classes_3.html
new file mode 100644
index 00000000..2e972011
--- /dev/null
+++ b/search/classes_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_3.js b/search/classes_3.js
new file mode 100644
index 00000000..128b1e9c
--- /dev/null
+++ b/search/classes_3.js
@@ -0,0 +1,23 @@
+var searchData=
+[
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::dictationtemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['filedialog',['FileDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['fileselectlistener',['FileSelectListener',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener.html',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['fileutils',['FileUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['firehandler',['FireHandler',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler.html',1,'org::buildmlearn::toolkit::utilities::ListenerList']]],
+ ['firstrunactivity',['FirstRunActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['fixedspeedscroller',['FixedSpeedScroller',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html',1,'org::buildmlearn::toolkit::flashcardtemplate::widgets']]],
+ ['flashcardmodel',['FlashCardModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['flashcards',['FlashCards',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashContract']]],
+ ['flashdb',['FlashDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['flashmodel',['FlashModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html',1,'org::buildmlearn::toolkit::flashcardtemplate::data']]],
+ ['flashtemplate',['FlashTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['flippagetransformer',['FlipPageTransformer',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html',1,'org::buildmlearn::toolkit::flashcardtemplate::animations']]]
+];
diff --git a/search/classes_4.html b/search/classes_4.html
new file mode 100644
index 00000000..776fee37
--- /dev/null
+++ b/search/classes_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_4.js b/search/classes_4.js
new file mode 100644
index 00000000..2193682e
--- /dev/null
+++ b/search/classes_4.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::ComprehensionAdapter']]],
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::FlashCardAdapter']]],
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::QuizAdapter']]],
+ ['holder',['Holder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchAdapter_1_1Holder.html',1,'org::buildmlearn::toolkit::templates::MatchAdapter']]],
+ ['homeactivity',['HomeActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['homefragment',['HomeFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment.html',1,'org::buildmlearn::toolkit::fragment']]]
+];
diff --git a/search/classes_5.html b/search/classes_5.html
new file mode 100644
index 00000000..69bbcc8b
--- /dev/null
+++ b/search/classes_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_5.js b/search/classes_5.js
new file mode 100644
index 00000000..a6e0179a
--- /dev/null
+++ b/search/classes_5.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['info',['Info',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html',1,'org::buildmlearn::toolkit::infotemplate::data::InfoContract']]],
+ ['infoarrayadapter',['InfoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html',1,'org::buildmlearn::toolkit::infotemplate::adapter']]],
+ ['infocontract',['InfoContract',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['infodb',['InfoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['infomodel',['InfoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['infomodel',['InfoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html',1,'org::buildmlearn::toolkit::infotemplate::data']]],
+ ['infotemplate',['InfoTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['infotemplateholder',['InfoTemplateHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html',1,'org::buildmlearn::toolkit::templates::InfoAdapter']]]
+];
diff --git a/search/classes_6.html b/search/classes_6.html
new file mode 100644
index 00000000..2db08a01
--- /dev/null
+++ b/search/classes_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_6.js b/search/classes_6.js
new file mode 100644
index 00000000..8527e2a8
--- /dev/null
+++ b/search/classes_6.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['keyboardhelper',['KeyboardHelper',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['keystoredetails',['KeyStoreDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html',1,'org::buildmlearn::toolkit::model']]]
+];
diff --git a/search/classes_7.html b/search/classes_7.html
new file mode 100644
index 00000000..fd67346e
--- /dev/null
+++ b/search/classes_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_7.js b/search/classes_7.js
new file mode 100644
index 00000000..b835a872
--- /dev/null
+++ b/search/classes_7.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::quiztemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment']]],
+ ['lastfragment',['LastFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['learnspellingholder',['LearnSpellingHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html',1,'org::buildmlearn::toolkit::templates::LearnSpellingAdapter']]],
+ ['learnspellingmodel',['LearnSpellingModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['learnspellingtemplate',['LearnSpellingTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['linestocharsresult',['LinesToCharsResult',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['listcolor',['ListColor',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['loadapkfragment',['LoadApkFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['loadprojectfragment',['LoadProjectFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html',1,'org::buildmlearn::toolkit::fragment']]]
+];
diff --git a/search/classes_8.html b/search/classes_8.html
new file mode 100644
index 00000000..369fe529
--- /dev/null
+++ b/search/classes_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_8.js b/search/classes_8.js
new file mode 100644
index 00000000..932c1c01
--- /dev/null
+++ b/search/classes_8.js
@@ -0,0 +1,23 @@
+var searchData=
+[
+ ['mainactivityfragment',['MainActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['mainactivityfragment',['MainActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html',1,'org::buildmlearn::toolkit::infotemplate::fragment']]],
+ ['mainactivityfragment',['MainActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['mainfragment',['MainFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html',1,'org::buildmlearn::toolkit::matchtemplate::fragment']]],
+ ['matcharrayadapter_5fa',['MatchArrayAdapter_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter']]],
+ ['matcharrayadapter_5fb',['MatchArrayAdapter_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html',1,'org::buildmlearn::toolkit::matchtemplate::adapter']]],
+ ['matchdb',['MatchDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['matches',['Matches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract']]],
+ ['matchmetaholder',['MatchMetaHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html',1,'org::buildmlearn::toolkit::templates::MatchMetaAdapter']]],
+ ['matchmetamodel',['MatchMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['matchmetamodel',['MatchMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['matchmodel',['MatchModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html',1,'org::buildmlearn::toolkit::matchtemplate::data']]],
+ ['matchmodel',['MatchModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['matchtemplate',['MatchTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['metadetails',['MetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data::ComprehensionContract']]],
+ ['metadetails',['MetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract']]],
+ ['mynodevisitor',['MyNodeVisitor',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html',1,'org::buildmlearn::toolkit::utilities::SignerThread']]]
+];
diff --git a/search/classes_9.html b/search/classes_9.html
new file mode 100644
index 00000000..188dbb38
--- /dev/null
+++ b/search/classes_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_9.js b/search/classes_9.js
new file mode 100644
index 00000000..0873cb06
--- /dev/null
+++ b/search/classes_9.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['navigationdrawercallbacks',['NavigationDrawerCallbacks',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks.html',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['navigationdrawerfragment',['NavigationDrawerFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['navigationdrawermenuadapter',['NavigationDrawerMenuAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['networkutils',['NetworkUtils',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils.html',1,'org::buildmlearn::toolkit::utilities']]]
+];
diff --git a/search/classes_a.html b/search/classes_a.html
new file mode 100644
index 00000000..e7610d35
--- /dev/null
+++ b/search/classes_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_a.js b/search/classes_a.js
new file mode 100644
index 00000000..53c80328
--- /dev/null
+++ b/search/classes_a.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['onrestorecomplete',['OnRestoreComplete',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]],
+ ['onsigncomplete',['OnSignComplete',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['operation',['Operation',['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]]
+];
diff --git a/search/classes_b.html b/search/classes_b.html
new file mode 100644
index 00000000..4fc0a3f6
--- /dev/null
+++ b/search/classes_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_b.js b/search/classes_b.js
new file mode 100644
index 00000000..f7def93e
--- /dev/null
+++ b/search/classes_b.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['patch',['Patch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['projectholder',['ProjectHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]]
+];
diff --git a/search/classes_c.html b/search/classes_c.html
new file mode 100644
index 00000000..d2a582ec
--- /dev/null
+++ b/search/classes_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_c.js b/search/classes_c.js
new file mode 100644
index 00000000..23556232
--- /dev/null
+++ b/search/classes_c.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['questionfragment',['QuestionFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html',1,'org::buildmlearn::toolkit::quiztemplate::fragment']]],
+ ['questionfragment',['QuestionFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['questions',['Questions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::data::ComprehensionContract']]],
+ ['questions',['Questions',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html',1,'org::buildmlearn::toolkit::quiztemplate::data::QuizContract']]],
+ ['quizdb',['QuizDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['quizmodel',['QuizModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html',1,'org::buildmlearn::toolkit::templates']]],
+ ['quizmodel',['QuizModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html',1,'org::buildmlearn::toolkit::quiztemplate::data']]],
+ ['quiztemplate',['QuizTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html',1,'org::buildmlearn::toolkit::templates']]]
+];
diff --git a/search/classes_d.html b/search/classes_d.html
new file mode 100644
index 00000000..0fa42149
--- /dev/null
+++ b/search/classes_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_d.js b/search/classes_d.js
new file mode 100644
index 00000000..c1dda0e6
--- /dev/null
+++ b/search/classes_d.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['responsefragment',['ResponseFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['restorethread',['RestoreThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['resultactivityfragment',['ResultActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['roundedtransformation',['RoundedTransformation',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html',1,'org::buildmlearn::toolkit::utilities']]]
+];
diff --git a/search/classes_e.html b/search/classes_e.html
new file mode 100644
index 00000000..238ea09c
--- /dev/null
+++ b/search/classes_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_e.js b/search/classes_e.js
new file mode 100644
index 00000000..6ebf62ca
--- /dev/null
+++ b/search/classes_e.js
@@ -0,0 +1,25 @@
+var searchData=
+[
+ ['savedapi',['SavedApi',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html',1,'org::buildmlearn::toolkit::model']]],
+ ['savedapiadapter',['SavedApiAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['savedproject',['SavedProject',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html',1,'org::buildmlearn::toolkit::model']]],
+ ['savedprojectadapter',['SavedProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['section',['Section',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html',1,'org::buildmlearn::toolkit::model']]],
+ ['setonclicklistener',['SetOnClickListener',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener.html',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['setonclicklistener',['SetOnClickListener',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener.html',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['settingsfragment',['SettingsFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html',1,'org::buildmlearn::toolkit::fragment']]],
+ ['settingslinkeractivity',['SettingsLinkerActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['signerthread',['SignerThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html',1,'org::buildmlearn::toolkit::utilities']]],
+ ['simulator',['Simulator',['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html',1,'org::buildmlearn::toolkit::simulator']]],
+ ['spelldb',['SpellDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['spellings',['Spellings',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html',1,'org::buildmlearn::toolkit::learnspelling::data::SpellContract']]],
+ ['spellmodel',['SpellModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html',1,'org::buildmlearn::toolkit::learnspelling::data']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::matchtemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::learnspelling::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::quiztemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::dictationtemplate::fragment']]],
+ ['splashfragment',['SplashFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html',1,'org::buildmlearn::toolkit::infotemplate::fragment']]]
+];
diff --git a/search/classes_f.html b/search/classes_f.html
new file mode 100644
index 00000000..94d95003
--- /dev/null
+++ b/search/classes_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/classes_f.js b/search/classes_f.js
new file mode 100644
index 00000000..4acea04a
--- /dev/null
+++ b/search/classes_f.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['template',['Template',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html',1,'org::buildmlearn::toolkit::model']]],
+ ['templateactivity',['TemplateActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['templateadapter',['TemplateAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html',1,'org::buildmlearn::toolkit::adapter']]],
+ ['templateeditor',['TemplateEditor',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['templateinterface',['TemplateInterface',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html',1,'org::buildmlearn::toolkit::model']]],
+ ['textviewplus',['TextViewPlus',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html',1,'org::buildmlearn::toolkit::views']]],
+ ['toolkitapplication',['ToolkitApplication',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html',1,'org::buildmlearn::toolkit']]],
+ ['tutorial',['Tutorial',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html',1,'org::buildmlearn::toolkit::model']]],
+ ['tutorialactivity',['TutorialActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity.html',1,'org::buildmlearn::toolkit::activity']]],
+ ['tutorialadapter',['TutorialAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html',1,'org::buildmlearn::toolkit::adapter']]]
+];
diff --git a/search/close.png b/search/close.png
new file mode 100644
index 00000000..9342d3df
Binary files /dev/null and b/search/close.png differ
diff --git a/search/files_0.html b/search/files_0.html
new file mode 100644
index 00000000..0b637cf9
--- /dev/null
+++ b/search/files_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_0.js b/search/files_0.js
new file mode 100644
index 00000000..353b68d3
--- /dev/null
+++ b/search/files_0.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['aboutbuildmlearn_2ejava',['AboutBuildmLearn.java',['../AboutBuildmLearn_8java.html',1,'']]],
+ ['applicationtest_2ejava',['ApplicationTest.java',['../ApplicationTest_8java.html',1,'']]]
+];
diff --git a/search/files_1.html b/search/files_1.html
new file mode 100644
index 00000000..1094e74a
--- /dev/null
+++ b/search/files_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_1.js b/search/files_1.js
new file mode 100644
index 00000000..06e11cfb
--- /dev/null
+++ b/search/files_1.js
@@ -0,0 +1,21 @@
+var searchData=
+[
+ ['comprehensionadapter_2ejava',['ComprehensionAdapter.java',['../ComprehensionAdapter_8java.html',1,'']]],
+ ['comprehensioncontract_2ejava',['ComprehensionContract.java',['../ComprehensionContract_8java.html',1,'']]],
+ ['comprehensiondb_2ejava',['ComprehensionDb.java',['../ComprehensionDb_8java.html',1,'']]],
+ ['comprehensiondbhelper_2ejava',['ComprehensionDBHelper.java',['../ComprehensionDBHelper_8java.html',1,'']]],
+ ['comprehensionmetaadapter_2ejava',['ComprehensionMetaAdapter.java',['../ComprehensionMetaAdapter_8java.html',1,'']]],
+ ['comprehensionmetamodel_2ejava',['ComprehensionMetaModel.java',['../ComprehensionMetaModel_8java.html',1,'']]],
+ ['comprehensionmodel_2ejava',['ComprehensionModel.java',['../ComprehensionModel_8java.html',1,'']]],
+ ['comprehensiontemplate_2ejava',['ComprehensionTemplate.java',['../ComprehensionTemplate_8java.html',1,'']]],
+ ['comprehensiontest_2ejava',['ComprehensionTest.java',['../ComprehensionTest_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../videocollectiontemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../learnspelling_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../constant_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../matchtemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../dictationtemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../comprehensiontemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../infotemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../quiztemplate_2Constants_8java.html',1,'']]],
+ ['constants_2ejava',['Constants.java',['../flashcardtemplate_2Constants_8java.html',1,'']]]
+];
diff --git a/search/files_2.html b/search/files_2.html
new file mode 100644
index 00000000..a08dbd36
--- /dev/null
+++ b/search/files_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_2.js b/search/files_2.js
new file mode 100644
index 00000000..3fd2af95
--- /dev/null
+++ b/search/files_2.js
@@ -0,0 +1,27 @@
+var searchData=
+[
+ ['datautils_2ejava',['DataUtils.java',['../comprehensiontemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../dictationtemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../matchtemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../quiztemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../flashcardtemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../videocollectiontemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../infotemplate_2data_2DataUtils_8java.html',1,'']]],
+ ['datautils_2ejava',['DataUtils.java',['../learnspelling_2data_2DataUtils_8java.html',1,'']]],
+ ['deeplinkeractivity_2ejava',['DeepLinkerActivity.java',['../DeepLinkerActivity_8java.html',1,'']]],
+ ['detailactivityfragment_2ejava',['DetailActivityFragment.java',['../dictationtemplate_2fragment_2DetailActivityFragment_8java.html',1,'']]],
+ ['detailactivityfragment_2ejava',['DetailActivityFragment.java',['../infotemplate_2fragment_2DetailActivityFragment_8java.html',1,'']]],
+ ['detailactivityfragment_2ejava',['DetailActivityFragment.java',['../videocollectiontemplate_2fragment_2DetailActivityFragment_8java.html',1,'']]],
+ ['detailfragment_2ejava',['DetailFragment.java',['../DetailFragment_8java.html',1,'']]],
+ ['dictarrayadapter_2ejava',['DictArrayAdapter.java',['../DictArrayAdapter_8java.html',1,'']]],
+ ['dictationadapter_2ejava',['DictationAdapter.java',['../DictationAdapter_8java.html',1,'']]],
+ ['dictationmodel_2ejava',['DictationModel.java',['../DictationModel_8java.html',1,'']]],
+ ['dictationtemplate_2ejava',['DictationTemplate.java',['../DictationTemplate_8java.html',1,'']]],
+ ['dictcontract_2ejava',['DictContract.java',['../DictContract_8java.html',1,'']]],
+ ['dictdb_2ejava',['DictDb.java',['../DictDb_8java.html',1,'']]],
+ ['dictdbhelper_2ejava',['DictDBHelper.java',['../DictDBHelper_8java.html',1,'']]],
+ ['dictmodel_2ejava',['DictModel.java',['../DictModel_8java.html',1,'']]],
+ ['diff_5fmatch_5fpatch_2ejava',['diff_match_patch.java',['../diff__match__patch_8java.html',1,'']]],
+ ['draftprojectadapter_2ejava',['DraftProjectAdapter.java',['../DraftProjectAdapter_8java.html',1,'']]],
+ ['draftsfragment_2ejava',['DraftsFragment.java',['../DraftsFragment_8java.html',1,'']]]
+];
diff --git a/search/files_3.html b/search/files_3.html
new file mode 100644
index 00000000..647fc8d0
--- /dev/null
+++ b/search/files_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_3.js b/search/files_3.js
new file mode 100644
index 00000000..f3ebbd92
--- /dev/null
+++ b/search/files_3.js
@@ -0,0 +1,24 @@
+var searchData=
+[
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../comprehensiontemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../dictationtemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../matchtemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../quiztemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../flashcardtemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../videocollectiontemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../infotemplate_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['fetchxmltask_2ejava',['FetchXMLTask.java',['../learnspelling_2data_2FetchXMLTask_8java.html',1,'']]],
+ ['filedialog_2ejava',['FileDialog.java',['../FileDialog_8java.html',1,'']]],
+ ['fileutils_2ejava',['FileUtils.java',['../FileUtils_8java.html',1,'']]],
+ ['firstrunactivity_2ejava',['FirstRunActivity.java',['../FirstRunActivity_8java.html',1,'']]],
+ ['fixedspeedscroller_2ejava',['FixedSpeedScroller.java',['../FixedSpeedScroller_8java.html',1,'']]],
+ ['flashcard_5fcontent_2etxt',['flashcard_content.txt',['../flashcard__content_8txt.html',1,'']]],
+ ['flashcardadapter_2ejava',['FlashCardAdapter.java',['../FlashCardAdapter_8java.html',1,'']]],
+ ['flashcardmodel_2ejava',['FlashCardModel.java',['../FlashCardModel_8java.html',1,'']]],
+ ['flashcontract_2ejava',['FlashContract.java',['../FlashContract_8java.html',1,'']]],
+ ['flashdb_2ejava',['FlashDb.java',['../FlashDb_8java.html',1,'']]],
+ ['flashdbhelper_2ejava',['FlashDBHelper.java',['../FlashDBHelper_8java.html',1,'']]],
+ ['flashmodel_2ejava',['FlashModel.java',['../FlashModel_8java.html',1,'']]],
+ ['flashtemplate_2ejava',['FlashTemplate.java',['../FlashTemplate_8java.html',1,'']]],
+ ['flippagetransformer_2ejava',['FlipPageTransformer.java',['../FlipPageTransformer_8java.html',1,'']]]
+];
diff --git a/search/files_4.html b/search/files_4.html
new file mode 100644
index 00000000..186557a6
--- /dev/null
+++ b/search/files_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_4.js b/search/files_4.js
new file mode 100644
index 00000000..06f6480a
--- /dev/null
+++ b/search/files_4.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['homeactivity_2ejava',['HomeActivity.java',['../HomeActivity_8java.html',1,'']]],
+ ['homefragment_2ejava',['HomeFragment.java',['../HomeFragment_8java.html',1,'']]]
+];
diff --git a/search/files_5.html b/search/files_5.html
new file mode 100644
index 00000000..671abd34
--- /dev/null
+++ b/search/files_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_5.js b/search/files_5.js
new file mode 100644
index 00000000..3df151e0
--- /dev/null
+++ b/search/files_5.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['infoadapter_2ejava',['InfoAdapter.java',['../InfoAdapter_8java.html',1,'']]],
+ ['infoarrayadapter_2ejava',['InfoArrayAdapter.java',['../InfoArrayAdapter_8java.html',1,'']]],
+ ['infocontract_2ejava',['InfoContract.java',['../InfoContract_8java.html',1,'']]],
+ ['infodb_2ejava',['InfoDb.java',['../InfoDb_8java.html',1,'']]],
+ ['infodbhelper_2ejava',['InfoDBHelper.java',['../InfoDBHelper_8java.html',1,'']]],
+ ['infomodel_2ejava',['InfoModel.java',['../infotemplate_2data_2InfoModel_8java.html',1,'']]],
+ ['infomodel_2ejava',['InfoModel.java',['../templates_2InfoModel_8java.html',1,'']]],
+ ['infotemplate_2ejava',['InfoTemplate.java',['../InfoTemplate_8java.html',1,'']]]
+];
diff --git a/search/files_6.html b/search/files_6.html
new file mode 100644
index 00000000..73aff188
--- /dev/null
+++ b/search/files_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_6.js b/search/files_6.js
new file mode 100644
index 00000000..d224dd2e
--- /dev/null
+++ b/search/files_6.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['keyboardhelper_2ejava',['KeyboardHelper.java',['../KeyboardHelper_8java.html',1,'']]],
+ ['keystoredetails_2ejava',['KeyStoreDetails.java',['../KeyStoreDetails_8java.html',1,'']]]
+];
diff --git a/search/files_7.html b/search/files_7.html
new file mode 100644
index 00000000..364f4202
--- /dev/null
+++ b/search/files_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_7.js b/search/files_7.js
new file mode 100644
index 00000000..50cb1fe8
--- /dev/null
+++ b/search/files_7.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['lastfragment_2ejava',['LastFragment.java',['../comprehensiontemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../flashcardtemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../quiztemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../videocollectiontemplate_2fragment_2LastFragment_8java.html',1,'']]],
+ ['lastfragment_2ejava',['LastFragment.java',['../learnspelling_2fragment_2LastFragment_8java.html',1,'']]],
+ ['learnspellingadapter_2ejava',['LearnSpellingAdapter.java',['../LearnSpellingAdapter_8java.html',1,'']]],
+ ['learnspellingmodel_2ejava',['LearnSpellingModel.java',['../LearnSpellingModel_8java.html',1,'']]],
+ ['learnspellingtemplate_2ejava',['LearnSpellingTemplate.java',['../LearnSpellingTemplate_8java.html',1,'']]],
+ ['loadapkfragment_2ejava',['LoadApkFragment.java',['../LoadApkFragment_8java.html',1,'']]],
+ ['loadprojectfragment_2ejava',['LoadProjectFragment.java',['../LoadProjectFragment_8java.html',1,'']]]
+];
diff --git a/search/files_8.html b/search/files_8.html
new file mode 100644
index 00000000..f9f7943f
--- /dev/null
+++ b/search/files_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_8.js b/search/files_8.js
new file mode 100644
index 00000000..657640a3
--- /dev/null
+++ b/search/files_8.js
@@ -0,0 +1,22 @@
+var searchData=
+[
+ ['mainactivityfragment_2ejava',['MainActivityFragment.java',['../dictationtemplate_2fragment_2MainActivityFragment_8java.html',1,'']]],
+ ['mainactivityfragment_2ejava',['MainActivityFragment.java',['../infotemplate_2fragment_2MainActivityFragment_8java.html',1,'']]],
+ ['mainactivityfragment_2ejava',['MainActivityFragment.java',['../videocollectiontemplate_2fragment_2MainActivityFragment_8java.html',1,'']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../comprehensiontemplate_2fragment_2MainFragment_8java.html',1,'']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../matchtemplate_2fragment_2MainFragment_8java.html',1,'']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../flashcardtemplate_2fragment_2MainFragment_8java.html',1,'']]],
+ ['mainfragment_2ejava',['MainFragment.java',['../learnspelling_2fragment_2MainFragment_8java.html',1,'']]],
+ ['matchadapter_2ejava',['MatchAdapter.java',['../MatchAdapter_8java.html',1,'']]],
+ ['matcharrayadapter_5fa_2ejava',['MatchArrayAdapter_A.java',['../MatchArrayAdapter__A_8java.html',1,'']]],
+ ['matcharrayadapter_5fb_2ejava',['MatchArrayAdapter_B.java',['../MatchArrayAdapter__B_8java.html',1,'']]],
+ ['matchcontract_2ejava',['MatchContract.java',['../MatchContract_8java.html',1,'']]],
+ ['matchdb_2ejava',['MatchDb.java',['../MatchDb_8java.html',1,'']]],
+ ['matchdbhelper_2ejava',['MatchDBHelper.java',['../MatchDBHelper_8java.html',1,'']]],
+ ['matchmetaadapter_2ejava',['MatchMetaAdapter.java',['../MatchMetaAdapter_8java.html',1,'']]],
+ ['matchmetamodel_2ejava',['MatchMetaModel.java',['../matchtemplate_2data_2MatchMetaModel_8java.html',1,'']]],
+ ['matchmetamodel_2ejava',['MatchMetaModel.java',['../templates_2MatchMetaModel_8java.html',1,'']]],
+ ['matchmodel_2ejava',['MatchModel.java',['../matchtemplate_2data_2MatchModel_8java.html',1,'']]],
+ ['matchmodel_2ejava',['MatchModel.java',['../templates_2MatchModel_8java.html',1,'']]],
+ ['matchtemplate_2ejava',['MatchTemplate.java',['../MatchTemplate_8java.html',1,'']]]
+];
diff --git a/search/files_9.html b/search/files_9.html
new file mode 100644
index 00000000..306f0002
--- /dev/null
+++ b/search/files_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_9.js b/search/files_9.js
new file mode 100644
index 00000000..ee741333
--- /dev/null
+++ b/search/files_9.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['navigationdrawerfragment_2ejava',['NavigationDrawerFragment.java',['../NavigationDrawerFragment_8java.html',1,'']]],
+ ['navigationdrawermenuadapter_2ejava',['NavigationDrawerMenuAdapter.java',['../NavigationDrawerMenuAdapter_8java.html',1,'']]],
+ ['networkutils_2ejava',['NetworkUtils.java',['../NetworkUtils_8java.html',1,'']]]
+];
diff --git a/search/files_a.html b/search/files_a.html
new file mode 100644
index 00000000..2f6ff8fe
--- /dev/null
+++ b/search/files_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_a.js b/search/files_a.js
new file mode 100644
index 00000000..92365427
--- /dev/null
+++ b/search/files_a.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['questionfragment_2ejava',['QuestionFragment.java',['../comprehensiontemplate_2fragment_2QuestionFragment_8java.html',1,'']]],
+ ['questionfragment_2ejava',['QuestionFragment.java',['../quiztemplate_2fragment_2QuestionFragment_8java.html',1,'']]],
+ ['quiz_5fcontent_2etxt',['quiz_content.txt',['../quiz__content_8txt.html',1,'']]],
+ ['quizadapter_2ejava',['QuizAdapter.java',['../QuizAdapter_8java.html',1,'']]],
+ ['quizcontract_2ejava',['QuizContract.java',['../QuizContract_8java.html',1,'']]],
+ ['quizdb_2ejava',['QuizDb.java',['../QuizDb_8java.html',1,'']]],
+ ['quizdbhelper_2ejava',['QuizDBHelper.java',['../QuizDBHelper_8java.html',1,'']]],
+ ['quizmodel_2ejava',['QuizModel.java',['../templates_2QuizModel_8java.html',1,'']]],
+ ['quizmodel_2ejava',['QuizModel.java',['../quiztemplate_2data_2QuizModel_8java.html',1,'']]],
+ ['quiztemplate_2ejava',['QuizTemplate.java',['../QuizTemplate_8java.html',1,'']]]
+];
diff --git a/search/files_b.html b/search/files_b.html
new file mode 100644
index 00000000..3e51d90e
--- /dev/null
+++ b/search/files_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_b.js b/search/files_b.js
new file mode 100644
index 00000000..0c5df804
--- /dev/null
+++ b/search/files_b.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['responsefragment_2ejava',['ResponseFragment.java',['../ResponseFragment_8java.html',1,'']]],
+ ['restorethread_2ejava',['RestoreThread.java',['../RestoreThread_8java.html',1,'']]],
+ ['resultactivityfragment_2ejava',['ResultActivityFragment.java',['../ResultActivityFragment_8java.html',1,'']]],
+ ['roundedtransformation_2ejava',['RoundedTransformation.java',['../RoundedTransformation_8java.html',1,'']]]
+];
diff --git a/search/files_c.html b/search/files_c.html
new file mode 100644
index 00000000..af492029
--- /dev/null
+++ b/search/files_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_c.js b/search/files_c.js
new file mode 100644
index 00000000..154bb02f
--- /dev/null
+++ b/search/files_c.js
@@ -0,0 +1,24 @@
+var searchData=
+[
+ ['savedapi_2ejava',['SavedApi.java',['../SavedApi_8java.html',1,'']]],
+ ['savedapiadapter_2ejava',['SavedApiAdapter.java',['../SavedApiAdapter_8java.html',1,'']]],
+ ['savedproject_2ejava',['SavedProject.java',['../SavedProject_8java.html',1,'']]],
+ ['savedprojectadapter_2ejava',['SavedProjectAdapter.java',['../SavedProjectAdapter_8java.html',1,'']]],
+ ['section_2ejava',['Section.java',['../Section_8java.html',1,'']]],
+ ['settingsfragment_2ejava',['SettingsFragment.java',['../SettingsFragment_8java.html',1,'']]],
+ ['settingslinkeractivity_2ejava',['SettingsLinkerActivity.java',['../SettingsLinkerActivity_8java.html',1,'']]],
+ ['signerthread_2ejava',['SignerThread.java',['../SignerThread_8java.html',1,'']]],
+ ['simulator_2ejava',['Simulator.java',['../Simulator_8java.html',1,'']]],
+ ['spellcontract_2ejava',['SpellContract.java',['../SpellContract_8java.html',1,'']]],
+ ['spelldb_2ejava',['SpellDb.java',['../SpellDb_8java.html',1,'']]],
+ ['spelldbhelper_2ejava',['SpellDBHelper.java',['../SpellDBHelper_8java.html',1,'']]],
+ ['spellmodel_2ejava',['SpellModel.java',['../SpellModel_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../quiztemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../matchtemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../dictationtemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../comprehensiontemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../infotemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../videocollectiontemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../flashcardtemplate_2fragment_2SplashFragment_8java.html',1,'']]],
+ ['splashfragment_2ejava',['SplashFragment.java',['../learnspelling_2fragment_2SplashFragment_8java.html',1,'']]]
+];
diff --git a/search/files_d.html b/search/files_d.html
new file mode 100644
index 00000000..3d4c2c22
--- /dev/null
+++ b/search/files_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_d.js b/search/files_d.js
new file mode 100644
index 00000000..4d767372
--- /dev/null
+++ b/search/files_d.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['template_2ejava',['Template.java',['../Template_8java.html',1,'']]],
+ ['templateactivity_2ejava',['TemplateActivity.java',['../TemplateActivity_8java.html',1,'']]],
+ ['templateadapter_2ejava',['TemplateAdapter.java',['../TemplateAdapter_8java.html',1,'']]],
+ ['templateeditor_2ejava',['TemplateEditor.java',['../TemplateEditor_8java.html',1,'']]],
+ ['templateinterface_2ejava',['TemplateInterface.java',['../TemplateInterface_8java.html',1,'']]],
+ ['textviewplus_2ejava',['TextViewPlus.java',['../TextViewPlus_8java.html',1,'']]],
+ ['toolkitapplication_2ejava',['ToolkitApplication.java',['../ToolkitApplication_8java.html',1,'']]],
+ ['tutorial_2ejava',['Tutorial.java',['../Tutorial_8java.html',1,'']]],
+ ['tutorialactivity_2ejava',['TutorialActivity.java',['../TutorialActivity_8java.html',1,'']]],
+ ['tutorialadapter_2ejava',['TutorialAdapter.java',['../TutorialAdapter_8java.html',1,'']]]
+];
diff --git a/search/files_e.html b/search/files_e.html
new file mode 100644
index 00000000..70516d62
--- /dev/null
+++ b/search/files_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_e.js b/search/files_e.js
new file mode 100644
index 00000000..aaa1736c
--- /dev/null
+++ b/search/files_e.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['videoarrayadapter_2ejava',['VideoArrayAdapter.java',['../VideoArrayAdapter_8java.html',1,'']]],
+ ['videocollectionadapter_2ejava',['VideoCollectionAdapter.java',['../VideoCollectionAdapter_8java.html',1,'']]],
+ ['videocollectiontemplate_2ejava',['VideoCollectionTemplate.java',['../VideoCollectionTemplate_8java.html',1,'']]],
+ ['videocontract_2ejava',['VideoContract.java',['../VideoContract_8java.html',1,'']]],
+ ['videodb_2ejava',['VideoDb.java',['../VideoDb_8java.html',1,'']]],
+ ['videodbhelper_2ejava',['VideoDBHelper.java',['../VideoDBHelper_8java.html',1,'']]],
+ ['videomodel_2ejava',['VideoModel.java',['../templates_2VideoModel_8java.html',1,'']]],
+ ['videomodel_2ejava',['VideoModel.java',['../videocollectiontemplate_2data_2VideoModel_8java.html',1,'']]]
+];
diff --git a/search/files_f.html b/search/files_f.html
new file mode 100644
index 00000000..147a74e9
--- /dev/null
+++ b/search/files_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/files_f.js b/search/files_f.js
new file mode 100644
index 00000000..4efd7ff9
--- /dev/null
+++ b/search/files_f.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['zipsignerappresourceadapter_2ejava',['ZipSignerAppResourceAdapter.java',['../ZipSignerAppResourceAdapter_8java.html',1,'']]]
+];
diff --git a/search/functions_0.html b/search/functions_0.html
new file mode 100644
index 00000000..6bc52b61
--- /dev/null
+++ b/search/functions_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_0.js b/search/functions_0.js
new file mode 100644
index 00000000..c847020b
--- /dev/null
+++ b/search/functions_0.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['addfilelistener',['addFileListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a2b4eb4aba65bab023377964ed059f288',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['additem',['addItem',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a4b0102080f73bee8b91530e03e995311',1,'org.buildmlearn.toolkit.model.TemplateInterface.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a694115c002e9457327a7051c39ea1a68',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a156a9b01a66d5ce1e08426c6544e5dfd',1,'org.buildmlearn.toolkit.templates.DictationTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a21bb61da956f40b08ae38bedb329639f',1,'org.buildmlearn.toolkit.templates.FlashTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a397a72ab6a84e7352e8e2af283a9b4a8',1,'org.buildmlearn.toolkit.templates.InfoTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a79df95c6c1990205f55cbc75a0b9a163',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#aec3143cb3432f1bc9fbab13ad69d2faa',1,'org.buildmlearn.toolkit.templates.MatchTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#af16912a1df8554f8131d706f5ed491d9',1,'org.buildmlearn.toolkit.templates.QuizTemplate.addItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a46be3a90db598a917655d705825df6cc',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.addItem()']]],
+ ['addmetadata',['addMetaData',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a4dcf463c18db372074327d828e56cf2d',1,'org.buildmlearn.toolkit.model.TemplateInterface.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ae6f7e149fddb64deedfdf8753eee60b1',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a9605db1565bfbb95cbee4d768d10b011',1,'org.buildmlearn.toolkit.templates.DictationTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a38adf2d900315cadbee7160e8a06bdbd',1,'org.buildmlearn.toolkit.templates.FlashTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a270770a6ee6be078a19537fba014121b',1,'org.buildmlearn.toolkit.templates.InfoTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a07b69a6061b09e649799cf69c2505beb',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#ab9dec7926d533518b189720728187891',1,'org.buildmlearn.toolkit.templates.MatchTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#adb59144defde290d4856dbc46160d39a',1,'org.buildmlearn.toolkit.templates.QuizTemplate.addMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a93cea63f053ffef0896fc560b7fe943a',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.addMetaData()']]],
+ ['addmetadetails',['addMetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ae7ef87b818c95894432be51bdd3bc499',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['addquestions',['addQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a36d21a5e0c0d7c5e76a3121cca8d8658',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['addtemplate',['addTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a2a125d188e72d4a40c97b7641e76fba3',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['addtozip',['addToZip',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aef6f60f80c3b591c89013a2acb2a9867',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['allowpermissionsifneeded',['allowPermissionsIfNeeded',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ac44a2c4b36a4241f9d9c34d015806cdc',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['applicationtest',['ApplicationTest',['../classorg_1_1buildmlearn_1_1toolkit_1_1ApplicationTest.html#a8e476a8f9befbb9d98146809d06901b3',1,'org::buildmlearn::toolkit::ApplicationTest']]],
+ ['attr',['attr',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a3e1e4a8dcacab23e9aec8de08332aece',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]]
+];
diff --git a/search/functions_1.html b/search/functions_1.html
new file mode 100644
index 00000000..648831fd
--- /dev/null
+++ b/search/functions_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_1.js b/search/functions_1.js
new file mode 100644
index 00000000..6e054b9e
--- /dev/null
+++ b/search/functions_1.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['bindview',['bindView',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html#a2c4b5da39cd79aa9fc7bb89855a7ee9a',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.bindView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html#a3d45e51c33d7659d2bceb9afd0ae5e17',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.bindView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html#a59425346233ea2e7ee6768f302d0ac33',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.bindView()']]],
+ ['bulkinsert',['bulkInsert',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a194456cb4dfed68e5456a4ffc44de606',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.bulkInsert()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a541c89df46e4d986a58cd59bafd0fe85',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.bulkInsert()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#adf7a413ac554df6966c4033eab7e628f',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.bulkInsert()']]],
+ ['bulkinsertflashcards',['bulkInsertFlashCards',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a1073f0ae2bb2b323f7fa36e488ed086c',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['bulkinsertmatches',['bulkInsertMatches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a915164eaa881a96dc9ea95522894e100',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['bulkinsertmetadetails',['bulkInsertMetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a8eca6fd3f5f142b53cbe0bc6f8b9038f',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.bulkInsertMetaDetails()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a95e9a2ac9383f00bf0572ad02716af67',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.bulkInsertMetaDetails()']]],
+ ['bulkinsertquestions',['bulkInsertQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a677d224b9a34f8123f7dd3b62839d012',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.bulkInsertQuestions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#ab16060bc38aee8980bbbdc8ecf8626ab',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.bulkInsertQuestions()']]],
+ ['bulkinsertspellings',['bulkInsertSpellings',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#ad3d0e5673e2819acc5cbebe59dfa1486',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]]
+];
diff --git a/search/functions_10.html b/search/functions_10.html
new file mode 100644
index 00000000..8bc4de4a
--- /dev/null
+++ b/search/functions_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_10.js b/search/functions_10.js
new file mode 100644
index 00000000..4f850f0c
--- /dev/null
+++ b/search/functions_10.js
@@ -0,0 +1,14 @@
+var searchData=
+[
+ ['readfile',['readFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#af306aec34bc4c2b70b44fc494fc288f2',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.readFile()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#af43334fa0e341ee6bde918d39cda57da',1,'org.buildmlearn.toolkit.templates.DictationTemplate.readFile()']]],
+ ['readtitleauthor',['readTitleAuthor',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1DataUtils.html#a5f2b14683da4fd24381276cc1b8b5cb9',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DataUtils.html#abd3279380e3140fd6931618639404d9d',1,'org.buildmlearn.toolkit.dictationtemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1DataUtils.html#a77b07ffb2a4289e2534295644b565755',1,'org.buildmlearn.toolkit.flashcardtemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1DataUtils.html#a39acbe71cabb65daa374ae0ad26daadc',1,'org.buildmlearn.toolkit.infotemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1DataUtils.html#a6d28057b33f24a8778650c8b8d6b0b8e',1,'org.buildmlearn.toolkit.learnspelling.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1DataUtils.html#a68cef4bf11a746efb32f56ec487069d7',1,'org.buildmlearn.toolkit.matchtemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1DataUtils.html#ad421e548528a99d4d658ccf24f25456d',1,'org.buildmlearn.toolkit.quiztemplate.data.DataUtils.readTitleAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1DataUtils.html#a89ff570756f5475c0346090cefb12e05',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.DataUtils.readTitleAuthor()']]],
+ ['reloadcontent',['reloadContent',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a646b5e20a95f8f6ef9f58b7ea3f45a9f',1,'org::buildmlearn::toolkit::fragment::DraftsFragment']]],
+ ['resetcount',['resetCount',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ab7b93e9eaabd5b0d6ceb7c237fa8000a',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.resetCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aae589105a7bfce95e5866896c1a9cc44',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.resetCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#ac7189bed768cf882069fd5b443ae28a7',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.resetCount()']]],
+ ['restorecolorscheme',['restoreColorScheme',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a596abe1f201578b28de1e3491b4f8cd6',1,'org.buildmlearn.toolkit.activity.TemplateEditor.restoreColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#abef1bb8aa53038a5cd639e61c68feefa',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.restoreColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a7099265fa87e804008541c5500a6106a',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.restoreColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#aa47c5914b681dd6ed2a8cde66303b6d2',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.restoreColorScheme()']]],
+ ['restoreselectedview',['restoreSelectedView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ae1fb961405f616070237c13e64f5b5bc',1,'org.buildmlearn.toolkit.activity.TemplateEditor.restoreSelectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a6de95208d316f33fff13615cea2e450e',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.restoreSelectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#abfc6cdd1549da6772a8ca130a938166b',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.restoreSelectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ac6e61e1cc8dca33378a3dcc7b2fa79e4',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.restoreSelectedView()']]],
+ ['restoretemplateeditor',['restoreTemplateEditor',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a957831b300058bc26fbfc187517962a8',1,'org.buildmlearn.toolkit.activity.TemplateEditor.restoreTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a5df030ae2efb3c7cd3b2597867fceaf4',1,'org.buildmlearn.toolkit.simulator.Simulator.restoreTemplateEditor()']]],
+ ['restorethread',['RestoreThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a616493f03b4bf433cf8a2d837f36640c',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]],
+ ['resultactivityfragment',['ResultActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a2590b49e6c2189a2a0660f1fb5e0bdfb',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::ResultActivityFragment']]],
+ ['roundedtransformation',['RoundedTransformation',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#a230d72e465a44c2b8def417719724ac5',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['run',['run',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#aecf498f9228f36af4544a1bd9de86175',1,'org.buildmlearn.toolkit.utilities.RestoreThread.run()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#ab03f540249e80693f090c9b30c692d17',1,'org.buildmlearn.toolkit.utilities.SignerThread.run()']]]
+];
diff --git a/search/functions_11.html b/search/functions_11.html
new file mode 100644
index 00000000..e1e427c1
--- /dev/null
+++ b/search/functions_11.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_11.js b/search/functions_11.js
new file mode 100644
index 00000000..0387749b
--- /dev/null
+++ b/search/functions_11.js
@@ -0,0 +1,83 @@
+var searchData=
+[
+ ['saveapk',['saveAPK',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#af1ab73b0eb157d71cbb3c154ac748226',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['savedapi',['SavedApi',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#ac302531a877b09309ac9fe26b1f1f17c',1,'org::buildmlearn::toolkit::model::SavedApi']]],
+ ['savedapiadapter',['SavedApiAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a35115a4c379942a0048a0a04ab25e04c',1,'org::buildmlearn::toolkit::adapter::SavedApiAdapter']]],
+ ['savedproject',['SavedProject',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#adb8e49d8331062fbca7e82d88c636d5f',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['savedprojectadapter',['SavedProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a8a42e7c094f6ce608a5bfb1e5e79a11f',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]],
+ ['savedraft',['saveDraft',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a65923747a2021fb9952cb9690ce78cb1',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['saveflashdata',['saveFlashData',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a9ac638ca600648d506770beb64c4ef97',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FetchXMLTask']]],
+ ['saveinfodata',['saveInfoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#afddbf8ae11c166ed8645e329e6f84741',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.saveInfoData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#af3a8aceeb5aaadef03e04dcd0c4dd49f',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.saveInfoData()']]],
+ ['savematches',['saveMatches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#a7ce35650d5a6ec47124dd5b663e75ab9',1,'org::buildmlearn::toolkit::matchtemplate::data::FetchXMLTask']]],
+ ['savemetadata',['saveMetaData',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#acd5067100dcf6f8385a9b2d5f836f03b',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.saveMetaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#ae05a98080b1677e88b79a3cb54ea1e9d',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.saveMetaData()']]],
+ ['saveproject',['saveProject',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#aaec7f80eb29a74505a25bed11c20c29d',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['savequestions',['saveQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#a74a42b3cf27e267a65529a9f2900f4ea',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.saveQuestions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#a71f03e512bcc2796bdabe268aa587fd4',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.saveQuestions()']]],
+ ['savespelldata',['saveSpellData',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#a95c49d317c4deb72c7c524bff0edcc25',1,'org::buildmlearn::toolkit::learnspelling::data::FetchXMLTask']]],
+ ['savevideodata',['saveVideoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a90ba6986279bbfb3eb7b2e202991c4fd',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::FetchXMLTask']]],
+ ['savexmlfile',['saveXmlFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#add3d6116d25e4279692f34bc9cb237db',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['section',['Section',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af8fb689a6421ec67519ee10df7ed87d9',1,'org.buildmlearn.toolkit.model.Section.Section(Class<?extends Fragment > fragmentClass,@StringRes int titleResId,@DrawableRes int iconResId, boolean keep)'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a07baca773badd3aad114bc1dbe9ac81b',1,'org.buildmlearn.toolkit.model.Section.Section(Class<?extends Activity > activityClass,@StringRes int titleResId,@DrawableRes int iconResId)'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a061a1024b9dad8b98f087318b07c25ec',1,'org.buildmlearn.toolkit.model.Section.Section()']]],
+ ['selectitem',['selectItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a08d294dadf853b78a33836403a6a2d42',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['setadapter',['setAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a5c1e35aa985ed2199d9795ad1ab03e0d',1,'org.buildmlearn.toolkit.activity.TemplateEditor.setAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a33d7ec27a26bc84724a5db3dc0566bc7',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.setAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a61345103bca3d4f7ae96b784caf4fd27',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.setAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ac3e131316171d64afce81960e577d84c',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.setAdapter()']]],
+ ['setadapterdata',['setAdapterData',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a370e6a6c5447c9b597042b304518d43c',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment::MainFragment']]],
+ ['setadaptermeta',['setAdapterMeta',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#acf3ac338304c57e1378633c804a860eb',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['setanswer',['setAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#af2603e45a76c46068c7c81d1f6b6cc77',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['setauthor',['setAuthor',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a59a14f4cc86c7079a84c591177418e61',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setbackground',['setBackground',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#af52318bfe2778c95e9b2565999842079',1,'org::buildmlearn::toolkit::views::TextViewPlus']]],
+ ['setbackgrounddrawable',['setBackgroundDrawable',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#a4739d5c108dd898bd6d250bfa9a7f893',1,'org::buildmlearn::toolkit::views::TextViewPlus']]],
+ ['setbackgroundresource',['setBackgroundResource',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#a0d52d41fd4c9baf6e949c72e7c3f9603',1,'org::buildmlearn::toolkit::views::TextViewPlus']]],
+ ['setbase64',['setBase64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad92300568509de5e5816735e44ab4d47',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['setcorrect',['setCorrect',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#ab918d88110b1187f677036c25d96f264',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchModel']]],
+ ['setcorrectanswer',['setCorrectAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a961cd7658600b1ad602ad395f3db83e0',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setCorrectAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#ad956030a8462e0e2bb7e3224b5b0e0f6',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setCorrectAnswer()']]],
+ ['setcustomfont',['setCustomFont',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#aba2e6cfd744dc28aa9401e1d2a1d9e81',1,'org.buildmlearn.toolkit.views.TextViewPlus.setCustomFont(Context ctx, AttributeSet attrs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#ac0ca554472ccd1ee1ba15c11ea6e24ab',1,'org.buildmlearn.toolkit.views.TextViewPlus.setCustomFont(Context ctx, String asset)']]],
+ ['setdate',['setDate',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a3b47ee46e4cbea68adee68b64c2ec079',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setdescription',['setDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a750081c84ecf36e35df19229da32681c',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.setDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#adee64777cc75cc504543c0cd17318199',1,'org.buildmlearn.toolkit.templates.VideoModel.setDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae815f030d287fc1d097b9e86f0ddbcae',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setDescription()']]],
+ ['setemptytext',['setEmptyText',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#ac5ece2674f93f931bc57d70848a98180',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.setEmptyText()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a1dbcd8c28e67b529eac66ccd46c4e55b',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.setEmptyText()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a50eba35f3d7070637945578124038117',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.setEmptyText()']]],
+ ['setemptyview',['setEmptyView',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aa7f4c850dc90f0b8e32f4f6148e6c8eb',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a90a6f21ae43150a1531f5ca88638d059',1,'org.buildmlearn.toolkit.templates.DictationTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a358ca371577a765ad0ddee2373ceee0b',1,'org.buildmlearn.toolkit.templates.FlashTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a02a228f917ea60f871b1456a0c4d6ac8',1,'org.buildmlearn.toolkit.templates.InfoTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a5c090cd62029ccfe1c08f99944486c1c',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a3c9f1b7db64c23abeffece457445b96a',1,'org.buildmlearn.toolkit.templates.MatchTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a67a2a6db83844d5875375af21c58d3b7',1,'org.buildmlearn.toolkit.templates.QuizTemplate.setEmptyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a38c9adf28e8cd8d78b05fba7abb707fc',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.setEmptyView()']]],
+ ['setexpanded',['setExpanded',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a05cf1963b3bb8fb918b3391a6e7e6d63',1,'org::buildmlearn::toolkit::templates::DictationModel']]],
+ ['setfile',['setFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a38b605c92572817f27a18173277c253d',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setfileendswith',['setFileEndsWith',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a0b250b8085a226f3a5614dab96a06802',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['setfirst_5flist_5ftitle',['setFirst_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#afba112471fbd7b4b25afb289444a6536',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['sethint',['setHint',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#af3b77b56d425d37ee134fbac744c7a17',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['setinfodescription',['setInfoDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a80956d6760064ebac06c98b0cd748825',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['setisselected',['setIsSelected',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#aa51797a0f1021e6c5a5782c7518334eb',1,'org.buildmlearn.toolkit.model.Section.setIsSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#aec3e52fd8541e4478c2386cc3636a663',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setIsSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#aee131789e4b61f477436104d543f95d2',1,'org.buildmlearn.toolkit.templates.QuizModel.setIsSelected()']]],
+ ['setitemclicklistener',['setItemClickListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#aa33ef07568a705e12c5b73a11c5e8ab8',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['setlayoutparamsforlistview',['setLayoutParamsForListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#aa4565d86ee6ec6ad23dfbc2a140f7c4c',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['setlink',['setLink',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a0a6b50f459b6a18de72b9e1e04280fcc',1,'org.buildmlearn.toolkit.templates.VideoModel.setLink()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#aa994846571a86073c365b80ec91f0037',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setLink()']]],
+ ['setlisteners',['setListeners',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a6c95a87952a371c75552bba576679d1d',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['setmatcha',['setMatchA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a0bedf717585583062728c9c70a1b82ee',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a77f890d995485f334cceb374dfb629b2',1,'org.buildmlearn.toolkit.templates.MatchModel.setMatchA()']]],
+ ['setmatchb',['setMatchB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#aaceb21a6da1a605e500b594ad6f1fa2e',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a25d6173e431cfece681da4d3495d76e6',1,'org.buildmlearn.toolkit.templates.MatchModel.setMatchB()']]],
+ ['setmeaning',['setMeaning',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a8157437cf336c3648459fc25c216258f',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.setMeaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a8e34f3d996440542557e0352429906f2',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.setMeaning()']]],
+ ['setname',['setName',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a2e1f111a512798fb8b1acf992fcd5240',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setonclicklistener',['setOnClickListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#abefb22ca8bf58dcf9fbc5816e97371d6',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['setoptions',['setOptions',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#ad26c175a4ad673dedb3e32d24f5e64bf',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setOptions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a3cff92cd5d50d36f9f3befd346d04055',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setOptions()']]],
+ ['setpassage',['setPassage',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a88cbd01e66cf690ea2f5e59a361e5e70',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#afa9f4bf2e1cbf341c7f20022ca12a399',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a29848fbaae358231e75d684ab2c0568b',1,'org.buildmlearn.toolkit.templates.DictationModel.setPassage()']]],
+ ['setquestion',['setQuestion',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a8010ef0199638fef9854cb0bc168ee67',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.setQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#acb0f48c3f9e997aa36f9988784b6f93d',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#aa8fb699cc68d78bb0e40f0e02f19aee7',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.setQuestion()']]],
+ ['setrestorelistener',['setRestoreListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a4c421d9766c5c39789275091df07b8b4',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]],
+ ['setrotation',['setRotation',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#a702656ff20744943c95685734e30fa97',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['setsecond_5flist_5ftitle',['setSecond_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a667845b74aee2ac22096267edcc434c5',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['setselectedposition',['setSelectedPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a655d12fdaa5a55ef08cecaab72cfeda5',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]],
+ ['setsignerthreadlistener',['setSignerThreadListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a2f75999b55a36de5421b6563677eb75a',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['setsize',['setSize',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#ac8cceabef465f7ccd8ac2b8b7a5240b2',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['settemplateid',['setTemplateId',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ae84eac484da25355ba7ace669d7b0c90',1,'org.buildmlearn.toolkit.model.TemplateInterface.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ab4c781e71b5cf6bc8a634571bda8b2d8',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a84d3d92657a1912cac61fa57083442e0',1,'org.buildmlearn.toolkit.templates.DictationTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a4d44f233e7bd0b4d480583c1e3aa2d18',1,'org.buildmlearn.toolkit.templates.FlashTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#adfce9a41f5acc3f93b638835f7f00f9f',1,'org.buildmlearn.toolkit.templates.InfoTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a14326fcdc8ba61fc65172a4ad06b7012',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a4a85b3025db0c0f1f445818f47d914be',1,'org.buildmlearn.toolkit.templates.MatchTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a588fb1cbd0659ac8ebda7b7835b7ba9c',1,'org.buildmlearn.toolkit.templates.QuizTemplate.setTemplateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a4ddf0868eaa350d857aad69a07d0b93b',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.setTemplateId()']]],
+ ['setthumbnail_5furl',['setThumbnail_url',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a36d31fecc31acad828f64056a7834ba0',1,'org::buildmlearn::toolkit::templates::VideoModel']]],
+ ['setthumbnailurl',['setThumbnailUrl',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae51301b75561fae5780e451237e9dd96',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoModel']]],
+ ['settime',['setTime',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ae28208ef5c32b38c19802c99e1e60d75',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaModel']]],
+ ['settitle',['setTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a8e66143c74427d9e97d5a82655b4f1fc',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a675be5ccffdf7415353b82f1cadecd94',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ad370d83e34347f595a2faf71f81cb7a4',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a89e1730e6eaa00f72f1e3163743c57c3',1,'org.buildmlearn.toolkit.templates.DictationModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ab4c56f2d887ac4ba4413cbcba18be1ca',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#afeddf7eabdf89597e8faec0d8440837d',1,'org.buildmlearn.toolkit.templates.VideoModel.setTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ac037ddf6e1d4514930c5292359f81875',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setTitle()']]],
+ ['settranslation',['setTranslation',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#a675f7ac167ad7a979bd457e17e8e61c3',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['settype',['setType',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a752a07c55de9337e3220a1ffdb4faf50',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['setup',['setUp',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#acbc7fab5019200bc8ce9443a5af39adc',1,'org.buildmlearn.toolkit.espresso.ComprehensionTest.setUp()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a6ec051ce4329da7861cc19a0e01ed01b',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.setUp()']]],
+ ['setupactionbar',['setUpActionBar',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a5bd38be8a926fff23a40e8014b71cb13',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['setuptemplateeditor',['setUpTemplateEditor',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a064ac90668a94f32256938cb08fe896e',1,'org.buildmlearn.toolkit.activity.TemplateEditor.setUpTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a7bcd184d22530dd1683487621e6dd5bf',1,'org.buildmlearn.toolkit.simulator.Simulator.setUpTemplateEditor()']]],
+ ['setvisibility',['setVisibility',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#aa96b3dbec419bfd7e9dcb9796573c186',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['setword',['setWord',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a3fb40a706a1170660c85a5cbdd1e710d',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.setWord()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a207189ef74d5c4f2fc4a356d6135c14e',1,'org.buildmlearn.toolkit.templates.InfoModel.setWord()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a19e23525a8849fc802aa12ab90f511a2',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.setWord()']]],
+ ['showdialog',['showDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#ada706f71f2afdcb8b8469f4821ca572a',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['showglobalcontextactionbar',['showGlobalContextActionBar',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a082efc992fd2f9af81579c038f1c1bd0',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['shownotification',['showNotification',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#add7546ba257b1319a0e90451333b81e1',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['signerthread',['SignerThread',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a5a37aaaeb632085cc262eb0376f4cabb',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['sleep',['sleep',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a9674f0e1a8aae9685e61a6b8d3d3c9ff',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['spelldb',['SpellDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a6d44e0388ccb16e8de1e928fe2e748fe',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]],
+ ['spellmodel',['SpellModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#aa331f1ae66b672b3aa292bfc5a44e3df',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.SpellModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a542abb6027c0ee13b336969d38f0fa6f',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.SpellModel()']]],
+ ['startscroll',['startScroll',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#a4aeeadf7b1519bf79581c254bac780bc',1,'org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll(int startX, int startY, int dx, int dy, int duration)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#aef075622952444414047034448821b7f',1,'org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll(int startX, int startY, int dx, int dy)']]],
+ ['startsimulator',['startSimulator',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a0f4842fdb6b28f218c6f2ac5c69e62e1',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['submit',['submit',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a5dd9a9e0d11a8f3fd85b818b15deeb2f',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]]
+];
diff --git a/search/functions_12.html b/search/functions_12.html
new file mode 100644
index 00000000..8dac9d29
--- /dev/null
+++ b/search/functions_12.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_12.js b/search/functions_12.js
new file mode 100644
index 00000000..1b56bab7
--- /dev/null
+++ b/search/functions_12.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['template',['Template',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a0cad2ba8f734a7a46eb4d73404886b4a',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['templateadapter',['TemplateAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a39f071351048d858b84375b76c1cc8e1',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['testallserially',['testAllSerially',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ac1856cbecc6105ed5d27b6c9dedd021a',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['textviewplus',['TextViewPlus',['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#a7fa4bf12efffc541314f6eb6b14503d4',1,'org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus(Context context, AttributeSet attrs, int defStyle)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#aca058cffb6db170aaa914b82f91b674b',1,'org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus(Context context, AttributeSet attrs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1views_1_1TextViewPlus.html#ae6712af05da2664bb1712ef7bd204e23',1,'org.buildmlearn.toolkit.views.TextViewPlus.TextViewPlus(Context context)']]],
+ ['toolbartitle',['toolbarTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a950cf39e4cb71d7af2fe61ca5639b3d7',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['tostring',['toString',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a0b151d4bb6963f868d0c81d122003ed5',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.toString()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#aaf19c2f44229af948fa606046bd383e8',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Patch.toString()']]],
+ ['transform',['transform',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#ad9bbdf5e91517e1a932c7c2b30ba4b84',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['transformpage',['transformPage',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations_1_1FlipPageTransformer.html#a3074e2146b6ebcd23da377bd9b163db3',1,'org::buildmlearn::toolkit::flashcardtemplate::animations::FlipPageTransformer']]],
+ ['tutorial',['Tutorial',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#aebfb554db49a2a1136c01d58571ad64c',1,'org.buildmlearn.toolkit.model.Tutorial.Tutorial(int image, int title, int description)'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#ac2bce108bcd8dbf3d56509e7985747a4',1,'org.buildmlearn.toolkit.model.Tutorial.Tutorial(boolean isLastScreen)']]],
+ ['tutorialadapter',['TutorialAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#ad6e401b96ba7fcde9c0b57a3b9e5f60c',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]]
+];
diff --git a/search/functions_13.html b/search/functions_13.html
new file mode 100644
index 00000000..54220112
--- /dev/null
+++ b/search/functions_13.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_13.js b/search/functions_13.js
new file mode 100644
index 00000000..46fddac4
--- /dev/null
+++ b/search/functions_13.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['unescapeforencodeuricompatability',['unescapeForEncodeUriCompatability',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a9d75398146ce57e61ecd72d0b6eddfcc',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['unzip',['unZip',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a3985505c7367639777e7829b87fa625b',1,'org.buildmlearn.toolkit.utilities.FileUtils.unZip(String zipFilePath, String destinationFolder)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a967a428caedce18e005b27539c0beb67',1,'org.buildmlearn.toolkit.utilities.FileUtils.unZip(InputStream zipInputStream, String destinationFolder)']]],
+ ['updateheaderdetails',['updateHeaderDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a3d785b7595c43249fc5a73e4f69daf41',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]]
+];
diff --git a/search/functions_14.html b/search/functions_14.html
new file mode 100644
index 00000000..cb681fe9
--- /dev/null
+++ b/search/functions_14.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_14.js b/search/functions_14.js
new file mode 100644
index 00000000..ab431df9
--- /dev/null
+++ b/search/functions_14.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['validated',['validated',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aab8f365bccdd2d749189981b4749cd67',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#aaa25f072cbb34597196cfec4cb4b9023',1,'org.buildmlearn.toolkit.templates.DictationTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a6b8cc6c46170f7d0be6be09093f58e41',1,'org.buildmlearn.toolkit.templates.InfoTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a5acea6370884485ccc57d4068ec43a24',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.validated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#aa835cc39ec0dbc77921db7111300ccc2',1,'org.buildmlearn.toolkit.templates.MatchTemplate.validated(Context context, EditText title, EditText first_list_title, EditText second_list_title)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a32ea6e549a58031b4ef778f45fa3dd0d',1,'org.buildmlearn.toolkit.templates.MatchTemplate.validated(Context context, EditText first_list_title, EditText second_list_title)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ab816b378182db4eb68aef3a0144b4096',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.validated(Context context, EditText link)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#adcbb3e09e3e0b447adfb743203094f68',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.validated(Context context, EditText title, EditText description, EditText link)']]],
+ ['validatedata',['validateData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a0f68f3164c359f3d2e80566bbe293fb5',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['videoarrayadapter',['VideoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html#ad6f370a86eac06d1977646460e0010d9',1,'org::buildmlearn::toolkit::videocollectiontemplate::adapter::VideoArrayAdapter']]],
+ ['videocollectiontemplate',['VideoCollectionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5d233cecc9df8484f2c8599a7da4b840',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['videodb',['VideoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a879a547b74bb2e5c08854986d88fe609',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoDb']]],
+ ['videomodel',['VideoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a72a54be0117bf5693d0309ba9efb0d5b',1,'org.buildmlearn.toolkit.templates.VideoModel.VideoModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#af676748d4f1f6cf496095cbbf524782d',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.VideoModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a5fe6dbbabecb3c75c2a2f616d06e3715',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.VideoModel(Parcel in)']]],
+ ['viewholder',['ViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a3c14551693ea450388293f0e6fb2b4c3',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.ViewHolder()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html#ab927225ee59da26f1d913d398ba05650',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.ViewHolder()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html#ab9081a4671b563f1df2c12051794c16f',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.ViewHolder()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#ac8570cba721e5339e8039cbf92ae068b',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.ViewHolder()']]]
+];
diff --git a/search/functions_15.html b/search/functions_15.html
new file mode 100644
index 00000000..f3ae6926
--- /dev/null
+++ b/search/functions_15.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_15.js b/search/functions_15.js
new file mode 100644
index 00000000..b4609893
--- /dev/null
+++ b/search/functions_15.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['writetoparcel',['writeToParcel',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a55d0dd1a08119c9ba1292bbb846a2a49',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a5e7f058e8dcec036f8fcfef99899a8d1',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#af6dce821d5418eb4924e327c4c203dfe',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a0578588d75a2b99f348fa1096614f4d4',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a238fff5d1fa11aab9000b2781a0f3946',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a94acfbb451850071593197d6404f99b9',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#ae0f3ffade7af3cabb48ba8ed03a04ba2',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.writeToParcel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a2c961db0ba9d5de3256aba473ea91b03',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.writeToParcel()']]],
+ ['writezipfile',['writeZipFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a65db51fe2a1892714317198a09958b7f',1,'org::buildmlearn::toolkit::utilities::FileUtils']]]
+];
diff --git a/search/functions_16.html b/search/functions_16.html
new file mode 100644
index 00000000..18e14286
--- /dev/null
+++ b/search/functions_16.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_16.js b/search/functions_16.js
new file mode 100644
index 00000000..5effe61a
--- /dev/null
+++ b/search/functions_16.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['zipfolder',['zipFolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aa79713cc1d17fbf9b7294c60e851b774',1,'org::buildmlearn::toolkit::utilities::FileUtils']]]
+];
diff --git a/search/functions_2.html b/search/functions_2.html
new file mode 100644
index 00000000..c93d0894
--- /dev/null
+++ b/search/functions_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_2.js b/search/functions_2.js
new file mode 100644
index 00000000..3ce62815
--- /dev/null
+++ b/search/functions_2.js
@@ -0,0 +1,24 @@
+var searchData=
+[
+ ['cancelpotentialwork',['cancelPotentialWork',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#aa314cac047e91a51517a4b68d29b6f39',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['changecolorscheme',['changeColorScheme',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a579696858455696ea2bac7bea2dccbd0',1,'org.buildmlearn.toolkit.activity.TemplateEditor.changeColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a817ce3ea608863258adf9549d7fb4a1e',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.changeColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a2234406f2275e3a8519c00e9850265d7',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.changeColorScheme()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a8ba9ba23e7a8c2645406063263ded642',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.changeColorScheme()']]],
+ ['checkbutton',['checkButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a11a4912ca4ba41b80aa83da8f93f25a7',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.checkButton()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#af3655c5a5c8fa6b400f4174c14a75426',1,'org.buildmlearn.toolkit.templates.QuizTemplate.checkButton()']]],
+ ['checkexternalstorage',['checkExternalStorage',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#aa5e389a806e594641a9c13215d8e10c4',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['checksimulator',['checkSimulator',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a83a15e3e0201f33044ddb530f2addbbb',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['child',['child',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a05f97c2038cc17afc47a3f326fa92e93',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['close',['close',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a6fe16a726d76570ef223bf7b0592f4a4',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a3a21b0135857cd720ab100b9bca0fb5c',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a10aaab2578442f796220f44c062a7aff',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a3d85d2c10aed33cc77b24f47efe41ed7',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aba9603e60b67e5879e8a49103383beb8',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a009debcf6787ce1d9d2ddc133bbe1206',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a92a9fb76a38eb9d93962a06ccf754259',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.close()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a2c2f783ce0cf99a6d792bae422ef9e08',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.close()']]],
+ ['closedrawer',['closeDrawer',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#ae30430603d53f0fc8611d9a88be61774',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['comprehensiondb',['ComprehensionDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a60b2672f7c8f66e02fe62ebbebbc3bec',1,'org::buildmlearn::toolkit::comprehensiontemplate::data::ComprehensionDb']]],
+ ['comprehensionmetamodel',['ComprehensionMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#aefd44e9d1b875365c8194c4a3ab30866',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaModel']]],
+ ['comprehensionmodel',['ComprehensionModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a4d66f880a049307549b47d43f83af685',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.ComprehensionModel(String question, ArrayList< String > options, int correctAnswer)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a34d038e815cda0478bd01d100ff584c4',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.ComprehensionModel()']]],
+ ['comprehensiontemplate',['ComprehensionTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aec3483152642c7fda3cf222b3ee8571c',1,'org::buildmlearn::toolkit::templates::ComprehensionTemplate']]],
+ ['convertbitmaptobase64',['convertBitmapToBase64',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a5e19c71e8232293f5543a9f5a018b519',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['convertlink',['convertLink',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a30b5bc7cb3b02171293c7c361eb3edd8',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['copy',['copy',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a22131f5eeefec02f52908ab439ab528b',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['copyassets',['copyAssets',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a40211ea6f81fcdd275cb33047c67c01a',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['copyfile',['copyFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aafa41feb34e473599f7181427de44c6c',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['createfiledialog',['createFileDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a6f7eeebe225e6bac532902bc18a4f336',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['createtemporaryfile',['createTemporaryFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aa2ebd3b8006ca04c404b0372e2b70fbb',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['currentmetaeditoradapter',['currentMetaEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a2b24967afaab00b7dcce5083b829bb95',1,'org.buildmlearn.toolkit.model.TemplateInterface.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a9e68ce2d6505b81309e989fd231fead4',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a11b1e13a09c920dcff58d4e728c5eb0b',1,'org.buildmlearn.toolkit.templates.DictationTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#af0e590dfdd08ff97be8c27c16a851d1d',1,'org.buildmlearn.toolkit.templates.FlashTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a39195b6cfa4ef372798370d4391d73bd',1,'org.buildmlearn.toolkit.templates.InfoTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a5d4732acb45a266bca9bc14deb0ea5a1',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a6289558776a2c935e06142bbb8512286',1,'org.buildmlearn.toolkit.templates.MatchTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ab9912c5d447a017a404bb4683b751d40',1,'org.buildmlearn.toolkit.templates.QuizTemplate.currentMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#aea2e51dcb356740a1f30639f0236a688',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.currentMetaEditorAdapter()']]],
+ ['currenttemplateeditoradapter',['currentTemplateEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ae433eedc291006e78b65b0fc4135d560',1,'org.buildmlearn.toolkit.model.TemplateInterface.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a818630f24655e6ec667efade732b7a8a',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a0be6195b7a866a35ddb48140af45476e',1,'org.buildmlearn.toolkit.templates.DictationTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a70db96b6e7ec5e339fe106fc15d64860',1,'org.buildmlearn.toolkit.templates.FlashTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#adf457576e88abf2859b9d8cfb8097eba',1,'org.buildmlearn.toolkit.templates.InfoTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a46ba1da1d9832f8e2ffbaf5a416a23f8',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a1445573720292a426ed0457d65bfe06a',1,'org.buildmlearn.toolkit.templates.MatchTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ab1d89e08da401108f6a6ec7bf208c973',1,'org.buildmlearn.toolkit.templates.QuizTemplate.currentTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a31e46272b802389894cd9b4075116ab6',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.currentTemplateEditorAdapter()']]]
+];
diff --git a/search/functions_3.html b/search/functions_3.html
new file mode 100644
index 00000000..caa48ea2
--- /dev/null
+++ b/search/functions_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_3.js b/search/functions_3.js
new file mode 100644
index 00000000..ab9baf6c
--- /dev/null
+++ b/search/functions_3.js
@@ -0,0 +1,46 @@
+var searchData=
+[
+ ['deleteall',['deleteAll',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a83ca9deee52d2318a7c6f59e1b5f3f4e',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a6cf1d99f3846638412f9ebb6b156656f',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#aa120043c20a325c1db177960a0a4ab13',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a04bad5412d8ae83ac8192ae2d37c92b4',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#abb05438c8c29b8c82e6b31b11d6675f7',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a72282269989e50d407091357cffbf56d',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#add8fc835dc5da623099b3e23770dd2e4',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.deleteAll()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#aeda2b598acf3f1bd2208fad666457a71',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.deleteAll()']]],
+ ['deletealldrafts',['deleteAllDrafts',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a53efe88465e3ec05b9dc446ca4817932',1,'org::buildmlearn::toolkit::fragment::DraftsFragment']]],
+ ['deletedirectory',['deleteDirectory',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#ad1d3b5a0eccea60aef8f5b82613d4c9d',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['deleteitem',['deleteItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a631069e1a6c2ba1010c077facdd1847f',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a1184ed90defdf6cfe7274640d6b87b09',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ac2657b452dd8fe89498b20e8b2d5bdce',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.deleteItem()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#acc9339e97daba180a70b5d1907f214df',1,'org.buildmlearn.toolkit.model.TemplateInterface.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a894ff749119309ccf9b8c05781b069f8',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a3f1c0098fb096ca7e56e52bfe2122ff0',1,'org.buildmlearn.toolkit.templates.DictationTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a9fafe16479379a494bcccde6811d909f',1,'org.buildmlearn.toolkit.templates.FlashTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#ab0388f85502e6ed254c8de84b7cd4ed4',1,'org.buildmlearn.toolkit.templates.InfoTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a488e201556351852b46fa4757d570a88',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a319114cb88507d06613c769ff23b6b64',1,'org.buildmlearn.toolkit.templates.MatchTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#aeefd643c10acdd3721513fccd5166306',1,'org.buildmlearn.toolkit.templates.QuizTemplate.deleteItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a2ee7af71ccb38fbe2312f8d42315fbcf',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.deleteItem()']]],
+ ['describecontents',['describeContents',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#ac6d74afec1acdfa09114110983f89078',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad31b9550b91db879302d9d3c5fc1bb82',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#ad74a8930a975656f0b3d7d76f2d1d80a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a49461f32ce142761afc16a5acf2dbc57',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a671ed968f126e92ad85680903768ee8e',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#ae2f3162e873189aa6aad04c951923a41',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a5aeb97b054cab6e5dbdaa9a3cb50a12d',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.describeContents()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a7980b2af10bc4023521b6387174bb938',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.describeContents()']]],
+ ['destroyitem',['destroyItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a486ba0a0346f2adf357bf97e57edb9c4',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['detailactivityfragment',['DetailActivityFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a41fc77f6133131ff596a1b869543286c',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.DetailActivityFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#aa8587c189f345541c08c36f228c76da5',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.DetailActivityFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#abe76ebeb3343a873f5739f24ba530f18',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.DetailActivityFragment()']]],
+ ['dictarrayadapter',['DictArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html#a874b53062d3470547ef9fed7bb189959',1,'org::buildmlearn::toolkit::dictationtemplate::adapter::DictArrayAdapter']]],
+ ['dictationmodel',['DictationModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#ade4217f9c69552f1e828effe922384fb',1,'org::buildmlearn::toolkit::templates::DictationModel']]],
+ ['dictationtemplate',['DictationTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a8cb001ee5bb6a0afe7d36de75e11df24',1,'org::buildmlearn::toolkit::templates::DictationTemplate']]],
+ ['dictdb',['DictDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#af3af1061a044194d543671cbb9ac2e10',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictDb']]],
+ ['dictmodel',['DictModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a5a08c320a4378d22fb4d19d6cbfc4bac',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.DictModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a8d6c8f3799f343adae0549a8c6157ca4',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.DictModel(Parcel in)']]],
+ ['diff',['Diff',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a0de06007ace0a454e07c6df4649d6b32',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]],
+ ['diff_5fbisect',['diff_bisect',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a05df843fb762717a833b3f94008ed0e1',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fbisectsplit',['diff_bisectSplit',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a0b65cab0c42398230df7d762fb0f7a70',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcharstolines',['diff_charsToLines',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6bbc36a35836b9d64843ccab34efa555',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupefficiency',['diff_cleanupEfficiency',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a8bef7e6bafbed49ad8afc87a30b838a5',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupmerge',['diff_cleanupMerge',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a0b7ca7d67b19884795e7ab14cc407789',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupsemantic',['diff_cleanupSemantic',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a24fbf15c6ca66d20072d48f8314ade8c',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupsemanticlossless',['diff_cleanupSemanticLossless',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad28a657eb0eeaaf185e72905df9b0e77',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcleanupsemanticscore',['diff_cleanupSemanticScore',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a2debe8436f2ad7c48bbb9dd2037d2f8e',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcommonoverlap',['diff_commonOverlap',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a3ee3c894e278b4d3b2150f7e2ad2eb41',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcommonprefix',['diff_commonPrefix',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aac329de2538a84de56f903724d0eb687',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcommonsuffix',['diff_commonSuffix',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aceacaaaf8bea312257d927602fac6d75',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fcompute',['diff_compute',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ae284979fa55d548cbf9989ebae4dc543',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ffromdelta',['diff_fromDelta',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#af912c45fbc9fda41a237976f4cbb66bf',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fhalfmatch',['diff_halfMatch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ab8d8b6ab62b5b964ba1a1f389773ddf9',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fhalfmatchi',['diff_halfMatchI',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6d6fe166f63595b1a113483a01dc8d88',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flevenshtein',['diff_levenshtein',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a61a85e54e5b6c714fafb80d5c5de4408',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flinemode',['diff_lineMode',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a0d175137ea26dae68871ad0c3cb619a0',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flinestochars',['diff_linesToChars',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a3a517130c3822a26a829ecd454518e98',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5flinestocharsmunge',['diff_linesToCharsMunge',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad2b31bf660320bf331ea4d0e3793bf70',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fmain',['diff_main',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ac3a49d63289ea35216363dfe99c1cf21',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main(String text1, String text2)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a7562296717e7b97146eef8eec8fd270a',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main(String text1, String text2, boolean checklines)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ae1e07fddc2f23981f0b3a35284c289ae',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.diff_main(String text1, String text2, boolean checklines, long deadline)']]],
+ ['diff_5fprettyhtml',['diff_prettyHtml',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#adf54356a57b436b5fa2033012300c709',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftext1',['diff_text1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a4f041137787e82747d1b3d862afbded7',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftext2',['diff_text2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a1a638543c64633431affd8936927bdd1',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftodelta',['diff_toDelta',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a45f4e09004cd92f4fa815425e5847219',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fwordmode',['diff_WordMode',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad029f054ec515159187232a4caa6329f',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fwordstochars',['diff_wordsToChars',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a2a5e54e86f526975a09f163554113327',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fwordstocharsmunge',['diff_wordsToCharsMunge',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a84ef353d2a83997f5bdcf76ba38c0647',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5fxindex',['diff_xIndex',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ac3f5bac45bc1e4a8a8e8170674fdd89d',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['doinbackground',['doInBackground',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#aef6f0ea44d16cf5d2fb6efdee87b8ab8',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a8e2124fd4492361e2e58a3396aa94438',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a5433a3f8424fd541246ca58ef7912c14',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#af223210e4cf183364c0ca3a220fc3c28',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#adb58acd3089cae1c444c6a94a52b4845',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#af6bc6ac11bccdef99845339bb4525519',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#abbed87c40bb473c1a73902393b3c2cbc',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html#afbf7f826156d684dd814da8e35899c5e',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.VideoInfoTask.doInBackground()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#af8604628df86423490d5d8eb31aa0bd9',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.doInBackground()']]],
+ ['draftprojectadapter',['DraftProjectAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#abda883bc5eb32802d83d0de23d808a3f',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter']]]
+];
diff --git a/search/functions_4.html b/search/functions_4.html
new file mode 100644
index 00000000..a9c64adf
--- /dev/null
+++ b/search/functions_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_4.js b/search/functions_4.js
new file mode 100644
index 00000000..608a305d
--- /dev/null
+++ b/search/functions_4.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['edititem',['editItem',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a5a28364a7250ae0a6f18f8173c9df871',1,'org.buildmlearn.toolkit.model.TemplateInterface.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ac3474a96bc8de6b5fd44bf4cffdf8a98',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a0262e857065565502482cb9305ae3b77',1,'org.buildmlearn.toolkit.templates.DictationTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a83e541cdb95abf421a55a269f67f4e2f',1,'org.buildmlearn.toolkit.templates.FlashTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a959e9afa2bb71e903b575087515611a7',1,'org.buildmlearn.toolkit.templates.InfoTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#ac1a2b3a4507302be292deb019ab563f4',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#af54e14873c56d5b4bb07968ec319116e',1,'org.buildmlearn.toolkit.templates.MatchTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a061e888a27db66b5b9d408a1067d4eac',1,'org.buildmlearn.toolkit.templates.QuizTemplate.editItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5886244a2336ce1892b8d9d9c40b4312',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.editItem()']]],
+ ['editmetadetails',['editMetaDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a060cb4ffebf7c9dded52114250a3658b',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['editquestions',['editQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#ae83c8565e3040270f9559c58b5659912',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['end',['end',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a260e1d884a8485791f30fefe5e471a44',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['equalcontent',['equalContent',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#ae132c7d141598ae38e46d7229bccdb42',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['equals',['equals',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a3010c254bcc4c7977dfb51a836955e96',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]]
+];
diff --git a/search/functions_5.html b/search/functions_5.html
new file mode 100644
index 00000000..9d135fa0
--- /dev/null
+++ b/search/functions_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_5.js b/search/functions_5.js
new file mode 100644
index 00000000..b0fefedc
--- /dev/null
+++ b/search/functions_5.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['fetchxmltask',['FetchXMLTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#a2da329b05c56c01d46230b565785233c',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a3417c1753482f54e49de416a5c55dbd4',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a1161728f51e11b583fca36f85060e932',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#abe6ca875ad1665ab2386f6d9ac6ac5c7',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#a8e64e97114cc80eb8df86397ee05cea6',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#a43f4d347f52661e3e463519d97e28651',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#a9b410cfbe15125b31aa45791c52dbf79',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.FetchXMLTask()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a2e07a9ef7bf56e0f8b27e1e89e982c77',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.FetchXMLTask()']]],
+ ['filedialog',['FileDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a98eda9195dc2e46af7e8822032586aa9',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['fileselected',['fileSelected',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog_1_1FileSelectListener.html#a0ad9f08f643b6d5f1590f6b8746a8cc4',1,'org::buildmlearn::toolkit::utilities::FileDialog::FileSelectListener']]],
+ ['fireevent',['fireEvent',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1ListenerList_1_1FireHandler.html#a610aa559be172a3ea6ba04db18e024cb',1,'org::buildmlearn::toolkit::utilities::ListenerList::FireHandler']]],
+ ['firefileselectedevent',['fireFileSelectedEvent',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a40a770b6280f6da496438aa4e904baf9',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['fixedspeedscroller',['FixedSpeedScroller',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#ab0e3ff3994ae34b693473ea8d910af28',1,'org::buildmlearn::toolkit::flashcardtemplate::widgets::FixedSpeedScroller']]],
+ ['flashcardmodel',['FlashCardModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a2dd9b2a68f1b2b6ada40d09b5a641f64',1,'org.buildmlearn.toolkit.templates.FlashCardModel.FlashCardModel(String question, String answer, String hint, Bitmap image)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#ab57e165bc61b3bc72c50a7fbadabedbe',1,'org.buildmlearn.toolkit.templates.FlashCardModel.FlashCardModel(String question, String answer, String hint, String image)']]],
+ ['flashdb',['FlashDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#afffe0fcac0d599c59ec35be8a72317a2',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['flashmodel',['FlashModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad6864daae9d6727c3ad5064e03d9bc84',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.FlashModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#af1c27a172c9efd778e8d8c64c78f105b',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.FlashModel()']]],
+ ['flashtemplate',['FlashTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a93eca3908cf039e1fa37e0408d0f4837',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['formatdate',['formatDate',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a08afce8a527e6be385f7f6b0c645b5ce',1,'org.buildmlearn.toolkit.model.SavedApi.formatDate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#af17ac41e8a0b7357f11fc1cb0bb112aa',1,'org.buildmlearn.toolkit.model.SavedProject.formatDate()']]],
+ ['formattime',['formatTime',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a6bc3986d70d7dba3afd39b738c627e39',1,'org::buildmlearn::toolkit::model::SavedProject']]]
+];
diff --git a/search/functions_6.html b/search/functions_6.html
new file mode 100644
index 00000000..5fca897b
--- /dev/null
+++ b/search/functions_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_6.js b/search/functions_6.js
new file mode 100644
index 00000000..a1fc4ef2
--- /dev/null
+++ b/search/functions_6.js
@@ -0,0 +1,93 @@
+var searchData=
+[
+ ['getactionbar',['getActionBar',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a84ffac4d244a528b278d27732387b551',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['getalias',['getAlias',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a27f0dbd2433e3b1044b8fceda27ab4ac',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getaliaspassword',['getAliasPassword',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#ac9f20a209c0509b7d19d9949a5ba7831',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getallfiles',['getAllFiles',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#aa61e000a3890f6d8b42c1a537f8c2df4',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['getanswer',['getAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad18d054e9724c758b520157160dabbcf',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#af7ada5f29f1967ffe976b8c1ac513c5e',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getAnswer()']]],
+ ['getapkdir',['getApkDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a976b0d6036419bd9382ffdca98b79fb4',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getapkfilepath',['getApkFilePath',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a1bca348acb3790aebce645c04a9e0945',1,'org.buildmlearn.toolkit.model.TemplateInterface.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a785de7d776818292fb31f8a357b0c136',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a8586e954d6d42d8aed5da1fe3b395619',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ae0ed657e20c9619afcd89bd624deb888',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a2c1e9f1197aa092e46015da0ed060b6b',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a05c6bdea670350a1f2aed2c9c4b28e10',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#afe44606dd181c0eee8424cea76d2dd02',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#afe64be10f6c439dd611e843ceabb5ac4',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getApkFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ad04197fe7bad25e5570dd3a060b632bc',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getApkFilePath()']]],
+ ['getassetsfilename',['getAssetsFileName',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#aab9ccfcee9b83ea3d70efffecf8dad78',1,'org.buildmlearn.toolkit.model.TemplateInterface.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#addc67ab15b500972d3dd43e7fa571403',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#abfa521c667d14453bd07ae5b5ae7fd72',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a4ddbf3cfd4aaa7a991e73e257d7423d0',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a6c132145c6028e0a0c28f90bb8b9d5c1',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a6ff9294df5f9a7b85fedd139f4f3a691',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#afa7047f18b2b9d89930c83690df4513f',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ad53569c2c02377b891f06992f742ce97',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getAssetsFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a058b86cba7b516627bc0785373d62cd4',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getAssetsFileName()']]],
+ ['getassetsfilepath',['getAssetsFilePath',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ae35d1ab3f2c88b79d0d2a79cde81155b',1,'org.buildmlearn.toolkit.model.TemplateInterface.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a8c674d70333e0901b8ebeb820b665a8c',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a554ecf0f0211f53853d23f3519f211dd',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a081b149001c8d3829f6d5e81e0b80113',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a7d33c2515392865627720469c30726cc',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a49bf35434b6abe45d04db8ed1f16b9e1',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a0f64ad63b651268e793e0575784000e5',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a7f0008da11aa1e2608a82214c92809e3',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getAssetsFilePath()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a74b3646b7e8a1b7db88a0d6598a1b7c6',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getAssetsFilePath()']]],
+ ['getassetsname',['getAssetsName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aedb1199de716636d06eeafc5a5455c79',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['getassetspath',['getAssetsPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#ab3f06172d5a670983b711d3b32c6b742',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getauthor',['getAuthor',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#af90866b995e4374f0af4618d78f56cf4',1,'org.buildmlearn.toolkit.model.SavedApi.getAuthor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#ae2d5fe5caab78e44afee598b57e758fd',1,'org.buildmlearn.toolkit.model.SavedProject.getAuthor()']]],
+ ['getbase64',['getBase64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a27d5d2e484f23923bc474b4e3c551595',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashModel']]],
+ ['getbitmapworkertask',['getBitmapWorkerTask',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a9a68de78e39a559725d416a3aa02fc01',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['getcardview',['getCardView',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#ac05990dade247bc099213f36aaecf824',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['getcheckedanswer',['getCheckedAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a5adb3f68caf3c592c00196c396c9308c',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getCheckedAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a668e4276c19d4dd30f5250809196c256',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getCheckedAnswer()']]],
+ ['getchosenfile',['getChosenFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#af7042a49f16d9477042f4d742680e0dd',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['getcolor',['getColor',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#aa628b1928305e28933cb6418104f4627',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['getcorrect',['getCorrect',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#aff8cdbb14416ed208b762e6eb34ddb94',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchModel']]],
+ ['getcorrectanswer',['getCorrectAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a23884c409bbb48565820712bb676aa8a',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getCorrectAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#ad2ec835f46b50c0b3951c10f09b42b98',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getCorrectAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ad0093665496e473a794700ef0d0b304b',1,'org.buildmlearn.toolkit.templates.QuizModel.getCorrectAnswer()']]],
+ ['getcount',['getCount',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a66c1eb72c04b72c0844c9eaa165cf1a7',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a05a59638b45d17d3852db05405de25c1',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a097b026a6cde20cffd6090f51df46c45',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a143869cd5a7b07ef9891db54b7aadd94',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a1ea77519e1257a68116ea93bdf4a7618',1,'org.buildmlearn.toolkit.adapter.TutorialAdapter.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a42292828a2e419b6b57194aa55bd3931',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a9ae6b2c376b451b3ac78c35fa95a4ac5',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.getCount()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a326ce91107efcfd17997b33799f0c986',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getCount()']]],
+ ['getcountflashcards',['getCountFlashCards',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#ace196947a528bf881e43fb13f40cfb17',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['getcountmatches',['getCountMatches',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#af86540cc35f17f174a1b89001600577f',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['getcountquestions',['getCountQuestions',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a64e8796817a51171086ecbe24396364d',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getCountQuestions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#ab1e36f88ab226535ce811465049c2a1c',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getCountQuestions()']]],
+ ['getcountspellings',['getCountSpellings',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aa25b30012828f6e855da547a678ec7c4',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]],
+ ['getdate',['getDate',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a4a55831dd42db4ccb3854fa575e6ec5b',1,'org.buildmlearn.toolkit.model.SavedApi.getDate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a1e9523ff7c4ef3db7829059215ff70de',1,'org.buildmlearn.toolkit.model.SavedProject.getDate()']]],
+ ['getdescription',['getDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a7a625e9459aab582f65d0cb38ba57304',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a278bbfee5211b4f35590a04d4a89e728',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.getDescription()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#abacc16481f1b0c6df91e4722aa05e769',1,'org.buildmlearn.toolkit.model.Template.getDescription()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a78e34e62ed6799264a4d241d1cd522d6',1,'org.buildmlearn.toolkit.model.Tutorial.getDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#aabfaa4b7a0318cc65d8297f66c6aa95b',1,'org.buildmlearn.toolkit.templates.VideoModel.getDescription()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a1f3c3466da5766c84147ba166b844fff',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getDescription()']]],
+ ['getdictcursorbyid',['getDictCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a14ecf3aeacaf3ed8d47d03b8bea595a5',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictDb']]],
+ ['getdictscursor',['getDictsCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a404a2712429cd2b47e293e4346009f7c',1,'org::buildmlearn::toolkit::dictationtemplate::data::DictDb']]],
+ ['getdir',['getDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a823dd162b9fe7ea54066c15a001801b9',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getdownloaddirectory',['getDownloadDirectory',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#ab9cd5e8da6ff1a82eafee60edb626e0d',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getdraftdir',['getDraftDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#adc3bbc9280f06c06a7a7449caafa0ac5',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getfile',['getFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a7e46f46c8ddac95dec21c0d06cfcc16e',1,'org.buildmlearn.toolkit.model.SavedApi.getFile()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#abb1361575d53240244c368ab3b18ffb8',1,'org.buildmlearn.toolkit.model.SavedProject.getFile()']]],
+ ['getfinalapkpath',['getFinalApkPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#aff414424065d68592040cd946dd0122e',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['getfirst_5flist_5ftitle',['getFirst_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a06d155ec9939c5d59691941c6f948cbd',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['getfirstlisttitle',['getFirstListTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a143deaa0476cbf9260ace76e804367bc',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchMetaModel']]],
+ ['getflashcursorbyid',['getFlashCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a23ae15e75e1123399a2cb81cff0ea3a4',1,'org::buildmlearn::toolkit::flashcardtemplate::data::FlashDb']]],
+ ['getfullpath',['getFullPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#af5b8dd7b1537d22874905c305fa3698a',1,'org::buildmlearn::toolkit::model::SavedProject']]],
+ ['gethint',['getHint',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a6b4eb09f978561052cd684dc0f3bd812',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getHint()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a89685e7a56be83bd6718ba0b3eb88eb0',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getHint()']]],
+ ['geticonresid',['getIconResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#aba7bab2bf37269948e22e2a785e753a5',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['getimage',['getImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a58cf1568dff16fd7562e3a5a7c070429',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getImage()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a58fe17e72b35d2e3caf83636e477ee1f',1,'org.buildmlearn.toolkit.model.Template.getImage()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a579bb6f85a64016cf0332ab0a822a73b',1,'org.buildmlearn.toolkit.model.Tutorial.getImage()']]],
+ ['getimagebitmap',['getImageBitmap',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#acc164af071d93c3ab9348310f3dbf8aa',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['getinfocursorbyid',['getInfoCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#acd51fd8d201efd1d954fd3aa417997a1',1,'org::buildmlearn::toolkit::infotemplate::data::InfoDb']]],
+ ['getinfodescription',['getInfoDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#aaa53a79383392b5be51d202b76e65c5f',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['getinfoobject',['getInfoObject',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a34b917e09a5b8a369d9a1b8fdb4e1043',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['getinfoscursor',['getInfosCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a8a11c7b13798bb99f2d9cfc7105cd472',1,'org::buildmlearn::toolkit::infotemplate::data::InfoDb']]],
+ ['getitem',['getItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a451d58d7df47ae196e14a896fc581c67',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a5a1da2dcdb45463a2e24f39f4dc111b9',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a6e9c4fa7bc191983a8b25b1aebf89425',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#ae1b4a43ad80a736a832e74164a538e71',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a0a369687833d55da928db3df41b65c39',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.getItem()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a2b57538f443c66c7a706128443693eda',1,'org.buildmlearn.toolkit.adapter.TutorialAdapter.getItem()']]],
+ ['getitemcount',['getItemCount',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#ad79c3f5f747a7f83e5f8d929b1c46089',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['getitemid',['getItemId',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#afef1ea9c758476f500e2ac1a48a6a4fc',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#af4eeb5996c4511df23d9c08f35d2738a',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#aa75156647c099f3ada267b445c7bdf34',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#ae1ad9d54393c2f9187c9e5bce00bcea3',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getItemId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#af7269011268e606de6d4c841d349149f',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.getItemId()']]],
+ ['getitems',['getItems',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a9fb6e277f0ebfb2caea138017854473f',1,'org.buildmlearn.toolkit.model.TemplateInterface.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#acc76484d31d64a0ae2b83ea534062a6e',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#ac19b648066d29711eb5c35b0bd076eed',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#adac9ece8aeee9a46cd8b7ac97ba9aab0',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a720895732bb2e94b7d0a119d7a6b0a6c',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a289b6e6a43daae52a975f3e74c03fa97',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a69028a5091ceb5ee4777a0b1dc5c7308',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a3d41a179fe1b10edd828d4ef4f0fb344',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getItems()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a1d33eff15dfaa7321a9ccc7d27c42000',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getItems()']]],
+ ['getitemviewtype',['getItemViewType',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a014c57ad6432bfc5f9566caf1edf1e76',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['getlink',['getLink',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#ab8b011b8c4282f948e1e4ca47b326fc5',1,'org.buildmlearn.toolkit.templates.VideoModel.getLink()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#afdc685d0138a2cc4a82b705e02ed08cc',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getLink()']]],
+ ['getmatcha',['getMatchA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a1768bbea871e089a51fc23bf09262980',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a7931cb604a878ec6c0162ef24a5c0e90',1,'org.buildmlearn.toolkit.templates.MatchModel.getMatchA()']]],
+ ['getmatchb',['getMatchB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a0929db77c1206f535152b39ba6d359c0',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a352fd939f6e0f9653fb0d344ed0d17b4',1,'org.buildmlearn.toolkit.templates.MatchModel.getMatchB()']]],
+ ['getmeaning',['getMeaning',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a8c66d9511ecf5b5c463d786305b25ca5',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.getMeaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a74785e99070999af859d2211d465d0a2',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.getMeaning()']]],
+ ['getmetacursor',['getMetaCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a50b7748c50e419099bd6b127b2e313ce',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getMetaCursor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a7f7cd9bd775127b50f046e4e934187b8',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getMetaCursor()']]],
+ ['getname',['getName',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a11c9d3c5bec921cd119b28b6ca64ed65',1,'org.buildmlearn.toolkit.model.SavedApi.getName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a80e2d2daf80abb1f4e896c681ecb93bc',1,'org.buildmlearn.toolkit.model.SavedProject.getName()']]],
+ ['getoptions',['getOptions',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a6759a8bef73583df2648a82c03ba48f5',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getOptions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#adb8c422c770d32ae9984397f767b9974',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getOptions()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a836e96e8dafbb46c95630d03ec6e2775',1,'org.buildmlearn.toolkit.templates.QuizModel.getOptions()']]],
+ ['getpassage',['getPassage',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a33d60e1a23059c44f23406c4d8aac45b',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a9719c811b683786fb5d58cb202b76aed',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getPassage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a4856c81ee471cb2a2bc32b1cca43a053',1,'org.buildmlearn.toolkit.templates.DictationModel.getPassage()']]],
+ ['getpassword',['getPassword',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#afab09fb7d5ad40c70ce0e1c7df720eb5',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['getprogressvalue',['getProgressValue',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a97484fabbe4d7c04a641e52662b49e6e',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['getprojectdir',['getProjectDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a3ae286df3a66b894f4bff0c4da53ceff',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getquestion',['getQuestion',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#aa288d83d056cc06bef14a482cdc931b6',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a9cad6dcd555ec89a70b1568ca9e70812',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#af97f8349e6f4f0571a19622eca03d82d',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#abf8ce19f627a4783f734dd05366c83be',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getQuestion()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#aefecb799e3e7738989a107f559dd44b8',1,'org.buildmlearn.toolkit.templates.QuizModel.getQuestion()']]],
+ ['getquestioncursorbyid',['getQuestionCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ab1de81d645037cff9c16a9d10803ca77',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getQuestionCursorById()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a5ca5b23055708af02c5a2d8e24d3a517',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getQuestionCursorById()']]],
+ ['getrandmatchcursor',['getRandMatchCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#aa3bdb2f3715be5942019cdd1b8681fa3',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['getresizedbitmap',['getResizedBitmap',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aa6ebcd5e67f9a077db7bb1ff454cd988',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['getsaveddir',['getSavedDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a5f6a7d373de5d6d2c7cfacc9e6c86f47',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getsecond_5flist_5ftitle',['getSecond_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ad4510b94692cc1e0e102c8d8463d0aa2',1,'org::buildmlearn::toolkit::templates::MatchMetaModel']]],
+ ['getsecondlisttitle',['getSecondListTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#ae073308f9cc23503ae3b08c76fbe648e',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchMetaModel']]],
+ ['getselectedposition',['getSelectedPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a6f29ddd1f6a07956e40dc08d6dac1ca5',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter']]],
+ ['getsimulatorfragment',['getSimulatorFragment',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a8668cc58306c48c8581ae51393138649',1,'org.buildmlearn.toolkit.model.TemplateInterface.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a167a4df05d5d3ea662997e5a37aeeab8',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a0728ddad8247b6b56e10b236879f53b1',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a36f3970e28dded3330ad192b418d3750',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#aee51629c5c43fe3bbdae36d00f851a90',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a74f2099ed791540d7c96ed24af06e9de',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a74e18e384af5b0022bc19cf6ac341d4c',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a6477f0a99f11a9938abbb154713b51d3',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getSimulatorFragment()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5b2d1c99d0ed99bec0b3dc65764d352e',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getSimulatorFragment()']]],
+ ['getspellingcursorbyid',['getSpellingCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#add7e3e2e9870e9a3f70b1dacaef3ed5f',1,'org::buildmlearn::toolkit::learnspelling::data::SpellDb']]],
+ ['getstatistics',['getStatistics',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#aad74f23060a5124e8f4bdc8202c2ca78',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.getStatistics()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a725ab746fde77c96cf0e29676c0d73f2',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.getStatistics()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a052a88921f4aa69e7340742cbc69c288',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.getStatistics()']]],
+ ['gettemplateclass',['getTemplateClass',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aac65cbf78fd00d3ce6d3e1ec7eb83761',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['gettext',['getText',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#afbf72f958ae65a1342beec7f3da7b3d9',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['getthumbnail_5furl',['getThumbnail_url',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a55219474696eef191d743de460ec244f',1,'org::buildmlearn::toolkit::templates::VideoModel']]],
+ ['getthumbnailurl',['getThumbnailUrl',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a9e3f02c4c692110417fa713405296c77',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoModel']]],
+ ['gettime',['getTime',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a6f3e7e12af92388d45db4613a4318d08',1,'org.buildmlearn.toolkit.model.SavedProject.getTime()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ad0a05984ec2f99de462935e4acb6383f',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTime()']]],
+ ['gettitle',['getTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#ae9189e0f7ed3196eff409768da596780',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a3c4ff3eb49d8e40db1defa3025656615',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a18c8cffccdd231861c9d7ce8416351be',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a43c3e92b6558e5d5f4912cff6b3749fe',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getTitle()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a7243ccbb7b13ee22a953423bf6059512',1,'org.buildmlearn.toolkit.model.Template.getTitle()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a98a8592a7e4928ce76d0c61df17cf5c8',1,'org.buildmlearn.toolkit.model.TemplateInterface.getTitle()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a09f932237280e91090c6eff580ac0ca7',1,'org.buildmlearn.toolkit.model.Tutorial.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a8f32fe6cdd84e0409825859664983929',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a8e8c4eb76f8262dfb4b4b54f6ff3079c',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#ae9211614ff6e773b064e4d2247345d3b',1,'org.buildmlearn.toolkit.templates.DictationModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#af140a99f34e94aacc6926f91355d57e4',1,'org.buildmlearn.toolkit.templates.DictationTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aed263c384b73d5d700e4144a97007245',1,'org.buildmlearn.toolkit.templates.FlashTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#aeff54c9ca6a2925582e01d6fffea0b71',1,'org.buildmlearn.toolkit.templates.InfoTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a06f51659532ed7300478ad233aa3e8b7',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ab42c5489c48b17a419deaa3b7a4189c5',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a3e949eacb6915a89d28d7697e7dce5f3',1,'org.buildmlearn.toolkit.templates.MatchTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a69f511c03a64a4945ffb41339666fcaa',1,'org.buildmlearn.toolkit.templates.QuizTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a1cc61780e34f230e16af317a2481aa62',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a6ec69ddb83bf8b52bf179ef893465d3a',1,'org.buildmlearn.toolkit.templates.VideoModel.getTitle()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae49ac3ed0180c3e9d3c0e1b6aee09271',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getTitle()']]],
+ ['gettitleresid',['getTitleResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af9f688dd7dff001f5175eed3c1b95332',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['gettype',['getType',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a5f64a7ad50e81ee2757e986da3c4e0a8',1,'org.buildmlearn.toolkit.model.SavedProject.getType()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a6d0fa18c1e8ae4a33eb54acced5cfc16',1,'org.buildmlearn.toolkit.model.Section.getType()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aea52d308cd996ad5927028269e2c6c6d',1,'org.buildmlearn.toolkit.model.Template.getType()']]],
+ ['getunzipdir',['getUnZipDir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a3ae1b065b30a587e58b77f625d5e3c5c',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['getvalue',['getValue',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#a2c224654f14a2e955971a3543833b442',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a92cf49d8d9974865dc0e974f9647d7ca',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a68b8ae391b85cef3933b78ec136c9382',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#ae9b145edaa50d99cb6d2d7bea9c11e90',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#abe928f1dd59c4dbe0a4b6468e899a4c2',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#abfeadc8516cb46567857b30b835f641f',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#aa0b9d990e3453470b74a9b989c07213a',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.getValue()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a9b6046221384a11df85fc7adef1a3a81',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.getValue()']]],
+ ['getvideocursorbyid',['getVideoCursorById',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a84953834ff3b14a9255e094c9caedd17',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoDb']]],
+ ['getvideoscursor',['getVideosCursor',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a927f479a47b78a6eef53401b98dfbb38',1,'org::buildmlearn::toolkit::videocollectiontemplate::data::VideoDb']]],
+ ['getview',['getView',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a545c21ce80c15607c0e8b3660f9ff66f',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#afb2f8f5d68ab2fe433550cc122479be4',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#aef9901fc7bfeeac87219e6cb8bf89068',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a80768fbb566b6f75f2e8c699122dcbc2',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html#ab5eb1a15b5d86c906797e8ce8082b2a2',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.getView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html#a8f2ad53b2818be42e7bc1ebab4a1a9fc',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.getView()']]],
+ ['getviewname',['getViewName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a9f3eae353cb3049fca5b6ad5628db129',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['getword',['getWord',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#ad874623bb9c9e2355cc21d56fa267974',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.getWord()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a076fc8889dd81620c579511cf84cd526',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.getWord()']]],
+ ['getxml',['getXml',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a9bf9c280217305edb730a0a011b13591',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a6be4aef0eff4bfd37266162154d2e347',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a6a32aea08bd2e39bcc9ab3353d6da562',1,'org.buildmlearn.toolkit.templates.DictationModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a08112a6fbb90f87602d2b96da37e8cd8',1,'org.buildmlearn.toolkit.templates.FlashCardModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a603a8ab258eec5da500824267cbb86df',1,'org.buildmlearn.toolkit.templates.InfoModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a17c942dd683427e078dae596fbf9972a',1,'org.buildmlearn.toolkit.templates.LearnSpellingModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#af4907114f4141a71c264ecae5710c3dd',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#afd2c3249c7a66062f3a1c6856c7b9966',1,'org.buildmlearn.toolkit.templates.MatchModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ab40e946399a45e02e3c20d2dacc4bf0a',1,'org.buildmlearn.toolkit.templates.QuizModel.getXml()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#afb954fab3cde6b5fda5f3e8a8d6f0ec5',1,'org.buildmlearn.toolkit.templates.VideoModel.getXml()']]],
+ ['grabimage',['grabImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ad2f34800e489dfb0f0f74aab17c6be92',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]]
+];
diff --git a/search/functions_7.html b/search/functions_7.html
new file mode 100644
index 00000000..02631a34
--- /dev/null
+++ b/search/functions_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_7.js b/search/functions_7.js
new file mode 100644
index 00000000..a411285f
--- /dev/null
+++ b/search/functions_7.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['handlebuttonlistener',['handleButtonListener',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a67670f42261fa59b018043fbcca7dcf5',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['handlelistviewlisteners',['handleListViewListeners',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#ab5f363c69800d37c31d4d4b9bb72ff16',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.handleListViewListeners()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a14192506ac5946de5e423edc9cbe8b61',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.handleListViewListeners()']]],
+ ['hashcode',['hashCode',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a1460220b60a14eaa4aed6e671f89d811',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]],
+ ['hidekeyboard',['hideKeyboard',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1KeyboardHelper.html#ab8a29705118f4c012fd2a032a65cc874',1,'org::buildmlearn::toolkit::utilities::KeyboardHelper']]],
+ ['highlightlista',['highlightListA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a33d46da5bd1f55ef6e43eea4883963cb',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['highlightlistb',['highlightListB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a3f4002edf36511a3d125cec2511873da',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]]
+];
diff --git a/search/functions_8.html b/search/functions_8.html
new file mode 100644
index 00000000..ff370959
--- /dev/null
+++ b/search/functions_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_8.js b/search/functions_8.js
new file mode 100644
index 00000000..fe9770c4
--- /dev/null
+++ b/search/functions_8.js
@@ -0,0 +1,16 @@
+var searchData=
+[
+ ['infoarrayadapter',['InfoArrayAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html#a3ad3262eae3b95e32998c3f1d0470b84',1,'org::buildmlearn::toolkit::infotemplate::adapter::InfoArrayAdapter']]],
+ ['infodb',['InfoDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a5c77611262576b72820eb5b236513695',1,'org::buildmlearn::toolkit::infotemplate::data::InfoDb']]],
+ ['infomodel',['InfoModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#ada5c0847e2335624f4cfc9253e21b064',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a1b10396c8db8d5c75dfe79258568db44',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a5ffb5146ce8fcf0e4504cd8870e26544',1,'org.buildmlearn.toolkit.templates.InfoModel.InfoModel()']]],
+ ['infotemplate',['InfoTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a3f9f925728b785f52105776cf4ba0e44',1,'org::buildmlearn::toolkit::templates::InfoTemplate']]],
+ ['instantiateitem',['instantiateItem',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a61e4fd5e541db4d32b4888a2e73b129e',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['isdraweropen',['isDrawerOpen',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a85975c4bf9994479fb882843b31988b5',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['isexpanded',['isExpanded',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#acf605c98d0f64df65e2013fd8527b195',1,'org::buildmlearn::toolkit::templates::DictationModel']]],
+ ['isexternalstorageavailable',['isExternalStorageAvailable',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a7a355329da403f899f5ae1a769a51027',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['iskeep',['isKeep',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#ae9b75c2d499a28b4aa0ee59fa73810f2',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['islastscreen',['isLastScreen',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a1d5c768cd3cf821049aea352f6c07d00',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['isnetworkavailable',['isNetworkAvailable',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1NetworkUtils.html#a03cb2c84335b198e5c352c4faf864f31',1,'org::buildmlearn::toolkit::utilities::NetworkUtils']]],
+ ['isselected',['isSelected',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a4cb0beec9f29165abfcbc67fde005f88',1,'org.buildmlearn.toolkit.model.Section.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a56bf8ed0938488b4be3b707d4280782d',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ac076dad02a8b2fd2cd3437b76d4291a3',1,'org.buildmlearn.toolkit.templates.QuizModel.isSelected()']]],
+ ['isviewfromobject',['isViewFromObject',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#ae8d4ccac4b3da95a24e581b25dd03646',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]]
+];
diff --git a/search/functions_9.html b/search/functions_9.html
new file mode 100644
index 00000000..1d345831
--- /dev/null
+++ b/search/functions_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_9.js b/search/functions_9.js
new file mode 100644
index 00000000..4cf43ee4
--- /dev/null
+++ b/search/functions_9.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['key',['key',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#ad973ae030ca1f47651741eaa4791c64a',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['keystoredetails',['KeyStoreDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#aaf8ab4f6ddd374fd9e8071a845c7341c',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]]
+];
diff --git a/search/functions_a.html b/search/functions_a.html
new file mode 100644
index 00000000..8eb5e562
--- /dev/null
+++ b/search/functions_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_a.js b/search/functions_a.js
new file mode 100644
index 00000000..ba15784e
--- /dev/null
+++ b/search/functions_a.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['learnspellingmodel',['LearnSpellingModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a3a4f0e6afa5518b6eee58e848921158c',1,'org::buildmlearn::toolkit::templates::LearnSpellingModel']]],
+ ['learnspellingtemplate',['LearnSpellingTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a09607c7a192a1e5754bfe51d3cac5df9',1,'org::buildmlearn::toolkit::templates::LearnSpellingTemplate']]],
+ ['linestocharsresult',['LinesToCharsResult',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#aeda132778d3edd1186244c8358048c33',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['listcolor',['ListColor',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a89574f3e7d3f13d461907d309edfb38d',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['loadfilelist',['loadFileList',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#afdce16d10e893af4f5cee829336ff2bf',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['loadprojectmetaeditor',['loadProjectMetaEditor',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a589528c60323c07cca5e6ef112530a50',1,'org.buildmlearn.toolkit.model.TemplateInterface.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a41bb653218615269dad3ab715bfa71ab',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a5d9ca6a357b87c0ab67230ed4a8b10ad',1,'org.buildmlearn.toolkit.templates.DictationTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#af8aef752122b92b1f65cb9441af82653',1,'org.buildmlearn.toolkit.templates.FlashTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#aaee56466b2da58bc196183c47976b900',1,'org.buildmlearn.toolkit.templates.InfoTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#ab8d89b8b5575e3a9227664bc4f03ebed',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a345c6be4d5b58a1510612d5425cc96ca',1,'org.buildmlearn.toolkit.templates.MatchTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ae6788b65da8c1691a4bb9f9cd0f10000',1,'org.buildmlearn.toolkit.templates.QuizTemplate.loadProjectMetaEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a5087802b25259644746bca10e4e3cf0d',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.loadProjectMetaEditor()']]],
+ ['loadprojecttemplateeditor',['loadProjectTemplateEditor',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#ac0637282a7f7b58a4e9b8e86a734bf93',1,'org.buildmlearn.toolkit.model.TemplateInterface.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a4e8d3551715f6984f7c8a0aa618de660',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#afb57f4aed6bb0f529702a30adb0378fe',1,'org.buildmlearn.toolkit.templates.DictationTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#aeee0f28447c5d3c1d5c7c4ef8bb2ae3e',1,'org.buildmlearn.toolkit.templates.FlashTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a3133856410f82ddd51ebd42f54a56cf6',1,'org.buildmlearn.toolkit.templates.InfoTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a889d8d414440285b80ca93b6a243e05e',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#aa33a96e6a62fb0d840f4912d88097396',1,'org.buildmlearn.toolkit.templates.MatchTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a546b1ec5e027883034daa14ef725c4ff',1,'org.buildmlearn.toolkit.templates.QuizTemplate.loadProjectTemplateEditor()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ae1a81f419b99cded3ac3df8e33995584',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.loadProjectTemplateEditor()']]]
+];
diff --git a/search/functions_b.html b/search/functions_b.html
new file mode 100644
index 00000000..fa9cff56
--- /dev/null
+++ b/search/functions_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_b.js b/search/functions_b.js
new file mode 100644
index 00000000..9586dc76
--- /dev/null
+++ b/search/functions_b.js
@@ -0,0 +1,17 @@
+var searchData=
+[
+ ['makephotointent',['makePhotoIntent',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ab6d320b3989f7b3313243ac7a758891f',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['markanswered',['markAnswered',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a0ced60a113410ba1b164596fc5633670',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.markAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#ab0f41c5eec052829dbfbf65e468846fa',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.markAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a886cc12d59eaf545f613113a0189ec25',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.markAnswered()']]],
+ ['markunanswered',['markUnAnswered',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ac0086b702fae36baa42469b3a57364c6',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.markUnAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a225206204441a0123294b056202cd7ae',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.markUnAnswered()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a4010891a056a25437c671f4746bde454',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.markUnAnswered()']]],
+ ['match_5falphabet',['match_alphabet',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a9cb7acc41c1d2f90c02c9489888f36f8',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fbitap',['match_bitap',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6f018d498c2a8197f74fb889acd2515e',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fbitapscore',['match_bitapScore',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ab8c8d7a0486aaa6ad1f7ecb4720632cc',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fmain',['match_main',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a4be87a57b645c96c2f8567b4a1ab081b',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['matcharrayadapter_5fa',['MatchArrayAdapter_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A.html#a2d146eccd4c0ce724a6104fde49d2091',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_A']]],
+ ['matcharrayadapter_5fb',['MatchArrayAdapter_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B.html#a7e485be637def77a9fe93df639bde7c8',1,'org::buildmlearn::toolkit::matchtemplate::adapter::MatchArrayAdapter_B']]],
+ ['matchdb',['MatchDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a8da962dcccc5e7508a59f99af099d818',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchDb']]],
+ ['matchmetamodel',['MatchMetaModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a6090e69d89fffb96d2914e005c06210a',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.MatchMetaModel(String t, String A, String B)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a819e4465313a783a840982e36aeb0ab5',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.MatchMetaModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#aba48c95a19c9bed282511d0627ca8e14',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.MatchMetaModel()']]],
+ ['matchmodel',['MatchModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#ae44d04a4b0bbdfedafd20fe01583fe9c',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#adb494524010670f2220a9e9df45a8f57',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a8b5761fe8f0c778ef7c2c19fdb7f466f',1,'org.buildmlearn.toolkit.templates.MatchModel.MatchModel()']]],
+ ['matchtemplate',['MatchTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a70ee773aa46fdc3dd153884cd92f8e4d',1,'org::buildmlearn::toolkit::templates::MatchTemplate']]],
+ ['modifymanifest',['modifyManifest',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a9873f5f2abdf3d92a9684290509bc16f',1,'org::buildmlearn::toolkit::utilities::SignerThread']]]
+];
diff --git a/search/functions_c.html b/search/functions_c.html
new file mode 100644
index 00000000..fce7a6b1
--- /dev/null
+++ b/search/functions_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_c.js b/search/functions_c.js
new file mode 100644
index 00000000..8a3dfaa4
--- /dev/null
+++ b/search/functions_c.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['navigationdrawermenuadapter',['NavigationDrawerMenuAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a148e19ae5430bf4ca719570d18d7aba8',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['newinstance',['newInstance',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html#aa5980f221bd002fc8744c371c6a1582e',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a5a302391e9dee6256bad5ebc5cef8714',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a22b7f13f5f4154099dda8b5a71ad3f90',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html#a85320541c499698a33341df8b41110c2',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#af280d96dcc59a14af7f9bdd155116a1f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a863b067d97c56d7098cad1eeb3c66f1c',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a310e90f3e1b26433eb878097c58e25bb',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html#aff8544c36818a4384326b64f35c58350',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html#ae7bef4853055cbb5ee76436924abd4b3',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a3f6d32278660ee26b8d3360cab94020d',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html#ae9c6dd3c121372f1873117a9abbbb37d',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a403545d37c465a0b3b52f761972c19d3',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a1faff01259f49f8c82d534ecea4e15e2',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html#a056db56270c0ede8c6bc5ff59269e7e4',1,'org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#ae8c3e100661147da3d2c08d39224e933',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#aea596fc1f0214e93efc0e561783390ec',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#ae8fd6b8c531cb99ae2b0f8b90de94821',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html#a2023bb92d56b04ca382da2472a6965f5',1,'org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a7e9a5f6590b69d3264e33eee55b939eb',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a99b90dc5edc809a1480d5fae941c4b0c',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html#a62da45592d72fc7caea554cc66562ff7',1,'org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#adc3465988bfa4092e433b0bd88061026',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#aeb1943045dc1f865655e57529d2d07c4',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html#a45460215a077767b7d501cf0086cf3ea',1,'org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a7742a47aa76323af0913a54e905b1666',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html#ae24e301ec8a7734abeddce2419cc9984',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a4b39aeaf9f885376459faaf0b0914f21',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.newInstance()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html#aa7efefbc4670331715c505b1731fb3c9',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment.newInstance()']]],
+ ['newmetaeditoradapter',['newMetaEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#acbf649946d2636f02e154dfefaadf868',1,'org.buildmlearn.toolkit.model.TemplateInterface.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a28470e1c3c390e13d6d19d938709c4d3',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#acc7b175f92340d0f974e4aad90836e6c',1,'org.buildmlearn.toolkit.templates.DictationTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#acc09bbe7a90180bee49dfe4092f8cb29',1,'org.buildmlearn.toolkit.templates.FlashTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a68a769083399e3718f7c596eb7ebb9b3',1,'org.buildmlearn.toolkit.templates.InfoTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#ad0d219aa413e781c88283c06bc607214',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a9a07a4fd12dc758e34148262d809df82',1,'org.buildmlearn.toolkit.templates.MatchTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#aee4a8c4bf17f33d9dd362e3160b67975',1,'org.buildmlearn.toolkit.templates.QuizTemplate.newMetaEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a095228ca6c37e78c4344ae3d45536dfd',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.newMetaEditorAdapter()']]],
+ ['newtemplateeditoradapter',['newTemplateEditorAdapter',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#af7d9d92709123fc39693504884e4f7e2',1,'org.buildmlearn.toolkit.model.TemplateInterface.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ae260425a03f90cb973f7bdac1cd60fc1',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a542e53bbf25ac060d200dd7e10a2734d',1,'org.buildmlearn.toolkit.templates.DictationTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ad524e69199d8435959cf348558039b2d',1,'org.buildmlearn.toolkit.templates.FlashTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#ab4d81e3a7da28f406ca3b6e8c74bb69c',1,'org.buildmlearn.toolkit.templates.InfoTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a532c1020ba161742148024ce7346d306',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a3b7414157c2c750b00d2c13771a7fcbc',1,'org.buildmlearn.toolkit.templates.MatchTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a47d3029ad563737e60c7c209738b0a71',1,'org.buildmlearn.toolkit.templates.QuizTemplate.newTemplateEditorAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a3e78c839b8a70c3dcd23a2e0f22e61b8',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.newTemplateEditorAdapter()']]],
+ ['newview',['newView',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter.html#a02ca27c0cacfbbf59511d8d3cb3ca49b',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.newView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter.html#a167eb7d7629c9582f2fbddbd52d89bc0',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.newView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter.html#a4c9cf5a88035bb2fcdf117d92360ae9f',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.newView()']]]
+];
diff --git a/search/functions_d.html b/search/functions_d.html
new file mode 100644
index 00000000..82b2b0cf
--- /dev/null
+++ b/search/functions_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_d.js b/search/functions_d.js
new file mode 100644
index 00000000..af1e8942
--- /dev/null
+++ b/search/functions_d.js
@@ -0,0 +1,32 @@
+var searchData=
+[
+ ['onactivitycreated',['onActivityCreated',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a1aea0fb03edbf75b82224ec0c5cda747',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a014167dfbbca11480f5b9cce008e0f6f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#ac02eaeb8fc8bdf0f009c84d4801daa98',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a734263415ae5341ea1cb5b4b2a469581',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a613f9589fc3771358aa485cc468c22ff',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#ace35631ad71def0c9d913aff8e6d3f6c',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a54f508dd91e2581dec3422c54f983e3b',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onActivityCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a7ffe95e49e3f18eca3b8745fb71127b0',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onActivityCreated()']]],
+ ['onactivityresult',['onActivityResult',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a8dd35a4525cae8911df21beed169de02',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a202327f9066d9fcf98b2ca239cf9f1c4',1,'org.buildmlearn.toolkit.fragment.SettingsFragment.onActivityResult()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1model_1_1TemplateInterface.html#a9c506bf3776973765d4d1e8d6954e95b',1,'org.buildmlearn.toolkit.model.TemplateInterface.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a3448b0203bef64a67db4972cc113c81d',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#ad25ce129ca416032df3d17539cfb0b06',1,'org.buildmlearn.toolkit.templates.DictationTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a94a03d343059afa3914559725d911818',1,'org.buildmlearn.toolkit.templates.FlashTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a8089c34bead9e0dc798d5e14608e64fd',1,'org.buildmlearn.toolkit.templates.InfoTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a3717f8c402a9da264b3d8e6665532c3c',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a1d7df9b17b0f0e49baf812fe91722ece',1,'org.buildmlearn.toolkit.templates.MatchTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a23bf444a6527a4be8b416f1d04a4912e',1,'org.buildmlearn.toolkit.templates.QuizTemplate.onActivityResult()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ad780e65b6d5fa9ffb9b0b5e8eb1eda54',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.onActivityResult()']]],
+ ['onattach',['onAttach',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a4d9c5606213fdedc3d28d34d6c7fb7d5',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['onbackpressed',['onBackPressed',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#af8fd4c02b236b2dd1e51cf14fca78362',1,'org.buildmlearn.toolkit.activity.HomeActivity.onBackPressed()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a8ebbbe37b4f8ad35d2270678e64dd4b2',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onBackPressed()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a0b8dd29153ad0ebbf090cb5ff29c50fa',1,'org.buildmlearn.toolkit.simulator.Simulator.onBackPressed()']]],
+ ['onbindviewholder',['onBindViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a56ea041378f37dbf5270f69dab26f5a2',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['onconfigurationchanged',['onConfigurationChanged',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#aa216d0cfc2c54c3cd6c9f91cb005cea1',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['oncreate',['onCreate',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1AboutBuildmLearn.html#af8c59cecea3366aea895a28331d01e9b',1,'org.buildmlearn.toolkit.activity.AboutBuildmLearn.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1DeepLinkerActivity.html#a7737f816c7d10e707b4788bf5ae2f591',1,'org.buildmlearn.toolkit.activity.DeepLinkerActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#a847a7bc25bdbd77b2a7bc90cd3ca38bb',1,'org.buildmlearn.toolkit.activity.FirstRunActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#a84a92cce3842759b4e3c18ecefbe2ced',1,'org.buildmlearn.toolkit.activity.HomeActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1SettingsLinkerActivity.html#a91184b88bad9b946119c84f96f062520',1,'org.buildmlearn.toolkit.activity.SettingsLinkerActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateActivity.html#a0bef4534d603cda941537d9527010576',1,'org.buildmlearn.toolkit.activity.TemplateActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#abe4f4b6fa4f8ca3bc10f9c01e3b81f73',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TutorialActivity.html#ab43b5a679eb9d2c706841cb2d4c2a704',1,'org.buildmlearn.toolkit.activity.TutorialActivity.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aa0be476a69c1b44f2e99171e62d68add',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a1e05ae9cd797e7a6ab870fd56cb67b21',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ab4d579c0200a862bbc2d26233f447e9a',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#aa3475b8770215affec67dd109da8e9cb',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a7a9c297215fb754ea5bd3745233cec21',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a10a23ddbe28f027456dfc3b8c31140f3',1,'org.buildmlearn.toolkit.fragment.SettingsFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#aa932aa7511bcef0dec72269520b49f07',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a8a3b04bc47ac3353ba4425ab56de02b6',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a854d0f025c10cb556abddac60eee9e29',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#aa1564faa9391f86b07b713365af01ee8',1,'org.buildmlearn.toolkit.simulator.Simulator.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a4703aa50081e8b7996b0525e60fc2c1e',1,'org.buildmlearn.toolkit.ToolkitApplication.onCreate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad84bca280c5e6a8b94728ea49e4026fa',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreate()']]],
+ ['oncreateloader',['onCreateLoader',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a05c4845d46dfb179ecd69ffdba59989e',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aac3fbb51a4b7c5cf3dbe736cd2b2cd95',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a564ba93f24574cf6fd9720c540e2743d',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a0acdea5f623f7fa01079e34c0b45832b',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#affed3a93b8ebb8732d0e4810e526f52e',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#afba2db59a7c5667b40056f4428f66546',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onCreateLoader()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ae29c6197a5675291e26fa49944ee32d0',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateLoader()']]],
+ ['oncreateoptionsmenu',['onCreateOptionsMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a9ce2150056a19a2bbd3222f061e1d4b2',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onCreateOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a00797f05a8d23a1cc91dfc9a65d40b93',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a23412cd6598c10cee64ff60848cc6771',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreateOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#aa4b646ec6491ad85b3c96e35c6efcd6b',1,'org.buildmlearn.toolkit.simulator.Simulator.onCreateOptionsMenu()']]],
+ ['oncreateview',['onCreateView',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1LastFragment.html#a602049f64bc60408d0d145c382c7bb6d',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a5f370e2dcdb91b65e4acbb208f5293fb',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a4794584d3f9a5d13b67d98d0fb40db53',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1SplashFragment.html#a89db68e40dbfeec9ab4a28dab27a9a6b',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a401a795096b8f55c79281dd3a1caf4e7',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#afe2440702b01c7551650318d4dfd3e71',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a3b40adf8f83c9e71fe44283521506ca9',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1SplashFragment.html#a687e5209f70affabea624f0801e6e110',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1LastFragment.html#a8eda77bf8dc461ef95243b979841bdc8',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a929e6c8011773224f904a1f32bf022ef',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1SplashFragment.html#ac4d3e360e441e1cb35fc08ff3eed0ae0',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a331f31f828107dbad75e8674799d6de6',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1HomeFragment.html#a80599e92f595260551a0d5753021ebfc',1,'org.buildmlearn.toolkit.fragment.HomeFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a73fa1b3e175b75a32310c1c8a7eb2e28',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a00df408d1104d5e9da684300c7d1a373',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a960b71d9ccecc621b4a5506f38a105cf',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#abc01631f270c10cd191a70cee5f06e0e',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#acfa1a583751a434a4cc5e51012a652c5',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1SplashFragment.html#a40ad80de0ee943ebdfb5404142aa7da1',1,'org.buildmlearn.toolkit.infotemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#abeeca52ada84ad29f33cbe6fbeaba446',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#abefc3ebf347bc9d8f4452b9c2729e59a',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#aeba9c2e5f8437768c9c00c641f8cbfb9',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1SplashFragment.html#a6128fd0fa9e257aaae2f7f7dcbdef559',1,'org.buildmlearn.toolkit.learnspelling.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#ad14e2a781f04fc2087a3e8f7f2f712b4',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a92653f11aba8e0470ef60004402b0331',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1SplashFragment.html#a5b24c740ffea58392c92a4217a4dd987',1,'org.buildmlearn.toolkit.matchtemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#a6a0236a0ccf656b9a51c3040663710f3',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#afaae1ebcf105bbf0ea03133e681dfcc2',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1SplashFragment.html#a082b8a94350defa2ec017b5415edb647',1,'org.buildmlearn.toolkit.quiztemplate.fragment.SplashFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#acdfaaf9ca7fa2b4b41bdfc4a7a8d15cc',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1LastFragment.html#ab6219e5b182a44e2fbbe32929d98f0c7',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.LastFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad51370d6aceff7abf20774d4390a09f7',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1SplashFragment.html#a0a73bd58faf388b47642aabf25cb2785',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.SplashFragment.onCreateView()']]],
+ ['oncreateviewholder',['onCreateViewHolder',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a83a2c83ea4e90fc5aed6a68d2ccb1157',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['ondestroy',['onDestroy',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a78b8d3842bc09c8a0b28c07de2accf33',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#a93f95aaf0ffd4e5315d1a99529106ec0',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a3829611c436d88dae1b2aaf33e1880db',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#a40183995e317e53d182dee0c1eaf81c6',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onDestroy()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#ac0728416a01c2e1c65cef0f30d9e264a',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.onDestroy()']]],
+ ['ondestroyview',['onDestroyView',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a10623acda397a6b9030ba76462cbd39f',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a90fca30ed5132778611fe3017fa05a0d',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#afd7790a45100f86fc856af5c3ac1e9e3',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aea58d0cf52e70cdd831fcd746b754449',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#acbd8ac13335338fcadbf2c57d758724f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a27c6f36e0fda69ee3ed8f97d841d1f42',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#ab8ad985d4c710eeac9452bac564dd44c',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a51c9eaac8b23c73d8a2cf14e94a20a04',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#ae7bdd6b11e0035f15c1d7e7afb70f43a',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#a3de6b7e6de901cca971e2b79a789f5d0',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a1ce2fbb55093b0ff8a3c1d9bcc36f5e8',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onDestroyView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a07a609023ebf75e3d44c39f499a303e2',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onDestroyView()']]],
+ ['ondetach',['onDetach',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#af5ec3253d086d2733aea3a595061c389',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['onfail',['onFail',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html#a50211bbb2c91ec61f750082eaff75f65',1,'org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onFail()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html#a70f06b8e18a69c3663a10126811a20aa',1,'org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onFail(Exception e)'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html#a04b8e29a0ef97785dba2555069f9ed9d',1,'org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete.onFail()']]],
+ ['onitemclick',['onItemClick',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1SetOnClickListener.html#a0f2046f8b5c254dca7b44fbec89fa303',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.SetOnClickListener.onItemClick()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder_1_1SetOnClickListener.html#a90dcde8bdc3108bd3599a8aa69309167',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.SetOnClickListener.onItemClick()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a818bb6da97190d0bde6225fc0cac1015',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onItemClick()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#af09669972c93dd57b83cf5df015dc609',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onItemClick()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#ab3fd6e093c178f367cf3403496d30fd5',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onItemClick()']]],
+ ['onloaderreset',['onLoaderReset',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#ada800d3d5d12230b4d6a4cbea4131c0b',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a981d9215b6d4d23111454a082708e456',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a44a4b0af6da536fa82a0872bfa50fb6c',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a2878d9707eb69ac72b89a87630da7f6b',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a5dd4f744092bc27558c6ea191948c597',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a5d2cf553342d32d067bc5242169295df',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onLoaderReset()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a28ea63786466ced10f2e31af5af0222f',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoaderReset()']]],
+ ['onloadfinished',['onLoadFinished',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#aa471123d4cee98418764c7ccccbbc543',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a3ad761ca14913f91984fd58e6e809b4f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a1bae96836c48406211d12e4a1303df95',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a1d930b3a1c5e1f1fb0f32ed2d0941466',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a2db80adbcd1bca160ed9961ec96c9abd',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#aa66f11b2e7846c98669aa306165bc8b9',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onLoadFinished()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad0d8d085c43eea88604c4ffc0a371e61',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoadFinished()']]],
+ ['onnavigationdraweritemselected',['onNavigationDrawerItemSelected',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#af75c80f626f8c3a7141c046108ff229f',1,'org.buildmlearn.toolkit.activity.HomeActivity.onNavigationDrawerItemSelected()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment_1_1NavigationDrawerCallbacks.html#a6068a4dec53d00ec47c222f995064e6c',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.NavigationDrawerCallbacks.onNavigationDrawerItemSelected()']]],
+ ['onnavigationitemselected',['onNavigationItemSelected',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a1161d8ec17f2bc54f95a555892b7b85d',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#a3ae44b8479754e4040df0de8a223a996',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a87fe1078a49d220035ab75f217d6521c',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a897d452d8639234d894c83599ef70452',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#a926dfef96837a1d22bc2a84060d719d1',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onNavigationItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#a59862ef6207608553c6ee19ca163d933',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.onNavigationItemSelected()']]],
+ ['onoptionsitemselected',['onOptionsItemSelected',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a619c591e1af2eba8188da92a021bc222',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#aaedb7f7c94ed2b6c2e1c414485cafc4d',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ac3341a0c126129e4abd0b3483cdb4225',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a69ca5df2fa6649fb01cbd2c195ee81fa',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a68eb844e52918f108a9145c9fd9e1bee',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onOptionsItemSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#aaa92074738110f36217c7fa33d920fb1',1,'org.buildmlearn.toolkit.simulator.Simulator.onOptionsItemSelected()']]],
+ ['onpause',['onPause',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#ac8fc877c0664e01fea4cac041fa2f961',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onPause()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a68e3560db5a2a51f3e6dec29642d1e6d',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onPause()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a684fbe8fd0d220e9b2c623a03328af2f',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onPause()']]],
+ ['onpostexecute',['onPostExecute',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate_1_1VideoInfoTask.html#a49b33cea12224b642080a6d72339aeae',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate::VideoInfoTask']]],
+ ['onprepareoptionsmenu',['onPrepareOptionsMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a4113877eb08f8665000bd3eb733737ef',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onPrepareOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a19a18a03621f26f5d04d6d9e677fccec',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onPrepareOptionsMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#aadcf34c154a9917b34129c081a90524f',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onPrepareOptionsMenu()']]],
+ ['onresume',['onResume',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#ac6675b626abb0bc514c94a6818384291',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#abe0d05a64fb5e0dd1c450953cf6805c1',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ab62c44f91792cb265894f0c14a534a11',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#af7ebf8d42c3c401e7fcad1fa3850001c',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a8ad534416b5a19a314b3ef9b0c0fda31',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onResume()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a0362abe0b7b256974f1560e5bcc64198',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.onResume()']]],
+ ['onsaveinstancestate',['onSaveInstanceState',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a6f0e3399d8b62597bfed2bb402d44ae0',1,'org.buildmlearn.toolkit.activity.TemplateEditor.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#ad94241cf4aa93e8d804b05676ff84a66',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a3ecc348d09897125baff9673c4145a55',1,'org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#aa04098665311fcb0c848714027ff214e',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#afd551354a42fea424ac4a21a1706aedc',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a10b2cbf0db9e4ef9fd3edb503cd35889',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a56b9664eb7326624e8933961d3e0c535',1,'org.buildmlearn.toolkit.simulator.Simulator.onSaveInstanceState()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a664be09a5113908ac874f264f014aa02',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onSaveInstanceState()']]],
+ ['onsuccess',['onSuccess',['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread_1_1OnRestoreComplete.html#a23acbe0310c224c76af6031a4f47a518',1,'org.buildmlearn.toolkit.utilities.RestoreThread.OnRestoreComplete.onSuccess()'],['../interfaceorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1OnSignComplete.html#a886775a73312356fbdee92ce45bd14ff',1,'org.buildmlearn.toolkit.utilities.SignerThread.OnSignComplete.onSuccess()']]],
+ ['onviewcreated',['onViewCreated',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a92519c690ed616ac403cbc35113591e4',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.onViewCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a2be46eb7d1d4403b2195e92bebdad3a2',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.onViewCreated()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a486509578e69cb110ec10c53c6c813c6',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.onViewCreated()']]],
+ ['open',['open',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#aca8cf2abc2d08caf1d94bca5ab66f6ef',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#ac4b286b79085e85a55cea53b07f4e866',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a1271cf64726d1a9dccf240f2beba050b',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a70b9284fc15f195b4c9d3432d371198a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a773f8ffe3f5d39fa5d00527857dbbc4c',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a1f3f0afd1145fcfad5b7a18dd4010436',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#abbeed626bc5b552f8b954d6237a3f3b1',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.open()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a24b0dcb6f8cfe711def7ba88c3bf18a0',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.open()']]]
+];
diff --git a/search/functions_e.html b/search/functions_e.html
new file mode 100644
index 00000000..557ae9a4
--- /dev/null
+++ b/search/functions_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_e.js b/search/functions_e.js
new file mode 100644
index 00000000..a1d63cfb
--- /dev/null
+++ b/search/functions_e.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['parsesavedfile',['parseSavedFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#aef3001b6ab6df927e92ada78c02bc7da',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['patch',['Patch',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#ac19c8832e4505e8ce7ba97865c811407',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['patch_5faddcontext',['patch_addContext',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a78639823b3a4a12e1a6e492b7f378feb',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5faddpadding',['patch_addPadding',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#acf658679026e3da4d3180e6b749f04e6',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fapply',['patch_apply',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a6f6cd205d8dc689294c13ea483dac1db',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fdeepcopy',['patch_deepCopy',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a3da243bc7df48d2e0da5166441bcad8e',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5ffromtext',['patch_fromText',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ad080e812febcb40743ac9225b4e2469c',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fmake',['patch_make',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a5fe18be0a56e0f65ba594ea7d0f88e62',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(String text1, String text2)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aa467b447116f168c94efe7ff7fda299a',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(LinkedList< Diff > diffs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a77d8a5c3c7e14b48942502b27c37f379',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(String text1, String text2, LinkedList< Diff > diffs)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a240348ae5ab84cbcf6ee15f7a1b4cb7f',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.patch_make(String text1, LinkedList< Diff > diffs)']]],
+ ['patch_5fsplitmax',['patch_splitMax',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a2f3ee2a30ba8ba85defd42f1b7c53a35',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5ftotext',['patch_toText',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a17e764e9b07c904d8884a1adeec12c96',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['populatelistview',['populateListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ade293345372081f3d43450df42e26092',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['populatemetaview',['populateMetaView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a28dfa99f087a79031bde74c7b1804b26',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]]
+];
diff --git a/search/functions_f.html b/search/functions_f.html
new file mode 100644
index 00000000..b27fb7d1
--- /dev/null
+++ b/search/functions_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/functions_f.js b/search/functions_f.js
new file mode 100644
index 00000000..4b711cb2
--- /dev/null
+++ b/search/functions_f.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['quizdb',['QuizDb',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#acdba8d7e662832d171ebdbe7b3380b4c',1,'org::buildmlearn::toolkit::quiztemplate::data::QuizDb']]],
+ ['quizmodel',['QuizModel',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a660859aa98e529ff042015e76973f39c',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.QuizModel(Parcel in)'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a4d6c8f745dbaafa8f0210a5d36916545',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.QuizModel()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#ad7ac0923cded5b5ab11c0311098e1aca',1,'org.buildmlearn.toolkit.templates.QuizModel.QuizModel()']]],
+ ['quiztemplate',['QuizTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a564252fd818d44d1f9d2221f58f3eec5',1,'org::buildmlearn::toolkit::templates::QuizTemplate']]]
+];
diff --git a/search/mag_sel.png b/search/mag_sel.png
new file mode 100644
index 00000000..81f6040a
Binary files /dev/null and b/search/mag_sel.png differ
diff --git a/search/namespaces_0.html b/search/namespaces_0.html
new file mode 100644
index 00000000..f1b59ecc
--- /dev/null
+++ b/search/namespaces_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/namespaces_0.js b/search/namespaces_0.js
new file mode 100644
index 00000000..4e8a7618
--- /dev/null
+++ b/search/namespaces_0.js
@@ -0,0 +1,46 @@
+var searchData=
+[
+ ['activity',['activity',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1activity.html',1,'org::buildmlearn::toolkit']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1adapter.html',1,'org::buildmlearn::toolkit']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['adapter',['adapter',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter.html',1,'org::buildmlearn::toolkit::matchtemplate']]],
+ ['animations',['animations',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1animations.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['buildmlearn',['buildmlearn',['../namespaceorg_1_1buildmlearn.html',1,'org']]],
+ ['comprehensiontemplate',['comprehensiontemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['constant',['constant',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1constant.html',1,'org::buildmlearn::toolkit']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data.html',1,'org::buildmlearn::toolkit::quiztemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data.html',1,'org::buildmlearn::toolkit::learnspelling']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data.html',1,'org::buildmlearn::toolkit::comprehensiontemplate']]],
+ ['data',['data',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data.html',1,'org::buildmlearn::toolkit::matchtemplate']]],
+ ['dictationtemplate',['dictationtemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['espresso',['espresso',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1espresso.html',1,'org::buildmlearn::toolkit']]],
+ ['flashcardtemplate',['flashcardtemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::quiztemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1fragment.html',1,'org::buildmlearn::toolkit']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::comprehensiontemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::matchtemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::videocollectiontemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::infotemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment.html',1,'org::buildmlearn::toolkit::dictationtemplate']]],
+ ['fragment',['fragment',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment.html',1,'org::buildmlearn::toolkit::learnspelling']]],
+ ['infotemplate',['infotemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1infotemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['learnspelling',['learnspelling',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1learnspelling.html',1,'org::buildmlearn::toolkit']]],
+ ['matchtemplate',['matchtemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['model',['model',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1model.html',1,'org::buildmlearn::toolkit']]],
+ ['org',['org',['../namespaceorg.html',1,'']]],
+ ['quiztemplate',['quiztemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['simulator',['simulator',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1simulator.html',1,'org::buildmlearn::toolkit']]],
+ ['templates',['templates',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1templates.html',1,'org::buildmlearn::toolkit']]],
+ ['toolkit',['toolkit',['../namespaceorg_1_1buildmlearn_1_1toolkit.html',1,'org::buildmlearn']]],
+ ['utilities',['utilities',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1utilities.html',1,'org::buildmlearn::toolkit']]],
+ ['videocollectiontemplate',['videocollectiontemplate',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate.html',1,'org::buildmlearn::toolkit']]],
+ ['views',['views',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1views.html',1,'org::buildmlearn::toolkit']]],
+ ['widgets',['widgets',['../namespaceorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets.html',1,'org::buildmlearn::toolkit::flashcardtemplate']]]
+];
diff --git a/search/nomatches.html b/search/nomatches.html
new file mode 100644
index 00000000..b1ded27e
--- /dev/null
+++ b/search/nomatches.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/search/pages_0.html b/search/pages_0.html
new file mode 100644
index 00000000..0db7267b
--- /dev/null
+++ b/search/pages_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/pages_0.js b/search/pages_0.js
new file mode 100644
index 00000000..038da541
--- /dev/null
+++ b/search/pages_0.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['deprecated_20list',['Deprecated List',['../deprecated.html',1,'']]]
+];
diff --git a/search/search.css b/search/search.css
new file mode 100644
index 00000000..4d7612ff
--- /dev/null
+++ b/search/search.css
@@ -0,0 +1,271 @@
+/*---------------- Search Box */
+
+#FSearchBox {
+ float: left;
+}
+
+#MSearchBox {
+ white-space : nowrap;
+ position: absolute;
+ float: none;
+ display: inline;
+ margin-top: 8px;
+ right: 0px;
+ width: 170px;
+ z-index: 102;
+ background-color: white;
+}
+
+#MSearchBox .left
+{
+ display:block;
+ position:absolute;
+ left:10px;
+ width:20px;
+ height:19px;
+ background:url('search_l.png') no-repeat;
+ background-position:right;
+}
+
+#MSearchSelect {
+ display:block;
+ position:absolute;
+ width:20px;
+ height:19px;
+}
+
+.left #MSearchSelect {
+ left:4px;
+}
+
+.right #MSearchSelect {
+ right:5px;
+}
+
+#MSearchField {
+ display:block;
+ position:absolute;
+ height:19px;
+ background:url('search_m.png') repeat-x;
+ border:none;
+ width:111px;
+ margin-left:20px;
+ padding-left:4px;
+ color: #909090;
+ outline: none;
+ font: 9pt Arial, Verdana, sans-serif;
+}
+
+#FSearchBox #MSearchField {
+ margin-left:15px;
+}
+
+#MSearchBox .right {
+ display:block;
+ position:absolute;
+ right:10px;
+ top:0px;
+ width:20px;
+ height:19px;
+ background:url('search_r.png') no-repeat;
+ background-position:left;
+}
+
+#MSearchClose {
+ display: none;
+ position: absolute;
+ top: 4px;
+ background : none;
+ border: none;
+ margin: 0px 4px 0px 0px;
+ padding: 0px 0px;
+ outline: none;
+}
+
+.left #MSearchClose {
+ left: 6px;
+}
+
+.right #MSearchClose {
+ right: 2px;
+}
+
+.MSearchBoxActive #MSearchField {
+ color: #000000;
+}
+
+/*---------------- Search filter selection */
+
+#MSearchSelectWindow {
+ display: none;
+ position: absolute;
+ left: 0; top: 0;
+ border: 1px solid #90A5CE;
+ background-color: #F9FAFC;
+ z-index: 1;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+.SelectItem {
+ font: 8pt Arial, Verdana, sans-serif;
+ padding-left: 2px;
+ padding-right: 12px;
+ border: 0px;
+}
+
+span.SelectionMark {
+ margin-right: 4px;
+ font-family: monospace;
+ outline-style: none;
+ text-decoration: none;
+}
+
+a.SelectItem {
+ display: block;
+ outline-style: none;
+ color: #000000;
+ text-decoration: none;
+ padding-left: 6px;
+ padding-right: 12px;
+}
+
+a.SelectItem:focus,
+a.SelectItem:active {
+ color: #000000;
+ outline-style: none;
+ text-decoration: none;
+}
+
+a.SelectItem:hover {
+ color: #FFFFFF;
+ background-color: #3D578C;
+ outline-style: none;
+ text-decoration: none;
+ cursor: pointer;
+ display: block;
+}
+
+/*---------------- Search results window */
+
+iframe#MSearchResults {
+ width: 60ex;
+ height: 15em;
+}
+
+#MSearchResultsWindow {
+ display: none;
+ position: absolute;
+ left: 0; top: 0;
+ border: 1px solid #000;
+ background-color: #EEF1F7;
+}
+
+/* ----------------------------------- */
+
+
+#SRIndex {
+ clear:both;
+ padding-bottom: 15px;
+}
+
+.SREntry {
+ font-size: 10pt;
+ padding-left: 1ex;
+}
+
+.SRPage .SREntry {
+ font-size: 8pt;
+ padding: 1px 5px;
+}
+
+body.SRPage {
+ margin: 5px 2px;
+}
+
+.SRChildren {
+ padding-left: 3ex; padding-bottom: .5em
+}
+
+.SRPage .SRChildren {
+ display: none;
+}
+
+.SRSymbol {
+ font-weight: bold;
+ color: #425E97;
+ font-family: Arial, Verdana, sans-serif;
+ text-decoration: none;
+ outline: none;
+}
+
+a.SRScope {
+ display: block;
+ color: #425E97;
+ font-family: Arial, Verdana, sans-serif;
+ text-decoration: none;
+ outline: none;
+}
+
+a.SRSymbol:focus, a.SRSymbol:active,
+a.SRScope:focus, a.SRScope:active {
+ text-decoration: underline;
+}
+
+span.SRScope {
+ padding-left: 4px;
+}
+
+.SRPage .SRStatus {
+ padding: 2px 5px;
+ font-size: 8pt;
+ font-style: italic;
+}
+
+.SRResult {
+ display: none;
+}
+
+DIV.searchresults {
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+/*---------------- External search page results */
+
+.searchresult {
+ background-color: #F0F3F8;
+}
+
+.pages b {
+ color: white;
+ padding: 5px 5px 3px 5px;
+ background-image: url("../tab_a.png");
+ background-repeat: repeat-x;
+ text-shadow: 0 1px 1px #000000;
+}
+
+.pages {
+ line-height: 17px;
+ margin-left: 4px;
+ text-decoration: none;
+}
+
+.hl {
+ font-weight: bold;
+}
+
+#searchresults {
+ margin-bottom: 20px;
+}
+
+.searchpages {
+ margin-top: 10px;
+}
+
diff --git a/search/search.js b/search/search.js
new file mode 100644
index 00000000..dedce3bf
--- /dev/null
+++ b/search/search.js
@@ -0,0 +1,791 @@
+function convertToId(search)
+{
+ var result = '';
+ for (i=0;i do a search
+ {
+ this.Search();
+ }
+ }
+
+ this.OnSearchSelectKey = function(evt)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==40 && this.searchIndex0) // Up
+ {
+ this.searchIndex--;
+ this.OnSelectItem(this.searchIndex);
+ }
+ else if (e.keyCode==13 || e.keyCode==27)
+ {
+ this.OnSelectItem(this.searchIndex);
+ this.CloseSelectionWindow();
+ this.DOMSearchField().focus();
+ }
+ return false;
+ }
+
+ // --------- Actions
+
+ // Closes the results window.
+ this.CloseResultsWindow = function()
+ {
+ this.DOMPopupSearchResultsWindow().style.display = 'none';
+ this.DOMSearchClose().style.display = 'none';
+ this.Activate(false);
+ }
+
+ this.CloseSelectionWindow = function()
+ {
+ this.DOMSearchSelectWindow().style.display = 'none';
+ }
+
+ // Performs a search.
+ this.Search = function()
+ {
+ this.keyTimeout = 0;
+
+ // strip leading whitespace
+ var searchValue = this.DOMSearchField().value.replace(/^ +/, "");
+
+ var code = searchValue.toLowerCase().charCodeAt(0);
+ var idxChar = searchValue.substr(0, 1).toLowerCase();
+ if ( 0xD800 <= code && code <= 0xDBFF && searchValue > 1) // surrogate pair
+ {
+ idxChar = searchValue.substr(0, 2);
+ }
+
+ var resultsPage;
+ var resultsPageWithSearch;
+ var hasResultsPage;
+
+ var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
+ if (idx!=-1)
+ {
+ var hexCode=idx.toString(16);
+ resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html';
+ resultsPageWithSearch = resultsPage+'?'+escape(searchValue);
+ hasResultsPage = true;
+ }
+ else // nothing available for this search term
+ {
+ resultsPage = this.resultsPath + '/nomatches.html';
+ resultsPageWithSearch = resultsPage;
+ hasResultsPage = false;
+ }
+
+ window.frames.MSearchResults.location = resultsPageWithSearch;
+ var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow();
+
+ if (domPopupSearchResultsWindow.style.display!='block')
+ {
+ var domSearchBox = this.DOMSearchBox();
+ this.DOMSearchClose().style.display = 'inline';
+ if (this.insideFrame)
+ {
+ var domPopupSearchResults = this.DOMPopupSearchResults();
+ domPopupSearchResultsWindow.style.position = 'relative';
+ domPopupSearchResultsWindow.style.display = 'block';
+ var width = document.body.clientWidth - 8; // the -8 is for IE :-(
+ domPopupSearchResultsWindow.style.width = width + 'px';
+ domPopupSearchResults.style.width = width + 'px';
+ }
+ else
+ {
+ var domPopupSearchResults = this.DOMPopupSearchResults();
+ var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
+ var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;
+ domPopupSearchResultsWindow.style.display = 'block';
+ left -= domPopupSearchResults.offsetWidth;
+ domPopupSearchResultsWindow.style.top = top + 'px';
+ domPopupSearchResultsWindow.style.left = left + 'px';
+ }
+ }
+
+ this.lastSearchValue = searchValue;
+ this.lastResultsPage = resultsPage;
+ }
+
+ // -------- Activation Functions
+
+ // Activates or deactivates the search panel, resetting things to
+ // their default values if necessary.
+ this.Activate = function(isActive)
+ {
+ if (isActive || // open it
+ this.DOMPopupSearchResultsWindow().style.display == 'block'
+ )
+ {
+ this.DOMSearchBox().className = 'MSearchBoxActive';
+
+ var searchField = this.DOMSearchField();
+
+ if (searchField.value == this.searchLabel) // clear "Search" term upon entry
+ {
+ searchField.value = '';
+ this.searchActive = true;
+ }
+ }
+ else if (!isActive) // directly remove the panel
+ {
+ this.DOMSearchBox().className = 'MSearchBoxInactive';
+ this.DOMSearchField().value = this.searchLabel;
+ this.searchActive = false;
+ this.lastSearchValue = ''
+ this.lastResultsPage = '';
+ }
+ }
+}
+
+// -----------------------------------------------------------------------
+
+// The class that handles everything on the search results page.
+function SearchResults(name)
+{
+ // The number of matches from the last run of .
+ this.lastMatchCount = 0;
+ this.lastKey = 0;
+ this.repeatOn = false;
+
+ // Toggles the visibility of the passed element ID.
+ this.FindChildElement = function(id)
+ {
+ var parentElement = document.getElementById(id);
+ var element = parentElement.firstChild;
+
+ while (element && element!=parentElement)
+ {
+ if (element.nodeName == 'DIV' && element.className == 'SRChildren')
+ {
+ return element;
+ }
+
+ if (element.nodeName == 'DIV' && element.hasChildNodes())
+ {
+ element = element.firstChild;
+ }
+ else if (element.nextSibling)
+ {
+ element = element.nextSibling;
+ }
+ else
+ {
+ do
+ {
+ element = element.parentNode;
+ }
+ while (element && element!=parentElement && !element.nextSibling);
+
+ if (element && element!=parentElement)
+ {
+ element = element.nextSibling;
+ }
+ }
+ }
+ }
+
+ this.Toggle = function(id)
+ {
+ var element = this.FindChildElement(id);
+ if (element)
+ {
+ if (element.style.display == 'block')
+ {
+ element.style.display = 'none';
+ }
+ else
+ {
+ element.style.display = 'block';
+ }
+ }
+ }
+
+ // Searches for the passed string. If there is no parameter,
+ // it takes it from the URL query.
+ //
+ // Always returns true, since other documents may try to call it
+ // and that may or may not be possible.
+ this.Search = function(search)
+ {
+ if (!search) // get search word from URL
+ {
+ search = window.location.search;
+ search = search.substring(1); // Remove the leading '?'
+ search = unescape(search);
+ }
+
+ search = search.replace(/^ +/, ""); // strip leading spaces
+ search = search.replace(/ +$/, ""); // strip trailing spaces
+ search = search.toLowerCase();
+ search = convertToId(search);
+
+ var resultRows = document.getElementsByTagName("div");
+ var matches = 0;
+
+ var i = 0;
+ while (i < resultRows.length)
+ {
+ var row = resultRows.item(i);
+ if (row.className == "SRResult")
+ {
+ var rowMatchName = row.id.toLowerCase();
+ rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_'
+
+ if (search.length<=rowMatchName.length &&
+ rowMatchName.substr(0, search.length)==search)
+ {
+ row.style.display = 'block';
+ matches++;
+ }
+ else
+ {
+ row.style.display = 'none';
+ }
+ }
+ i++;
+ }
+ document.getElementById("Searching").style.display='none';
+ if (matches == 0) // no results
+ {
+ document.getElementById("NoMatches").style.display='block';
+ }
+ else // at least one result
+ {
+ document.getElementById("NoMatches").style.display='none';
+ }
+ this.lastMatchCount = matches;
+ return true;
+ }
+
+ // return the first item with index index or higher that is visible
+ this.NavNext = function(index)
+ {
+ var focusItem;
+ while (1)
+ {
+ var focusName = 'Item'+index;
+ focusItem = document.getElementById(focusName);
+ if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
+ {
+ break;
+ }
+ else if (!focusItem) // last element
+ {
+ break;
+ }
+ focusItem=null;
+ index++;
+ }
+ return focusItem;
+ }
+
+ this.NavPrev = function(index)
+ {
+ var focusItem;
+ while (1)
+ {
+ var focusName = 'Item'+index;
+ focusItem = document.getElementById(focusName);
+ if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
+ {
+ break;
+ }
+ else if (!focusItem) // last element
+ {
+ break;
+ }
+ focusItem=null;
+ index--;
+ }
+ return focusItem;
+ }
+
+ this.ProcessKeys = function(e)
+ {
+ if (e.type == "keydown")
+ {
+ this.repeatOn = false;
+ this.lastKey = e.keyCode;
+ }
+ else if (e.type == "keypress")
+ {
+ if (!this.repeatOn)
+ {
+ if (this.lastKey) this.repeatOn = true;
+ return false; // ignore first keypress after keydown
+ }
+ }
+ else if (e.type == "keyup")
+ {
+ this.lastKey = 0;
+ this.repeatOn = false;
+ }
+ return this.lastKey!=0;
+ }
+
+ this.Nav = function(evt,itemIndex)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==13) return true;
+ if (!this.ProcessKeys(e)) return false;
+
+ if (this.lastKey==38) // Up
+ {
+ var newIndex = itemIndex-1;
+ var focusItem = this.NavPrev(newIndex);
+ if (focusItem)
+ {
+ var child = this.FindChildElement(focusItem.parentNode.parentNode.id);
+ if (child && child.style.display == 'block') // children visible
+ {
+ var n=0;
+ var tmpElem;
+ while (1) // search for last child
+ {
+ tmpElem = document.getElementById('Item'+newIndex+'_c'+n);
+ if (tmpElem)
+ {
+ focusItem = tmpElem;
+ }
+ else // found it!
+ {
+ break;
+ }
+ n++;
+ }
+ }
+ }
+ if (focusItem)
+ {
+ focusItem.focus();
+ }
+ else // return focus to search field
+ {
+ parent.document.getElementById("MSearchField").focus();
+ }
+ }
+ else if (this.lastKey==40) // Down
+ {
+ var newIndex = itemIndex+1;
+ var focusItem;
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem && elem.style.display == 'block') // children visible
+ {
+ focusItem = document.getElementById('Item'+itemIndex+'_c0');
+ }
+ if (!focusItem) focusItem = this.NavNext(newIndex);
+ if (focusItem) focusItem.focus();
+ }
+ else if (this.lastKey==39) // Right
+ {
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem) elem.style.display = 'block';
+ }
+ else if (this.lastKey==37) // Left
+ {
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem) elem.style.display = 'none';
+ }
+ else if (this.lastKey==27) // Escape
+ {
+ parent.searchBox.CloseResultsWindow();
+ parent.document.getElementById("MSearchField").focus();
+ }
+ else if (this.lastKey==13) // Enter
+ {
+ return true;
+ }
+ return false;
+ }
+
+ this.NavChild = function(evt,itemIndex,childIndex)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==13) return true;
+ if (!this.ProcessKeys(e)) return false;
+
+ if (this.lastKey==38) // Up
+ {
+ if (childIndex>0)
+ {
+ var newIndex = childIndex-1;
+ document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
+ }
+ else // already at first child, jump to parent
+ {
+ document.getElementById('Item'+itemIndex).focus();
+ }
+ }
+ else if (this.lastKey==40) // Down
+ {
+ var newIndex = childIndex+1;
+ var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
+ if (!elem) // last child, jump to parent next parent
+ {
+ elem = this.NavNext(itemIndex+1);
+ }
+ if (elem)
+ {
+ elem.focus();
+ }
+ }
+ else if (this.lastKey==27) // Escape
+ {
+ parent.searchBox.CloseResultsWindow();
+ parent.document.getElementById("MSearchField").focus();
+ }
+ else if (this.lastKey==13) // Enter
+ {
+ return true;
+ }
+ return false;
+ }
+}
+
+function setKeyActions(elem,action)
+{
+ elem.setAttribute('onkeydown',action);
+ elem.setAttribute('onkeypress',action);
+ elem.setAttribute('onkeyup',action);
+}
+
+function setClassAttr(elem,attr)
+{
+ elem.setAttribute('class',attr);
+ elem.setAttribute('className',attr);
+}
+
+function createResults()
+{
+ var results = document.getElementById("SRResults");
+ for (var e=0; e
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_0.js b/search/variables_0.js
new file mode 100644
index 00000000..3fd349b8
--- /dev/null
+++ b/search/variables_0.js
@@ -0,0 +1,19 @@
+var searchData=
+[
+ ['about_5fus',['ABOUT_US',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#abcbac90e6514bf6ed99323773f8fa5a4',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['activity',['activity',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a4d1f2cf0751e65c73818f14b1119799c',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.activity()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a125f2694f11b36f0cf215fa84c519990',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.activity()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a5583227995dcb9475a0a1f4b787a4553',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.activity()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a145f83bf45ccc4012513d57f1d95301f',1,'org.buildmlearn.toolkit.utilities.FileDialog.activity()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a9afae152c2f7c91883417b9de909da27',1,'org.buildmlearn.toolkit.model.Section.ACTIVITY()']]],
+ ['adapter',['adapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#aa37619ff1e1746715e161213fc61e4a9',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#aa96617a4a9b2a3b644f09014d3764081',1,'org.buildmlearn.toolkit.templates.DictationTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a96071b9339793a158f1de56111267ea3',1,'org.buildmlearn.toolkit.templates.InfoTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a6ebf13ae6c906777089b2b4686139a2a',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a03ac5cd114e8631b9705cff325ee5c9b',1,'org.buildmlearn.toolkit.templates.MatchTemplate.adapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a9882ccea7bd58d6e79f87837898d4479',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.adapter()']]],
+ ['alias',['alias',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a92695ba27f2b424db39c8bc2e78361d5',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['aliaspassword',['aliasPassword',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a2fc72dc42682805a6a2fa62e899a2a5c',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['answer',['ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#ad4d9d386a2e96f2d9f00800f08c32c73',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.ANSWER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#a65d3cf084a4b9c5ffc19c55280605820',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.answer()']]],
+ ['answered',['ANSWERED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a17a4c81ff5c065d2661200b9a4f902ee',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ad60a6b27e03d61a9760b00df0ea59056',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a761b5e937eb5110b4feb0cd0d5124484',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.ANSWERED()']]],
+ ['apk_5fdir',['APK_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#ad32e350b2a3bc331971d274727ce69c5',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['apkname',['apkName',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html#ae3dd0c05ff430a8ef78e94449c02b0bb',1,'org::buildmlearn::toolkit::adapter::SavedApiAdapter::ApiHolder']]],
+ ['assetfilename',['assetFileName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a62b2df0dcab626f9189812034f3f1510',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['assetfilepath',['assetFilePath',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#add70395b01fcaf42a1d4af32f6d16d7a',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['assetsapk',['assetsApk',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a51d7e3c05429574239160c6c7ffd11f5',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['assetsname',['assetsName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a5f0fc0ba241acdfafe1564cfce9e72fb',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['assetspath',['assetsPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#a26f2d156f1f6cf648048c260764e8b1d',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['attempted',['ATTEMPTED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a081f6f6a3bbac2a835ed0d0dea70c368',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#af2255e71f211212efe70063b65f9b9e1',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a8b47aa4921c908ca590ed3da55ab2fd5',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.ATTEMPTED()']]],
+ ['author',['author',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a9bf56d5d385bbc517dd5323e9c91a717',1,'org.buildmlearn.toolkit.model.SavedApi.author()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a906f1314db905654413dcbd90f25658b',1,'org.buildmlearn.toolkit.model.SavedProject.author()']]]
+];
diff --git a/search/variables_1.html b/search/variables_1.html
new file mode 100644
index 00000000..3c65cf26
--- /dev/null
+++ b/search/variables_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_1.js b/search/variables_1.js
new file mode 100644
index 00000000..d876c4da
--- /dev/null
+++ b/search/variables_1.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['base64',['BASE64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#a6eb7d94bdb5f678943733c749b2f4ce5',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.BASE64()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ac0267eafa18f0fc947a1b7659fae1356',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.base64()']]],
+ ['basic_5fm_5flearning',['BASIC_M_LEARNING',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a677ac7115aa6a442f35bdc7e2f44868f',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['blanklineend',['BLANKLINEEND',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ae160e1c07d0d2594bb8134dd507b5762',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['blanklinestart',['BLANKLINESTART',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a8e0b9a30b90e431d81090b41a32ceaa1',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['blue',['BLUE',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a2ecc491e909b9ebb8be7f6cb5a067da6',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['buffer_5fsize',['BUFFER_SIZE',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileUtils.html#a4b6b661a3961f90ac6e422a62bde8521',1,'org::buildmlearn::toolkit::utilities::FileUtils']]],
+ ['build_5fm_5flearn_5fpath',['BUILD_M_LEARN_PATH',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a9965876f735c5e8a6b5b1b187878da87',1,'org::buildmlearn::toolkit::constant::Constants']]]
+];
diff --git a/search/variables_10.html b/search/variables_10.html
new file mode 100644
index 00000000..52b5fe87
--- /dev/null
+++ b/search/variables_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_10.js b/search/variables_10.js
new file mode 100644
index 00000000..1d153cb9
--- /dev/null
+++ b/search/variables_10.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['radius',['radius',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#a6846ad52d24b8fcc6c4753a39399f6c6',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['red',['RED',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a511d8098c47f1445e66c286bf3528f33',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['request_5fpick_5fapk',['REQUEST_PICK_APK',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a7560e9f4d7da50c82e5a66854ccab436',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['request_5ftake_5fphoto',['REQUEST_TAKE_PHOTO',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a587243f063c2b42ae7c457efe6752e28',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['root_5ftag',['ROOT_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a7088331afb5b47a66d108c0af2acfa82',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#aaf206479ec60917ea3525732a5e2c30c',1,'org.buildmlearn.toolkit.templates.DictationModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ac578f65305e9146e6e17cb67b98f53c4',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#ab737966c7573130af6e50c336a76c285',1,'org.buildmlearn.toolkit.templates.VideoModel.ROOT_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ae5ea97ba309bececb6d41a7fbca921c2',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.ROOT_TAG()']]],
+ ['rootview',['rootView',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#a72ee5c1b3b5d1c3c3238cab8aeef863f',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#afea25d76857605e7164fc6d8e018681e',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#af4e345b3af7deeb12727648699ce12fb',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a4c87f9970fc336a7eb56e455167731ae',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#ae67ea10f7f911465063442c443424083',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#ad77ae56af19a9427dcc1b78dd9dded5d',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#adc5f6819dcdcd513a8178de20a148a32',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a84e5e1104c11cdeb372150575d0afa67',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a98e56c573aa586a67edbf011b7d18059',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#a98db4a1cbd80c50e4bc1c4df98c1b9a0',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#adf7a5238a59d8994fc6b63954d9a8921',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#ae94e27b4662f4c28748ea668531685bf',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.rootView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#acce46f948c415711ad0639982ebcaa06',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.rootView()']]]
+];
diff --git a/search/variables_11.html b/search/variables_11.html
new file mode 100644
index 00000000..476f36e0
--- /dev/null
+++ b/search/variables_11.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_11.js b/search/variables_11.js
new file mode 100644
index 00000000..7d1b8121
--- /dev/null
+++ b/search/variables_11.js
@@ -0,0 +1,32 @@
+var searchData=
+[
+ ['saved_5fdir',['SAVED_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a657c90b7a9ba3bfd833cead98e2d9841',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['savedapis',['savedApis',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ad504c641a9080d4d05b1704e9b1a25a5',1,'org::buildmlearn::toolkit::fragment::LoadApkFragment']]],
+ ['savedprojects',['savedProjects',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a4c085fb2467675412094cb68ca1f2d8a',1,'org::buildmlearn::toolkit::fragment::LoadProjectFragment']]],
+ ['second',['SECOND',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a9854ee2b58dff29ba4addee78e4cdb15',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['second_5flist',['second_list',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a445978428a1b2e1f2a2ca9fb7bacbc67',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['second_5flist_5ftitle',['second_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a8f3a70b7cabdb5d17290543a065a2044',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.second_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html#a8a38748256555c75aec17f748a62f848',1,'org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.second_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#ac94b3ae40c469587ef02351201f71040',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.second_list_title()']]],
+ ['second_5ftitle_5ftag',['SECOND_TITLE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a2923111945431d86c32d5d43f6eae841',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.SECOND_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a49d70b470033659a262090b3f640f0a9',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.SECOND_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a6d3041361ff59a92751b42af0bb60248',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.SECOND_TITLE_TAG()']]],
+ ['section_5fdivider',['SECTION_DIVIDER',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#acc0a57a45c96711214e40f17b5b3cfe0',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['sections',['sections',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a0e9b490e10fe5905cf66797f76314603',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['selected_5fkey',['SELECTED_KEY',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a3ea745d0af973fba04b0f88338e7806b',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.SELECTED_KEY()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a32e713240eae9424c533794661ed9443',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.SELECTED_KEY()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a62b39b0a79d802d565d7c438c37fd441',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.SELECTED_KEY()']]],
+ ['selected_5fkey_5fa',['SELECTED_KEY_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a199bf8fc5f2b1daa8a9f00e251262a56',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_A()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#aaa308b6fd6a2d7225bba49e415881d22',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.SELECTED_KEY_A()']]],
+ ['selected_5fkey_5fb',['SELECTED_KEY_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a78671b094425c1174bfb14f43af55f3b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_B()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a88db5a44ba1cf59b52bfebd0a15efa11',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.SELECTED_KEY_B()']]],
+ ['selectedposition',['selectedPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a3a8c09c418c4dcd89e98f460d6b65905',1,'org.buildmlearn.toolkit.activity.TemplateEditor.selectedPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#aabfa505b7e2443686bf6c8e1ab1f65b8',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.selectedPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a133f99d6233f9f26ab03ebb14fe5f4b3',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.selectedPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a41fead0d2295b8fd7f2f7bfb168470d7',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.selectedPosition()']]],
+ ['selectedpositiona',['selectedPositionA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a2611205368a8e9ad3b519acdf19ef32f',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['selectedpositionb',['selectedPositionB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a551644e1a207590d8f911431584586c7',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['selectedsectionmenu',['selectedSectionMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a9191625d852261881a821ec5b98342b5',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['selectedtemplate',['selectedTemplate',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a71073c5ae2c78f417365ec59fd9c4e07',1,'org.buildmlearn.toolkit.activity.TemplateEditor.selectedTemplate()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a29402a3863d0b620deff893b1989fea2',1,'org.buildmlearn.toolkit.simulator.Simulator.selectedTemplate()']]],
+ ['selectedview',['selectedView',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ac27f27c3e26b8926f09501cd0e871614',1,'org.buildmlearn.toolkit.activity.TemplateEditor.selectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a61317e4e6b7b1a7abc8aad57b724d4fe',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.selectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#ad881d20e6feeff2204638f1370592ac2',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.selectedView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a8afa416416dcec1d719e0ce7b5836cf8',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.selectedView()']]],
+ ['selectedviewa',['selectedViewA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a3f22f954fc1bfa2c30f3440a9bbaad62',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['selectedviewb',['selectedViewB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#aaa087f0b8191aecc84b89b60415743cc',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['settings',['SETTINGS',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a6829d7052c40f9c876e0886cc093be85',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['showtemplateselectedmenu',['showTemplateSelectedMenu',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a2af7a93dc2f0f6a3aa9ad2adc2006ce9',1,'org.buildmlearn.toolkit.activity.TemplateEditor.showTemplateSelectedMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#ac4ba8c3a469443629064b55028e69523',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.showTemplateSelectedMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a9108b61bdaacd90cb6f12bde0ede5c37',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.showTemplateSelectedMenu()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a3e417a84219dc1ba90e09df5f3535b97',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.showTemplateSelectedMenu()']]],
+ ['simulator_5ffile_5fpath',['SIMULATOR_FILE_PATH',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a5e8ea6ec23e727cbfc84e5b854ae311c',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['start',['START',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a6c371c9b15a236ef851b34eb9b0ffefe',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['start1',['start1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#afd9f5db9b077aa89baeea86c84dcfe89',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['start2',['start2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#ad4d4afed8964a4aca079e5ca70aa85b5',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['start_5factivity',['START_ACTIVITY',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a2799e097282009a747db0225f72508ff',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['start_5ffragment',['START_FRAGMENT',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a0c39fd90b89fc7f00dd4b59e90df7325',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['state_5fselected_5fposition',['STATE_SELECTED_POSITION',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a91333ab003a031fb45bfea43e364c6f9',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]]
+];
diff --git a/search/variables_12.html b/search/variables_12.html
new file mode 100644
index 00000000..ff143dcb
--- /dev/null
+++ b/search/variables_12.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_12.js b/search/variables_12.js
new file mode 100644
index 00000000..f16e14fb
--- /dev/null
+++ b/search/variables_12.js
@@ -0,0 +1,28 @@
+var searchData=
+[
+ ['table_5fname',['TABLE_NAME',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a456ddf85dc78182f393cfb1197d1e8f2',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#a5ac531f8d6782a20cadb2013065a7254',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html#a2bd71896773218ddf46d5d567f00950b',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#a8570479f1d55570068920506bcf43ea5',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html#a5a7117b4841ab918cb9bbd92b3ce8e09',1,'org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ae800fd714d5ea80de21c807c9b93d2be',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html#a3447c3266480981f7f6521c2dba8d3f3',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.Matches.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a12cf1511f7cc5ef964c61dcf490b8f9f',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a3c4e50dd43845e4bce187634213f567f',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.TABLE_NAME()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#ad9d1c9bb091b79918ab1161ef60b5a13',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TABLE_NAME()']]],
+ ['tag',['TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a10184e181fd7372679d02be3b7bbb277',1,'org.buildmlearn.toolkit.activity.TemplateEditor.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a70a4f3509b545bd45556bf041b0950e1',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a6802d1e781be3f554576595f6f68f794',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a99d74143504259fcd70442cd20b38bde',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#a5ed469eea2cb2b6dd491414d8c4064d8',1,'org.buildmlearn.toolkit.simulator.Simulator.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a276db76cabb84d7edd7c28d3fb649039',1,'org.buildmlearn.toolkit.templates.FlashTemplate.TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#ab891931f3e23633cfeaa0636420b3183',1,'org.buildmlearn.toolkit.utilities.SignerThread.TAG()']]],
+ ['temp_5ffolder',['TEMP_FOLDER',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a158bcabbd1c0f1f4512cb0d7c913473a',1,'org.buildmlearn.toolkit.utilities.RestoreThread.TEMP_FOLDER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a5665b0a957fa49db69ea448a09c5ce74',1,'org.buildmlearn.toolkit.utilities.SignerThread.TEMP_FOLDER()']]],
+ ['template',['template',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a2dd7c11cbe7e69502eb22f12be0bb484',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['template_5fid',['TEMPLATE_ID',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a2ee9d59d6a353dc4664ed2e2086dae9d',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['template_5fobject',['TEMPLATE_OBJECT',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a9e2658a69f3f70584955bbdc947ca0bc',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['templateclass',['templateClass',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a6a200b7fbb36356e5afe60983256bd68',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['templateedtiorlist',['templateEdtiorList',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a09b0ee15af33371b6edc5d0d8c9e094e',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['templateid',['templateId',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a828e86661f2e2d7007430801b25346f3',1,'org.buildmlearn.toolkit.activity.TemplateEditor.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1simulator_1_1Simulator.html#ae975e80d8437086c05a55cf7407f6d35',1,'org.buildmlearn.toolkit.simulator.Simulator.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ae08ea9d3e4cade37472f3521c239c1f7',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a4ad8d52a9cf5c27a33391d252a0fae02',1,'org.buildmlearn.toolkit.templates.DictationTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a00df07dcf4f09799ccba120c9ef45e46',1,'org.buildmlearn.toolkit.templates.FlashTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#a8aa87de71f3a80c02636551351a890cd',1,'org.buildmlearn.toolkit.templates.InfoTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a9a0737d2b579527b9d375518b9097014',1,'org.buildmlearn.toolkit.templates.LearnSpellingTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a2e7eea6a94cc7e7c08e4db7dc31d4a7c',1,'org.buildmlearn.toolkit.templates.MatchTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#a3aa259fc687f8ba50518707c422a9611',1,'org.buildmlearn.toolkit.templates.QuizTemplate.templateId()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ac6e1ea89fd6a5a50f5a081fca1cf1531',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.templateId()']]],
+ ['templatemetalist',['templateMetaList',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ae03ef38d236187ed866097da4eaaeecf',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['templates',['templates',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#ae40d5c4f746400bf9406ae5138a4cdcb',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter']]],
+ ['text',['text',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__A_1_1ViewHolder.html#a5853d6adf91720db5166a4ddd81a3cca',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_A.ViewHolder.text()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1adapter_1_1MatchArrayAdapter__B_1_1ViewHolder.html#a45f5c17f9447809c08d787ca5b722851',1,'org.buildmlearn.toolkit.matchtemplate.adapter.MatchArrayAdapter_B.ViewHolder.text()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a64a42555135b9e66c13c757e346a3e88',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Diff.text()']]],
+ ['third',['THIRD',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a9cc74bacb34a8d3a0c7fa0dbadfc0786',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['thumb',['thumb',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html#a222738a3f0601644b987093f14cd5521',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.thumb()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html#a074d975264bd0e7cc275ede4f504d065',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.thumb()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html#a6ef0074106c153dd54f89538b0760675',1,'org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.thumb()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#a364407f3fe1b59b113fe067f54ece346',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.thumb()']]],
+ ['thumb_5flink_5ftag',['THUMB_LINK_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#ae75b97da20f347a870884dbf4c9a7e1f',1,'org.buildmlearn.toolkit.templates.VideoModel.THUMB_LINK_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a8f7b0e877c6e012aba7aec6033029c60',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.THUMB_LINK_TAG()']]],
+ ['thumbnail_5furl',['thumbnail_url',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a8d4c0cecc8dca7168361462f629adb9f',1,'org.buildmlearn.toolkit.templates.VideoModel.thumbnail_url()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a5bad887870c101bb17b14850fa63d24b',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.thumbnail_url()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#a8e2b9a195d7feb786f51ddd645b4c53e',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.THUMBNAIL_URL()']]],
+ ['time',['time',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a2ee63cfcb4cedf66e5d46fd02632d88b',1,'org.buildmlearn.toolkit.model.SavedProject.time()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#adb29204102c4f3272ae85270899e40b8',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.time()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#a0c3eb6a76bd96ffe5c02d93a53da9a7d',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TIME()']]],
+ ['timer',['timer',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html#a8aa98aa62ddcb7c7da064ba29b7fc7ec',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaAdapter::ComprehensionMetaHolder']]],
+ ['timer_5ftag',['TIMER_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#aaf75e6d47a29319b3284628c343459a9',1,'org::buildmlearn::toolkit::templates::ComprehensionMetaModel']]],
+ ['title',['TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#a9e37946a543befcbb2d6644692dc2d26',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html#aa64523b372feca9a4ebff43f44d0b4c4',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html#a1fe7ada37ca14f0968fba9d37dd638a4',1,'org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a0f29454366bb795f4f75d9a977bba610',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#ab56fcb143ed8a14c46cf81833532d9a9',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a1c17241fb519b68d8e1c87286bd12cae',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1adapter_1_1DictArrayAdapter_1_1ViewHolder.html#aba9443853c3b80d7bc8adad009b433d5',1,'org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a300553726072e08510965b54ece05b27',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1adapter_1_1InfoArrayAdapter_1_1ViewHolder.html#a7643252f2b77d6945ef59b29805cf1c1',1,'org.buildmlearn.toolkit.infotemplate.adapter.InfoArrayAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#a974c9d7d4f0db00c57d5a2c38040fa27',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a4c103cc147f50bef03dd5e9587bb8de1',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.title()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a112206e1cf6d9b50a0def584ee53529a',1,'org.buildmlearn.toolkit.model.Template.title()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a6cd2b7c4e1b8b48f0d7eccdc13b57d09',1,'org.buildmlearn.toolkit.model.Tutorial.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html#a8402aa0e7e45bbc61431b2dc10cae0e8',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#a904f81c4bb8b842a42b4dd9ff6c7af57',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#a92bd6c2566c45fb1ac95bbc0c2cd53f8',1,'org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a4d4accc8a072d6f95c93fb2e9a5d7797',1,'org.buildmlearn.toolkit.templates.DictationModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html#ac796e46f5bb18dd6f1dc765e56ae63f1',1,'org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#af8bb459139f9fc8fe759c8c3e3060c51',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html#a611477f821f47ee5dc30e233b8486435',1,'org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a9c4cb7a2202cf993149e8fc5b46281da',1,'org.buildmlearn.toolkit.templates.VideoModel.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#ad3a80df0389831aa9818ab6b79da385e',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a58bad1c15baf40c7e0f34ba212ef2fc8',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.title()']]],
+ ['title_5ftag',['TITLE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a62d5c2b9c215bbcbac19b3a0dd1e52f5',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#ab1fe2f4e431c321ba34b7a35d3dda4f6',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#aff457132695ced3adfbf905ae80e4003',1,'org.buildmlearn.toolkit.templates.DictationModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a565a17bc9d90fd6ce54d18a58d026a7d',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#aab6348f79865d09d59abad5e6cbd183b',1,'org.buildmlearn.toolkit.templates.VideoModel.TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a5615a39b6f341a11869ca7749ab8fdb4',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.TITLE_TAG()']]],
+ ['titleresid',['titleResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#accd3e04504db3b956fb5d123ecdeca8a',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['toolkit',['toolkit',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#af6325370557d88b7e0e8852634509a46',1,'org.buildmlearn.toolkit.activity.TemplateEditor.toolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a0b220664bab60b9eea19188d8991c17c',1,'org.buildmlearn.toolkit.utilities.RestoreThread.toolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a22e92e416784f287e5e16a55763364e2',1,'org.buildmlearn.toolkit.utilities.SignerThread.toolkit()']]],
+ ['tts',['tts',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#af48d0b5c8abacce32ab36b327d15be60',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.tts()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#aea99947964ca03c94a307f428d5b1f07',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.tts()']]],
+ ['type',['type',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a8c4244d47e13f8ed782485b6ae80a8b8',1,'org.buildmlearn.toolkit.model.SavedProject.type()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a51c49be1e1c109404b43c45c9b9c0df4',1,'org.buildmlearn.toolkit.model.Section.type()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a1ac0921d037d111c6d9a98c659b6de74',1,'org.buildmlearn.toolkit.model.Template.type()']]]
+];
diff --git a/search/variables_13.html b/search/variables_13.html
new file mode 100644
index 00000000..f62f946f
--- /dev/null
+++ b/search/variables_13.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_13.js b/search/variables_13.js
new file mode 100644
index 00000000..3fd9a09c
--- /dev/null
+++ b/search/variables_13.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['unzip',['UNZIP',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#aa7187aa1863aeed8b73d71e3d203fe3c',1,'org::buildmlearn::toolkit::constant::Constants']]]
+];
diff --git a/search/variables_14.html b/search/variables_14.html
new file mode 100644
index 00000000..edd9b916
--- /dev/null
+++ b/search/variables_14.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_14.js b/search/variables_14.js
new file mode 100644
index 00000000..fd39a0bb
--- /dev/null
+++ b/search/variables_14.js
@@ -0,0 +1,13 @@
+var searchData=
+[
+ ['video_5fcollection',['VIDEO_COLLECTION',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a0b4b1d2ede6cce85075ed131f22f1743',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['video_5fcolumns',['VIDEO_COLUMNS',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#a8b67a158639433cf19c0cfb64e6d0604',1,'org::buildmlearn::toolkit::videocollectiontemplate::Constants']]],
+ ['video_5fid',['video_Id',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a83f2ba1d5cbf50031944c37da8d5d7ff',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::DetailActivityFragment']]],
+ ['video_5floader',['VIDEO_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#ad20cbd7e19c6b2f861a0ebdb5f410762',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::MainActivityFragment']]],
+ ['videodata',['videoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ab1a0e508ab9ba9ce308c3fcbbc3038d4',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['videolist',['videoList',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a2e22394adf697de7987441b919a89671',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::MainActivityFragment']]],
+ ['videolistadapter',['videoListAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#a37e843e77a3b805f2f696c3353fe3296',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::MainActivityFragment']]],
+ ['viewname',['viewName',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af21ab2867b4154f9869eab7856f3a658',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['viewpager',['viewPager',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#aec1637ba8fbe69945ea7f675b5472293',1,'org::buildmlearn::toolkit::flashcardtemplate::fragment::MainFragment']]],
+ ['vimeo',['VIMEO',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a4dffd2798a6cc2ba8a0387d6133c69ed',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]]
+];
diff --git a/search/variables_15.html b/search/variables_15.html
new file mode 100644
index 00000000..6ee4d58a
--- /dev/null
+++ b/search/variables_15.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_15.js b/search/variables_15.js
new file mode 100644
index 00000000..290b21e9
--- /dev/null
+++ b/search/variables_15.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['word',['WORD',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ac2a3d72883e5931f0fea06f44698fb92',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.WORD()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#adc2fd1639db2de59172fe451e6660c16',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.word()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#a0391d141913c5ab231c1b22cc0c32a55',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.word()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#a6e8838ae9bf29b6005fe9fff6a174e77',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.word()']]]
+];
diff --git a/search/variables_16.html b/search/variables_16.html
new file mode 100644
index 00000000..0f264c90
--- /dev/null
+++ b/search/variables_16.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_16.js b/search/variables_16.js
new file mode 100644
index 00000000..16878a07
--- /dev/null
+++ b/search/variables_16.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['xmlfilename',['XMLFileName',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a17fc58f4be131d0dc62f53e01b3ca060',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a4341dc3ae5bf3c1cb74ade3143967c2f',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a44b1cfc324107db29d9c469400c4619f',1,'org.buildmlearn.toolkit.flashcardtemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#a6e52222033a5037d1a0150911ad0d793',1,'org.buildmlearn.toolkit.infotemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a2d1e69d562df209e512be480e8fd2e3d',1,'org.buildmlearn.toolkit.learnspelling.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#aaa445a567c19f55fa2ee134f604db9c4',1,'org.buildmlearn.toolkit.matchtemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#ace22a76c04ad5105d7dc8fb3acfc1855',1,'org.buildmlearn.toolkit.quiztemplate.Constants.XMLFileName()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#a6ca0b8cc526afb21e3896ef3231f0619',1,'org.buildmlearn.toolkit.videocollectiontemplate.Constants.XMLFileName()']]]
+];
diff --git a/search/variables_17.html b/search/variables_17.html
new file mode 100644
index 00000000..0d82cea8
--- /dev/null
+++ b/search/variables_17.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_17.js b/search/variables_17.js
new file mode 100644
index 00000000..c1b5c179
--- /dev/null
+++ b/search/variables_17.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['youtube',['YOUTUBE',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#a085ed868eeac2dbdd88c9e283fa215aa',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['youtube_5fshort',['YOUTUBE_SHORT',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ada408bfc90e499ef15ace12bb58aa505',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]]
+];
diff --git a/search/variables_18.html b/search/variables_18.html
new file mode 100644
index 00000000..971df6f4
--- /dev/null
+++ b/search/variables_18.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_18.js b/search/variables_18.js
new file mode 100644
index 00000000..5d5fc93d
--- /dev/null
+++ b/search/variables_18.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['zipinputstream',['zipInputStream',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a967b084e55b9959508a62aaa7e0169a7',1,'org::buildmlearn::toolkit::utilities::RestoreThread']]]
+];
diff --git a/search/variables_2.html b/search/variables_2.html
new file mode 100644
index 00000000..7b43e0ac
--- /dev/null
+++ b/search/variables_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_2.js b/search/variables_2.js
new file mode 100644
index 00000000..ce04cfa3
--- /dev/null
+++ b/search/variables_2.js
@@ -0,0 +1,47 @@
+var searchData=
+[
+ ['cardview',['cardView',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a121015677fc574882af6e720bbcf4f07',1,'org::buildmlearn::toolkit::adapter::TemplateAdapter::ViewHolder']]],
+ ['changed',['changed',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a1960b232fb7931bed6810bfb180c2927',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['chars1',['chars1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#a47581ab7cb34bdc7b35c15ee5279aa34',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['chars2',['chars2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#ac31f129e1fd73832de11bcc65a49c322',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['clicksourcea',['clickSourceA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a92e9139e7b1ec0421995253c1d279748',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['col_5fanswer',['COL_ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a5eafcdb95ec9f114c351ae21b713c1be',1,'org::buildmlearn::toolkit::flashcardtemplate::Constants']]],
+ ['col_5fanswered',['COL_ANSWERED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#aed64da3d90b514a831a427f571ba5c5a',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a8d4929940f55d0a97b514e0ba5fae119',1,'org.buildmlearn.toolkit.learnspelling.Constants.COL_ANSWERED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a7d3ab9a8edcab2e0bb421a508c285ad5',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_ANSWERED()']]],
+ ['col_5fattempted',['COL_ATTEMPTED',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a930743c47140cc8b4542c0c2672b963b',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a7fb227a88838d2708d6e7d884aa27912',1,'org.buildmlearn.toolkit.learnspelling.Constants.COL_ATTEMPTED()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#aa8c91f92812dcbb16943b58988e22d6d',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_ATTEMPTED()']]],
+ ['col_5fbase64',['COL_BASE64',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a0c370e604f3aeac82c60fc0d5f749207',1,'org::buildmlearn::toolkit::flashcardtemplate::Constants']]],
+ ['col_5fcorrect_5fanswer',['COL_CORRECT_ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#ad46c20013bc4235910335dc008308bc4',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_CORRECT_ANSWER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a97edab2d4e80504e2f7e81f2575b0718',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_CORRECT_ANSWER()']]],
+ ['col_5fdescription',['COL_DESCRIPTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#ab0ddba830d28c3ee64133f2711ba8531',1,'org.buildmlearn.toolkit.infotemplate.Constants.COL_DESCRIPTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#ab99a58b66e8f89f8cd45bb84220ed883',1,'org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_DESCRIPTION()']]],
+ ['col_5ffirst_5ftitle',['COL_FIRST_TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a00cf8a9b447b029b06e0632de9ee8143',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fhint',['COL_HINT',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a3a9c872bdd089b119da3037cedd05e6f',1,'org::buildmlearn::toolkit::flashcardtemplate::Constants']]],
+ ['col_5fid',['COL_ID',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a1a052a43d36f765d86f87201111b4d00',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.COL_ID()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#ad45dc3bd5034af8e36d33d6f229623f5',1,'org.buildmlearn.toolkit.infotemplate.Constants.COL_ID()']]],
+ ['col_5flink',['COL_LINK',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#aaf3c151a1398676cd47bf4ea743b5ab3',1,'org::buildmlearn::toolkit::videocollectiontemplate::Constants']]],
+ ['col_5fmatch_5fa',['COL_MATCH_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a03c6a821d7de22b420059b1087e19e2a',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fmatch_5fb',['COL_MATCH_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a4068a0ba559b1980b2f43b37fe895b57',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fmeaning',['COL_MEANING',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a439ff1d2fc63d5939a3a507bb11d8fed',1,'org::buildmlearn::toolkit::learnspelling::Constants']]],
+ ['col_5foption_5f1',['COL_OPTION_1',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a74213721c184e9e965de811c882be1a7',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_1()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#ab983e9f6c9b879b4d7658501f701e19c',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_1()']]],
+ ['col_5foption_5f2',['COL_OPTION_2',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#ae2fffd3e048b07f57349ed600b4f6c97',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_2()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a7113e07e6df256d457c586ef3190976d',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_2()']]],
+ ['col_5foption_5f3',['COL_OPTION_3',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a4ce0a1eb0b4cb075861090a0d2e1ee7d',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_3()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#abac2fb493c29e9320a8cac69fcad67e1',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_3()']]],
+ ['col_5foption_5f4',['COL_OPTION_4',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#af9dd5a62672ada95d65a1cae9b5f3a9a',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_4()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a03ff51f8448c3b1778b7672d567f1018',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_OPTION_4()']]],
+ ['col_5fpassage',['COL_PASSAGE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a4892b25d13c18d6e0c61ec349e0d14b6',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_PASSAGE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#adfcb7c2ba2a9860f45b035723abcf95a',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.COL_PASSAGE()']]],
+ ['col_5fquestion',['COL_QUESTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a74157f9ea123eddfb1b6578bbca42d41',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#a58f975870a5fc1b5b38324db18dce2f4',1,'org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#a9b1694fe445fbde88810dd6e2ffe2779',1,'org.buildmlearn.toolkit.quiztemplate.Constants.COL_QUESTION()']]],
+ ['col_5fsecond_5ftitle',['COL_SECOND_TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#ace90f6755a29f8c2c02856de1b050a43',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fthumbnail_5furl',['COL_THUMBNAIL_URL',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#adac1254615d4856c5a6a4c7483dbf46e',1,'org::buildmlearn::toolkit::videocollectiontemplate::Constants']]],
+ ['col_5ftime',['COL_TIME',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a89fb7ecf7329763dc274da9c1e8cde48',1,'org::buildmlearn::toolkit::comprehensiontemplate::Constants']]],
+ ['col_5ftitle',['COL_TITLE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#ab0c6c7fb3aa6b519cf104c730e977ce1',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a9e22c3060e736b3863bc5f5f039b6942',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.COL_TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#a177c5e5227104174b6425ce1e4bb171a',1,'org.buildmlearn.toolkit.infotemplate.Constants.COL_TITLE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1Constants.html#a1ce807b88fd23ea492c6d8474f7a628c',1,'org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_TITLE()']]],
+ ['col_5ftitle_5fmeta',['COL_TITLE_META',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#af82d7727f539cea18ae0f7aef5ccab17',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['col_5fword',['COL_WORD',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1Constants.html#a63a5b9cadfe24d9f838df27c3d89ce22',1,'org::buildmlearn::toolkit::learnspelling::Constants']]],
+ ['collapsebutton',['collapseButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#afebbf5c70c83bdaab95648f6dc71e14c',1,'org::buildmlearn::toolkit::templates::DictationAdapter::DictationHolder']]],
+ ['color',['color',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a44b55b82b33f8cd31c0c02e77d74e9b7',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]],
+ ['colors',['colors',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#ad3708e7103ef3ec7ef5d57edbcd1e9bf',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.colors()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a8fe1531850144bb2969b60adb7f54b7e',1,'org.buildmlearn.toolkit.adapter.TutorialAdapter.colors()']]],
+ ['comprehension',['COMPREHENSION',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a930312f1946ad623b664609de2a4e9bc',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['comprehensiondata',['comprehensionData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#a690317809307900381bf4d1d26da3115',1,'org::buildmlearn::toolkit::templates::ComprehensionTemplate']]],
+ ['context',['context',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#ae48797ae44e71abb3a9909a228997325',1,'org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.context()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a848684b0dd6cc43c279f4dde513346ea',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.context()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#a34c795343e29b452e4c65c58c352a0d6',1,'org.buildmlearn.toolkit.utilities.RestoreThread.context()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a666153665b183a4cafa7d60fa30b977e',1,'org.buildmlearn.toolkit.utilities.SignerThread.context()']]],
+ ['correct',['correct',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#acf82e342f9003f3b513d75de5461670a',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchModel']]],
+ ['correct_5fanswer',['CORRECT_ANSWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a9daadedec6b3226576fab851e035e7a1',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.CORRECT_ANSWER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a80dea8bfc8fa287e6e7ab8f2c571ac74',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.CORRECT_ANSWER()']]],
+ ['correctanswer',['correctAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#aee2382f372a1dcd51eb3f6ce841eb646',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.correctAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a2c3c90f22361d85df799d962c1bdba9e',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.correctAnswer()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a73ff43704362adcf40f4aa2b7b53857a',1,'org.buildmlearn.toolkit.templates.QuizModel.correctAnswer()']]],
+ ['creator',['CREATOR',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a93129740b23b9a459d90aecdb118b8dd',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#afd4b62c200855dfb7c24f6dbfb418602',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#abcf0c8ceb2e2c7f7071cf9ef5a73a134',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#af45eb4643be2e123379c5e259fb510a0',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a32398334ccbf1ac8777e087fa31f720a',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a4c528ce7610a239f61a99d7d24d97a7b',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a54ebe675c8f3dc6df679f60c65f703cc',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.CREATOR()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#ac43b05cb32f36a6f4f7b59c63b90873d',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.CREATOR()']]],
+ ['currentpath',['currentPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a0f49a1b6543e0abc023df6a1eed7e8a5',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['currentsection',['currentSection',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#ab4c37abd0b73d06bcb29ff53cc0d894c',1,'org::buildmlearn::toolkit::activity::HomeActivity']]],
+ ['currentsectionbackgroundcolor',['currentSectionBackgroundColor',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a576dc34ff9fb366870d371d5d049b12b',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['currentsectionforegroundcolor',['currentSectionForegroundColor',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a930cdcd518fcdafd341e1ed6e114f01c',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]]
+];
diff --git a/search/variables_3.html b/search/variables_3.html
new file mode 100644
index 00000000..ea0392df
--- /dev/null
+++ b/search/variables_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_3.js b/search/variables_3.js
new file mode 100644
index 00000000..d2e99cc7
--- /dev/null
+++ b/search/variables_3.js
@@ -0,0 +1,34 @@
+var searchData=
+[
+ ['dailymotion',['DAILYMOTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#af2495d36cfeb4cbf25f08cb3ef7a6a96',1,'org::buildmlearn::toolkit::templates::VideoCollectionTemplate']]],
+ ['data',['data',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#a91aa873b448d0a53bab535f76a3d135e',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.data()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a0b4dd014c7fce78391c25501eb75985e',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.data()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#aff22bb73e6dc24e2416b65607365230f',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.data()']]],
+ ['date',['date',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a2dfeb57d1a979b07d00e9c8a3578b5b0',1,'org.buildmlearn.toolkit.model.SavedApi.date()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a81205e5f76f19c9a197aa5b536b88a10',1,'org.buildmlearn.toolkit.model.SavedProject.date()']]],
+ ['db',['db',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#ae32d84b70065fd90bc1aa9ba88a93535',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1MainFragment.html#aaebe63b8fbab0ea9a7f53996543cbdcf',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1fragment_1_1QuestionFragment.html#aac831a44face7bc6a677c64b7087f298',1,'org.buildmlearn.toolkit.comprehensiontemplate.fragment.QuestionFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#af23d894f99b05df335fe0c72297ce03c',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a66745fb758ed723ff09e89f2bf2b4de4',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a175afff0ad046a37216c8aed13e4d89f',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a256692a07fa113a6687354cb998effbf',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#ada89a6b25f8c22594bf09f8e7b4ae0e4',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1fragment_1_1MainFragment.html#a86daf85504137e7729d6f44a397da9c8',1,'org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a2bd16780a42033d11e54fa27962fd41a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#aae9761b393ec8d482f96c222e25700be',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a35165db535b929ec5bbf91ebc8368545',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#aa23168ffbc9d57d41895bb1d529cc85a',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1LastFragment.html#ab4b7c2a07ad63f652f0a381bd950a116',1,'org.buildmlearn.toolkit.learnspelling.fragment.LastFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#ab3bc92d5024d152f132b0860541391c1',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1ResponseFragment.html#af93cfb1dc3de3bd19aa6a5fbb7515c5a',1,'org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#a165218ecad83ee3dda6bb82c993b5c84',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a936e399d2152581058c0d80051e91ca9',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a5b0105aba91fd41f46b4de2b6ee7429b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a279eb61d7a029a2081652a9fbd4dd104',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1LastFragment.html#a7922fafd27dd29463273c01b8e74f337',1,'org.buildmlearn.toolkit.quiztemplate.fragment.LastFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1fragment_1_1QuestionFragment.html#a868a9ff3a1617893cadbd53369c71ca8',1,'org.buildmlearn.toolkit.quiztemplate.fragment.QuestionFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#abd5f6988affdcc87babe147f1be6caab',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a0de5d625859d39911a2c5e348a02441f',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.db()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#adcd8c029382165242baf809a8a65c319',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.db()']]],
+ ['dbhelper',['dbHelper',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#aad6b415d9ba244e14a0a845bbc4e57f9',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#aa1fc68089b8e66689f73307128f506e9',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#ae21d788ab58332f36740310ea2275fd5',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#a34c9ce54812bfafd98df41278f6a96c8',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a5b0650c89704d8d4398b4a2d0c532738',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchDb.html#af7159826cc3cc046e7371e971300fa2b',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a01f990a27fc631fd0f7f53640d8d84be',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.dbHelper()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#af8d325e1b90b98559a14d36cd78712bc',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.dbHelper()']]],
+ ['delete',['DELETE',['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html#abb2a34981d1741bf8946af42cd6250af',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Operation']]],
+ ['deletebutton',['deleteButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#a89300faff2511b44e9667d3e84ae371b',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.deleteButton()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#a89783eb886d6820d344f9e3e3075480a',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.deleteButton()']]],
+ ['description',['DESCRIPTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoContract_1_1Info.html#a8c880b66b45ad390d11d15709bf1804a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoContract.Info.DESCRIPTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#ae493aa1643c6a5909ee6b5a311e74a44',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.DESCRIPTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a40a5bb3f2a5bbdc1c3abc8b26534cb3a',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoModel.html#af89990104f985165d5bd428137c76ea0',1,'org.buildmlearn.toolkit.infotemplate.data.InfoModel.description()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a009374cd67d17445cfc0787899697a17',1,'org.buildmlearn.toolkit.model.Template.description()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#ac12a03d6552952f23bd952d50f2d227d',1,'org.buildmlearn.toolkit.model.Tutorial.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionAdapter_1_1VideoTemplateHolder.html#a4e32c3a225546be44ee8f0e578d589a1',1,'org.buildmlearn.toolkit.templates.VideoCollectionAdapter.VideoTemplateHolder.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a7ad4b4bcca9e5f886e109f1e316eb76b',1,'org.buildmlearn.toolkit.templates.VideoModel.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1adapter_1_1VideoArrayAdapter_1_1ViewHolder.html#a2dd910853bc0dc2fd7b4165aaf743e2b',1,'org.buildmlearn.toolkit.videocollectiontemplate.adapter.VideoArrayAdapter.ViewHolder.description()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a85fb57c6d4bd9056a329a5dd5f4d2673',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.description()']]],
+ ['description_5ftag',['DESCRIPTION_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a1f721140cd45bbb5ebbdaa5568221830',1,'org.buildmlearn.toolkit.templates.VideoModel.DESCRIPTION_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#a90339166f383e5a244d046e6a3191bd1',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.DESCRIPTION_TAG()']]],
+ ['detail_5floader',['DETAIL_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a22520d9b3d0bda5b5c0fb321af08ffc9',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.DETAIL_LOADER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a751fac43cbc09463948fa39da5f28c06',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.DETAIL_LOADER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#ab5efe7dbb13895e450cac8152ae604c1',1,'org.buildmlearn.toolkit.infotemplate.fragment.DetailActivityFragment.DETAIL_LOADER()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a757422e41d44c1228abe3cdf36d8adf0',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.DetailActivityFragment.DETAIL_LOADER()']]],
+ ['details',['details',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html#ae98297ead5efa76f607d70c7904a7ec1',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder.details()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html#a549b9b88632cdce8c464c8f1046c9f75',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder.details()']]],
+ ['dict_5fcolumns',['DICT_COLUMNS',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a7d6d1315519509c36c62e79fdadafc56',1,'org::buildmlearn::toolkit::dictationtemplate::Constants']]],
+ ['dict_5fid',['dict_Id',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#a835cc1f7a7b937ee23b18541109d4c41',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.dict_Id()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#acb55b4912fc2993618db00ca6e33ab23',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.dict_Id()']]],
+ ['dict_5floader',['DICT_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a46fabca2ae567cec94b550d007ed305d',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::MainActivityFragment']]],
+ ['dictation',['DICTATION',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a878f3878c06d1f9e5c2719c0116f3ce6',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['dictdata',['dictData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationTemplate.html#a95030ad007d0a8047accfdd29b62588b',1,'org::buildmlearn::toolkit::templates::DictationTemplate']]],
+ ['dictlist',['dictList',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a6deff48b5ad694dea43dd1dbdd304e98',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::MainActivityFragment']]],
+ ['dictlistadapter',['dictListAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#aa862ad0c92de4d75fef103de22526e14',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::MainActivityFragment']]],
+ ['dictvalues',['dictValues',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#a153233e750780e2456f543ba96028f45',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::ResultActivityFragment']]],
+ ['didlognodename',['didLogNodeName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a7ee90eb178f04dba7f39105d74fe9e9d',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['diff_5feditcost',['Diff_EditCost',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#ac0bccfcdfb920ae47c6da51095154ab6',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diff_5ftimeout',['Diff_Timeout',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a371b7d83d00f5e5f156f04a9b6337d1a',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['diffs',['diffs',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#a1b8ded8fe5708379608be5610964c3ae',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['dir',['dir',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#abc6ef4f9a1e6888cb0b5893f3c94c0f1',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['divider',['DIVIDER',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a99456d62ef2b191fe8c99efcbb6495db',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['draft_5fdir',['DRAFT_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#a09f2b77cdd891681a33d80eb527b5803',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['drafticon',['draftIcon',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html#a17a9c862dfb634da8b67619233a1fc1e',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter::DraftHolder']]],
+ ['draftprojects',['draftProjects',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a8b6b252506b897c8fe46fca0bf5010aa',1,'org::buildmlearn::toolkit::fragment::DraftsFragment']]],
+ ['drafts',['DRAFTS',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a25353ad1e6a0b4cb044bc9746cdef08b',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['draftsubtitle',['draftSubtitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html#a2d131162611e8b26a739fc9739d2b0d9',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter::DraftHolder']]],
+ ['drafttitle',['draftTitle',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter_1_1DraftHolder.html#ade3eab0f132e524ac8987eb1233dfdb1',1,'org::buildmlearn::toolkit::adapter::DraftProjectAdapter::DraftHolder']]]
+];
diff --git a/search/variables_4.html b/search/variables_4.html
new file mode 100644
index 00000000..1ed95cb6
--- /dev/null
+++ b/search/variables_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_4.js b/search/variables_4.js
new file mode 100644
index 00000000..7421de30
--- /dev/null
+++ b/search/variables_4.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['editbutton',['editButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#acdfcdf656cddda764d19e3c813b40553',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.editButton()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#a5db8d3295fb4eee7a87b536b32ad4082',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.editButton()']]],
+ ['equal',['EQUAL',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionDb.html#a3999082d158a860481de440fabe964af',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictDb.html#a9db39040e80c78319afaa83652fb2008',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashDb.html#a25c392106b62a25f8dc98c8059891411',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1InfoDb.html#aa6bd5fe405d5b4135431ba5c04ce1d8a',1,'org.buildmlearn.toolkit.infotemplate.data.InfoDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellDb.html#a4fe1695ad33239e5c78d2a864249ec58',1,'org.buildmlearn.toolkit.learnspelling.data.SpellDb.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizDb.html#a1bb2eea4424a48bde643fd9745d1f961',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizDb.EQUAL()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html#aeba482dacb92381cbd25d9b956c43cd8',1,'org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.EQUAL()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoDb.html#a5ac0075863866227b76d29e8a8369525',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.EQUAL()']]],
+ ['expandbutton',['expandButton',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#a767d0993d068b4caf90ef7cf9688d8ec',1,'org::buildmlearn::toolkit::templates::DictationAdapter::DictationHolder']]],
+ ['expanded',['expanded',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#ac2c85fa066d4a6ea41657a7808c27530',1,'org::buildmlearn::toolkit::templates::DictationModel']]]
+];
diff --git a/search/variables_5.html b/search/variables_5.html
new file mode 100644
index 00000000..ecc883b5
--- /dev/null
+++ b/search/variables_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_5.js b/search/variables_5.js
new file mode 100644
index 00000000..d8e3393a
--- /dev/null
+++ b/search/variables_5.js
@@ -0,0 +1,19 @@
+var searchData=
+[
+ ['fifth',['FIFTH',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#abdd038e81834331bf33408c731685847',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['file',['file',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#a4d6618eb1dbe1911ae4cfd5f29809f51',1,'org.buildmlearn.toolkit.model.SavedApi.file()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#aecf6d31347ba21b07d34025fb55259c1',1,'org.buildmlearn.toolkit.model.SavedProject.file()']]],
+ ['fileendswith',['fileEndsWith',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a66078998b4ef3f93e4cbb16de037e244',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['filelist',['fileList',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a1e400eed62012e5265738f58fb0f73e1',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['filelistenerlist',['fileListenerList',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#a2cf83e551b79e78da54f700a1b190fd6',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['finalapk',['finalApk',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a8b2b26a220753cfc192487bb0d47a72d',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['first',['FIRST',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a3b1a4ca35bbdcc35c2d6d7a1c2e87c2a',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['first_5flist',['first_list',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1Constants.html#a5cce27593b60e7244c7662794ac830aa',1,'org::buildmlearn::toolkit::matchtemplate::Constants']]],
+ ['first_5flist_5ftitle',['first_list_title',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#a0a805b3d15cea77b0ee123f4d4875120',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.first_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaAdapter_1_1MatchMetaHolder.html#af1bbb774b9afd21857071f608d267083',1,'org.buildmlearn.toolkit.templates.MatchMetaAdapter.MatchMetaHolder.first_list_title()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#aa911346ed99166f949387781a6480618',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.first_list_title()']]],
+ ['first_5frun',['FIRST_RUN',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#a9b8e3a45cdcff62600723fb7dc75f7ca',1,'org::buildmlearn::toolkit::activity::FirstRunActivity']]],
+ ['first_5ftitle_5ftag',['FIRST_TITLE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1MetaDetails.html#a837368cf2a76891fa38846c91347af38',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchContract.MetaDetails.FIRST_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchMetaModel.html#abd6859183c166a177fa7cd2598f5e736',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.FIRST_TITLE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchMetaModel.html#a2b4ac17e1557c79025b15c93d3a2212d',1,'org.buildmlearn.toolkit.templates.MatchMetaModel.FIRST_TITLE_TAG()']]],
+ ['firstrun',['firstrun',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1Constants.html#a6fbb10848c407bcb8fc5e8eb86f74613',1,'org.buildmlearn.toolkit.comprehensiontemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a530737f36d6c28029c8c8db6c4973353',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1Constants.html#aee0ef58ce4cd2b4c2caf2468ea6441a4',1,'org.buildmlearn.toolkit.flashcardtemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#a242441fcf44f87ab805d170502d632d4',1,'org.buildmlearn.toolkit.infotemplate.Constants.firstrun()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1Constants.html#ac2bdb3269ee1e40c4cd2d5856050b096',1,'org.buildmlearn.toolkit.quiztemplate.Constants.firstrun()']]],
+ ['flash_5fcard',['FLASH_CARD',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a320459af7080ce10a9bbca2f60224865',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['fourth',['FOURTH',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#ae4478d769431a5f34a6698ca0712ff8f',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['fragment',['FRAGMENT',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a536f7f08eb441bb4af16270238999cc4',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['fullpath',['fullPath',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#a4693289823d599da19ede1518790df96',1,'org::buildmlearn::toolkit::model::SavedProject']]]
+];
diff --git a/search/variables_6.html b/search/variables_6.html
new file mode 100644
index 00000000..0c1a66ba
--- /dev/null
+++ b/search/variables_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_6.js b/search/variables_6.js
new file mode 100644
index 00000000..897fee4e
--- /dev/null
+++ b/search/variables_6.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['green',['GREEN',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a567997e55f26dd5faf98d7030e6e75a9',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]]
+];
diff --git a/search/variables_7.html b/search/variables_7.html
new file mode 100644
index 00000000..e0da2ef5
--- /dev/null
+++ b/search/variables_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_7.js b/search/variables_7.js
new file mode 100644
index 00000000..ec8b952b
--- /dev/null
+++ b/search/variables_7.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['handlertoast',['handlerToast',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a50320fc9b82545de0cef1fd83e51f124',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['hint',['HINT',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#a824b24496a2e5b48984d43743e462962',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.HINT()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#aef87096d3d6ab0b6cdc78728f24ac64c',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.hint()']]],
+ ['home',['HOME',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#aa21b990b779598b93484c13cc883b2e9',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['how_5fto',['HOW_TO',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a339a902a73ccf5feded7345c716511a9',1,'org::buildmlearn::toolkit::model::Section']]]
+];
diff --git a/search/variables_8.html b/search/variables_8.html
new file mode 100644
index 00000000..0c3d1df3
--- /dev/null
+++ b/search/variables_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_8.js b/search/variables_8.js
new file mode 100644
index 00000000..cc236689
--- /dev/null
+++ b/search/variables_8.js
@@ -0,0 +1,20 @@
+var searchData=
+[
+ ['iconresid',['iconResId',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#ae100070151f5fec230914d56d01ac763',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['image',['image',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter_1_1ViewHolder.html#a72a77189021e274bf819428879a82685',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.ViewHolder.image()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#af9b3693a4fd2a12e49bbfa55a6ac2d3a',1,'org.buildmlearn.toolkit.model.Template.image()'],['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#adb9c70865c52a85ec9b4149cb61f84e7',1,'org.buildmlearn.toolkit.model.Tutorial.image()']]],
+ ['inflater',['inflater',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1NavigationDrawerMenuAdapter.html#a18058870aed341d30bb308c1b98abfe6',1,'org::buildmlearn::toolkit::adapter::NavigationDrawerMenuAdapter']]],
+ ['info_5fcolumns',['INFO_COLUMNS',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1Constants.html#ae6b2c8cbf31d03d1b293d88c4b9ac24d',1,'org::buildmlearn::toolkit::infotemplate::Constants']]],
+ ['info_5fid',['info_Id',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#af73685fcf9019fdd69ab2c6322ddc929',1,'org::buildmlearn::toolkit::infotemplate::fragment::DetailActivityFragment']]],
+ ['info_5floader',['INFO_LOADER',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a24ddd3a581846988286fdeb83daa9c1b',1,'org::buildmlearn::toolkit::infotemplate::fragment::MainActivityFragment']]],
+ ['infodata',['infoData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoTemplate.html#ad71b7f973a4cf7ffbb49f4443d15ee64',1,'org::buildmlearn::toolkit::templates::InfoTemplate']]],
+ ['infodescription',['infoDescription',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#aacc1b5b917c422f08aa2e73c7b1228a5',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['infolist',['infoList',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a59ffb2eb37ff5f2e23d217ce99bed4f6',1,'org::buildmlearn::toolkit::infotemplate::fragment::MainActivityFragment']]],
+ ['infolistadapter',['infoListAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a8ce0ad55addc14328ecb0feff6715b71',1,'org::buildmlearn::toolkit::infotemplate::fragment::MainActivityFragment']]],
+ ['infoobject',['infoObject',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoModel.html#a0a82e21182f12ef95d137636bd6cfa40',1,'org::buildmlearn::toolkit::templates::InfoModel']]],
+ ['infovalues',['infoValues',['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1DetailActivityFragment.html#a0066a708cc32fde3ae05581017773f60',1,'org::buildmlearn::toolkit::infotemplate::fragment::DetailActivityFragment']]],
+ ['insert',['INSERT',['../enumorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Operation.html#a8b05eca1ef092d3c04fe906fc76f15ce',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Operation']]],
+ ['isclicked',['isClicked',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a3e94761711c4dbc36eb3158eb3193c97',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['isexternalstorageavailable',['isExternalStorageAvailable',['../classorg_1_1buildmlearn_1_1toolkit_1_1ToolkitApplication.html#a44e213cf984150983d557b115fc495e0',1,'org::buildmlearn::toolkit::ToolkitApplication']]],
+ ['islastscreen',['isLastScreen',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#aa471a8182eb2c792a3764385fbd71cb7',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['isselected',['isSelected',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a7b69e14d7f9a41cf17e54d3fe0703c28',1,'org.buildmlearn.toolkit.model.Section.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a35d9c2df0b114ae101174803a3f803c6',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.isSelected()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a4cda118e04f9c9a05034db2d28536274',1,'org.buildmlearn.toolkit.templates.QuizModel.isSelected()']]]
+];
diff --git a/search/variables_9.html b/search/variables_9.html
new file mode 100644
index 00000000..e14a1071
--- /dev/null
+++ b/search/variables_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_9.js b/search/variables_9.js
new file mode 100644
index 00000000..ff9a96a5
--- /dev/null
+++ b/search/variables_9.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['keep',['keep',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#a87db2a68da123249ea5d0dec338a2416',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['key',['key',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#a480a5ed67bf772012260ab87ca1fed22',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['keydetails',['keyDetails',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a787591c33749051d9ae71911b0d1d426',1,'org::buildmlearn::toolkit::utilities::SignerThread']]]
+];
diff --git a/search/variables_a.html b/search/variables_a.html
new file mode 100644
index 00000000..4e38be7c
--- /dev/null
+++ b/search/variables_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_a.js b/search/variables_a.js
new file mode 100644
index 00000000..6ef72bc0
--- /dev/null
+++ b/search/variables_a.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['last',['LAST',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Tutorial.html#a911e6c620d9108703ad2317efdc3b659',1,'org::buildmlearn::toolkit::model::Tutorial']]],
+ ['learn_5fspelling',['LEARN_SPELLING',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#ac92d5f18de318d36ba42ae0aba85576d',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['length1',['length1',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#a9153b8d40d868d29ecf0e359f03c9027',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['length2',['length2',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Patch.html#aa15ef05d12a5e89b19b71d954cbeb51c',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Patch']]],
+ ['level',['level',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a9069a03514616d36f34648b515d7cb53',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['linearray',['lineArray',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1LinesToCharsResult.html#aa2d7f5289bb2dfc874779ac2f48c0e82',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::LinesToCharsResult']]],
+ ['link',['link',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a5ea9218247c35394a88dbc5c477e482c',1,'org.buildmlearn.toolkit.templates.VideoModel.link()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#afb078347986ac0b3e6c9b53361f3f78c',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.link()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoContract_1_1Videos.html#a6de796d5b3a9f59476ddcf029ff6baf8',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.LINK()']]],
+ ['link_5ftag',['LINK_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoModel.html#a8aa1bf92436324d2ccacf30118f4f12a',1,'org.buildmlearn.toolkit.templates.VideoModel.LINK_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1VideoModel.html#aa46c4cd8515fdb21148e2a12965d5128',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.LINK_TAG()']]],
+ ['listener',['listener',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TemplateAdapter.html#a7abb2097a4b27a2c6a7ba9630f3b6f64',1,'org.buildmlearn.toolkit.adapter.TemplateAdapter.listener()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RestoreThread.html#ad1e4d47c924ee4d585ea837778ff1589',1,'org.buildmlearn.toolkit.utilities.RestoreThread.listener()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a6acac9c3507d6bc9e720aea1486f9beb',1,'org.buildmlearn.toolkit.utilities.SignerThread.listener()']]],
+ ['listview',['listView',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#a55fda03ccf27a05410acac4a71809aad',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.listView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a167f0827413d223c40cc83de5a6f9950',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.listView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#aa62e9c1de09632b264472a08c984f28b',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.listView()']]],
+ ['listviewa',['listViewA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a49d9717a57cd8e991554f52d63648b9b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a4962aa59a75f108515924cf179e61c8a',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.listViewA()']]],
+ ['listviewb',['listViewB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a3805c8bfbaad96b3b5c2a07420e9636c',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a247a7236226916e778c77c333c3d295f',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.listViewB()']]]
+];
diff --git a/search/variables_b.html b/search/variables_b.html
new file mode 100644
index 00000000..c98ef41d
--- /dev/null
+++ b/search/variables_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_b.js b/search/variables_b.js
new file mode 100644
index 00000000..5df40a18
--- /dev/null
+++ b/search/variables_b.js
@@ -0,0 +1,58 @@
+var searchData=
+[
+ ['mactivity',['mActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a57dfda5d3f4dc443d192f51565ebb2b9',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['mactivityrule',['mActivityRule',['../classorg_1_1buildmlearn_1_1toolkit_1_1espresso_1_1ComprehensionTest.html#a4f80d4d1bd4129f0297d62da1f1cc92d',1,'org::buildmlearn::toolkit::espresso::ComprehensionTest']]],
+ ['madapter',['mAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a25bef846f7a1bae6bb165e4b5184ea49',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a86ee7efda8a4e73b29484e145671f8af',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a3a1adaf3b98aaf3713efe6b8059c3a01',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a4decea11a01f62e92db3e24bb93a25bb',1,'org.buildmlearn.toolkit.templates.FlashTemplate.mAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#ad6eb1e75e6feb5e1af118ef0781a6a13',1,'org.buildmlearn.toolkit.templates.QuizTemplate.mAdapter()']]],
+ ['malert',['mAlert',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a0d2e94aabdf30dfee35b6215452ced04',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['manswer',['mAnswer',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a690bc949937e43f6e64c5c4ef6fe3636',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['mapkgenerationdialog',['mApkGenerationDialog',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#afe8dcd1317d0b9075234654777563819',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['margin',['margin',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1RoundedTransformation.html#ad63dc90e2c801828a6548d357fd10064',1,'org::buildmlearn::toolkit::utilities::RoundedTransformation']]],
+ ['match_5fa',['MATCH_A',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html#a659ba175ced89378af87d487fb32e4f3',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract::Matches']]],
+ ['match_5fb',['MATCH_B',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchContract_1_1Matches.html#ad909622a9825441c52671642d23600a7',1,'org::buildmlearn::toolkit::matchtemplate::data::MatchContract::Matches']]],
+ ['match_5fdistance',['Match_Distance',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#aeec342cc294a0c3795d631ee1550a0da',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fmaxbits',['Match_MaxBits',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#acbd6579dfcc52cec95ac2e657d068e74',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['match_5fthe_5ffollowing',['MATCH_THE_FOLLOWING',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#a813519a1b5f6ac6fc392396d57698a12',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['match_5fthreshold',['Match_Threshold',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#acf187fceb374f31164a5256fb3bc9990',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['matcha',['matchA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a479c6e7b7bbab00213072a02ad3a4893',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a45fbe0029fe3b22a1be5afa78378cb87',1,'org.buildmlearn.toolkit.templates.MatchModel.matchA()']]],
+ ['matchb',['matchB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1MatchModel.html#a94424270b35968f4b95514d22c157716',1,'org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchModel.html#a34eec27fe6736628eb371d5de5044347',1,'org.buildmlearn.toolkit.templates.MatchModel.matchB()']]],
+ ['matchdata',['MatchData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a80bd8a5aeaca0989e1e685c28dc20d5b',1,'org::buildmlearn::toolkit::templates::MatchTemplate']]],
+ ['matchlista',['matchListA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a89625983c1366b4ab45e46a73f1c2e6b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a1b84fd0969eef67d3afa9878bb7c1e22',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListA()']]],
+ ['matchlistadaptera',['matchListAdapterA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#a24529dc618b5b5c748eaf2598b7eb8f5',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['matchlistadapterb',['matchListAdapterB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#ae593932b0b804d1036618c032364af30',1,'org::buildmlearn::toolkit::matchtemplate::fragment::MainFragment']]],
+ ['matchlistb',['matchListB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#aaed92fe9602401d17062747855707c01',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#ad2445f5849c804204d6e19979d44272e',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.matchListB()']]],
+ ['mbannerimage',['mBannerImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#ab7e63f59edb292088a4d3fc0386eb741',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['mbtn_5fspell',['mBtn_Spell',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a6d5de851fd49c65a4cc56268d8dc9746',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['mcallbacks',['mCallbacks',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#af88ca57dae5664789587798c83292bc2',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mcontext',['mContext',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1DraftProjectAdapter.html#ae60c70f935a9fb5948e78655260c01c8',1,'org.buildmlearn.toolkit.adapter.DraftProjectAdapter.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter.html#a4a19cbb843b42a80c9c010a9e2cad968',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter.html#a1fd3cc434700fb304d3d0b6b821eaf55',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1FetchXMLTask.html#aef6ec23cf0a302dd409826cada59c994',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1FetchXMLTask.html#a9919d5e399db7b998be7d2dc954acf7d',1,'org.buildmlearn.toolkit.dictationtemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FetchXMLTask.html#a28c8b9d8972cb5118e7a96d2e002f6bc',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1data_1_1FetchXMLTask.html#ae64350a3efe9e1ef9b72490787c91c9b',1,'org.buildmlearn.toolkit.infotemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1FetchXMLTask.html#a9a1be87cb2925787e06f91e387bfb5c8',1,'org.buildmlearn.toolkit.learnspelling.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#ae96ddfa8148d735c0d6ef212145b88ac',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1data_1_1FetchXMLTask.html#acb47eca79ec1252afc37942a17a7e7f6',1,'org.buildmlearn.toolkit.matchtemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1FetchXMLTask.html#a15f89458c18114e937d50970fcf53402',1,'org.buildmlearn.toolkit.quiztemplate.data.FetchXMLTask.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#ad33279990de8a8fbf82aaf1300dc78c4',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.mContext()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1data_1_1FetchXMLTask.html#a4c1eddd2f218ac8f8298a88f43fa95fa',1,'org.buildmlearn.toolkit.videocollectiontemplate.data.FetchXMLTask.mContext()']]],
+ ['mdata',['mData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a22f583de25594f6e010ceff3f45e30e0',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['mdrawerlayout',['mDrawerLayout',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#af4b757349bc71bd5c849ec9a6b6ebbfa',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mdrawerlistview',['mDrawerListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a1440f697bae40a59087499de0147bb8a',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mdrawertoggle',['mDrawerToggle',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a5d98fbb580536a2b14e56cec4e16100b',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mduration',['mDuration',['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1widgets_1_1FixedSpeedScroller.html#ab19e03a2dc903d0592ca7e9168b80ba8',1,'org::buildmlearn::toolkit::flashcardtemplate::widgets::FixedSpeedScroller']]],
+ ['meaning',['MEANING',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellContract_1_1Spellings.html#ab23d71c57f617273f1914bc8bfa25e6a',1,'org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.MEANING()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1data_1_1SpellModel.html#a536f8124344acad265bc0b8fa5e13752',1,'org.buildmlearn.toolkit.learnspelling.data.SpellModel.meaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1InfoAdapter_1_1InfoTemplateHolder.html#a50883106775afa0b300bfad56a609dc0',1,'org.buildmlearn.toolkit.templates.InfoAdapter.InfoTemplateHolder.meaning()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingAdapter_1_1LearnSpellingHolder.html#afbe6d699245b23d551f1bf5105e842a6',1,'org.buildmlearn.toolkit.templates.LearnSpellingAdapter.LearnSpellingHolder.meaning()']]],
+ ['menus',['menus',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a28b6b2a5432f1f500484babba6566d4e',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['met_5fspelling',['mEt_Spelling',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#ab008d019bf0b89cb1f5bdbf6c35675f6',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['metaadapter',['metaAdapter',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#af82a9b66a1d74ef4c0e00749da7be452',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.metaAdapter()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#afe51cede6dfe764bfbfd8669813105b3',1,'org.buildmlearn.toolkit.templates.MatchTemplate.metaAdapter()']]],
+ ['metadata',['metaData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionTemplate.html#ad458702d05c5ebc9cce614fbc86a8574',1,'org.buildmlearn.toolkit.templates.ComprehensionTemplate.metaData()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1MatchTemplate.html#a5c473fec959674567ce8c75964c9ff60',1,'org.buildmlearn.toolkit.templates.MatchTemplate.metaData()']]],
+ ['mfragmentcontainerview',['mFragmentContainerView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a35ecfcce77e2250433397ce02ab35244',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mfromsavedinstancestate',['mFromSavedInstanceState',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a2d0036b38c16f6db2eeb049466e90570',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mhint',['mHint',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#aec683e14e90b882f895d769f9809dda4',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['mimage',['mImage',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a3df0201957fbfedf079fcf2cbda83e87',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['mimageuri',['mImageUri',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a5c746741b2733c55f00e458194733ab0',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['min_5fspeech_5frate',['MIN_SPEECH_RATE',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a393e723163e678b95b74c30eeea335e5',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['misphotoattached',['mIsPhotoAttached',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashTemplate.html#a7b7bcf879c40f3e2fc7de5503627318f',1,'org::buildmlearn::toolkit::templates::FlashTemplate']]],
+ ['mlearnspellingdata',['mLearnSpellingData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingTemplate.html#a81318e22742d557d80102eafc05a4548',1,'org::buildmlearn::toolkit::templates::LearnSpellingTemplate']]],
+ ['mlistview',['mListView',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#ab2f4bc129418af539f5b333fc060f9de',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.mListView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#af42332738c3a884fd0114a7db4f8907d',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.mListView()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a3e42689850030ceba9f4d8864c514a6a',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.mListView()']]],
+ ['mmeaning',['mMeaning',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#a20b033bd4498a18e924aef45154b9e25',1,'org::buildmlearn::toolkit::templates::LearnSpellingModel']]],
+ ['mnavigationdrawerfragment',['mNavigationDrawerFragment',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1HomeActivity.html#a96725cb6e809c106369d5622bdafba9a',1,'org::buildmlearn::toolkit::activity::HomeActivity']]],
+ ['mposition',['mPosition',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1MainActivityFragment.html#ac82334513aeeb2801d71c40978131fd5',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.mPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1infotemplate_1_1fragment_1_1MainActivityFragment.html#a09efab9b208d2d8eae1a3c435f08270c',1,'org.buildmlearn.toolkit.infotemplate.fragment.MainActivityFragment.mPosition()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1MainActivityFragment.html#acb7eb080b5964465e02a883aa5ef05da',1,'org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.mPosition()']]],
+ ['mpositiona',['mPositionA',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a62b242110cc97e1eadf3c62479d6ea05',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionA()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#aa751a3adcba2cb2b3595a28c1681e36b',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.mPositionA()']]],
+ ['mpositionb',['mPositionB',['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1DetailFragment.html#a59114e949e890662e98ce7c4c04d8b0c',1,'org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionB()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1matchtemplate_1_1fragment_1_1MainFragment.html#abb041044daa314afcb3ab1cabba0a545',1,'org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.mPositionB()']]],
+ ['mquestion',['mQuestion',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1FlashCardModel.html#a0c75cd9e4ab66ec72e7f7188f55012a5',1,'org::buildmlearn::toolkit::templates::FlashCardModel']]],
+ ['msb_5fspeechrate',['mSb_SpeechRate',['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a9d412e51e557c5b68f40e567f80dc335',1,'org::buildmlearn::toolkit::learnspelling::fragment::MainFragment']]],
+ ['mstartactivity',['mStartActivity',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a61fd169c8bbacba2190b0463124eb3e4',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['mtoolkit',['mToolkit',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1DraftsFragment.html#a58c19beba899a4c1ceb73865d658c777',1,'org.buildmlearn.toolkit.fragment.DraftsFragment.mToolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadApkFragment.html#a69fd3ddf6462231500d199a9ba8b18ec',1,'org.buildmlearn.toolkit.fragment.LoadApkFragment.mToolkit()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1LoadProjectFragment.html#a8eed05b138862fa7de2572d62d1db947',1,'org.buildmlearn.toolkit.fragment.LoadProjectFragment.mToolkit()']]],
+ ['mtutorials',['mTutorials',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter.html#a19f6ea2d13708f625a7cebfe6d8b6021',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter']]],
+ ['muserlearneddrawer',['mUserLearnedDrawer',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#adc458d9209d360c4af1ee8a305c06dfe',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['mword',['mWord',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1LearnSpellingModel.html#af75eba5d0d60e62fa1f860bb1d8c4933',1,'org::buildmlearn::toolkit::templates::LearnSpellingModel']]]
+];
diff --git a/search/variables_c.html b/search/variables_c.html
new file mode 100644
index 00000000..d5f44496
--- /dev/null
+++ b/search/variables_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_c.js b/search/variables_c.js
new file mode 100644
index 00000000..70ae3230
--- /dev/null
+++ b/search/variables_c.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['name',['name',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#a955ca4cb27e9e7e230f2c2552e291192',1,'org.buildmlearn.toolkit.activity.FirstRunActivity.name()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedApi.html#aae17c0552791a74ddc24301d675d4f75',1,'org.buildmlearn.toolkit.model.SavedApi.name()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1SavedProject.html#ac94adccdf486dfd98ff2e7e922467a10',1,'org.buildmlearn.toolkit.model.SavedProject.name()']]],
+ ['needremoveconflict',['needRemoveConflict',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#ac0f01c5a54553c4429b6fd627761a46f',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['needremovelib',['needRemoveLib',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#aded48e5927f2e9bb9514bb7d5efd5e59',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['newpackagefullname',['newPackageFullName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a91fa9f999565e0186dad26acb4d61711',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['nodename',['nodeName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a381105acceb26ff48a41195c7eee0464',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['ns',['NS',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#a761195db6bfd06c3afc744631be1fcce',1,'org::buildmlearn::toolkit::utilities::SignerThread']]]
+];
diff --git a/search/variables_d.html b/search/variables_d.html
new file mode 100644
index 00000000..a57e383b
--- /dev/null
+++ b/search/variables_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_d.js b/search/variables_d.js
new file mode 100644
index 00000000..9cc91203
--- /dev/null
+++ b/search/variables_d.js
@@ -0,0 +1,14 @@
+var searchData=
+[
+ ['oldfilename',['oldFileName',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#ad90816675a8760c5a922a539fe6e86a5',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['oldpackagename',['oldPackageName',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread_1_1MyNodeVisitor.html#a9ed543fd9c4c2364c14288380e0f6ebe',1,'org::buildmlearn::toolkit::utilities::SignerThread::MyNodeVisitor']]],
+ ['open_5fapk',['OPEN_APK',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#ad2d09d4244318298218a72609159c7d2',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['open_5fproject',['OPEN_PROJECT',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Section.html#af342562594f60ed736f519aaa1932127',1,'org::buildmlearn::toolkit::model::Section']]],
+ ['operation',['operation',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch_1_1Diff.html#a1f605a7fb5e0ee23ba40ccb697212381',1,'org::buildmlearn::toolkit::utilities::diff_match_patch::Diff']]],
+ ['option_5f1',['OPTION_1',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a62b1101b2c1b453066a91863bc277a99',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_1()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a2cfab6e2ca5fae402f0aff4336886825',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_1()']]],
+ ['option_5f2',['OPTION_2',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a96fef6027d4594d263b13d1014ea10f0',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_2()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a6603d160ddc95e0e352f4d6ffb79cd9e',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_2()']]],
+ ['option_5f3',['OPTION_3',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#add19c037718b4bdd3f3ab14be0837cb3',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_3()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#ad69d7412aaae437906458797e6677c4f',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_3()']]],
+ ['option_5f4',['OPTION_4',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#af8f648db5c0d3964d3b13238d295013e',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.OPTION_4()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a5a9443e11454eb871b933f2e06328821',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.OPTION_4()']]],
+ ['options',['options',['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a33236011db95b7a1abea3b71d17df01b',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.options()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a382cd02fa193b35fa27ece6b261330fe',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.options()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a95a23093c74841213041326f6e589fa6',1,'org.buildmlearn.toolkit.templates.QuizModel.options()']]],
+ ['orange',['ORANGE',['../enumorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1TutorialAdapter_1_1ListColor.html#a17c335d0ac279da5031a40c052339a65',1,'org::buildmlearn::toolkit::adapter::TutorialAdapter::ListColor']]]
+];
diff --git a/search/variables_e.html b/search/variables_e.html
new file mode 100644
index 00000000..d1502e0e
--- /dev/null
+++ b/search/variables_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_e.js b/search/variables_e.js
new file mode 100644
index 00000000..883cff50
--- /dev/null
+++ b/search/variables_e.js
@@ -0,0 +1,22 @@
+var searchData=
+[
+ ['parent_5fdir',['PARENT_DIR',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1FileDialog.html#ad807a8c118a38deafe9e989241110418',1,'org::buildmlearn::toolkit::utilities::FileDialog']]],
+ ['passage',['PASSAGE',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1MetaDetails.html#af0d43eb264f5b89995bf18afbf747da4',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.MetaDetails.PASSAGE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictContract_1_1Dict.html#a17f7e209687eae930302751be31011e2',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictContract.Dict.PASSAGE()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1Constants.html#a273ce175a82ae2698e62ab35e9ff3c4c',1,'org.buildmlearn.toolkit.dictationtemplate.Constants.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1data_1_1DictModel.html#a93b0e1d530db77c590937a971d75697c',1,'org.buildmlearn.toolkit.dictationtemplate.data.DictModel.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaAdapter_1_1ComprehensionMetaHolder.html#ab88b0e260c231bbc7438efcf79f19a91',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaAdapter.ComprehensionMetaHolder.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#af55829e04fda344cafd3718fe3679369',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationAdapter_1_1DictationHolder.html#ab93b259ad6809a922605040db2a285eb',1,'org.buildmlearn.toolkit.templates.DictationAdapter.DictationHolder.passage()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a1672904be7ce2e6b0c4a70fdd64bacad',1,'org.buildmlearn.toolkit.templates.DictationModel.passage()']]],
+ ['passage_5ftag',['PASSAGE_TAG',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionMetaModel.html#aca9d07b053b4eec6f3f5b0a6df2b05ba',1,'org.buildmlearn.toolkit.templates.ComprehensionMetaModel.PASSAGE_TAG()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1DictationModel.html#a61a19e3a41f1c0b50af345418eb162a5',1,'org.buildmlearn.toolkit.templates.DictationModel.PASSAGE_TAG()']]],
+ ['passageentered',['passageEntered',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1ResultActivityFragment.html#afded822db2f8ac97a394751f6940ec97',1,'org::buildmlearn::toolkit::dictationtemplate::fragment::ResultActivityFragment']]],
+ ['password',['password',['../classorg_1_1buildmlearn_1_1toolkit_1_1model_1_1KeyStoreDetails.html#ae138d2646a7d55dad251cdeee6a62200',1,'org::buildmlearn::toolkit::model::KeyStoreDetails']]],
+ ['patch_5fdeletethreshold',['Patch_DeleteThreshold',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a08c885bb96f00082195af6c8a4abf5b4',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['patch_5fmargin',['Patch_Margin',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1diff__match__patch.html#a94f96bf3e770fd823e638f97fc51962a',1,'org::buildmlearn::toolkit::utilities::diff_match_patch']]],
+ ['permission_5frequest_5fwrite_5fexternal_5fstorage_5fresult',['PERMISSION_REQUEST_WRITE_EXTERNAL_STORAGE_RESULT',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1TemplateEditor.html#a4f2e0d4a5351ba3b82bb302582618c2a',1,'org::buildmlearn::toolkit::activity::TemplateEditor']]],
+ ['planet',['planet',['../quiz__content_8txt.html#a835100bcee31d5a215b7bc2d1dac2c69',1,'quiz_content.txt']]],
+ ['player',['player',['../classorg_1_1buildmlearn_1_1toolkit_1_1videocollectiontemplate_1_1fragment_1_1DetailActivityFragment.html#a467f0034f7b0371811039e08a656f358',1,'org::buildmlearn::toolkit::videocollectiontemplate::fragment::DetailActivityFragment']]],
+ ['pref_5fuser_5flearned_5fdrawer',['PREF_USER_LEARNED_DRAWER',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1NavigationDrawerFragment.html#a1ee346afb1effc95c4eac4f7e1e785e3',1,'org::buildmlearn::toolkit::fragment::NavigationDrawerFragment']]],
+ ['preferences',['preferences',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a25030d7c4bcf37c31464f8861bdd888c',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['prefs',['prefs',['../classorg_1_1buildmlearn_1_1toolkit_1_1activity_1_1FirstRunActivity.html#aa1cc5d447dab2d50362d3b4160a28fea',1,'org::buildmlearn::toolkit::activity::FirstRunActivity']]],
+ ['prefusername',['prefUsername',['../classorg_1_1buildmlearn_1_1toolkit_1_1fragment_1_1SettingsFragment.html#a82ea20aa28be2d2f7aee02d939144c1e',1,'org::buildmlearn::toolkit::fragment::SettingsFragment']]],
+ ['progress',['progress',['../classorg_1_1buildmlearn_1_1toolkit_1_1dictationtemplate_1_1fragment_1_1DetailActivityFragment.html#aa6c24b1db797243726e4806dbf32d6bf',1,'org.buildmlearn.toolkit.dictationtemplate.fragment.DetailActivityFragment.progress()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1learnspelling_1_1fragment_1_1MainFragment.html#a3af7fc0bc1b1a829e4e0892eb58647e7',1,'org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.progress()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1VideoCollectionTemplate.html#aa1621129731829ef6c743d68c3e361d2',1,'org.buildmlearn.toolkit.templates.VideoCollectionTemplate.progress()']]],
+ ['project_5ffile_5fpath',['PROJECT_FILE_PATH',['../classorg_1_1buildmlearn_1_1toolkit_1_1constant_1_1Constants.html#ab2586e8aa144cd7e8b4928186d709ea8',1,'org::buildmlearn::toolkit::constant::Constants']]],
+ ['projectfile',['projectFile',['../classorg_1_1buildmlearn_1_1toolkit_1_1utilities_1_1SignerThread.html#aba1a8cbac3cae3ab99a669527daa3eb6',1,'org::buildmlearn::toolkit::utilities::SignerThread']]],
+ ['projecticon',['projectIcon',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedApiAdapter_1_1ApiHolder.html#a640c4ad239571e3e2c86b82be9144470',1,'org.buildmlearn.toolkit.adapter.SavedApiAdapter.ApiHolder.projectIcon()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html#ad0c6494c7ac6490ad94a79be926617e5',1,'org.buildmlearn.toolkit.adapter.SavedProjectAdapter.ProjectHolder.projectIcon()']]],
+ ['projectname',['projectName',['../classorg_1_1buildmlearn_1_1toolkit_1_1adapter_1_1SavedProjectAdapter_1_1ProjectHolder.html#a4f7721be11f1285b0bcc94ac357179bb',1,'org::buildmlearn::toolkit::adapter::SavedProjectAdapter::ProjectHolder']]]
+];
diff --git a/search/variables_f.html b/search/variables_f.html
new file mode 100644
index 00000000..f777e719
--- /dev/null
+++ b/search/variables_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/search/variables_f.js b/search/variables_f.js
new file mode 100644
index 00000000..5fa497c7
--- /dev/null
+++ b/search/variables_f.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['question',['QUESTION',['../classorg_1_1buildmlearn_1_1toolkit_1_1comprehensiontemplate_1_1data_1_1ComprehensionContract_1_1Questions.html#a2bf09c11bad641f97b137431e67a7e90',1,'org.buildmlearn.toolkit.comprehensiontemplate.data.ComprehensionContract.Questions.QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashContract_1_1FlashCards.html#aebe28927c52431f0348aa0d3bce3f8bd',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashContract.FlashCards.QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizContract_1_1Questions.html#a59ec9c0d785a97bb09da330a6b6351ca',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizContract.Questions.QUESTION()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1flashcardtemplate_1_1data_1_1FlashModel.html#ad1d14b3ffb4c0f780eb6701b527c37f7',1,'org.buildmlearn.toolkit.flashcardtemplate.data.FlashModel.question()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1quiztemplate_1_1data_1_1QuizModel.html#a4e88fb6898a62a5b7b7260f505a07b4b',1,'org.buildmlearn.toolkit.quiztemplate.data.QuizModel.question()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1ComprehensionModel.html#a51f7dca2d72fbd6cbbd8bcaea754d2e2',1,'org.buildmlearn.toolkit.templates.ComprehensionModel.question()'],['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizModel.html#a568dd3dc8d183927ffff7e8da7d45895',1,'org.buildmlearn.toolkit.templates.QuizModel.question()'],['../quiz__content_8txt.html#a4a899bd252c466e4cb51d25efbeae317',1,'question(): quiz_content.txt']]],
+ ['quiz',['QUIZ',['../enumorg_1_1buildmlearn_1_1toolkit_1_1model_1_1Template.html#aee37e120e37544ed8fff5341f9012fee',1,'org::buildmlearn::toolkit::model::Template']]],
+ ['quizdata',['quizData',['../classorg_1_1buildmlearn_1_1toolkit_1_1templates_1_1QuizTemplate.html#adb05fdc78ce8f4f5198dec8c1e3c5504',1,'org::buildmlearn::toolkit::templates::QuizTemplate']]]
+];
diff --git a/splitbar.png b/splitbar.png
new file mode 100644
index 00000000..fe895f2c
Binary files /dev/null and b/splitbar.png differ
diff --git a/sync_off.png b/sync_off.png
new file mode 100644
index 00000000..3b443fc6
Binary files /dev/null and b/sync_off.png differ
diff --git a/sync_on.png b/sync_on.png
new file mode 100644
index 00000000..e08320fb
Binary files /dev/null and b/sync_on.png differ
diff --git a/tab_a.png b/tab_a.png
new file mode 100644
index 00000000..3b725c41
Binary files /dev/null and b/tab_a.png differ
diff --git a/tab_b.png b/tab_b.png
new file mode 100644
index 00000000..e2b4a863
Binary files /dev/null and b/tab_b.png differ
diff --git a/tab_h.png b/tab_h.png
new file mode 100644
index 00000000..fd5cb705
Binary files /dev/null and b/tab_h.png differ
diff --git a/tab_s.png b/tab_s.png
new file mode 100644
index 00000000..ab478c95
Binary files /dev/null and b/tab_s.png differ
diff --git a/tabs.css b/tabs.css
new file mode 100644
index 00000000..9cf578f2
--- /dev/null
+++ b/tabs.css
@@ -0,0 +1,60 @@
+.tabs, .tabs2, .tabs3 {
+ background-image: url('tab_b.png');
+ width: 100%;
+ z-index: 101;
+ font-size: 13px;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+}
+
+.tabs2 {
+ font-size: 10px;
+}
+.tabs3 {
+ font-size: 9px;
+}
+
+.tablist {
+ margin: 0;
+ padding: 0;
+ display: table;
+}
+
+.tablist li {
+ float: left;
+ display: table-cell;
+ background-image: url('tab_b.png');
+ line-height: 36px;
+ list-style: none;
+}
+
+.tablist a {
+ display: block;
+ padding: 0 20px;
+ font-weight: bold;
+ background-image:url('tab_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color: #283A5D;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+ outline: none;
+}
+
+.tabs3 .tablist a {
+ padding: 0 10px;
+}
+
+.tablist a:hover {
+ background-image: url('tab_h.png');
+ background-repeat:repeat-x;
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+ text-decoration: none;
+}
+
+.tablist li.current a {
+ background-image: url('tab_a.png');
+ background-repeat:repeat-x;
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+}
diff --git a/templates_2InfoModel_8java.html b/templates_2InfoModel_8java.html
new file mode 100644
index 00000000..532cbecf
--- /dev/null
+++ b/templates_2InfoModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/InfoModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates_2MatchMetaModel_8java.html b/templates_2MatchMetaModel_8java.html
new file mode 100644
index 00000000..2ba2252e
--- /dev/null
+++ b/templates_2MatchMetaModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/MatchMetaModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates_2MatchModel_8java.html b/templates_2MatchModel_8java.html
new file mode 100644
index 00000000..f51af0c2
--- /dev/null
+++ b/templates_2MatchModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/MatchModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates_2QuizModel_8java.html b/templates_2QuizModel_8java.html
new file mode 100644
index 00000000..fff5fd0b
--- /dev/null
+++ b/templates_2QuizModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/QuizModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates_2VideoModel_8java.html b/templates_2VideoModel_8java.html
new file mode 100644
index 00000000..258996c4
--- /dev/null
+++ b/templates_2VideoModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2Constants_8java.html b/videocollectiontemplate_2Constants_8java.html
new file mode 100644
index 00000000..98047b7a
--- /dev/null
+++ b/videocollectiontemplate_2Constants_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/Constants.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2data_2DataUtils_8java.html b/videocollectiontemplate_2data_2DataUtils_8java.html
new file mode 100644
index 00000000..6fab45a7
--- /dev/null
+++ b/videocollectiontemplate_2data_2DataUtils_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/DataUtils.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2data_2FetchXMLTask_8java.html b/videocollectiontemplate_2data_2FetchXMLTask_8java.html
new file mode 100644
index 00000000..339611e6
--- /dev/null
+++ b/videocollectiontemplate_2data_2FetchXMLTask_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/FetchXMLTask.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2data_2VideoModel_8java.html b/videocollectiontemplate_2data_2VideoModel_8java.html
new file mode 100644
index 00000000..dd90846f
--- /dev/null
+++ b/videocollectiontemplate_2data_2VideoModel_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoModel.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2fragment_2DetailActivityFragment_8java.html b/videocollectiontemplate_2fragment_2DetailActivityFragment_8java.html
new file mode 100644
index 00000000..55b1e737
--- /dev/null
+++ b/videocollectiontemplate_2fragment_2DetailActivityFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/fragment/DetailActivityFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2fragment_2LastFragment_8java.html b/videocollectiontemplate_2fragment_2LastFragment_8java.html
new file mode 100644
index 00000000..ab8e88dc
--- /dev/null
+++ b/videocollectiontemplate_2fragment_2LastFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/fragment/LastFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2fragment_2MainActivityFragment_8java.html b/videocollectiontemplate_2fragment_2MainActivityFragment_8java.html
new file mode 100644
index 00000000..dfcf6a77
--- /dev/null
+++ b/videocollectiontemplate_2fragment_2MainActivityFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/fragment/MainActivityFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/videocollectiontemplate_2fragment_2SplashFragment_8java.html b/videocollectiontemplate_2fragment_2SplashFragment_8java.html
new file mode 100644
index 00000000..fb7f3505
--- /dev/null
+++ b/videocollectiontemplate_2fragment_2SplashFragment_8java.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+BuildmLearn-Toolkit-Android: source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/fragment/SplashFragment.java File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BuildmLearn-Toolkit-Android
+ 2.0.0
+
+ The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+