BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
▼Norg | |
▼Nbuildmlearn | |
▼Ntoolkit | |
►Nactivity | |
CAboutBuildmLearn | Gives brief info about BuildmLearn community and toolkit |
CDeepLinkerActivity | Activity responsible for handling files opened from file explorer |
CFirstRunActivity | Shown on application first launch |
CHomeActivity | Home screen of the application containg all the menus and settings |
CSettingsLinkerActivity | Activity responsible for changing settings from android settings menu |
CTemplateActivity | Template activity show the list of available templates in the toolkit. Templates are defined in Template.java enum file |
CTemplateEditor | 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 |
CTutorialActivity | Shows the tutorial related to BuildmLearn toolkit usage |
►Nadapter | |
►CDraftProjectAdapter | Adapter used for DraftsFragment to show the items |
CDraftHolder | |
CNavigationDrawerMenuAdapter | Adapter used for showing menus in the side panel |
►CSavedApiAdapter | Adapter used for showing saved APIs in a list Created by opticod (Anupam Das) on 29/2/16 |
CApiHolder | |
►CSavedProjectAdapter | Adapter used for showing saved projects in a list |
CProjectHolder | |
►CTemplateAdapter | Adapter used for showing Templates available in the toolkit |
CSetOnClickListener | |
►CViewHolder | |
CSetOnClickListener | |
►CTutorialAdapter | Adapter used for showing tutorial |
CListColor | |
►Ncomprehensiontemplate | |
►Ndata | |
CComprehensionDb | Contains database util functions for comprehension template's simulator |
CDataUtils | Contains xml data utils for comprehension template's simulator |
CFetchXMLTask | Used to parse XML and save in database for comprehension template's simulator |
►Nfragment | |
CLastFragment | Last Fragment for comprehension template's simulator |
CMainFragment | Main Fragment for comprehension template's simulator |
CQuestionFragment | Question Fragment for comprehension template's simulator |
CSplashFragment | Splash intro Fragment for comprehension template's simulator |
CConstants | Constants used in comprehension template's simulator relating databases |
►Nconstant | |
CConstants | Constants related project directories, preferences and keys |
►Ndictationtemplate | |
►Nadapter | |
►CDictArrayAdapter | Custom Adapter for dictation template's simulator |
CViewHolder | |
►Ndata | |
CDataUtils | Contains xml data utils for dictation template's simulator |
►CDictContract | Contains database contracts for dictation template's simulator |
CDict | |
CDictDb | Contains database util functions for dictation template's simulator |
CDictModel | Model used to save dict entries in database for comprehension template's simulator |
CFetchXMLTask | Used to parse XML and save in database for dictation template's simulator |
►Nfragment | |
CDetailActivityFragment | Fragment for taking user input(dictation) in dictation template's simulator |
CMainActivityFragment | Fragment to hear dictation in dictation template's simulator |
CResultActivityFragment | Fragment for displaying score to user in dictation template's simulator |
CSplashFragment | Splash intro Fragment for dictation template's simulator |
CConstants | Constants used in dictation template's simulator relating databases |
►Nespresso | |
CComprehensionTest | |
►Nflashcardtemplate | |
►Nanimations | |
CFlipPageTransformer | |
►Ndata | |
CDataUtils | Contains xml data utils for flash card template's simulator |
CFetchXMLTask | Used to parse XML and save in database for flash card template's simulator |
CFlashDb | Contains database util functions for flash card template's simulator |
CFlashModel | Model used to save flash entries in database for flash card template's simulator |
►Nfragment | |
CLastFragment | Fragment for displaying score to user in flash card template's simulator |
CMainFragment | Fragment containing the flash cards in dictation template's simulator |
CSplashFragment | Splash intro Fragment for flash card template's simulator |
►Nwidgets | |
CFixedSpeedScroller | |
CConstants | Constants used in flash card template's simulator relating databases |
►Nfragment | |
CDraftsFragment | Fragment used to save drafts |
CHomeFragment | Fragment displayed on the home screen |
CLoadApkFragment | Fragment used for loading existing APKs into a list |
CLoadProjectFragment | Fragment used for loading existing projects into a list |
►CNavigationDrawerFragment | |
CNavigationDrawerCallbacks | |
CSettingsFragment | |
►Ninfotemplate | |
►Nadapter | |
►CInfoArrayAdapter | Custom Adapter for info template's simulator |
CViewHolder | |
►Ndata | |
CDataUtils | Contains xml data utils for info template's simulator |
CFetchXMLTask | Used to parse XML and save in database for info template's simulator |
►CInfoContract | Contains database contracts for info template's simulator |
CInfo | |
CInfoDb | Contains database util functions for info template's simulator |
CInfoModel | Model used to save info entries in database for info template's simulator |
►Nfragment | |
CDetailActivityFragment | Fragment for details of items in info template's simulator |
CMainActivityFragment | Fragment containing the list of items in info template's simulator |
CSplashFragment | Splash intro Fragment for info template's simulator |
CConstants | Constants used in info template's simulator relating databases |
►Nlearnspelling | |
►Ndata | |
CDataUtils | Contains xml data utils for learnspelling template's simulator |
CFetchXMLTask | Used to parse XML and save in database for learn spelling template's simulator |
CSpellDb | Contains database util functions for spell template's simulator |
CSpellModel | Model used to save spell entries in database for spell template's simulator |
►Nfragment | |
CLastFragment | Fragment for displaying score to user in learnspelling template's simulator |
CMainFragment | Fragment for the users to test their spelling skills. spelling template's simulator |
CResponseFragment | Fragment for displaying the correct and user entered spell to users in spelling template's simulator |
CSplashFragment | Splash intro Fragment for spelling template's simulator |
CConstants | Constants used in spell template's simulator relating databases |
►Nmatchtemplate | |
►Nadapter | |
►CMatchArrayAdapter_A | Custom Adapter for match template's simulator |
CViewHolder | |
►CMatchArrayAdapter_B | Custom Adapter for match template's simulator |
CViewHolder | |
►Ndata | |
CDataUtils | Contains xml data utils for match template's simulator |
CFetchXMLTask | Used to parse XML and save in database for match template's simulator |
CMatchDb | Contains database util functions for match template's simulator |
CMatchMetaModel | Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16 |
CMatchModel | Model class for Match The Following Template Editor data |
►Nfragment | |
CDetailFragment | Fragment for displaying score with matched results in match template's simulator |
CMainFragment | Fragment for the users to match column A with column B in match template's simulator |
CSplashFragment | Splash intro Fragment for match template's simulator |
CConstants | Constants used in match template's simulator relating databases |
►Nmodel | |
CKeyStoreDetails | Model class for holding the details of keystore file |
CSavedApi | Model used to hold api entries |
CSavedProject | Model class for holding the details of a Saved File |
CSection | Enum for navigation drawer menus |
CTemplate | Enum for the templates that are included into toolkit application |
CTemplateInterface | Interface containing methods for a implementing a template |
CTutorial | Enum used as model for holding tutorial data |
►Nquiztemplate | |
►Ndata | |
CDataUtils | Contains xml data utils for quiz template's simulator |
CFetchXMLTask | Used to parse XML and save in database for quiz template's simulator |
CQuizDb | Contains database util functions for quiz template's simulator |
CQuizModel | Model used to save quiz entries in database for quiz template's simulator |
►Nfragment | |
CLastFragment | Fragment for displaying score to user in quiz template's simulator |
CQuestionFragment | Question Fragment for quiz template's simulator |
CSplashFragment | Splash intro Fragment for quiz template's simulator |
CConstants | Constants used in quiz template's simulator relating databases |
►Nsimulator | |
CSimulator | This activity acts as a placeholder for Simulator fragment. Contains a Nexus 6 frame in which the fragments are laodded |
►Ntemplates | |
CComprehensionMetaModel | Model class for Comprehension Meta Template Editor data Created by Anupam (opticod) on 26/5/16 |
CComprehensionModel | Model class for Comprehension Template Editor data Created by Anupam (opticod) on 26/5/16 |
CComprehensionTemplate | Comprehension template code implementing methods of TemplateInterface |
CDictationModel | Model class for Dictation Template Editor data Created by Anupam (opticod) on 4/7/16 |
CDictationTemplate | Dictation template code implementing methods of TemplateInterface |
CFlashCardModel | Model class for Flash Card Template Editor data |
CFlashTemplate | Flash Card template code implementing methods of TemplateInterface |
CInfoModel | Model class for Info Template Editor data |
CInfoTemplate | Info template code implementing methods of TemplateInterface |
CLearnSpellingModel | Model class for Learn Spelling Template Editor data |
CLearnSpellingTemplate | Learn Spelling template code implementing methods of TemplateInterface |
CMatchMetaModel | Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 16/7/16 |
CMatchModel | Model class for Match The Following Template Editor data |
CMatchTemplate | Match template code implementing methods of TemplateInterface |
CQuizModel | Model class for Quiz Template Editor data |
CQuizTemplate | Quiz template code implementing methods of TemplateInterface |
►CVideoCollectionTemplate | Video template code implementing methods of TemplateInterface |
CVideoInfoTask | |
CVideoModel | Model class for VideoCollection Template Editor data |
►Nutilities | |
►Cdiff_match_patch | |
CDiff | |
CLinesToCharsResult | |
COperation | |
CPatch | |
►CFileDialog | Programmed dialog box to select file from storage |
CFileSelectListener | |
CFileUtils | Helper functions related to String manipulation |
CKeyboardHelper | Helper functions used to hide the soft keyboard |
CNetworkUtils | Helper functions used to check network connection |
►CRestoreThread | Class for extracting .buildmlearn file from apk |
COnRestoreComplete | |
CRoundedTransformation | |
►CSignerThread | Class for signing a unsigned apk file using a given keystore and credentials |
CMyNodeVisitor | |
COnSignComplete | |
►Nvideocollectiontemplate | |
►Nadapter | |
►CVideoArrayAdapter | Adapter for displaying VideoCollection Template Editor data in simulator. Created by Anupam (opticod) on 12/5/16 |
CViewHolder | |
►Ndata | |
CDataUtils | Contains xml data utils for video collection template's simulator |
CFetchXMLTask | Used to parse XML and save in database for video collection template's simulator |
►CVideoContract | Contains database contracts for video collection template's simulator |
CVideos | |
CVideoDb | Contains database util functions for video collection template's simulator |
CVideoModel | Model used to save video entries in database for video collection template's simulator |
►Nfragment | |
CDetailActivityFragment | Fragment containing details of video items in video collection template's simulator |
CLastFragment | Fragment for displaying score to user in video collection template's simulator |
CMainActivityFragment | Fragment containing list of videos in video collection template's simulator |
CSplashFragment | Splash intro Fragment for video collection template's simulator |
CConstants | Constants used in video collection template's simulator relating databases |
►Nviews | |
CTextViewPlus | |
CApplicationTest | |
CToolkitApplication | Extended Application class |