Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chromeos/optimized-for-chromeos
https://github.com/chromeos/optimized-for-chromeos
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chromeos/optimized-for-chromeos
- Owner: chromeos
- License: apache-2.0
- Created: 2018-03-27T19:04:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T22:52:40.000Z (over 5 years ago)
- Last Synced: 2024-04-10T14:57:43.440Z (7 months ago)
- Language: Kotlin
- Size: 3.85 MB
- Stars: 7
- Watchers: 5
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimizing your Android App 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.This [code lab](https://codelabs.developers.google.com/codelabs/optimized-for-chromeos/index.html) will take you through
the most common of these optimizations.This repository contains the source code for the
codelab in two different modules. **complete** contains
the completed codelab, **start** is the base project
with each step's code commented out for reference.***
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.