BASIC directory Structure of OpenERP Android framework
This framework provides all the supporting class files to build an Android client module, and is designed to meet any module based on OE ( or oe Plugin android application requirements, and can build an ORM management approach based on local database (SQLite) .
OPENERP-MOBILE└──SRC├──COM│└──OPENERP//Framework Loader Framework Loader │├──base Base Modules Base Module │├──config//module + Sync Config module + synchronous configuration │├──orm Application ORM Package Application ORM Pack │├──support//Supporting Classes support class │├──u til//Utility Classes Utility Class │├──auth//Accounts Authenticator account identity │└─ ─addons//All Modules (addons) all modules (plugins) │└──idea//Sample idea module simple idea modules │├──services//Idea Modules Services (optional) Idea Module service (optional) │├──widgets//I DEA module widgets (optional) Idea modular component (optional) │└──providers│└──idea//Idea mo Dule providers (optional) idea module vendor (optional) │├──libs//External support libraries external supporting library └──res All UIResources All UI Resource ├──drawable//application icons and images application icons and images ├──layout//Applic ation module UIs UI Application Module ├──menu//Application Module Menus application Module menu ├──values//A Pplication static String, attr, integers, styles ... Application static strings, attribute methods, integers, styles etc. └──xml//Application provider and preference XMLS application developers and preferences for using XML
In the near future, OE8.0 is cut to Linux, and the data sharing and publishing of mobile is realized while perfecting the function.
OE Mobile version of the framework directory (stay)