Home | History | Annotate | only in /developers/samples/android/background/JobScheduler
Up to higher level directory
NameDateSize
Application/16-Dec-2014
build.gradle16-Dec-2014254
buildSrc/16-Dec-2014
CONTRIB.md16-Dec-20141.6K
gradle/16-Dec-2014
gradlew16-Dec-20145K
gradlew.bat16-Dec-20142.3K
LICENSE16-Dec-201411.1K
packaging.yaml16-Dec-2014480
README.md16-Dec-20141.7K
README.txt16-Dec-2014514
settings.gradle16-Dec-201422
template-params.xml16-Dec-20141.2K

README.md

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

README.txt

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