Skip to content

Commit 56ac67b

Browse files
committedJan 9, 2016
Initial Commit
1 parent 4b6a268 commit 56ac67b

File tree

129 files changed

+5930
-13
lines changed

Some content is hidden

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

129 files changed

+5930
-13
lines changed
 

‎.gitignore

+21-12
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
1-
# Built application files
1+
#built application files
22
*.apk
33
*.ap_
44

5-
# Files for the Dalvik VM
5+
# files for the dex VM
66
*.dex
77

88
# Java class files
99
*.class
1010

11-
# Generated files
11+
# generated files
1212
bin/
1313
gen/
1414

15-
# Gradle files
16-
.gradle/
17-
build/
18-
/*/build/
19-
2015
# Local configuration file (sdk path, etc)
2116
local.properties
2217

23-
# Proguard folder generated by Eclipse
24-
proguard/
18+
# Windows thumbnail db
19+
Thumbs.db
20+
21+
# OSX files
22+
.DS_Store
23+
24+
# Eclipse project files
25+
.classpath
26+
.project
27+
28+
# Android Studio
29+
*.iml
30+
.idea
31+
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
32+
.gradle
33+
build/
2534

26-
# Log Files
27-
*.log
35+
#NDK
36+
obj/

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# PhotoFrame
1+
# PhotoFrame
2+
My first attempt to create pure Android application.
3+
Currently not finished.

0 commit comments

Comments
 (0)
Please sign in to comment.