Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API

You're reading from   Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API Confident of your web application skills but not yet au fait with mobile development? Well this book helps you use the Kendo UI for a painless introduction. Practical tasks and clear instructions make learning a breeze.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781782160922
Length 256 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (9) Chapters Close

Preface 1. Building a Mobile Application Using HTML5 FREE CHAPTER 2. Building Your First Mobile Application 3. Service Layer with ASP.NET Web API 4. Integration Using Framework Elements 5. Exploring Mobile Widgets 6. ActionSheet, ModalView, and More Widgets 7. Movie Tickets Application – Complete Integration Index

Completing the Web API service


In Chapter 3, Service Layer with ASP.NET Web API, we created a repository class called MovieRepository.cs with hardcoded data for a list of movies and theaters. We will use the same data here in this chapter to build the new views in our sample application.

Note

The full source code of both the Web API service and Kendo UI mobile is provided with the book at Packt Publishing's website. If you are not from a .NET background or not interested in creating the service layer, feel free to use the service hosted in this URL to connect to your frontend:

http://api.kendomobilebook.com/api/

For example, to get a list of Now Playing movies, the URL will be:

http://api.kendomobilebook.com/api/Movies/GetMovieList?listtype=0

The completed mobile application can be accessed online here:

http://movies.kendomobilebook.com

Movie list

Open the MovieTicketsBLL.cs file and add the following static method to the MovieTicketsBLL class:

public static List<MovieBO> GetMovieList...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime