SlideShare a Scribd company logo
ANDROID 1.5~8.0
WALKTHROUGH
Matsumura.Yuki / 松村勇輝
AbemaTV, Inc. - Android Engineer Yuki_312
Smarter, faster and more powerful than ever.
The world's favorite cookie is your new favorite Android release.
Introducing Android 8.0
Android Oreo
<uses-sdk
android:targetSdkVersion=”25” />
“26”
Reduce Resource Consumption
‣ Doze and AppStandby
‣ Background limitations (Broadcast, Service, Location)
Design Principles: Bg. Activity
referenced https://developer.android.com/topic/performance/scheduling.html
‣ Reduce all background job
‣ Defer it to when device is on charger
‣ Coalesce it with other background job
DOZE PJ.SVELTE
18%50%100%0
25
50
75
100
OS
N
K
L
M
Bg. Activity limitations
And more…
CUPCAKE
OS1.5, API LV.3
‣ April 2009
‣ On screen keyboards
‣ Bluetooth A2DP
‣ AppWidgetProvider, etc.
DONUT
OS1.6, API LV.4
‣ September 2009
‣ Screen size diversity
‣ Battery usage indicator
‣ New Android Market UI
‣ Text-to-speech engine, etc.
ECLAIR
OS2.0/2.1, API LV.5~7
‣ October 2009
‣ Service API deprecated
‣ Executed on Key-up
‣ Multi-touch, Multi-account
‣ Google account sync, etc.
2.0 - E
Service
‣ Service.setForeground() deprecated
‣ Add startForeground(), Required Notification icon
8.0 - O
‣ Background service limitations
‣ Add startForegroundService()
F.JOBDISPATCHER JOBSCHEDULER
78%100%100%0
25
50
75
100
OS
N
K
L
M
Service
FROYO
OS2.2, API LV.8
‣ May 2010
‣ Install on external storage
‣ Backup Manager
‣ C2DM
‣ JIT compiler, etc.
GINGERBREAD
OS2.3, API LV.9/10
‣ December 2010
‣ Word selection
‣ Power management
‣ Concurrent GC
‣ NFC, etc.
2.2 - F
Performance
‣ Dalvik + JIT compiler
5.0 - L
‣ ART
2.3 - G
‣ Concurrent GC
7.0 - N
‣ ART + JIT Compiler
ART
78%100%0
25
50
75
100
OS
N
K
L
M
Performance
HONEYCOMB
OS3.X, API LV.11/12/13
‣ February 2011
‣ New UI design for tablets
‣ ActionBar, Fragment, Loader
‣ Hardware acceleration
‣ Holographic UI, etc.
ICE CREAM
SANDWICH
OS4.0, API LV.14/15
‣ October 2011
‣ Unified UI framework
‣ MENU hardware button, etc.
JELLY BEAN
OS4.1~4.3, API LV.16~18
‣ June 2012
‣ Project Butter
‣ Unicode6.0
‣ Notification styles, GCM, etc.
‣ Google Play Services v1.0
4.3 - J
Emoji
‣ Unicode6 emoji
6.0 - M
‣ Unicode7 & 8
‣ ZWJ
5.0 - L
‣ “nonhuman” shape
7.0 - N
‣ Unicode 9
‣ “Human” shape & Skin tones
UNICODE6 UNICODE7/8 UNICODE9
18%50%94%100%0
25
50
75
100
OS
N
K
L
M
Emoji
KITKAT
OS4.4, API LV.19
‣ October 2013
‣ Support 512MB RAM device
‣ Storage Access Framework
‣ Inexact Alarm
‣ Chromium WebView, etc.
4.4 - K
Alarm
‣ Alarm delivery is inexact
‣ Add setWindow(), setExact()
6.0 - M
‣ Deferred to the next maintenance window
‣ Add setAndAllowWhileIdle(), setExactAndAllowWhileIdle()
LOLLIPOP
OS5.0/5.1, API LV.21/22
‣ October 2014
‣ Project Volta
‣ Material Design, Vector drawable
‣ Notification update, Multi-user
‣ WebView update, ART, 64bit etc.
4.4 - K
WebView
‣ Based on Chromium
7.0 - N
‣ Chrome APK
5.0 - L
‣ Updatable from Google Play
8.0 - O
‣ Multi process mode
‣ Safe Browsing
CHROMIUM UPDATABLE
78%93%100%0
25
50
75
100
OS
N
K
L
M
WebView
MARSHMALLOW
OS6.0, API LV.23
‣ October 2015
‣ RuntimePermissions
‣ Doze
‣ App Standby
‣ AutoBackup, etc.
6.0 - M
Doze
‣ Screen off, on battery, stationary
7.0 - N
‣ Doze Lite
‣ Screen off, on battery, NOT stationary
DOZE
50%100%0
25
50
75
100
OS
N
K
L
M
Doze
NOUGAT
OS7.0/7.1, API LV.24/25
‣ August 2016
‣ Multi-window, Screen zoom
‣ Doze Lite
‣ File security
‣ Project Svelte, Round Icon, etc.
4.3 - J
App Icon
‣ Mipmap resource
8.0 - O
‣ Adaptive icon
7.1 - N
‣ Round icon
OREO
OS8.0, API LV.26
‣ August 2017
‣ Background execution limits
‣ Notification dots, Adaptive icon
‣ XML font
‣ Application overlay, etc.
Intelligent Job-Scheduling
Scheduling this work intelligently can improve your app’s performance,
along with aspects of system health such as battery life. 
referenced https://developer.android.com/topic/performance/scheduling.html
Be smarter, faster and more powerful than ever.
Let's make your app with 8.0 :)
Follow the new features
Androider
References
Migrating to WebView in Android 4.4:
https://developer.android.com/guide/webapps/migrating.html
Best Practices for Background Jobs:
https://developer.android.com/training/best-background.html
ART and Dalvik:
https://source.android.com/devices/tech/dalvik/
Getting Your Apps Ready for Nexus 6 and Nexus 9:
https://android-developers.googleblog.com/2014/10/getting-your-apps-ready-for-nexus-6-and.html
Android Emoji Changelog
https://blog.emojipedia.org/android-50-emoji-changelog/
https://blog.emojipedia.org/android-6-0-1-emoji-changelog/
https://blog.emojipedia.org/android-7-0-emoji-changelog/
https://blog.emojipedia.org/android-8-0-emoji-changelog/
References
Background Optimizations:
https://developer.android.com/topic/performance/background-optimization.html
Stuck Wake Locks:
https://developer.android.com/topic/performance/vitals/wakelock.html
Excessive Wakeups:
https://developer.android.com/topic/performance/vitals/wakeup.html
Optimizing for Battery Life:
https://developer.android.com/topic/performance/power/index.html
Intelligent Job-Scheduling:
https://developer.android.com/topic/performance/scheduling.html
Scheduling Repeating Alarms:
https://developer.android.com/training/scheduling/alarms.html
References
Chrome Custom Tabs:
https://developer.chrome.com/multidevice/android/customtabs
Android Compatibility Definition Document:
https://source.android.com/compatibility/cdd
Thank You!
Matsumura.Yuki / 松村勇輝
AbemaTV, Inc. - Android Engineer Yuki_312

More Related Content

PDF
React Nativeアプリをリリースし続けるために、最初に行う8つの取り組み
PDF
React Nativeの光と闇
PDF
Fastlane on Android 介紹
PDF
Moderne Android Builds mit Gradle
PDF
用 Go 語言實戰 Push Notification 服務
PDF
Getting Started with Titanium & Alloy
PDF
Continuous Integration for your Android projects
PPTX
Nextcloud Android App Development Process Insights
React Nativeアプリをリリースし続けるために、最初に行う8つの取り組み
React Nativeの光と闇
Fastlane on Android 介紹
Moderne Android Builds mit Gradle
用 Go 語言實戰 Push Notification 服務
Getting Started with Titanium & Alloy
Continuous Integration for your Android projects
Nextcloud Android App Development Process Insights

What's hot (20)

PPTX
Gdg ionic 2
PPTX
Introduction to Gitea with Drone
PPTX
A painless self-hosted Git service: Gitea
PDF
Odo improving the developer experience on OpenShift - hack &amp; sangria
PDF
不只自動化而且更敏捷的Android開發工具 gradle mopcon
PDF
Scaffolding a mean stack
PDF
Test Inside Containers: Dockerise Appium Tests
PDF
Tips for better CI on Android
PPTX
Write microservice in golang
PPTX
Nextcloud Android Development Process
PPTX
React native development with expo
PDF
Improving the developer experience on OpenShift - devconf-india-18
ODP
Ci for-android-apps
PDF
OpenShift for developers in action! - jbcnconf19
PPTX
Continuous Integration of Mobile Apps with Docker and Appium
PDF
Android + jenkins
PDF
Golang Microservices meetup
PDF
iTHome Gopher Day 2017: What can Golang do? (Using project 52 as examples)
PDF
はじめての JFrog Xray
PDF
ApacheCon Europe 2016 : CONTAINERS IN ACTION - Transform Application Delivery...
Gdg ionic 2
Introduction to Gitea with Drone
A painless self-hosted Git service: Gitea
Odo improving the developer experience on OpenShift - hack &amp; sangria
不只自動化而且更敏捷的Android開發工具 gradle mopcon
Scaffolding a mean stack
Test Inside Containers: Dockerise Appium Tests
Tips for better CI on Android
Write microservice in golang
Nextcloud Android Development Process
React native development with expo
Improving the developer experience on OpenShift - devconf-india-18
Ci for-android-apps
OpenShift for developers in action! - jbcnconf19
Continuous Integration of Mobile Apps with Docker and Appium
Android + jenkins
Golang Microservices meetup
iTHome Gopher Day 2017: What can Golang do? (Using project 52 as examples)
はじめての JFrog Xray
ApacheCon Europe 2016 : CONTAINERS IN ACTION - Transform Application Delivery...
Ad

Viewers also liked (15)

PDF
新卒のぼくが できるようになったこと~ サービス開発と組織編 ~
PDF
みんなのウェディングのデータ分析基盤の作り方。
PDF
職種を超えたスキル育成でキャリアをつくる
PDF
FirebaseAnalytics_BigQuery_Datastudio
PDF
サービスを支える監視運用
PDF
インフラエンジニアとアプリ開発
PPTX
Android e2e testing at mercari
PDF
JUnit5とAndroidのテスト
ODP
Goのサーバサイド実装におけるレイヤ設計とレイヤ内実装について考える
PDF
片手間MySQLチューニング戦略
PDF
著名PHPアプリの脆弱性に学ぶセキュアコーディングの原則
PDF
Background execution limits Android Oreo jag201711
PDF
機能とコストで考えるAws
PDF
フィア・オブ・ジ・アンノウン
PDF
見やすいプレゼン資料の作り方 - リニューアル増量版
新卒のぼくが できるようになったこと~ サービス開発と組織編 ~
みんなのウェディングのデータ分析基盤の作り方。
職種を超えたスキル育成でキャリアをつくる
FirebaseAnalytics_BigQuery_Datastudio
サービスを支える監視運用
インフラエンジニアとアプリ開発
Android e2e testing at mercari
JUnit5とAndroidのテスト
Goのサーバサイド実装におけるレイヤ設計とレイヤ内実装について考える
片手間MySQLチューニング戦略
著名PHPアプリの脆弱性に学ぶセキュアコーディングの原則
Background execution limits Android Oreo jag201711
機能とコストで考えるAws
フィア・オブ・ジ・アンノウン
見やすいプレゼン資料の作り方 - リニューアル増量版
Ad

Similar to Android1.5~8.0 Walkthrough (20)

PDF
Getting Started with Android - OSSPAC 2009
PDF
Future of Mobile Automation, Appium Steals it
PDF
Future of Mobile Automation, Appium Steals it
PPTX
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...
PPTX
Andriod (operating system)
PDF
Introduction to Android - Mobile Fest Singapore 2009
PPTX
PDF
Embedded Android Workshop with Nougat
PPT
Mobile and tablet app dev
PPTX
GDG Devfest 2016 session on Android N
PPTX
Mobile Application Development Unit 1.pptx
PDF
Mobile for PHP developers
KEY
Android a brief intro
PPT
Getting started with android dev and test perspective
PDF
Android App Development 01 : Getting Start
PDF
iOS Indie Developer Toolkit - CocoaHeads 3city
PDF
Embedded Android Workshop with Oreo
PDF
Embedded Android Workshop with Marshmallow
PPT
PPTX
Getting Started with Android - OSSPAC 2009
Future of Mobile Automation, Appium Steals it
Future of Mobile Automation, Appium Steals it
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...
Andriod (operating system)
Introduction to Android - Mobile Fest Singapore 2009
Embedded Android Workshop with Nougat
Mobile and tablet app dev
GDG Devfest 2016 session on Android N
Mobile Application Development Unit 1.pptx
Mobile for PHP developers
Android a brief intro
Getting started with android dev and test perspective
Android App Development 01 : Getting Start
iOS Indie Developer Toolkit - CocoaHeads 3city
Embedded Android Workshop with Oreo
Embedded Android Workshop with Marshmallow

More from Yuki Matsumura (6)

PDF
Screen Orientation
PDF
PDF
Dependency injection
PDF
UnitTest
PDF
Hello. Continuous Integration
Screen Orientation
Dependency injection
UnitTest
Hello. Continuous Integration

Recently uploaded (20)

PDF
737-MAX_SRG.pdf student reference guides
PPTX
Information Storage and Retrieval Techniques Unit III
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PPTX
Artificial Intelligence
PPT
introduction to datamining and warehousing
PPTX
Current and future trends in Computer Vision.pptx
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PPT
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
Soil Improvement Techniques Note - Rabbi
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PPT
Occupational Health and Safety Management System
PDF
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
737-MAX_SRG.pdf student reference guides
Information Storage and Retrieval Techniques Unit III
Fundamentals of safety and accident prevention -final (1).pptx
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Artificial Intelligence
introduction to datamining and warehousing
Current and future trends in Computer Vision.pptx
86236642-Electric-Loco-Shed.pdf jfkduklg
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Soil Improvement Techniques Note - Rabbi
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Occupational Health and Safety Management System
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
Categorization of Factors Affecting Classification Algorithms Selection
Exploratory_Data_Analysis_Fundamentals.pdf

Android1.5~8.0 Walkthrough