Close Menu
geekfence.comgeekfence.com
    What's Hot

    Apple unveils its next-gen M5 family of Mac laptops – Computerworld

    March 3, 2026

    iPad Air with M4 Launched in India: Price

    March 3, 2026

    Copilot Tasks: From Answers to Actions  | Microsoft Copilot Blog

    March 3, 2026
    Facebook X (Twitter) Instagram
    • About Us
    • Contact Us
    Facebook Instagram
    geekfence.comgeekfence.com
    • Home
    • UK Tech News
    • AI
    • Big Data
    • Cyber Security
      • Cloud Computing
      • iOS Development
    • IoT
    • Mobile
    • Software
      • Software Development
      • Software Engineering
    • Technology
      • Green Technology
      • Nanotechnology
    • Telecom
    geekfence.comgeekfence.com
    Home»Mobile»How JioHotstar optimized its UX for foldables and tablets
    Mobile

    How JioHotstar optimized its UX for foldables and tablets

    AdminBy AdminJanuary 27, 2026No Comments3 Mins Read3 Views
    Facebook Twitter Pinterest LinkedIn Telegram Tumblr Email
    How JioHotstar optimized its UX for foldables and tablets
    Share
    Facebook Twitter LinkedIn Pinterest Email


    To help ensure a premium experience for its vast audience, JioHotstar elevated the viewing experience by optimizing their app for foldables and tablets. They accomplished this by following Google’s adaptive app guidance and utilizing resources like  samples, codelabs, cookbooks, and documentation to help create a consistently seamless and engaging experience across all display sizes.

    JioHotstar’s large screen challenge

    JioHotstar offered an excellent user experience on standard phones and the team wanted to take advantage of new form factors. To start, the team evaluated their app against the large screen app quality guidelines to understand the optimizations required to extend their user experience to foldables and tablets. To achieve Tier 1 large screen app status, the team implemented two strategic updates to adapt the app across various form factors and differentiate on foldables. By addressing the unique challenges posed by foldable and tablet devices, JioHotstar aims to deliver a high-quality and immersive experience across all display sizes and aspect ratios.

    What they needed to do

    JioHotstar’s user interface, designed primarily for standard phone displays, encountered challenges in adapting hero image aspect ratios, menus, and show screens to the diverse screen sizes and resolutions of other form factors. This often led to image cropping, letterboxing, low resolution, and unutilized space, particularly in landscape mode. To help fully leverage the capabilities of tablets and foldables and deliver an optimized user experience across these device types, JioHotstar focused on refining the UI to ensure optimal layout flexibility, image rendering, and navigation across a wider range of devices.

    What they did

    For a better viewing experience on large screens, JioHotstar took the initiative to enhance its app by incorporating WindowSizeClass and creating optimized layouts for compact, medium and extended widths. This allowed the app to adapt its user interface to various screen dimensions and aspect ratios, ensuring a consistent and visually appealing UI across different devices.

    JioHotstar followed this pattern using Material 3 Adaptive library to know how much space the app has available. First invoking the currentWindowAdaptiveInfo() function, then using new layouts accordingly for the three window size classes:

    val sizeClass = currentWindowAdaptiveInfo().windowSizeClass
    
    if(sizeClass.isWidthAtLeastBreakpoint(WIDTH_DP_EXPANDED_LOWER_BOUND)) {
        showExpandedLayout()
    } else if(sizeClass.isHeightAtLeastBreakpoint(WIDTH_DP_MEDIUM_LOWER_BOUND)) {
        showMediumLayout()
    } else {
        showCompactLayout()
    }

    The breakpoints are in order, from the biggest to the smallest, as internally the API checks for with a greater or equal then, so any width that is at least greater or equal then EXPANDED will always be greater than MEDIUM.


    JioHotstar is able to provide the premium experience unique to foldable devices: Tabletop Mode. This feature conveniently relocates the video player to the top half of the screen and the video controls to the bottom half when a foldable device is partially folded for a handsfree experience.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    Best Earbuds and Headphones for Workouts and the Gym in 2026

    March 3, 2026

    The Second Beta of Android 17

    March 2, 2026

    The top free U.S. App Store app gets to number one thanks to President Trump’s insults

    March 1, 2026

    Kindle’s newest feature has completely changed how I read books

    February 28, 2026

    Would any of the reported MacBook compromises be a deal-breaker?

    February 27, 2026

    O.M.G: Nothing’s Phone 4a is totes pink, as it heads for launch with fashion and pop

    February 26, 2026
    Top Posts

    Hard-braking events as indicators of road segment crash risk

    January 14, 202619 Views

    Understanding U-Net Architecture in Deep Learning

    November 25, 202518 Views

    How to integrate a graph database into your RAG pipeline

    February 8, 202610 Views
    Don't Miss

    Apple unveils its next-gen M5 family of Mac laptops – Computerworld

    March 3, 2026

    There are some slight price increases. For example, both the M5 Pro and M5 Max…

    iPad Air with M4 Launched in India: Price

    March 3, 2026

    Copilot Tasks: From Answers to Actions  | Microsoft Copilot Blog

    March 3, 2026

    Transforming Hiring with Smarter Tech

    March 3, 2026
    Stay In Touch
    • Facebook
    • Instagram
    About Us

    At GeekFence, we are a team of tech-enthusiasts, industry watchers and content creators who believe that technology isn’t just about gadgets—it’s about how innovation transforms our lives, work and society. We’ve come together to build a place where readers, thinkers and industry insiders can converge to explore what’s next in tech.

    Our Picks

    Apple unveils its next-gen M5 family of Mac laptops – Computerworld

    March 3, 2026

    iPad Air with M4 Launched in India: Price

    March 3, 2026

    Subscribe to Updates

    Please enable JavaScript in your browser to complete this form.
    Loading
    • About Us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • Terms and Conditions
    © 2026 Geekfence.All Rigt Reserved.

    Type above and press Enter to search. Press Esc to cancel.