{"id":13428667,"url":"https://github.com/google-developer-training/advanced-android-testing","last_synced_at":"2025-03-16T01:32:49.140Z","repository":{"id":39617990,"uuid":"44410556","full_name":"google-developer-training/advanced-android-testing","owner":"google-developer-training","description":"Android Testing Codelab","archived":false,"fork":false,"pushed_at":"2024-04-27T11:56:26.000Z","size":3817,"stargazers_count":998,"open_issues_count":34,"forks_count":669,"subscribers_count":53,"default_branch":"starter_code","last_synced_at":"2024-08-10T09:11:56.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codelabs.developers.google.com/codelabs/android-testing/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google-developer-training.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-16T21:05:01.000Z","updated_at":"2024-08-04T07:43:39.000Z","dependencies_parsed_at":"2024-01-14T02:37:19.209Z","dependency_job_id":"bda40ca3-bf49-4489-92c2-66b9e93509c2","html_url":"https://github.com/google-developer-training/advanced-android-testing","commit_stats":null,"previous_names":["google-developer-training/advanced-android-testing","googlecodelabs/android-testing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-developer-training%2Fadvanced-android-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-developer-training%2Fadvanced-android-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-developer-training%2Fadvanced-android-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-developer-training%2Fadvanced-android-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-developer-training","download_url":"https://codeload.github.com/google-developer-training/advanced-android-testing/tar.gz/refs/heads/starter_code","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243495503,"owners_count":20299922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T01:01:02.487Z","updated_at":"2025-03-16T01:32:49.133Z","avatar_url":"https://github.com/google-developer-training.png","language":"Kotlin","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"(Deprecated) TO-DO Notes - Code for 5.1-5.3 Testing Codelab\n============================================================================\n\n\u003e [!CAUTION]\n\u003e This codelab is deprecated and it will be removed soon.\n\nCode for the Advanced Android Kotlin Testing Codelab 5.1-5.3\n\nIntroduction\n------------\n\nTO-DO Notes is an app where you to write down tasks to complete. The app displays them in a list.\nYou can then mark them as completed or not, filter them and delete them.\n\n![App main screen, screenshot](screenshot.png)\n\nThis codelab has four branches, representing different code states:\n\n* [starter_code](https://github.com/googlecodelabs/android-testing/tree/starter_code)\n* [end_codelab_1](https://github.com/googlecodelabs/android-testing/tree/end_codelab_1)\n* [end_codelab_2](https://github.com/googlecodelabs/android-testing/tree/end_codelab_2)\n* [end_codelab_3](https://github.com/googlecodelabs/android-testing/tree/end_codelab_3)\n\nThe codelabs in this series are:\n* [Testing Basics](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-testing-basics)\n* [Introduction to Test Doubles and Dependency Injection](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-testing-test-doubles)\n* [Survey of Testing Topics](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-testing-survey)\n\n\nPre-requisites\n--------------\n\nYou should be familiar with:\n\n* The Kotlin programming language, including [Kotlin coroutines](https://developer.android.com/kotlin/coroutines) and their interaction with [Android Jetpack components](https://developer.android.com/topic/libraries/architecture/coroutines).\n* The following core Android Jetpack libraries: [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel),\n [LiveData](https://developer.android.com/topic/libraries/architecture/livedata),\n  [Navigation Component](https://developer.android.com/guide/navigation) and \n  [Data Binding](https://developer.android.com/topic/libraries/data-binding).\n* Application architecture, following the pattern from the [Guide to app architecture](https://developer.android.com/jetpack/docs/guide) and [Android Fundamentals codelabs](https://developer.android.com/courses/kotlin-android-fundamentals/toc).\n\n\nGetting Started\n---------------\n\n1. Download and run the app.\n2. Check out one of the codelabs mentioned above.\n\nLicense\n-------\n\nCopyright 2019 Google, Inc.\n\nLicensed to the Apache Software Foundation (ASF) under one or more contributor\nlicense agreements.  See the NOTICE file distributed with this work for\nadditional information regarding copyright ownership.  The ASF licenses this\nfile to you under the Apache License, Version 2.0 (the \"License\"); you may not\nuse this file except in compliance with the License.  You may obtain a copy of\nthe License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the\nLicense for the specific language governing permissions and limitations under\nthe License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-developer-training%2Fadvanced-android-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle-developer-training%2Fadvanced-android-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-developer-training%2Fadvanced-android-testing/lists"}