• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Application/22-Nov-2023-463195

buildSrc/22-Nov-2023-1913

gradle/wrapper/22-Nov-2023-76

CONTRIB.mdD22-Nov-20231.6 KiB3627

LICENSED22-Nov-202331.5 KiB648514

README.mdD22-Nov-20231.7 KiB5236

build.gradleD22-Nov-2023250 119

gradlewD22-Nov-20235 KiB165122

gradlew.batD22-Nov-20232.3 KiB9166

packaging.yamlD22-Nov-2023507 1610

settings.gradleD22-Nov-202322 21

template-params.xmlD22-Nov-20231.1 KiB4017

README.md

1
2Android ActivityInstrumentation Sample
3===================================
4
5This sample provides a basic example of using an InstrumentationTest to probe the
6internal state of an Activity.
7
8Pre-requisites
9--------------
10
11- Android SDK v23
12- Android Build Tools v23.0.0
13- Android Support Repository
14
15Getting Started
16---------------
17
18This sample uses the Gradle build system. To build this project, use the
19"gradlew build" command or use "Import Project" in Android Studio.
20
21Support
22-------
23
24- Google+ Community: https://plus.google.com/communities/105153134372062985968
25- Stack Overflow: http://stackoverflow.com/questions/tagged/android
26
27If you've found an error in this sample, please file an issue:
28https://github.com/googlesamples/android-ActivityInstrumentation
29
30Patches are encouraged, and may be submitted by forking this project and
31submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
32
33License
34-------
35
36Copyright 2014 The Android Open Source Project, Inc.
37
38Licensed to the Apache Software Foundation (ASF) under one or more contributor
39license agreements.  See the NOTICE file distributed with this work for
40additional information regarding copyright ownership.  The ASF licenses this
41file to you under the Apache License, Version 2.0 (the "License"); you may not
42use this file except in compliance with the License.  You may obtain a copy of
43the License at
44
45http://www.apache.org/licenses/LICENSE-2.0
46
47Unless required by applicable law or agreed to in writing, software
48distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
49WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
50License for the specific language governing permissions and limitations under
51the License.
52