API學習之章節概要

2021-06-29 06:07:13 字數 3081 閱讀 4103

android api支援的功能比較多,通過對android api的深入學習,可以更熟練的開展android開發,按照的描述,對api的學習按照如下章節開展可以更系統的把握知識點。

1.1 intents and intent filters

1.1.1 common intents

1.2 activities

1.2.1 fragments

1.2.2 loaders

1.2.3 tasks and back stack

1.2.4 overview screen

1.3 services

1.3.1 bound services

1.3.2 aidl

1.4 content providers

1.4.1 content provider basics

1.4.2 creating a content provider

1.4.3 calendar provider

1.4.4 contacts provide

1.4.5 storage access framework

1.6 processes and threads

2.1 overview

2.2 providing resources

2.3 accessing resources

2.4 handling runtime changes

2.5 localization

2.6 resource types

2.6.1 animation

2.6.2 color state list

2.6.3 drawable

2.6.4 layout

2.6.5 menu

2.6.6 string

2.6.7 style

2.6.8 more types

3.1

3.2

3.3

3.5

3.6

3.7

3.8

3.9

3.10

3.11

3.12

3.13

3.14

3.15

3.16

3.17

3.18

3.19

3.20

3.21

3.22

3.23

3.24

3.25

3.26

3.27

4. user inte***ce

4.1 overview

4.2 layouts

4.3 input controls

4.4 input events

4.5 menus

4.6 action bar

4.7 settings

4.8 dialogs

4.9 notifications

4.10 toasts

4.11 search

4.12 drag and drop

4.13 accessibility

4.14 styles and themes

4.15 custom components

5. animation and graphics

5.1 overview

5.2 property animation

5.3 view animation

5.4 drawable animation

5.5 canvas and drawables

5.6 opengl es

5.7 hardware acceleration

6. computation

6.1 renderscript

6.2 advanced renderscript

6.3 runtime api reference

7. media and camera

7.1 media playback

7.2 media router

7.3 media route provider

7.4 exoplayer

7.5 supported media formats

7.6 audio capture

7.7 jetplayer

7.8 camera

8. location and sensors

8.1 location and maps

8.2 location strategies

8.3 sensors overview

8.4 motion sensors

8.5 position sensors

8.6 environment sensors

9. connectivity

9.1 bluetooth

9.1.1 bluetooth low energy

9.2 nfc

9.2.1 nfc basics

9.2.2 advanced nfc

9.2.3 host-based card emulation

9.3 wi-fi p2p

9.4 usb

9.4.1 accessory

9.4.2 host

9.5 sip

10. text and input

10.1 copy and paste

10.2 creating an ime

10.3 spelling checker

11. data storage

11.1 storage options

11.2 data backup

12. administration

12.1 device policies

13.3 migrating to webview in android 4.4

14. best practices

14.1 supporting multiple screens

14.2 supporting tablets and handsets

機器學習之特徵選擇章節 《機器學習 周志華》

所謂的特徵選擇實際是屬性選擇,在進行機器學習任務時,往往給定的屬性中有個別屬性是十分重要的,這些屬性被稱為 相關特徵 而另外一些屬性對當前學習任務的最後結果沒什麼影響,這些屬性被稱為 無關特徵 特徵選擇就是從給定的所有特徵 屬性 中選擇出 相關特徵 子集。特徵選擇的目的一方面是在遇到維數災難問題時,...

ABP學習 之 如何新增API

乙個後端系統最重要的當然是提供api給前端呼叫。那麼應用abp模板的project,應該如何新增api呢?雖然傳統方式新增的api不會在swagger ui列出 但可通過http host controllname method 直接訪問。namespace mylearningproject.my...

openGL之API學習(一三零)pbr

基於物理的渲染 physically based rendering,pbr 是指使用基於物理原理和微平面理論建模的著色 光照模型,以及使用從現實中測量的表面引數來準確表示真實世界材質的渲染理念。現在被廣泛應用在高質量的實時渲染中。以下是對pbr基礎理念的概括 微平面理論 microfacet th...