Kirjojen hintavertailu. Mukana 11 244 527 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

2 kirjaa tekijältä Michael Fazio

Landscape of Transformations

Landscape of Transformations

Michael Fazio

University of Tennessee Press
2010
sidottu
Landscape of Transformations presents a history of Birmingham’s built environment and chronicles the development of the city as it became the dominant industrial powerhouse of the South during the nineteenth century and well into the twentieth. This is a work of broad cultural interpretation, integrating industrial and commercial architecture, planned subdivision development, and the housing of the urban poor, while emphasizing the city’s many transformations.In an unusual approach, Michael W. Fazio interprets the human constructions and natural landscapes of Birmingham as his text, a medium in which society has not only located and contained itself but also encoded its values for subsequent generations. Fazio allows this landscape to speak openly, sometimes eloquently, and even tragically about historical events. For example, on the civil rights struggle, rather than delving exclusively into political machinations and social structure, the author considers some of the city’s most important civil rights developments through their physical contexts—the buildings, streets, and landscapes where they took place—and looks for meaning in them.In addition, Fazio traces the history of Birmingham through the events, circumstances, and personalities that have shaped the city. The book begins with an exploration of the preindustrial landscape, continues with a look at the development of the iron and steel industries, and culminates with an analysis of the planning developments that produced the University of Alabama in Birmingham and its medical center, which replaced declining heavy industry as foundations of the local economy.Richly illustrated with black-and-white and color photographs, maps, and drawings, Landscape of Transformations is one of the few studies to focus on industrial cities of the “heartland.” Architectural historians, urban planners, and historic preservationists will be fascinated by this profound story of coal, iron, architecture, and the people behind the emerging personality of a leading southern city.Michael W. Fazio is professor emeritus in the School of Architecture at Mississippi State University. He is coauthor of Buildings Across Time: An Introduction to World Architecture and The Domestic Architecture of Benjamin Henry Latrobe.
Kotlin and Android Develoment featuring Jetpack

Kotlin and Android Develoment featuring Jetpack

Michael Fazio

The Pragmatic Programmers
2021
nidottu
Start building native Android apps the modern way in Kotlin with Jetpack's expansive set of tools, libraries, and best practices. Learn how to create efficient, resilient views with Fragments and share data between the views with ViewModels. Use Room to persist valuable data quickly, and avoid NullPointerExceptions and Java's verbose expressions with Kotlin. You can even handle asynchronous web service calls elegantly with Kotlin coroutines. Achieve all of this and much more while building two full-featured apps, following detailed, step-by-step instructions. With Kotlin and Jetpack, Android development is now smoother and more enjoyable than ever before. Dive right in by developing two complete Android apps. With the first app, Penny Drop, you create a full game complete with random die rolls, customizable rules, and AI opponents. Build lightweight Fragment views with data binding, quickly and safely update data with ViewModel classes, and handle all app navigation in a single location. Use Kotlin with Android-specific Kotlin extensions to efficiently write null-safe code without all the normal boilerplate required for pre-Jetpack + Kotlin apps. Persist and retrieve data as full objects with the Room library, then display that data with ViewModels and list records in a RecyclerView. Next, you create the official app for the Android Baseball League. It's a fake league but a real app, where you use what you learn in Penny Drop and build up from there. Navigate all over the app via a Navigation Drawer, including specific locations via Android App Links. Handle asynchronous and web service calls with Kotlin Coroutines, display that data smoothly with the Paging library, and send notifications to a user's phone from your app. Come build Android apps the modern way with Kotlin and Jetpack! What You Need: You'll need the Android SDK, a text editor, and either a real Android device or emulator for testing. While not strictly required, it's assumed you're using Android Studio, which comes with the Android SDK and simplifies creating an emulator. Also, a few examples require JDK 1.8 or later, though all of these pieces can be completed in other ways when using JDK 1.6.