https://github.com/chromeos/resizing-chromeos
https://github.com/chromeos/resizing-chromeos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chromeos/resizing-chromeos
- Owner: chromeos
- License: apache-2.0
- Created: 2018-05-08T17:38:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T17:01:51.000Z (over 5 years ago)
- Last Synced: 2025-03-25T15:54:05.845Z (3 months ago)
- Language: Kotlin
- Size: 3.35 MB
- Stars: 10
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Android App Resizing for Chrome OS
## This is not an official Google product
With the ability to run Android on Chromebooks, a huge
ecosystem of applications and vast new functionality
is now available to users. While this is great news
for developers, certain optimizations are required
to meet usability expectations and to make for an
excellent user experience.One important yet often overlooked area is resizing.
Android apps on Chrome OS should expect to be rotated,
maximized, and “free-form” resized multiple times
throughout their lifecycle. This [code lab](https://codelabs.developers.google.com/codelabs/chromeos-resizing/index.html)
will guide you through implementing some best practices
to make your app resize robustly and easily.***
Copyright 2019 Google LLC
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 athttps://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.