Skip to content

QTYResources/ProAndroidMedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

书名:《Pro Android Media》
副标题:Developing Graphics, Music, Video, and Rich Media Apps for Smartphones and Tablets

作者:Shawn Van Every

ISBN (pbk):978-1-4302-3267-4
ISBN (electronic): 978-1-4302-3268-1

出版社:Apress
出版社网站:www.appress.com

源代码下载地址:
    https://www.apress.com/cn/book/9781430232674
    https://github.com/apress/pro-android-media


Chapter01   Introduction to Android Imaging
    01. CameraIntent                                ===> 使用系统相机拍摄图片并返回图片
    02. MediaStoreCameraIntent                      ===> 通过 MediaStore 存储调用系统相机拍摄的图片
    03. FileProviderCameraIntent                    ===> 通过文件路径存储调用系统相机拍摄的图片
    04. MediaStoreGallery                           ===> 通过查询数据库获取图库中的图片
    05. SizedCameraIntent                           ===> 调整通过调用系统相机拍摄返回的图片大小

Chapter02   Building Custom Camera Applications
    01. Snapshot                                    ===> 使用 android.hardware.Camera 构建自定义相机
    02. TimelapseSnapshot                           ===> 定时拍照
    03. TimerSnapshot                               ===>

Chapter03   Image Editing and Processing


Chapter04   Graphics and Touch Events


Chapter05   Introduction to Audio on Android


Chapter06   Background and Networked Audio


Chapter07   Audio Capture


Chapter08   Audio Synthesis and Analysis


Chapter09   Introduction to Video


Chapter10   Advanced Video


Chapter11   Video Capture


Chapter12   Media Consumption and Publishing Using Web Services

About

《Pro Android Media》原书配套源代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors