Professional Android 4 Application Development

2019-03-23 22:14|来源: Reto Meier

内容简介 Book Description

Developers, build mobile Android apps using Android 4 The fast-growing popularity of Android smartphones and tablets creates a huge opportunities for developers. If you're an experienced developer, you can start creating robust mobile Android apps right away with this professional guide to Android 4 application development. Written by one of Google's lead Android developer advocates, this practical book walks you through a series of hands-on projects that illustrate the features of the Android SDK. That includes all the new APIs introduced in Android 3 and 4, including building for tablets, using the Action Bar, Wi-Fi Direct, NFC Beam, and more. Shows experienced developers how to create mobile applications for Android smartphones and tablets Revised and expanded to cover all the Android SDK releases including Android 4.0 (Ice Cream Sandwich), including all updated APIs, and the latest changes to the Android platform. Explains new and enhanced features such as drag and drop, fragments, the action bar, enhanced multitouch support, new environmental sensor support, major improvements to the animation framework, and a range of new communications techniques including NFC and Wi-Fi direct. Provides practical guidance on publishing and marketing your applications, best practices for user experience, and more This book helps you learn to master the design, lifecycle, and UI of an Android app through practical exercises, which you can then use as a basis for developing your own Android apps.

作者简介 About the Author

Reto Meier is Google's Android Developer Relations Tech Lead. He has been involved in Android development since the initial release in 2007.

本文链接:领悟书生教程网

相关问答

更多
  • Team System(开发人员/套件)是Professional的超集,因此,您只能通过升级获得功能。 虽然它包含在Suite中,但Tester是一个略有不同的功能集。 最常见的转换方法是立即升级所有开发站。 没有理由不这样做。 至于Team Foundation Server,根据您的源代码控制和项目管理需求,需要更多的计划; 这本身就是一个对话。 Team System (Developer / Suite ) is a superset of Professional and as such, yo ...
  • 请查看https://github.com/google/iosched/tree/master/android Google I / O是每年举办的一次开发者大会,会议期间为期两天,其中包括技术会议和数百次开发人员展示其技术的演示。 该项目是会议的Android应用程序。 该应用程序支持运行Android 4.0+的设备,并针对各种形状和大小的手机和平板电脑进行了优化 Have a look at https://github.com/google/iosched/tree/master/android ...
  • 创建一个扩展Activity的新类。 在您的清单文件中添加
    否。两者都使用相同的编译器。 主要区别在于Visual Studio附带的工具集,而不是编译器。 No. The same compiler is used by both. The main difference is in the tool set included with Visual Studio, not the compiler.
  • 当您选择Visual C ++ for Cross Platform Development功能时,Visual Studio Emulator for Android随Visual Studio 2015一起安装。 如果您将VS 2015更新为Update 3,还可以看到Microsoft Visual Studio Emulator for Android选项: 可以从Visual Studio 2015中启动模拟器 Apache Cordova项目 C ++ Native Activity(Andro ...
  • 您是否尝试过使用'image'属性而不是'backgroundImage?' Have you tried using the 'image' property instead of 'backgroundImage?'
  • 请参阅本文中的“Java”部分。 轻松和生产力是旁观者的眼睛。 许多人发现Objective C非常自然而美丽。 其他人觉得奇怪而令人沮丧。 如果你愿意接受iOS的做事方式,你可以非常快速地接受它。 如果你打击它并尝试用Java方式(或C方式或C ++方式)继续编码,那么它将是非常具有挑战性的。 诀窍是真正完成教程,而不仅仅是试图找出“我以前做过的X我曾经做过什么?” 通常答案是“你不做X.当你做Y时,X会自动发生。” 但是,开始的地方是通过一些教程。 Apple文档非常出色。 你应该花时间阅读编程指南。 ...
  • Android虚拟设备允许您更改虚拟硬件以匹配所有当前的发货手机。 有一些方法可以从已发送的应用程序接收设备崩溃报告,以帮助诊断强制关闭或其他严重错误。 您需要一部未锁定的手机才能使用其他SIM卡。 Nexus One可以在门外解锁,并配有AT&T版本。 唯一的AT&T(由AT&T出售)Android手机(后空翻)是愚蠢的瘫痪,应该避免。 您还可以购买Android Dev Phone,它目前是硬件方面的“中间产品”。 您还可以轻松找到许多其他Android手机 - 根据您的目标市场选择。 有些手机现在已经 ...
  • 在字符串中使用\n作为换行符。 或者使用段落标记,但我不知道它是否被识别。 喜欢

    Texttext

    second line

    Either use \n in your String for a newline. Or use the paragraph tag, but I don't know if it is recognized. Like

    Texttext

    second line

  • 这些示例中没有任何内容看起来无法通过标准组件制作。 例如,该热量应用程序的第二个屏幕只是具有列表的窗口的背景图像和具有背景图像的按钮。 只需按钮和背景图像即可轻松完成第一张图像。 TLDR:将视图拆分为矩形,假设这些都是标准组件,图像为背景,除非它们似乎有非标准的交互。 There's nothing in those examples that looks like it couldn't be made from standard components. For instance the second ...