Dotnetcat » .NET Books » Mobile books

Programming Reactive Extensions and LINQ (Expert's Voice in .NET)

Programming Reactive Extensions and LINQ (Expert's Voice in .NET) Author: Jesse Liberty
Publisher: Apress (31 October 2011)
Price: $44.99  View »

Pro Reactive Extensions and LINQ is a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth tutorial goes beyond what is available anywhere else to teach how to write WPF, Silverlight, and Windows Phone applications using the Reactive Extensions (Rx) to handle events and asynchronous method calls.

Reactive programming allows you to turn those aspects of your code that are currently imperative into something much more event-driven and flexible. For this reason, it’s sometimes referred to as LINQ for Events.

Reactive programming hinges on the concept of the observable collection, as opposed to the simple enumerable collection with which we’re all familiar. For example, to extract data from a collection and add it to a list box, you would traditionally iterate through the list box, extracting each object in turn. This approach works fine, but it requires significant knowledge about the data you’re working…

Xamarin.Forms Essentials: First Steps Toward Cross-Platform Mobile Apps

Xamarin.Forms Essentials: First Steps Toward Cross-Platform Mobile Apps Author: Gerald Versluis
Publisher: Apress ( 3 December 2017)
Price: $24.99  View »
Rating:
Good

Learn the bare essentials needed to begin developing cross-platform, mobile apps using Xamarin.Forms. Apps can be easily deployed to Google Play or to the Apple App Store. You will gain insight on architecture and how to arrange your app's design, where to begin developing, what pitfalls exist, and how to avoid them. Also covered are expected new features in Xamarin.Forms 3.0, so you may be prepared ahead of time for what the next release brings. 
Xamarin.Forms Essentials provides a brief history of Xamarin as a company, including how their product has become one of the most-used, cross-platform technologies for enterprise applications and app development across the world. Examples in the book are built around a real-life example that is an actual app in Google Play and in the Apple App Store, and has thousands of downloads between iOS and Android. You will learn how an application is set up from scratch, and you will benefit from the author's hard-won experience…

Mobile .NET

Mobile .NET Author: Derek Ferguson
Publisher: Apress (19 October 2001)
Price: $39.95  View »

Mobile .NET begins by examining a wide variety of different wireless Internet devices. These devices are divided into two main divisions: those that are directly supported by .NET (Pocket PCs, i-Mode phones, and WAP devices) and those that are not (Palm OS and J2ME-powered devices). By the end of this book, you'll be able to make .NET work equally well with all of the devices.

In the middle section of the book, the advantages of .NET as a development platform are first introduced. You'll produce a .NET web application capable of serving up stock quotes to virtually any wireless device as an exercise, building on it chapter by chapter. The section concludes with a demonstration of how you can invoke .NET Web services, the cornerstone of Microsoft's new "programmable Internet," from each of the wireless devices mentioned previously.

Mobile .NET concludes by drilling deep down into the technologies provided by .NET specifically for use with wireless devices…

Windows Mobile Game Development: Building games for the Windows Phone and other mobile devices (Expert's Voice in .NET)

Windows Mobile Game Development: Building games for the Windows Phone and other mobile devices (Expert's Voice in .NET) Author: Adam Dawes
Publisher: Apress (27 April 2010)
Price: $49.99  View »

This book will provide you with a comprehensive guide to developing games for both the Windows Mobile platform and the Windows Phone using the industry standard programming languages C# and VB .NET.

You will be walked through every aspect of developing for the Windows Mobile platform―from setting up your development environment for the first time to creating advanced 3D graphics. Finally, you’ll learn how you can make your applications available to others, whether distributing for free or selling online.

Using extensive code samples throughout, you’ll gather all the information needed to create your own games and distribute them successfully for others to enjoy.

Aimed primarily at C# developers, almost everything in the book can be used in VB .NET too. For those areas where this is not the case, workarounds are suggested so that VB .NET developers are still able to use the techniques described.

ASP.NET MVC 4 Mobile App Development

ASP.NET MVC 4 Mobile App Development Author: Andy Meadows
Publisher: Packt Publishing (23 July 2013)
Price: $44.99  View »
Rating:
Excellent

If your skill-sets include developing in C# on the .NET platform, this tutorial is a golden opportunity to extend your capabilities into mobile app development using the ASP.NET MVC framework. A totally practical primer.

Overview

  • Learn and utilize the latest Microsoft tools and technologies to develop mobile web apps with a native feel
  • Create web applications for the traditional and mobile web
  • Discover techniques used to overcome the pitfalls of developing Internet-ready apps

In Detail

The ASP.NET MVC 4 framework is used to build scalable web applications with the help of design patterns and .NET Framework. The Model-View-Controller (MVC) is a design principle which separates the components of a web application. This separation helps you to modify, develop, and test different components of a web application.

ASP.NET MVC 4 Mobile App Development helps you to develop next generation applications, while…

Building Microsoft ASP.NET Applications for Mobile Devices (2nd Edition) (Developer Reference)

Building Microsoft ASP.NET Applications for Mobile Devices (2nd Edition) (Developer Reference) Author: Andy Wigley
Publisher: Microsoft Press (26 April 2003)
Price: $59.99  View »
Rating:
Good

Extend your programming expertise across the widest range of mobile devices with this incisive guide to Microsoft ASP.NET mobile controls. Now integrated into Microsoft Visual Studio .NET 2003, ASP.NET mobile controls enable you to build applications that render intelligently on different devices—regardless of markup language, browser, or form factor. The authors expertly guide you through the mobile Web application development process, explaining how to fully exploit Visual Studio .NET and the Microsoft .NET Framework 1.1 for rapid and more flexible development. Discover how to create innovative, intuitive solutions—instead of wrestling with interoperability issues.

Learn how to:

  • Build mobile Web Forms pages with device-independent properties, methods, and events
  • Use “code-behind” techniques to separate programming logic from the UI
  • Employ the standard controls or download new custom controls
  • Build controls from…

Introducing Microsoft Flow: Automating Workflows Between Apps and Services

Introducing Microsoft Flow: Automating Workflows Between Apps and Services Author: Vijai Anand Ramalingam
Publisher: Apress (31 May 2018)
Price: $37.99  View »

Use Microsoft Flow in your business to improve productivity through automation with this step-by-step introductory text from a Microsoft Flow expert. You’ll see the prerequisites to get started with this cloud-based service, including how to create a flow and how to use different connectors. Introducing Microsoft Flow takes you through connecting with SharePoint, creating approval flows, and using mobile apps. This vital information gives you a head-start when planning your Microsoft Flow implementation.
The second half of the book continues with managing connections and gateways, where you’ll cover the configuration, creation, and deletion of connectors and how to connect to a data gateway. The final topic is Flow administration and techniques to manage the environment.
After reading this book, you will be able to create and manage Flow from desktop, laptop, or mobile devices and connect with multiple services such as SharePoint, Twitter, Facebook, and…

Microsoft .NET Compact Framework Kick Start

Microsoft .NET Compact Framework Kick Start Author: Erik Rubin
Publisher: Sams Publishing ( 7 September 2003)
Price: $39.99  View »

The primary goal of .NET Compact Framework is to bring the familiar experience of developing .NET applications for the desktop to the device world. Of the approximately six million Microsoft desktop developers in the world, it is estimated that perhaps two hundred thousand will turn their attention to the device world using the enabling technology of the .NET Compact Framework.To facilitate the goal of showing readers how to develop applications for the .NET Compact Framework, the book contains in-depth treatment in the following topic areas: Windows Forms and Threading, Network Programming, ADO.NET Dataset, XML Serialization, SQL CE, Web Services, and performance management. Each concept is accompanied with a sample application that illustrates its implementation on the .NET Compact Framework. For the convenience of the reader, each sample application will be offered in both C# and Visual BASIC. Developers can use this source code as a springboard for creating their own device side…

Bootstrap 4 Quick Start: A Beginner’s Guide to Building Responsive Layouts with Bootstrap 4

Bootstrap 4 Quick Start: A Beginner’s Guide to Building Responsive Layouts with Bootstrap 4 Author: Jacob Lett
Publisher: Bootstrap Creative (22 June 2018)
Price: $24.98  View »
Rating:
Average

Learn Bootstrap 4 and Responsive Web Design... Fast!

Code examples updated to v4.2.1 Jan. 2019

Want to improve the design of your web application or website without having to write CSS styles from scratch?

Learning web development (html & css) is a lot more challenging than it used to be. Responsive web design adds more layers of complexity to design and develop websites. In this book you will become familiar with the new cards component, setting up the new flexbox grid layout, customizing the look and feel, how to follow the mobile-first development workflow, and more!

Web designer and developer Jacob Lett has built 100+ websites and WordPress themes. Let him show you exactly how to build responsive layouts that look great in every browser and device. He shares what you can't learn from the official documentation... the process of actually building a full web design layout.

This book is focused on the workflow and does not…

Professional Android Programming with Mono for Android and .NET / C#

Professional Android Programming with Mono for Android and .NET / C# Author: Wallace B. McClure
Publisher: Wrox ( 3 April 2012)
Price: $44.99  View »
A one-of-a-kind book on Android application development with Mono for Android

The wait is over! For the millions of .NET/C# developers who have been eagerly awaiting the book that will guide them through the white-hot field of Android application programming, this is the book. As the first guide to focus on Mono for Android, this must-have resource dives into writing applications against Mono with C# and compiling executables that run on the Android family of devices.

Putting the proven Wrox Professional format into practice, the authors provide you with the knowledge you need to become a successful Android application developer without having to learn another programming language. You'll explore screen controls, UI development, tables and layouts, and MonoDevelop as you become adept at developing Android applications with Mono for Android.

  • Answers the demand for a detailed book on the extraordinarily popular field of Android application development…