1. Basic Layout
The basic layout that can be used in Advanced Mobile Framework (for now) is:
- Action bar with navigation area, title area and action area
- Content (support different types of View)
- Tab bar which support max. 5 buttons.
In case that there is only one tab, tab bar will not be shown.
You can not add button that call some other view in Content Container in AMF 1.0, we are planning to add this functionality in next Version of AMF.
To see how to setup XML files please read FAQ section, or if you have questions about functionality, please contact us.
2. Text and Images
If you like, you can add multiple images (gallery), also it can be only one photo.
If you like you can “tune” your photos in graphic tools like Photoshop and than embed it into AMF.
We have prepared some Cool Addons which can be used for your projects. E.g. shading box for pictures, which can be downloaded here.
3. Tabs support
Your application can handle up to 5 tabs.
In case that you show only one tab, Tab bar will not be displayed.
Tabs can show predefined ViewTypes:
- TextImageView
- RSS Views
- MenuView
- DeviceInfoView
- WebView
- DetailsView
You can also make your specific ViewTypes, or you can contact us to do this for you.
4. Details View
Details View can be used for Contact information about business subject. Also it can contain Images, Gallery and Text.
Main advantage is that if you insert contact information e.g. phone number, by pressing this item you can call this company.
How to setup this things you can see in our FAQ section.
6. MenuView
MenuView is good for creating lists of items. It can handle different size of icons, see example:
<icon160>image/006_01_thumb_160.jpg</icon160>
<icon240>image/006_01_thumb_240.jpg</icon240>
<icon320>image/006_01_thumb_320.jpg</icon320>
Also it is suitable for menu building. Under list you can put nice image (.png, .jpg is supported)





