googlesamples/android-constraint-layout-performance

Name: android-constraint-layout-performance

Owner: Google Samples

Description: Example test set for performance comparison with ConstraintLayout and other layouts

Created: 2017-08-22 02:22:22.0

Updated: 2018-05-18 12:24:05.0

Pushed: 2017-10-11 10:07:40.0

Homepage: null

Size: 2388

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ConstraintLayout performance comparison

This app is an example test set that compares how the different ViewGroups (ConstraintLayout vs traditional layouts) affects the UI performance.

Introduction

This app runs the measure/layout passes with the layout using ConstraintLayout and using traditional layouts (RelativeLayout and LinearLayout), both of them result in the same appearance but how the UI components are built is different.

LayoutCodelab-UI

While running the measure/layout passes, the performance of UI is measured by using Systrace and OnFrameMetricsAvailableListener

Pre-requisites

You need to know:

How to run the tests
  1. Download the code.
  2. Open the terminal at the downloaded directory.
  3. Run the following shell script ./run.sh <device_id>
  4. The script is going to generate two html files as a result of running Systrace. Each represents the performance result for the layout with ConstraintLayout and with traditional.

(Optional)

License

Copyright 2017 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.