• Home
Name Date Size #Lines LOC

..--

.google/03-May-2024-148

Application/03-May-2024-1,886889

gradle/wrapper/03-May-2024-66

kotlinApp/03-May-2024-1,534876

CONTRIB.mdD03-May-20241.6 KiB3627

CONTRIBUTING.mdD03-May-20241.5 KiB3627

LICENSED03-May-202411.1 KiB204170

README.mdD03-May-20241.7 KiB5236

README.txtD03-May-2024514 1912

build.gradleD03-May-202414 150

gradlewD03-May-20245 KiB165122

gradlew.batD03-May-20242.3 KiB9166

packaging.yamlD03-May-2024480 1610

settings.gradleD03-May-202422 21

README.md

1
2Android JobScheduler Sample
3===================================
4
5Demonstration of the JobScheduler API, which provides an interface for scheduling
6background tasks when certain tasks apply.
7
8Pre-requisites
9--------------
10
11- Android SDK 27
12- Android Build Tools v27.0.2
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-JobScheduler
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 2017 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

README.txt

1Build Instructions
2-------------------
3
4This sample uses the Gradle build system. To build this project, use the
5"gradlew build" command or use "Import Project" in Android Studio.
6
7To see a list of all available commands, run "gradlew tasks".
8
9Dependencies
10-------------
11
12- Android SDK Build-tools v20.0.0
13- Android Support Repository v2
14
15Dependencies are available for download via the Android SDK Manager.
16
17Android Studio is available for download at:
18    http://developer.android.com/sdk/installing/studio.html
19