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


Public Member Functions | |
| FlashCardModel (String question, String answer, String hint, Bitmap image) | |
| FlashCardModel (String question, String answer, String hint, String image) | |
| String | getQuestion () |
| String | getAnswer () |
| String | getHint () |
| Bitmap | getImageBitmap () |
| Element | getXml (Document doc) |
Private Member Functions | |
| String | convertBitmapToBase64 (Bitmap image) |
Private Attributes | |
| final String | mQuestion |
| final String | mAnswer |
| final String | mHint |
| final String | mImage |
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 | ||
| ) |
|
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 | ) |
|
private |
|
private |
|
private |
|
private |
1.8.11