Mob App Factory, as the name implies, refers to a factory that produces App. This factory can produce four types of App templates (news App, mall App, social App and WordPress) and mass produce different kinds of apps to meet the needs of various industries. Mob App factory relies on Mob developer platform, has professional App development technology to guarantee project quality, and provides 24-hour online customer service, without requiring special maintenance.


Social Apps (ios)
This product integrates UMSSDK, MobIM, SMSSDK, ShareSDK and other Mob SDK
UMSSDK is the user system SDK, so that APP factory can quickly have a user system, greatly reduce the development cost, no need to build their own server to manage the user database
SMSSDK is the SMS verification code SDK, in the APP factory as a way to log in a mobile phone number
ShareSDK is a fast integration social sharing SDK that quickly integrates third-party login authorization in the APP factory
MobIM is a completely free instant messaging service. It is the core communication module of social template, supporting basic message types such as text, image, language, video, etc. Users will establish message sessions to communicate after successful matching
Social Apps (Android)
Social template is easy to understand, is about a social App template, now contains a set of templates, use the template production of App has search strangers, by matching filtering type matching for a match that can chat, also can put the match to cancel the match or some behavior to report to this person, This template has a friendly interaction, appropriate to add some animation effects (for example: by turning the brand to match the search, like or not like) and disconnection, user operation habits and other details of processing, to give users a comfortable and interesting user experience. How can the Mob App factory produce an App of its own? The operation is very simple, just move your finger for 2 minutes. Have you been shocked, my little friend?
The steps of social template production App are as follows:



You can manage the produced App on the official website. If version update is required, you can access the console, manage the version of the App, repackage the App, and fill in the corresponding modified information. The new version of the App will be generated, and the old version of the App will be prompted for version update, and the version can be upgraded.
The news class (ios)
The Mob News App template mainly supports three styles: Vitality, Youth, and Ocean.
The three templates are mainly composed of CMSSDK (content management system), UMSSDK(User management system), and cloud storage SDK.
News App template architecture diagram



Core functions:
News content, the main part of news App, is uniformly controlled by Mob CMS content management background. By writing and producing articles in the background, the published articles can be displayed in the App after publication.
The content of the article involves supporting text, pictures, combination of text and text, video, etc., in many ways to meet the needs of media.
With UMS convenient background user management system, the news App can observe user data, user management becomes quite convenient and easy.
The news class (android)
App factories are basically a series of App templates, which can also be understood as mildly customizable apps.
In accordance with the usual practice, build a small framework, according to the function of the bottom class encapsulation, and then according to the attributes and functions of the class to subcontract: network layer, core layer, interface layer (general SDK only), UI layer; However, as the news template initially decided to develop a total of three sets of templates, so considering the reuse of functions and codes, but also to save development time, so the idea of design is not the same as usual. Because the three templates have similar functions, almost all the functional modules need to be reused, so they are mainly subcontracted with functions to facilitate the development of the latter two templates.
The general project structure of the news template is as follows:
Launch project + common library + Module of three templates
Startup project: mainly used as the logical processing during startup and loading template Module after startup;
General library: network layer, tool classes (including common functions and even pages) extracted in advance, as a separate library;
Module of three templates: specific implementation based on different design of different templates;



Basic framework diagram (template 1 as an example, the other two are roughly the same) :



Mall App (ios)
Mob mall App, mainly e-commerce business oriented App, provides a set of mainstream standard e-commerce business process. Perfect and smooth business processes have been formed from the display of products, to the addition of shopping carts, to the generation of orders and the implementation of payment.
Simple App architecture diagram



Core functions:
Mall App mainly provides perfect product display, shopping cart, order operation and payment functions.
Online product information generated through Shop management background will be perfectly reflected in the App. The perfect system enables us to quickly build our own e-commerce App and gain the first opportunity to enter the e-commerce market.
WordPress App (ios)
WordPress is a Mob forum App template, mainly to browse posts, sharing posts.
This template is mainly built by ShareSDK and cloud storage SDK.
WordPress template architecture diagram



Core functions:
WordPress obtains the HostURL through the CLOUD storage SDK, and then goes to the WordPress management background to obtain the article category, obtain the article list through the article category, and obtain the article details from the article list. You can also add a Banner to the article list. Banner map configuration in the cloud storage SDK, you can also share article details through ShareSDK.