Skip to content

Commit cb3f780

Browse files
author
Apress
committed
First commit
0 parents  commit cb3f780

File tree

654 files changed

+16820
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

654 files changed

+16820
-0
lines changed

9781430266013.jpg

8.45 KB
Loading

LICENSE.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Freeware License, some rights reserved
2+
3+
Copyright (c) 2015 Clifton Craig and Adam Gerber
4+
5+
Permission is hereby granted, free of charge, to anyone obtaining a copy
6+
of this software and associated documentation files (the "Software"),
7+
to work with the Software within the limits of freeware distribution and fair use.
8+
This includes the rights to use, copy, and modify the Software for personal use.
9+
Users are also allowed and encouraged to submit corrections and modifications
10+
to the Software for the benefit of other users.
11+
12+
It is not allowed to reuse, modify, or redistribute the Software for
13+
commercial use in any way, or for a user�s educational materials such as books
14+
or blog articles without prior permission from the copyright holder.
15+
16+
The above copyright notice and this permission notice need to be included
17+
in all copies or substantial portions of the software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
AUTHORS OR COPYRIGHT HOLDERS OR APRESS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25+
SOFTWARE.
26+
27+

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#Apress Source Code
2+
3+
This repository accompanies [*Learn Android Studio*](http://www.apress.com/9781430266013) by Clifton Craig and Adam Gerber (Apress, 2015).
4+
5+
![Cover image](9781430266013.jpg)
6+
7+
Download the files as a zip using the green button, or clone the repository to your machine using Git.
8+
9+
##Releases
10+
11+
Release v1.0 corresponds to the code in the published book, without corrections or updates.
12+
13+
##Contributions
14+
15+
See the file Contributing.md for more information on how you can contribute to this repository.

Resources - Learning Java.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Resources on Learning Java
2+
3+
> Big Java, Late Objects" by Cay Horstmann. ISBN: 978-1-118-08788-6. Great textbook for mastering Java.
4+
5+
> Java: A Beginner's Guide by Herbert Schildt ISBN: 978-0071809252. Official book from Oracle.
6+
7+
> Beginning Java 8 Fundamentals: Language Syntax, Arrays, Data Types, Objects, and Regular Expressions. by Kishori Sharan. ISBN 978-1430266525. Great book on Java8.
8+
9+
> oracle.com/java/index.html. Oracle's official site for Java.
10+
11+
> java-class.cs.uchicago.edu. Adam Gerber's course on Java including videos and other resources.
12+
13+
> android.cs.uchicago.edu. Adam Gerber's course on Android including videos and other resources.
14+
15+
16+
17+
18+
19+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Resources for Editing Image and Sound Files
2+
3+
Browser-based Image Editors. If you're familiar with Photoshop, you will love these and they're free.
4+
> apps.pixlr.com/editor. The best free browser-based image editor.
5+
> sumopaint.com. Another excellent browser-based image editor.
6+
7+
Browser-based Sound Editors
8+
> twistedwave.com/online. Good free web-based sound editor.
9+
> soundcloud.com. Another free web-based sound editor.

ch01/HelloWorld/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.gradle
2+
/local.properties
3+
/.idea/workspace.xml
4+
/.idea/libraries
5+
.DS_Store
6+
/build

ch01/HelloWorld/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ch01/HelloWorld/.idea/compiler.xml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ch01/HelloWorld/.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ch01/HelloWorld/.idea/encodings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)