• ECMAScript 6入门

    《 ECMAScript 6入门》 是一本开源的JavaScript语言教程, 全面介绍ECMAScript 6新引入的语法特性。

    0
    31
    1.98MB
    2017-02-24
    10
  • Android Design Patterns

    Master the challenges of Android user interface development with these sample patterns With Android 4, Google brings the full power of its Android OS to both smartphone and tablet computing. Designing effective user interfaces that work on multiple Android devices is extremely challenging. This book provides more than 75 patterns that you can use to create versatile user interfaces for both smartphones and tablets, saving countless hours of development time. Patterns cover the most common and yet difficult types of user interactions, and each is supported with richly illustrated, step-by-step instructions. Includes sample patterns for welcome and home screens, searches, sorting and filtering, data entry, navigation, images and thumbnails, interacting with the environment and networks, and more Features tablet-specific patterns and patterns for avoiding results you don't want Illustrated, step-by-step instructions describe what the pattern is, how it works, when and why to use it, and related patterns and antipatterns A companion website offers additional content and a forum for interaction Android Design Patterns: Interaction Design Solutions for Developers provides extremely useful tools for developers who want to take advantage of the booming Android app development market.

    4
    42
    22.2MB
    2014-11-14
    10
  • Android Native Development Kit Cookbook(附带两章)

    Create Android apps using Native C/C++ with the expert guidance contained in this cookbook. From basic routines to advanced multimedia development, it helps you harness the full power of Android NDK. 附带: Developing_Multimedia_Applications_with_NDK Developing_Games_with_NDK

    0
    121
    7.44MB
    2014-09-15
    9
  • 深入理解Java虚拟机:JVM高级特性与最佳实践(最新第二版)

    作为一位Java程序员,你是否也曾经想深入理解Java虚拟机,但是却被它的复杂和深奥拒之门外?没关系,本书极尽化繁为简之妙,能带领你在轻松中领略Java虚拟机的奥秘。本书是近年来国内出版的唯一一本与Java虚拟机相关的专著,也是唯一一本同时从核心理论和实际运用这两个角度去探讨Java虚拟机的著作,不仅理论分析得透彻,而且书中包含的典型案例和最佳实践也极具现实指导意义。

    5
    0
    61.47MB
    2014-09-04
    10
  • 多媒体应用开发实战详解 (带目录)

    《Android多媒体应用开发实战详解:图像、音频、视频、2D和3D》Android凭借其强大的功能逐渐赢得了广大用户和开发者的青睐,已经成为移动开发平台上的翘楚。全书分为17章,分别详细讲解了Android系统基础,深入底层基础,多媒体框架,音频系统框架,视频系统框架,Camera照相机系统,振动器系统和警报系统,2D应用开发,渲染二维图像,OpenGL ES基础,OpenGL ES实战技术,音频开发基础,视频开发应用等。全面涵盖多媒体开发与应用技术,在《Android多媒体应用开发实战详解:图像、音频、视频、2D和3D》最后,通过两个综合实例,分别介绍了开发屏保系统和音乐播放器的基本流程,帮助读者学以致用。

    0
    170
    44.97MB
    2014-08-31
    15
  • Pro Android Ui

    If you’re an Android application developer, chances are you’re using fixed, scrolling, swipe-able, and other cutting-edge custom UI Designs in your Android development projects. These UI Design approaches as well as other Android ViewGroup UI layout containers are the bread and butter of Pro Android User Interface (UI) design and Android User Experience (UX) design and development. Using a top down approach, Pro Android UI shows you how to design and develop the best user interface for your app, while taking into account the varying device form factors in the increasingly fragmented Android environment. Pro Android UI aims to be the ultimate reference and customization cookbook for your Android UI Design, and as such will be useful to experienced developers as well as beginners. With Android’s powerful UI layout classes, you can easily create everything from the simplest of lists to fully tricked-out user interfaces. While using these UI classes for boring, standard user interfaces can be quite simple, customizing a unique UI design can often become extremely challenging.

    5
    164
    52.23MB
    2014-08-27
    9
  • 软件架构师应该知道的97件事

    优秀的软件架构师应该既掌握业务知识又具备技术能力,做到这一点绝非易事,本书想要探讨的就是这个主题。这是一本真正的开源图书,我们邀请到50多位杰出的软件架构师参与写作。大家无偿地分享了各自的工作经验和心得,内容从规避风险的方法到组建团队的技巧,涵盖了架构设计的方方面面。衷心希望这97篇文章能激发您的思考,解决您工作中的困惑。

    4
    37
    23.24MB
    2014-08-24
    10
  • Pro Android C++ with the NDK

    Pro.Android.C++.with.the.NDK.2012.pdf and Source code is english edition and not scanning edition。

    3
    59
    52.94MB
    2014-08-04
    10
  • Android的设计与实现 卷1 (带目录)

    “Android的设计与实现”系列丛书主要围绕Android系统的四层结构展开,通过源代码来分析各层的设计思想与实现原理,卷I则主要是针对Framework(框架层)的。 全书共12章,分为六个部分: 基础篇(第1~2章)详细讲解了Android的体系结构、源代码阅读和调试环境的搭建,以及整个框架的基础; 启动篇(第3~4章)深入分析了Android启动过程的机制和实现原理,能帮助读者全面理解框架层系统服务的运行基础; Binder篇(第5~6章)着重分析了Binder在Native框架层和Java框架层的机制和实现,能让读者深入理解进程间的通信模型; 消息通信篇(第7章)重点分析了Android的消息驱动和异步处理机制,能让读者深入理解线程间的通信模型; Package Manager篇(第8~9章)主要讲解了Package Manager的机制与实现,以及APK的安装方法与过程; Activity Manager篇(第10~12章)深入阐述了ActivityManagerService的运行机制、应用程序和进程的启动流程,以及进程管理机制。

    5
    116
    55.77MB
    2014-02-21
    13
  • 算法与数据结构 (ppt

    以严蔚敏,吴伟民编著的《数据结构(C语言版)》为基础编写的ppt类型文档,适合软件开发人员阅读

    0
    45
    2.33MB
    2013-11-18
    16
  • GitHub

    绑定GitHub第三方账户获取
关注 私信
上传资源赚积分or赚钱