smobiler introduction (a)

If the mobile development platform based on .net, had self-recommendation smobiler, without having to learn another set of developers to build complex models or development environment, smobiler so that everyone can go to the same as the development of traditional windows mobile application development, then list what platform features.

1. Based on visual development of Visual Studio. Like traditional Windows development platform as the way of development, from the toolbar, drag the control to the form set by the attributes Designer, double-click an event is generated.

2. develop once, run on two platforms Android and IOS. (Cross-platform solution)

3. Thermal update. Modify interface and business logic, only need to modify the server, you do not need to update the client.

4. rich controls and plug-ins system. Based on the cover all the controls required in the mobile development, can custom develop additional plug, such as a fingerprint, RFID, bar code scanning.

5. Support and absolute flow layout. A variety of styles to meet the interface requirements.

We start with Hello World

1. Access https://www.smobiler.com download Smobiler Designer installation package (supports VS2010 to VS2017), double-click the installation after the download in the download interface.

2. Create a new project selection Smobiler Application (will pop up whether to trust a template, choose Trust)

Select SmobilerApplication project

3. Drag from Smobiler Components toolbar and Button control to the form, modify the Text property on the property bar to the right of Hello World.

Visual design interface

4. Double-click the Button control, the Press event of the Button, write Message.Show ( "Hello World!"); Click F5 to run, then the interface will pop up a two-dimensional code included.

Write code and run

5. Download the client from https://www.smobiler.com/download.html. Then scan the above QR code. You can see the interface, and then click Hello World on the interface, the interface is to see Hello Word prompt box.

Phone display

完成一个移动开发,就是这么简单。后面会介绍一些常见控件的使用,比如ListView MenuView Chart等

相关链接

1. https://www.smobiler.com

2. https://cloud.smobiler.com

3. https://shop.smobiler.com

Guess you like

Origin blog.csdn.net/Smobiler/article/details/90765033