Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Mobile

    Is This Thing On? (A four-part series)

    The growth of technologies like local storage, and the exposure of certain device APIs — like the camera or geolocation — to the browser (or to a hybrid application) has had an interesting side effect on web developers: the growing need to check the connectivity state of the client. Regardless of the reason or device - if you're working on web, mobile web or hybrid mobile applications, odds are very high that you will run into the need to check connectivity state on your current or next project. Lets take a look at some of the APIs available to help you.
    May 27, 2021 5 min read
  • Mobile

    Image Editor for Windows Phone - Text Editing

    Introducing the new text editing capabilities for RadImageEditor for Windows Phone.
    August 05, 2013 2 min read
  • Mobile

    Kendo UI Mobile: Remote Views And Separate HTML Files

    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.
    June 10, 2025 2 min read
  • Mobile

    Push Notifications With Apache Cordova & Icenium

    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.
    March 05, 2025 16 min read
  • Mobile

    Getting Started with your first Windows 8 HTML app using RadControls – Part 2

    Building on the previous Getting Started post, this post adds and configures a RadGrid.
    May 27, 2021 9 min read