This document discusses the development of hybrid mobile applications. It begins by noting the prevalence of smartphones and the growth of mobile application development. It then discusses the challenges of platform fragmentation for native mobile apps. Web applications are presented as an alternative but are also limited. Hybrid apps, which are native wrappers for web views, combine the best of both approaches. The document uses a sample ASP.NET MVC app to demonstrate how to build a hybrid mobile app with a focus on ASP.NET MVC's suitability as a backend framework.