现在位置 >首页 > 所有关于Android的文章

Simplifying Android Development with Coroutines and Flows

手机开发专题, 英文图书, 软件  暂无评论 ⁄ 389 次阅读+
Get to grips with asynchronous programming in Android using simple, modern, and testable code through Kotlin coroutines and flow Key Features Find out how to improve app performance with Kotlin coroutines Discover the new recommended ways to use Kotlin coroutines and flows Learn the basics of asynchronous programming, along with an overview of coroutines and flow Book Description Coroutines and flows are the new recommended way for developers to carry out a...
详细信息

Android Studio 4.1 Development Essentials – Kotlin Edition

手机开发专题, 英文图书, 软件  暂无评论 ⁄ 1,204 次阅读+
Book Description: Fully updated for Android Studio 4.1, the goal of this book is to teach the skills necessary to develop Android based applications using the Kotlin programming language. Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment followed by an introduction to programming in Kotlin including data types, flow control, functions, lambdas and object-oriented programming...
详细信息

Beginning Unity Android Game Development

手机开发专题, 游戏开发  暂无评论 ⁄ 921 次阅读+
Book Description: Master the art of programming games for Android using the Unity3D game engine. This book will help you understand basic concepts of game development in Unity. By the end of Beginning Unity Android Game Development, you will have the knowledge to confidently build an Android game. The book starts by explaining simple programming concepts to make beginners comfortable with the jargon. You will then learn to navigate around the Unity interface and use ...
详细信息

Xamarin in Action

手机开发专题, 英文图书, 软件  暂无评论 ⁄ 1,092 次阅读+
Book Description: Xamarin in Action teaches you to build cross-platform mobile apps using Xamarin and C#. You’ll explore all the layers of a Xamarin app, from design to deployment. By the end, you’ll be able to build a quality, production-ready Xamarin app on iOS and Android from scratch with a high level of code reuse. Author:Jim Bennett ISBN-10:1617294381 Year:2018 Pages:608 Language:English File size:14.3 MB File format:PDF [download id="7411"]
详细信息

Head First Kotlin

手机开发专题, 软件  暂无评论 ⁄ 2,551 次阅读+
Book Description: What will you learn from this book? Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You’ll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along the way, you’ll get to play with both object-oriented ...
详细信息

Pro Android with Kotlin

手机开发专题, 英文图书, 软件  暂无评论 ⁄ 1,039 次阅读+
Book Description: Develop Android apps with Kotlin to create more elegant programs than the Java equivalent. This book covers the various aspects of a modern Android app that professionals are expected to encounter. There are chapters dealing with all the important aspects of the Android platform, including GUI design, file- and data-handling, coping with phone calls, multimedia apps, interaction with location and mapping services, monetizing apps, and much more. Pro A...
详细信息

ARDUINO+ANDROID互动智作

软件  暂无评论 ⁄ 2,350 次阅读+
内容介绍: 本书是作者Simon Monk在Arduino应用上的又一次跨越,他采用12个示例项目成功地向读者们展示了如何将Arduino和Android结合起来,以完成许多单靠Arduino或者Android根本无法完成的任务。 对于Arduino爱好者而言,可以通过对《Arduino+Android互动智作》的学习将Android设备的触摸屏变成一个非常完美的人机交互界面,并且从原本“硬”的方向展开对“软”的探索。而对于Android开发者而言,《Arduino+Android互动智作》则扩展并丰富了Android系统应用的想象空间,将单纯的人机交互扩展到Android设备与各种...
详细信息

大话企业级Android应用开发实战

手机开发专题  暂无评论 ⁄ 1,428 次阅读+
内容简介: 这是一本能够让你学出幸福感并在还没有学完时就能够胜任Android应用软件工程师工作的书。《大话企业级Android应用开发实战》所有的内容都是基于企业内部的Android实际开发需要和问题而著。《大话企业级Android应用开发实战》模拟真实的学习场景,主人公是小安和大致,小安是一位有编程基础并想从事Android软件工程师工作的求知者,大致是一位博士、Android开发高手和不知疲倦的布道者,全书以小安在大致的带领下从Android入门到成为Android应用程序编程高手的过程中生动地展开叙述,妙趣横生,让人...
详细信息

PRO IOS AND ANDROID APPS FOR BUSINESS

手机开发专题, 英文图书, 软件  暂无评论 ⁄ 1,052 次阅读+
BOOK DESCRIPTION: With Pro iOS and Android Apps for Business, you can take your web development experience and apply it toward creating a full-featured business app, from soup to nuts. Frank Zammetti shows you how to create a client app using jQuery Mobile wrapped in PhoneGap, and how to create a node.js-based server that uses MongoDB as its data store. You never have to deal with learning Objective-C, Java or any other difficult-to-learn language. Instead, you can ...
详细信息

Embedded Android

英文图书, 软件  评论数1 ⁄ 1,419 次阅读+
Book Description Looking to port Android to other platforms such as embedded devices? This hands-on book shows you how Android works and how you can adapt it to fit your needs. You’ll delve into Android’s architecture and learn how to navigate its source code, modify its various components, and create your own version of Android for your particular device. You’ll also discover how Android differs from its Linux roots. If you’re experienced with embedded systems devel...
详细信息

Android技术内幕:系统卷

手机开发专题  暂无评论 ⁄ 1,916 次阅读+
内容简介: 本书是国内首本系统对Android的源代码进行深入分析的著作。全书将Android系统从构架上依次分为应用层、应用框架层、系统运行库层、硬件抽象层和Linux内核层等5个层次,旨在通过对Android系统源代码的全面分析来帮助开发者加深对Android系统架构设计和实现原理的认识,从而帮助他们解决开发中遇到的更加复杂的问题。   全书分为两卷,系统卷主要分析了Linux内核层、硬件抽象层和系统运行库层的各个模块的底层原理和实现细节;应用卷主要分析了应用层和应用框架层的各个模块的底层原理和实现细节。...
详细信息

Learning Android(中文版)

手机开发专题, 软件  评论数1 ⁄ 3,728 次阅读+
内容简介:   《Learning Android(中文版)》为Android开发入门图书,循序渐进地介绍了如何利用Android基本构件来实现构造用户界面、存储数据、连接网络等实践中必不可少的需求。本书以亲手实现一个类Twitter的应用为主线,通过不断为其添加功能展开讲解。而这一学习过程积累出的代码模式库,可以灵活运用于真实Android应用开发。本书内容包括但不限于:Android平台概览、Android设计架构、Android开发环境配置、基本Android的用户界面构建、UI元件组织方法、构建执行后台任务与更新数据的服务、AIDL与NDK...
详细信息