![]() |
BuildmLearn-Toolkit-Android
2.0.0
The Android version of 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...


Public Member Functions | |
| void | onCreate () |
| File | getDir () |
| Returns external storage directory. More... | |
| String | getProjectDir () |
| Returns directory for BuildmLearn toolkit manually created files. More... | |
| String | getSavedDir () |
| Returns folder path for saved projects. More... | |
| String | getDraftDir () |
| Returns folder path for saved projects. More... | |
| String | getApkDir () |
| Returns folder path for storing generated apks. More... | |
| boolean | checkExternalStorage () |
| Checks if external storage is present for storing data. More... | |
| boolean | isExternalStorageAvailable () |
| String | getDownloadDirectory () |
| Returns folder path for Download directory. More... | |
Static Public Member Functions | |
| static String | getUnZipDir () |
| Returns folder path for unzipped apks. More... | |
Private Attributes | |
| boolean | isExternalStorageAvailable = false |
Static Private Attributes | |
| static String | dir |
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.
| String org.buildmlearn.toolkit.ToolkitApplication.getApkDir | ( | ) |
Returns folder path for storing generated apks.
| File org.buildmlearn.toolkit.ToolkitApplication.getDir | ( | ) |
Returns external storage directory.
| String org.buildmlearn.toolkit.ToolkitApplication.getDownloadDirectory | ( | ) |
Returns folder path for Download directory.
| String org.buildmlearn.toolkit.ToolkitApplication.getDraftDir | ( | ) |
Returns folder path for saved projects.
| String org.buildmlearn.toolkit.ToolkitApplication.getProjectDir | ( | ) |
Returns directory for BuildmLearn toolkit manually created files.
| String org.buildmlearn.toolkit.ToolkitApplication.getSavedDir | ( | ) |
Returns folder path for saved projects.
|
static |
Returns folder path for unzipped apks.
| boolean org.buildmlearn.toolkit.ToolkitApplication.isExternalStorageAvailable | ( | ) |
| void org.buildmlearn.toolkit.ToolkitApplication.onCreate | ( | ) |
|
staticprivate |
|
private |
1.8.11