SlideShare a Scribd company logo
Android Workshop Day 2
Android GUI Basics
Senad Uka
April 2014
Get it!
● http://mhalka.com/tag/day2/
Contents
● Goal of day 2
● Multiple screens
● Layouts overview
● List view
● Changing styles
● Referencing GUI elements in code
Goal of Day 2
● Create and test GUI in ADT
● Code activity transitions
● Homework: start implementing
business logic of the application
Multiple screens
● Biggest issue
● Density
● Screen size
● Orientation
● Device independent pixels (dp)
Size and Density
Screen Size in dp
● xlarge screens are at least 960dp x 720dp
● large screens are at least 640dp x 480dp
● normal screens are at least 470dp x 320dp
● small screens are at least 426dp x 320dp
Describing UI in XML
In practice...
In practice...
Linear Layout
Relative Layout
Frame Layout
ListView
● ListView is a view group that displays a list of scrollable items transformed
into a view by an Adapter instance.
GridView
● GridView is a ViewGroup that displays items transformed into views by
ListAdapter instance in a two-dimensional, scrollable grid.
Styling UI
Styling UI
● http://android-holo-colors.com/
● Download and unzip into project
directory
Inflating views
Referencing Elements
Transitioning between Activites

More Related Content

PPT
Professional Learning De Rv2
PPT
Designing using Web Standards with Dreamweaver
PDF
Responsive Web Design: Clever Tips and Techniques - Vitaly Friedman (UX Riga ...
PPT
Android - Anroid Pproject
PDF
Milos Marinkovic "Modular Android UI"
PPTX
Android Lollipop: The developer's perspective
PDF
Android development - the basics, MFF UK, 2012
PDF
Android workshop material
Professional Learning De Rv2
Designing using Web Standards with Dreamweaver
Responsive Web Design: Clever Tips and Techniques - Vitaly Friedman (UX Riga ...
Android - Anroid Pproject
Milos Marinkovic "Modular Android UI"
Android Lollipop: The developer's perspective
Android development - the basics, MFF UK, 2012
Android workshop material

Similar to Android Workshop Day 2 (20)

PDF
Android Made Simple
PPTX
Google I/O 2019 - what's new in Android Q and Jetpack
PPTX
Introduction Flutter for Create Multiplatform Apps
PDF
Android在多屏幕、多设备上的适配 | 布丁 任斐
PDF
Website factory with domain Access: why and how& - Kiêt Trân & David Ferlay
PDF
Android accessibility 9th_april_droidcon
PDF
Android design patterns
PDF
Android Jump Start
PDF
Introduction to mobile programming with Androids.
PPTX
Material design
ODP
Design guidelines for android developers
PPTX
Supporting multi screen in android
PDF
DocDokuPLM presentation - OW2Con 2015 Community Award winner
PDF
DocDoku: Using web technologies in a desktop application. OW2con'15, November...
 
PDF
Droidcon 2013 accessible android apps sharma_google
PDF
Dig into the omega theme
PDF
Android training day 3
PPTX
Supporting multi screen in android cn
PDF
DDD in Pixel Federation v1 | TechForce Meetup vol.3
PDF
Responsive Web Design for Drupal, CMS Expo
Android Made Simple
Google I/O 2019 - what's new in Android Q and Jetpack
Introduction Flutter for Create Multiplatform Apps
Android在多屏幕、多设备上的适配 | 布丁 任斐
Website factory with domain Access: why and how& - Kiêt Trân & David Ferlay
Android accessibility 9th_april_droidcon
Android design patterns
Android Jump Start
Introduction to mobile programming with Androids.
Material design
Design guidelines for android developers
Supporting multi screen in android
DocDokuPLM presentation - OW2Con 2015 Community Award winner
DocDoku: Using web technologies in a desktop application. OW2con'15, November...
 
Droidcon 2013 accessible android apps sharma_google
Dig into the omega theme
Android training day 3
Supporting multi screen in android cn
DDD in Pixel Federation v1 | TechForce Meetup vol.3
Responsive Web Design for Drupal, CMS Expo
Ad

Recently uploaded (20)

PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Introduction to Artificial Intelligence
PDF
Understanding Forklifts - TECH EHS Solution
PPT
Introduction Database Management System for Course Database
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
medical staffing services at VALiNTRY
PPTX
Transform Your Business with a Software ERP System
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Digital Systems & Binary Numbers (comprehensive )
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
top salesforce developer skills in 2025.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Computer Software and OS of computer science of grade 11.pptx
Upgrade and Innovation Strategies for SAP ERP Customers
Introduction to Artificial Intelligence
Understanding Forklifts - TECH EHS Solution
Introduction Database Management System for Course Database
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Operating system designcfffgfgggggggvggggggggg
medical staffing services at VALiNTRY
Transform Your Business with a Software ERP System
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
How to Migrate SBCGlobal Email to Yahoo Easily
Digital Systems & Binary Numbers (comprehensive )
Reimagine Home Health with the Power of Agentic AI​
PTS Company Brochure 2025 (1).pdf.......
top salesforce developer skills in 2025.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
Ad

Android Workshop Day 2