Kirjojen hintavertailu. Mukana 12 595 353 kirjaa ja 12 kauppaa.

Kirjailija

Godfrey Nolan

Kirjat ja teokset yhdessä paikassa: 6 kirjaa, julkaisuja vuosilta 2004-2016, suosituimpien joukossa Agile Android. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

6 kirjaa

Kirjojen julkaisuhaarukka 2004-2016.

Agile Swift

Agile Swift

Godfrey Nolan

APress
2016
nidottu
Make your Swift apps agile and sound with this short step by step guide. You'll learn about unit testing, mocking and continuous integration and how to get these key ingredients running in your Swift projects. This book also looks at how to write your Swift apps using test driven development (TDD).Agile practices have made major inroads in iOS development, however it’s very unusual to see something as basic as unit testing on a Swift application. Done correctly, Agile development results in a significant increase in development efficiency and a reduction in the number of defects.Apple has released unit testing and code coverage frameworks for Swift development in XCode. Up until now getting unit testing up and running in Swift was not for the faint-hearted. Thankfully now, there is no excuse other than a lack of information on where to get started.iOS developers are faced with their own set of problems such as tightly coupled code, fragmentation, immature testing tools all of which can be solved using existing Agile tools and techniques. Swift Programming Using Agile Tools and Techniques is your solution to handling these tasks.What You Will LearnWrite unit tests in SwiftWrite an application using test driven developmentExamine GUI testing, refactoring, and mocking frameworksSet up and configure a continuous integration serverMeasure code coverageWho This Book Is ForSwift developers and would be mobile app testers will benefit from the guidance in this book.
Agile Android

Agile Android

Godfrey Nolan

APress
2015
nidottu
This concise book walks you through how to get unit testing and test driven development done on Android, specifically using JUnit 4. You'll learn how to do agile development quickly and correctly, with a significant increase in development efficiency and a reduction in the number of defects.Agile practices have made major inroads in Java development, however it’s very unusual to see something as basic as unit testing on an Android project. Done correctly, Agile development results in a significant increase in development efficiency and a reduction in the number of defects. Google have finally moved away from JUnit 3 and the developer can now do the more commonly accepted JUnit 4 tests in Android Studio.Up until now getting JUnit testing up and running in Android was not for the "faint hearted." However, "now it’s in Android Studio, there is no excuse," according to the author Godrey Nolan, president of RIIS LLC. Android developers are faced with their own set of problems such as tightly coupled code, fragmentation, immature testing tools all of which can be solved using existing Agile tools and techniques that this short book will teach you.What You'll Learn:What are the primary agile learning objectives applicable to Android What are the key Android unit testing tools and how to use themWhat is mock testing and the mock testing learning objectives and how to apply these to your Android appsHow to use dependency injectionHow to apply test driven development to AndroidHow to deal with legacy code, a big issue with regards to AndroidAudience:This book is for experienced Android app developers looking for an edge to build better and more agile Android apps. Some experience with Java also helpful.
Decompiling Java

Decompiling Java

Godfrey Nolan

APress
2014
nidottu
Both Java and .NET use the idea of a "virtual machine," or VM. And while VMs are useful for some purposes, they undermine the security of your source code, because creation can be reversed, or decompiled. Which makes this one-of-a-kind book extremely useful: you must understand decompilation, to properly protect your intellectual property. For example, how secure is your code after you run an obfuscator? The book will answer questions like this, and provide more thorough information about Java byte codes and the Java Virtual Machine (JVM) than any other book on the market. This book redresses the imbalance by providing insights into the features and limitations of today's decompilers and obfuscators, and offering a detailed look at what JVMs actually do.
Android Best Practices

Android Best Practices

Godfrey Nolan; David Truxall; Raghav Sood; Onur Cinar

APress
2013
nidottu
Android Best Practices by Godfrey Nolan shows you how to make your Android apps stand out from the crowd with great reviews. Why settle for just making any Android app? Build a brilliant Android app instead that lets your users praise it for ease of use, better performance, and more. Using a series of example apps which gradually evolve throughout this book, Android Best Practices brings together current Android best practices from user interface (UI)/user experience (UX) design, test-driven development (TDD), and design patterns (e.g., MVC) to help you take your app to the next level.In this book you’ll learn how to:• Use Android design patterns for consistent UI experience on many devices• Use agile techniques such as test-driven development, behavior-driven development, and continuous integration• Improve the speed and overall performance of your app• Organize an Android app using design patterns such as MVC/MVP• Create and consume REST and SOAP web servicesDesigning and developing an app that runs well on many if not all the leading Android smartphones and tablets today can be one of the most daunting challenges for Android developers. Well, this book takes much of the mystery out of that for you. After reading and using Android Best Practices, you'll become a much better Android app designer and developer, which in turn can make your apps better placed and more successful in the market place.
Decompiling Android

Decompiling Android

Godfrey Nolan

APress
2012
nidottu
Decompiling Android looks at the the reason why Android apps can be decompiled to recover their source code, what it means to Android developers and how you can protect your code from prying eyes. This is also a good way to see how good and bad Android apps are constructed and how to learn from them in building your own apps. This is becoming an increasingly important topic as the Android marketplace grows and developers are unwittingly releasing the apps with lots of back doors allowing people to potentially obtain credit card information and database logins to back-end systems, as they don’t realize how easy it is to decompile their Android code. In depth examination of the Java and Android class file structures Tools and techniques for decompiling Android apps Tools and techniques for protecting your Android apps
Decompiling Java

Decompiling Java

Godfrey Nolan

APress
2004
sidottu
Both Java and .NET use the idea of a "virtual machine," or VM. And while VMs are useful for some purposes, they undermine the security of your source code, because creation can be reversed, or “decompiled.” Which makes this one-of-a-kind book extremely useful: you must understand decompilation, to properly protect your intellectual property. For example, how secure is your code after you run an obfuscator? The book will answer questions like this, and provide more thorough information about Java byte codes and the Java Virtual Machine (JVM) than any other book on the market. This book redresses the imbalance by providing insights into the features and limitations of today's decompilers and obfuscators, and offering a detailed look at what JVM's actually do. Ur innehållet: Introduction; Inside the Class File; Tools of the Trade; Obfuscation (Theory and Practice); Decompiler Design; Decompiler Implementation; Future Proof.