Skip to content

Commit 29c76ba

Browse files
Update Hierarchy
1 parent 11c496d commit 29c76ba

File tree

5 files changed

+30
-31
lines changed

5 files changed

+30
-31
lines changed

Android/DataTransferring.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Data transferring
2+
[Intent를 통해 Class 객체를 전송하기](https://medium.com/@henen/%EB%B9%A0%EB%A5%B4%EA%B2%8C-%EB%B0%B0%EC%9A%B0%EB%8A%94-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-intent-4-%EB%82%B4%EA%B0%80-%EB%A7%8C%EB%93%A0-class%EB%A5%BC-%EC%A0%84%EC%86%A1-serializable-%EC%9D%B4%EC%9A%A9-5fddf7e3c730)

Android/Layout.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Layout
2+
3+
[Fragment의 개념 및 사용 예제](http://kkangeva.tistory.com/m/48)
4+
5+
[커스텀 리스트뷰](http://recipes4dev.tistory.com/m/43)
6+
7+
[SQLit의 사용 및 리스트뷰에의 활용](http://m.blog.naver.com/akj61300/80132087026)
8+
9+
[날짜간의 차이를 시간 및 분으로 표현](http://neoroid.tistory.com/m/entry/Android-날짜간의-차를-시간과-분으로-나타내기)

Android/Notification.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Android OS
2+
## Notification 관련
3+
[안드로이드 알람 매니저(일정 시간마다 알람)](http://doraeul.tistory.com/73)
4+
5+
[안드로이드 알람 계속 떠있게 하기](http://doraeul.tistory.com/72)
6+
7+
[특정 시간에 푸쉬 노티피케이션 보내기](http://kwongyo.tistory.com/m/5)
8+
9+
[서버 없이 로컬 푸쉬 노티피케이션](http://kwongyo.tistory.com/m/4)
10+
11+
[SQLite를 이용한 로컬 데이터베이스](http://hatti.tistory.com/entry/안드로이드-SQLite를-이용한-database-생성)

BeTheProgrammer/BTP.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Be The Programmer!
2+
[능력있는 프로그래머의 7가지 습관](http://www.itworld.co.kr/news/95035)
3+
4+
[좋은 프로그래머가 되는 24가지 방법](http://www.cnet.co.kr/view/9411)
5+
6+
[좋은 프로그래머가 되기위한 10가지 방법](http://fishpoint.tistory.com/1115)

README.md

+2-31
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,5 @@
11
# Development-Reference-sites
22
개발 할 때, 참고할 수 있는 사이트 및 팁
33

4-
# Android OS
5-
## Notification 관련
6-
[안드로이드 알람 매니저(일정 시간마다 알람)](http://doraeul.tistory.com/73)
7-
8-
[안드로이드 알람 계속 떠있게 하기](http://doraeul.tistory.com/72)
9-
10-
[특정 시간에 푸쉬 노티피케이션 보내기](http://kwongyo.tistory.com/m/5)
11-
12-
[서버 없이 로컬 푸쉬 노티피케이션](http://kwongyo.tistory.com/m/4)
13-
14-
[SQLite를 이용한 로컬 데이터베이스](http://hatti.tistory.com/entry/안드로이드-SQLite를-이용한-database-생성)
15-
16-
## Programmatic Layout
17-
18-
[Fragment의 개념 및 사용 예제](http://kkangeva.tistory.com/m/48)
19-
20-
[커스텀 리스트뷰](http://recipes4dev.tistory.com/m/43)
21-
22-
[SQLit의 사용 및 리스트뷰에의 활용](http://m.blog.naver.com/akj61300/80132087026)
23-
24-
[날짜간의 차이를 시간 및 분으로 표현](http://neoroid.tistory.com/m/entry/Android-날짜간의-차를-시간과-분으로-나타내기)
25-
26-
## Data transferring
27-
[Intent를 통해 Class 객체를 전송하기](https://medium.com/@henen/%EB%B9%A0%EB%A5%B4%EA%B2%8C-%EB%B0%B0%EC%9A%B0%EB%8A%94-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-intent-4-%EB%82%B4%EA%B0%80-%EB%A7%8C%EB%93%A0-class%EB%A5%BC-%EC%A0%84%EC%86%A1-serializable-%EC%9D%B4%EC%9A%A9-5fddf7e3c730)
28-
29-
# Be The Programmer!
30-
[능력있는 프로그래머의 7가지 습관](http://www.itworld.co.kr/news/95035)
31-
32-
[좋은 프로그래머가 되는 24가지 방법](http://www.cnet.co.kr/view/9411)
33-
34-
[좋은 프로그래머가 되기위한 10가지 방법](http://fishpoint.tistory.com/1115)
4+
# Android
5+
[link](https://github.com/devFallingstar/Development-Reference-sites/Android)

0 commit comments

Comments
 (0)