Remote views are easy to set up and use. Add a secondView.html file (or whatever
file format your server will parse and render) to your project and
build the standard <div data-role="view">...</div> setup for a
view in to this file. Now instead of specifying a #secondView in a
link, you can specify /secondView.html in your links. Kendo UI
mobile will recognize this as a "remote view" - a view that has to be
loaded from the server before it can be displayed.
Push notifications are messages sent from an application server to a specific device using the vendor infrastructure. Typically, push notifications are used to notify an application to update its data. For example, push notifications are sent when a feed has been updated, a message has been received, or a new appointment has been made.