BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.buildmlearn.toolkit.ToolkitApplication Class Reference

Extended Application class. More...

Inheritance diagram for org.buildmlearn.toolkit.ToolkitApplication:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.ToolkitApplication:
Collaboration graph
[legend]

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
 

Detailed Description

Extended Application class.

Created by Abhishek on 31-05-2015.

Member Function Documentation

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 ( )

Member Data Documentation

String org.buildmlearn.toolkit.ToolkitApplication.dir
staticprivate
boolean org.buildmlearn.toolkit.ToolkitApplication.isExternalStorageAvailable = false
private

The documentation for this class was generated from the following file: