1
- # ud867: Building Android and Java with Gradle (Name TBD)
1
+ # ud867: Gradle for Android and Java
2
2
3
3
Welcome to the demos and exercises accompanying ud867 at Udacity!
4
4
@@ -10,80 +10,3 @@ This course is specifically concerned with the app build process, not writing
10
10
apps in the first place. If you're just starting out on your Android journey,
11
11
you might want to take Udacity's [ Developing Android
12
12
Apps] ( https://www.udacity.com/course/ud853 ) course.
13
-
14
- # Manifest, for internal use to keep track of what we need
15
-
16
- ## Lesson 1
17
-
18
- * 1.01 - Exercise - Run Your First Task
19
- * 1.01a - Exercise - Install Groovy (will renumber when we're all done)
20
- * 1.02 - Demo - Groovy Fundamentals
21
- * 1.03 - Merged, will renumber when we're all done
22
- * 1.04 - Exercise - Groovy Playground
23
- * 1.05 - Demo - Task Configuration
24
- * 1.06 - Merged, will renumber when we're all done
25
- * 1.07 - Exercise - Configure a Task
26
- * 1.08 - Demo - Task Dependencies
27
- * 1.09 - Exercise - Configuring Task Dependencies
28
- * 1.10 - Demo - Interacting with the File System
29
- * 1.11 - Exercise - File System Tasks
30
- * 1.12 - Exercise - Exploring Incremental Builds
31
- * 1.13 - Exercise - Gradle Properties
32
- * 1.14 - Demo - Creating Custom Task Types
33
- * 1.15 - Exercise - Creating Your Own Task Type
34
- * 1.16-Exercise-InvestigateLogging
35
- * 1.17 - Exercise - Task Rules
36
- * 1.18 - Exercise - Build Lifecycle
37
-
38
- ## Lesson 2
39
-
40
- * 2.01 - Demo - Applying the Java Plugin
41
- * 2.02 - Exercise - Create a JAR
42
- * 2.03 - Exercise - Configure the Java Plugin
43
- * 2.04 - Demo - Working with Repositories
44
- * 2.05 - Demo - Declaring Dependencies
45
- * 2.06 - Exercise - Declare a Repository and Dependencies
46
- * 2.07 - Demo - Dependency Reports
47
- * 2.08 - Exercise - Dependency Resolution
48
- * 2.09 - Demo - Configurations
49
- * 2.10 - Exercise - Add Dependencies to Custom Configuration
50
- * 2.11 - Demo - Java Unit Tests
51
- * 2.12 - Exercise - Work with Unit Tests
52
- * 2.13 - Demo - Advanced Gradle Wrapper
53
- * 2.14 - Exercise - Configure the Gradle Wrapper
54
-
55
- ## Lesson 3
56
-
57
- * 3.01 - Demo - Importing Gradle Projects
58
- * 3.02 - Exercise - Import a Java Project
59
- * 3.03 - Demo - The Default Android Build Scripts
60
- * 3.04 - Demo - Build Types
61
- * 3.05 - Exercise - Configure Build Types
62
- * 3.06 - Demo - Declaring Flavors
63
- * 3.07 - Exercise - Declare Flavors
64
- * 3.08 - Demo - Flavor-Specific Dependencies
65
- * 3.09 - Demo - Manifest Merging
66
- * 3.10 - Exercise - Add a Flavor-Specific Activity
67
- * 3.11 - Demo - Configuring Automatically Generated Tasks
68
-
69
- ## Lesson 4
70
-
71
- * 4.01 - Demo - Creating a Java Library
72
- * 4.02 - Exercise - Create a Java Library
73
- * 4.03 - Demo - Creating an Android Library
74
- * 4.04 - Demo - Project Dependencies
75
- * 4.05 - Exercise - Configure Project Dependencies
76
- * 4.06 - Demo - Creating a Keystore
77
- * 4.07 - Demo - Adding a Signing Configuration
78
- * 4.08 - Exercise - Configure Signing
79
- * 4.09 - Demo - Multidex Support
80
- * 4.10 - Demo - Configuring Proguard
81
- * 4.11 - Exercise - Configure Proguard
82
- * 4.12 - Demo - Android Unit Testing
83
- * 4.13 - Exercise - Set up Unit Testing
84
-
85
- ## Final Project
86
-
87
-
88
-
89
-
0 commit comments