[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[node8-android] appS8 UI framework

To model UI and UI navigation, you have the following main two classes available:
Other classes involved in UI -private to the framework- are:
Read more UI internals

Adding a new tool to appS8

  1. add item menu name to MainActivity>>defaultNavMenuTitles array (this id will have to match YourTool class>>id)
  2. define view layout: add layout(s) for tool view(s) in: projectName\appS8\src\main\res\layout. By now xml layouts are added as Java resource layouts (layouts could be built programmatically)
  3. add the class for your tool:

In general, adding UI and UI navigation to a new app


ToDo list and Nice to Have features.