- INSTANT Kendo UI Mobile
- Sagar Ganatra
- 174字
- 2021-08-13 16:36:24
How it works...
When you run the index.html
page in a browser, you will see a navbar and a tabstrip in the header and footer of the page. Also, the message Hello Kendo!! being shown in the body of the page. The following screenshot shows how it will look like when you view the page on an iPhone:

If you have noticed, this looks like a native iOS application. The framework has the capability to render the application that looks like a native application on a device. When you view the same page on an Android device, it will look like an native Android application, as shown in the following screenshot:

The framework identifies the platform on which the mobile application is being run and then provides native look and feel to the application. There are ways in which you can customize this behavior and this will be covered in the upcoming recipes.
In the next series of recipes, you will learn about the following core components of framework:
- Application
- Touch events
- Views
- Forms
- 數(shù)據(jù)科學實戰(zhàn)手冊(R+Python)
- 精通Nginx(第2版)
- 跟老齊學Python:輕松入門
- Java開發(fā)入行真功夫
- 基于差分進化的優(yōu)化方法及應用
- HTML5游戲開發(fā)案例教程
- Mastering Linux Network Administration
- Scala編程實戰(zhàn)(原書第2版)
- Clojure Reactive Programming
- Visual Basic程序設(shè)計
- Kivy Cookbook
- Unity 2018 Augmented Reality Projects
- Go語言入門經(jīng)典
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript
- Groovy 2 Cookbook