aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • Mobile
  • Programming

Make Your App Large Screen Ready

  • aster.cloud
  • July 26, 2022
  • 4 minute read

Nowadays Android runs on several billion devices, and phones are only a part of this ecosystem. Tablets, foldables, and even laptops and desktops support Android apps so you can find your app running on a variety of form factors.

In this article, you will learn how to get started with large screen support and why it is so important: accurately handling orientation changes, aspect ratios, and adaptive layouts may seem challenging, but with new large screen experiences in mind, multiple form factors bring terrific new possibilities to your users.


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

To help people get the most from their devices, we’re making big changes in Google Play to enable users to discover and engage with high quality apps and games, with a deeper focus on apps ready for larger screens. Moreover, Android 12L gives device manufacturers the option of overriding the app’s request for a preferred orientation, you can check here for this and the other changes.

Supporting every screen is hard, and it requires a change in how you think about adapting your app for every screen: this is why we’ve broken down the support for large screens on different levels. There are three levels of support your app can provide. The basic one, Tier 3 — Large screen ready, requires your app to run full screen on every surface without issues. The next step would be to optimize your app for large screens. In Tier 2 — Large screen optimized, your app will need to show optimized layouts and enhanced external input support. Lastly, there is the top support level. Tier 1 — Large screen differentiated expects your app to provide a fully differentiated experience on large screens.

Read More  Jetpack Compose — When Should I Use DerivedStateOf?
| Tier   | Definition                    |
|--------|-------------------------------|
| Tier 3 | Large screen *ready*          |
| Tier 2 | Large screen *optimized*      |
| Tier 1 | Large screen *differentiated* |

In this article, you will learn how to get started with Tier 3 and why optimizing for large screens is important for your application.

Tier 3 is the first step to make an app work well with large screen devices. Follow this guide to ensure your app passes each of the requirements and your users can complete critical flows.

Configuration and continuity

Phone in portrait orientation and large screen in landscape.

Handling configuration changes has always been a cornerstone of Android app development, but it’s especially important for large screen devices. As aforementioned, users can always override the orientation, but this is not the only configuration change you should care about: physical keyboards being attached, window resizing and more events will be frequent with large screens. With new form factors available, it’s not a given that your users will hold their devices the way they hold smartphones. The first thing to take into account is that an app should not crash and should instead preserve its state during a configuration change, including scroll position and text typed in a text field. Media playback is also expected to resume where it left off when the configuration change was initiated.

There are multiple ways of achieving this. A <a class="au lf" href="https://developer.android.com/topic/libraries/architecture/viewmodel" target="_blank" rel="noopener ugc nofollow">ViewModel</a> to maintain state and push it down to the UI is a good start, but this task can be solved with other APIs as well.

Multi-window and multi-resume

A foldable device in multi-window mode

Multiple form factors, and large screen devices in particular, challenge the idea that users will only have one app running at a given time. For the majority of apps, running alongside other apps on large screens will be the new norm, so it’s best to be prepared!

Read More  Improve Your App Mileage With Android For Cars App Library

Multi-window poses new challenges as you may have to revisit your application’s lifecycle and investigate any resulting loss of resources, but it’s another important step on this journey.

Check out multi-window support to get on track with multi-window and multi-resume.

Camera preview and media projection

Camera orientation on folded and unfolded devices

Dealing with camera features is definitely a very important part of this path, and it’s probably one of the most challenging. Users can use this component in any possible orientation, window size, or even foldable state. You might even think about leveraging unique postures like tabletop mode, or perhaps providing different experiences based on other factors that we haven’t thought of just yet.

Being able to correctly show a preview from the camera or simply play media with the correct orientation and aspect ratio is paramount to your users, and we’re here to help! We just released a new codelab to help you handle resizable surfaces in your camera appand you can use CameraX if you don’t need to access the low level APIs. Make sure to also check out the codelab on media streaming with ExoPlayer and this guide to the Media Projection API to get started.

Keyboard, mouse, and trackpad

An Android tablet with keyboard, trackpad, and stylus

Think about how large screen form factors provide users with more options than ever before. For example, many new tablets come with a keyboard and a trackpad, or users might decide to take advantage of the bigger screen to use an external Bluetooth keyboard. It’s important that your app can switch between a virtual and physical keyboard without relaunching.

Read More  From PC To Mobile: Lessons In Expanding To Multi-Platform Gaming

Let’s not forget about mouse and keyboard navigation. In the aforementioned scenarios, your users might need to use these devices as the only source of input, like on Chromebooks without touch support.

Check out handle external input on the Android developers website for information on how to navigate all of these possibilities and more.

Wrapping up

Providing a beautiful experience on every surface may challenge your assumptions about app development, but building for large screen form factors offers an exciting opportunity to create a more robust and accessible app. Make sure to check out the Tier 3 checklist and tests to ensure you’re meeting all the requirements to make your app large screen ready, and be ready for the next part of this journey into large screens!

By Roberto Orgiu
Source Medium


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • Android
  • App
  • CameraX
  • Medium
You May Also Like
View Post
  • Architecture
  • Data
  • Engineering
  • People
  • Programming
  • Software Engineering
  • Technology
  • Work & Jobs

Predictions: Top 25 Careers Likely In High Demand In The Future

  • June 6, 2023
View Post
  • Programming
  • Software Engineering
  • Technology

Build a Python App to Alert You When Asteroids Are Close to Earth

  • May 22, 2023
View Post
  • Programming

Illuminating Interactions: Visual State In Jetpack Compose

  • May 20, 2023
View Post
  • Computing
  • Data
  • Programming
  • Software
  • Software Engineering

The Top 10 Data Interchange Or Data Exchange Format Used Today

  • May 11, 2023
View Post
  • Gears
  • Mobile
  • Technology

Apple Watch Pride Edition Celebrates The LGBTQ+ Community

  • May 10, 2023
View Post
  • Architecture
  • Programming
  • Public Cloud

From Receipts To Riches: Save Money W/ Google Cloud & Supermarket Bills – Part 1

  • May 8, 2023
View Post
  • Programming
  • Public Cloud

3 New Ways To Authorize Users To Your Private Workloads On Cloud Run

  • May 4, 2023
View Post
  • Programming
  • Public Cloud

Buffer HTTP Requests With Cloud Tasks

  • May 4, 2023

Stay Connected!
LATEST
  • college-of-cardinals-2025 1
    The Definitive Who’s Who of the 2025 Papal Conclave
    • May 7, 2025
  • conclave-poster-black-smoke 2
    The World Is Revalidating Itself
    • May 6, 2025
  • 3
    Conclave: How A New Pope Is Chosen
    • April 25, 2025
  • Getting things done makes her feel amazing 4
    Nurturing Minds in the Digital Revolution
    • April 25, 2025
  • 5
    AI is automating our jobs – but values need to change if we are to be liberated by it
    • April 17, 2025
  • 6
    Canonical Releases Ubuntu 25.04 Plucky Puffin
    • April 17, 2025
  • 7
    United States Army Enterprise Cloud Management Agency Expands its Oracle Defense Cloud Services
    • April 15, 2025
  • 8
    Tokyo Electron and IBM Renew Collaboration for Advanced Semiconductor Technology
    • April 2, 2025
  • 9
    IBM Accelerates Momentum in the as a Service Space with Growing Portfolio of Tools Simplifying Infrastructure Management
    • March 27, 2025
  • 10
    Tariffs, Trump, and Other Things That Start With T – They’re Not The Problem, It’s How We Use Them
    • March 25, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • 1
    IBM contributes key open-source projects to Linux Foundation to advance AI community participation
    • March 22, 2025
  • 2
    Co-op mode: New partners driving the future of gaming with AI
    • March 22, 2025
  • 3
    Mitsubishi Motors Canada Launches AI-Powered “Intelligent Companion” to Transform the 2025 Outlander Buying Experience
    • March 10, 2025
  • PiPiPi 4
    The Unexpected Pi-Fect Deals This March 14
    • March 13, 2025
  • Nintendo Switch Deals on Amazon 5
    10 Physical Nintendo Switch Game Deals on MAR10 Day!
    • March 9, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.