zoukankan      html  css  js  c++  java
  • Android4.1(Jelly Bean)API新特性尝鲜

    原文:http://android.eoe.cn/topic/android_sdk

    Android 4.1 APIs (API Level: 16)
    http://developer.android.com/intl/zh-CN/about/versions/android-4.1.html

    Android 4.1 (Jelly Bean) is a progression of the platform that offers improved performance and enhanced user experience. It adds new features for users and app developers. This document provides an introduction to the most notable and useful new APIs for app developers.

    As an app developer, Android 4.1 is available to you with an SDK platform you can use to build your app against Android 4.1 and with a system image you can run in the Android emulator. You should download download the platform and system image as soon as possible to build and test your app on Android 4.1. To get started developing and testing against Android 4.1, use the Android SDK Manager to download the platform into your SDK.

      • * api变化* *
      • App Components
      • * Isolated services
      • * Memory management
      • * Content providers
      • * Live Wallpapers
      • * App stack navigation
      • Multimedia
      • * Media codecs
      • * Record audio on cue
      • * Timed text tracks
      • * Audio effects
      • * Gapless playback
      • Camera
      • * Auto focus movement
      • * Camera sounds
      • Connectivity
      • * Android Beam
      • * Network service discovery
      • * Wi-Fi Direct service discovery
      • * Network usage
      • Accessibility
      • * Accessibility service APIs
      • * Customizable app navigation
      • * More accessible widgets
      • Copy and Paste
      • * Copy and paste with intents
      • Renderscript
      • Animation
      • * Activity launch animations
      • * Time animator
      • User Interface
      • * Notifications
      • * Controls for system UI
      • * Remote views
      • * Font families
      • Input Framework
      • * Multiple input devices
      • * Vibrate for input controllers
      • Permissions
      • Device Features
  • 相关阅读:
    python基础之流程控制
    多线程---阻塞队列
    多线程---线程同步
    多线程---线程实现
    多线程start();之后会开辟新的栈空间
    java中使用String的split分隔字符串注意事项
    IO流
    java中的多态
    关于java中的接口
    关于final关键字
  • 原文地址:https://www.cnblogs.com/vus520/p/3152686.html
Copyright © 2011-2022 走看看