Skip to content

Commit 2f5e7cc

Browse files
author
javatechig
committed
Initial commit
0 parents  commit 2f5e7cc

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Diff for: .gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
javatechig-android-ui
2+
=====================
3+
4+
Android GUI examples

0 commit comments

Comments
 (0)