Gratis Versand in ganz Österreich
Bookbot

Jon Reid

    iOS Unit Testing by Example
    jQuery Mobile
    • Native Anwendungen bieten Vorteile, doch die Zukunft liegt bei mobilen Web-Applikationen, die auf nahezu allen Smartphones und PC-Tablets funktionieren. Hier kommt jQuery Mobile ins Spiel, eine JavaScript-Bibliothek, die auf dem beliebten jQuery-Framework basiert und speziell für mobile Web-Applikationen entwickelt wurde. Mit jQuery Mobile können Sie schnell und einfach mobile Web-Applikationen erstellen, die auf allen unterstützten Geräten ein konsistentes Aussehen und Verhalten aufweisen. Die Einführung in die JavaScript-Bibliothek erfolgt Schritt für Schritt und umfasst HTML5-, CSS3- und JavaScript-Codebeispiele, um eine vollständige, funktionsfähige jQuery-Mobile-Applikation zu erstellen. Sie erhalten einen umfassenden Überblick über die Funktionsweise und den Einsatz von jQuery Mobile. Lernen Sie alles über Seiten, Navigation, Dialoge, Ajax-Inhalte und Browser-Historie. Entdecken Sie die neuen Events für Gestensteuerung und arbeiten Sie mit Toolbars, Buttons, Listen sowie Formular- und anderen UI-Elementen. Verstehen Sie das ausgeklügelte Themen-System und setzen Sie die jQuery-Mobile-API ein, um Elemente und Interaktionen präzise zu steuern. Fügen Sie alles zusammen und entwickeln Sie eine mobile Applikation von der Idee bis zur Umsetzung.

      jQuery Mobile
    • iOS Unit Testing by Example

      • 300 Seiten
      • 11 Lesestunden
      4,5(37)Abgeben

      Fearlessly change the design of your iOS code with solid unit tests. Use Xcode's built-in test framework XCTest and Swift to get rapid feedback on all your code - including legacy code. Learn the tricks and techniques of testing all iOS code, especially view controllers (UIViewControllers), which are critical to iOS apps. Learn to isolate and replace dependencies in legacy code written without tests. Practice safe refactoring that makes these tests possible, and watch all your changes get verified quickly and automatically. Make even the boldest code changes with complete confidence. Manual code and UI testing get slower the deeper your navigation hierarchy goes. It can take several taps just to reach a particular screen, never mind the actual workflow tests. Automatic unit testing offers such rapid feedback that it can change the rules of development. Bring testing to iOS development, even for legacy code. Use XCTest to write unit tests in Swift for all your code. iOS developers typically reserve unit tests for their model classes alone. But that approach skips most of the code common to iOS apps, especially with UIViewControllers. Learn how to unit test these view controllers to expand your unit testing possibilities. Since good unit tests form the bedrock for safe refactoring, you're empowered to make bold changes. Learn how to avoid the most common mistakes Swift programmers make with the XCTest framework. Use code coverage to find holes in your test suites. Learn how to identify hard dependencies. Reshape the design of your code quickly, with less risk and less fear

      iOS Unit Testing by Example