Skip to content

Commit 6cf8ae8

Browse files
committed
Add packaging info to be picked up by the samples indexer
1 parent a68ef4e commit 6cf8ae8

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.google/packaging.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright (C) 2020 The Android Open Source Project
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# GOOGLE SAMPLE PACKAGING DATA
16+
#
17+
# This file is used by Google as part of our samples packaging process.
18+
# End users may safely ignore this file. It has no relevance to other systems.
19+
---
20+
status: PUBLISHED
21+
technologies: [Android]
22+
categories:
23+
- AndroidTesting
24+
- AndroidArchitecture
25+
- AndroidArchitectureUILayer
26+
- AndroidArchitectureDataLayer
27+
languages: [Kotlin]
28+
solutions: [Mobile]
29+
github: android/architecture-samples
30+
level: INTERMEDIATE
31+
license: apache2

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ This project hosts each sample app in separate repository branches. For more inf
2929
| [views](https://github.com/googlesamples/android-architecture/tree/views) | Uses Views instead of Jetpack Compose to render UI elements on the screen |
3030
| [views-hilt](https://github.com/googlesamples/android-architecture/tree/views-hilt) | Uses Views and Hilt instead together |
3131

32-
## Why a to-do app?
3332

34-
<img align="right" src="https://github.com/googlesamples/android-architecture/wiki/images/todoapp.gif" alt="A demo illustraating the UI of the app" width="288" height="512" style="display: inline; float: right"/>
33+
## Screenshots
34+
35+
<img src="screenshots/todoapp.gif" alt="Screenshot">
36+
37+
## Why a to-do app?
3538

3639
The app in this project aims to be simple enough that you can understand it quickly, but complex enough to showcase difficult design decisions and testing scenarios. For more information, see the [app's specification](https://github.com/googlesamples/android-architecture/wiki/To-do-app-specification).
3740

screenshots/todoapp.gif

1.41 MB
Loading

0 commit comments

Comments
 (0)