SkillAgentSearch skills...

DualScreenSample

SlidingPaneLayout Sample

Install / Use

/learn @orioonyx/DualScreenSample

README

Android Dual-Screen Sample

A simple demo project based on SlidingPaneLayout.

SlidingPaneLayout is a control that uses Jetpack Window Manager to adapt to dual-screen and foldable devices.

It can show two panes side-by-side (if there's room), otherwise only the first pane will be shown and the second can be revealed by the user (sliding from the side) or programmatically. It adapts to foldable and dual-screen devices by aligning the panes on either side of the hinge or fold. <br><br>

Preview ✨

Foldable Device

<img src="https://user-images.githubusercontent.com/74607521/209708173-94f492af-06a9-48d7-b385-eb33edf7770a.png" width="100%"/> <br>

Single Screen Device

<img src="https://user-images.githubusercontent.com/74607521/209708162-f3753621-15dc-49e7-bfc1-2789eece6521.png" width="100%"/> <br>

Developed By

License

Copyright 2022 NoKyungEun

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks0

Languages

Kotlin

Security Score

75/100

Audited on Oct 2, 2024

No findings