SlideShare a Scribd company logo
ExtraLayoutSpace
of RecyclerView
kyobashi.dex #2
@amyu_san
ABOUT ME
▸ Name : Yuki Mima
▸ Twitter : @amyu_san
▸ github : amyu
▸ Work : Android App Engineer

Why do you use
RecyclerView
I can not be implemented
in the ListView
TEXT
The good point of RecyclerView
▸ Easy implementation of Animation
▸ Easy implementation of Animation
▸ Easy implementation of Animation
▸ Easy implementation of Animation
▸ Easy implementation of pre-load
▸ Easy implementation of Cache
TEXT
What is ExtraLayoutSpace
▸ The amount of extra space that should be laid out by
LayoutManager.
ExtraLayoutSpace = 0
https://www.youtube.com/watch?v=1xMNmMjqEbI
ExtraLayoutSpace =
Display Heigh
https://www.youtube.com/watch?v=4c7ZID7yjII
TEXT
How to implement
▸ Override the LinearLayoutManager#getExtraLayoutSpace
Returns the amount of extra space that should be laid out by
LayoutManager.
By default, LinearLayoutManager lays out 1 extra page of items
while smooth scrolling and 0 otherwise.
You can override this method to implement your custom layout
pre-cache logic.
protected int getExtraLayoutSpace (RecyclerView.State state)
ExtraLayoutSpace of RecyclerView
Laying out invisible elements
will eventually come with
performance cost!
But it improves
user experience!!!!
Try to use!

More Related Content

PPTX
Openshift Intro
PDF
Зоопарк React-у
PDF
Hello World Android v.01
PDF
Smooth Scrolling for UITableView in iOS
PDF
Mastering RecyclerView Layouts
PDF
Build and Distributing SDK Add-Ons
PDF
Android アプリを Jenkins でビルドして GitHub に “リリース” を作る
PDF
ChromeとAndroidの 過去・現在・未来 ver 0.1
Openshift Intro
Зоопарк React-у
Hello World Android v.01
Smooth Scrolling for UITableView in iOS
Mastering RecyclerView Layouts
Build and Distributing SDK Add-Ons
Android アプリを Jenkins でビルドして GitHub に “リリース” を作る
ChromeとAndroidの 過去・現在・未来 ver 0.1

Viewers also liked (9)

PDF
Recyclerview in action
PPTX
Fun with RecyclerView
PDF
Coordinator Layout Behavior
PDF
Master of Canvas
PDF
AdapterToolboxでRecyclerViewを楽にする
PDF
Master of RecyclerView
PDF
5 年続く 「はてなブックマーク」 アプリを継続開発する技術
PDF
リクルートにおける画像解析事例紹介
POTX
LinuxをインストールしてWebサーバーを立ち上げてみよう
Recyclerview in action
Fun with RecyclerView
Coordinator Layout Behavior
Master of Canvas
AdapterToolboxでRecyclerViewを楽にする
Master of RecyclerView
5 年続く 「はてなブックマーク」 アプリを継続開発する技術
リクルートにおける画像解析事例紹介
LinuxをインストールしてWebサーバーを立ち上げてみよう
Ad

Similar to ExtraLayoutSpace of RecyclerView (6)

PPT
Testing of javacript
PDF
React Fundamentals - Jakarta JS, Apr 2016
PPTX
One code Web, iOS, Android
PDF
Deep Dive Into LayoutManager for RecyclerView
PDF
Effective Application State Management (@DevCamp2017)
PDF
Manual Layout Revisited
Testing of javacript
React Fundamentals - Jakarta JS, Apr 2016
One code Web, iOS, Android
Deep Dive Into LayoutManager for RecyclerView
Effective Application State Management (@DevCamp2017)
Manual Layout Revisited
Ad

More from Mima Yuki (7)

PDF
To learn Interpolator
PDF
パスの日記
PDF
GoogIe
PDF
(Google Glassネタ)
PDF
iBeacon + Wear
PDF
JUnitテストを1日やってみた
PDF
王道的な使い方 Android Wear
To learn Interpolator
パスの日記
GoogIe
(Google Glassネタ)
iBeacon + Wear
JUnitテストを1日やってみた
王道的な使い方 Android Wear

Recently uploaded (20)

PPTX
Big Data Technologies - Introduction.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Machine learning based COVID-19 study performance prediction
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Spectroscopy.pptx food analysis technology
PPT
Teaching material agriculture food technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Cloud computing and distributed systems.
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
cuic standard and advanced reporting.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Big Data Technologies - Introduction.pptx
Empathic Computing: Creating Shared Understanding
Machine learning based COVID-19 study performance prediction
20250228 LYD VKU AI Blended-Learning.pptx
Approach and Philosophy of On baking technology
Encapsulation_ Review paper, used for researhc scholars
Diabetes mellitus diagnosis method based random forest with bat algorithm
Assigned Numbers - 2025 - Bluetooth® Document
Spectroscopy.pptx food analysis technology
Teaching material agriculture food technology
Building Integrated photovoltaic BIPV_UPV.pdf
A Presentation on Artificial Intelligence
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
MIND Revenue Release Quarter 2 2025 Press Release
Cloud computing and distributed systems.
Mobile App Security Testing_ A Comprehensive Guide.pdf
cuic standard and advanced reporting.pdf
The AUB Centre for AI in Media Proposal.docx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
gpt5_lecture_notes_comprehensive_20250812015547.pdf

ExtraLayoutSpace of RecyclerView