BuildmLearn-Toolkit-Android
2.0.0
The Android version of 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...
Classes | |
interface | OnRestoreComplete |
Public Member Functions | |
RestoreThread (Context context, InputStream zipInputStream) | |
void | setRestoreListener (OnRestoreComplete listener) |
void | run () |
Private Attributes | |
final Context | context |
final InputStream | zipInputStream |
final ToolkitApplication | toolkit |
OnRestoreComplete | listener |
Static Private Attributes | |
static final String | TEMP_FOLDER = "rtf" |
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 | ) |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |