We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit e049f47Copy full SHA for e049f47
.gitignore
@@ -0,0 +1,29 @@
1
+# built application files
2
+*.apk
3
+*.ap_
4
+
5
+# files for the dex VM
6
+*.dex
7
8
+# Java class files
9
+*.class
10
11
+# generated files
12
+bin/
13
+gen/
14
15
+# Local configuration file (sdk path, etc)
16
+local.properties
17
18
+# Eclipse project files
19
+.classpath
20
+.project
21
22
+# Proguard folder generated by Eclipse
23
+proguard/
24
25
+# Intellij project files
26
+*.iml
27
+*.ipr
28
+*.iws
29
+.idea/
README.md
@@ -0,0 +1,4 @@
+Android-Programming-Class
+=========================
+Programming Mobile Applications for Android Handheld Systems
0 commit comments