• LF몰 이벤트
  • 캠퍼스북
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

[Android/안드로이드] 오늘의 운세 ( 12간지 & 별

*창*
개인인증판매자스토어
최초 등록일
2012.03.26
최종 저작일
2012.03
파일확장자 압축파일
가격 30,000원 할인쿠폰받기
다운로드
장바구니

소개글

안드로이드로 작성된 오늘의 운세 앱입니다.
<안드로이드 어플리케이션 개발>의 프로젝트로 제출한 자료로 97/100을 받았습니다.
오늘의 운세를 12간지와 별자리 두가지 버전으로 제공합니다.

아이콘화하여 클릭으로 쉽게 내용을 볼 수 있으며, Focus 처리도 잘 되어 있습니다.
12간지와 별자리간의 전환은 손가락으로 flicking 을 하여 scroll 전환할수도 있고, 상단에 있는 버튼을 눌러 전환할 수도 있습니다. 전환시에는 부드럽게 animation 되며 전환됩니다.
대부분 가능한한 Custom View, Dialog 를 만들어서 사용했습니다.

소스는 리펙토링이 되어 있어 이름이 저명하고, 함수가 잘 나뉘어 있어 소스의 이해가 쉬우며, 중요한 부분에 모두 주석을 달아 놓아 소스 이해에 큰 문제가 없을 것으로 보입니다.

<스크린샷>
좌상단은 12간지가 아이콘으로.. 우상단은 12개의 별자리가 아이콘으로 나와있는 형태입니다.
좌중단은 용띠를 클릭한 화면입니다. Dialog 형태로 운세 정보가 나타납니다. 오른쪽에 Focus 되어있는것과 같이 용띠의 일반적인 정보가 먼저 나타나며, 하단의 버튼을 이용하여 글씨크기를 확대 및 축소할 수 있습니다. 오른쪽에는 년생별 운세가 추가로 제공됩니다.
우중단은 용띠중 88년생의 운세를 클릭한 경우로 88년생에만 해당하는 띠별 운세가 디스플레이 됩니다. 상단의 X 버튼을 통해 Dialog 창을 닫을 수도 있고, Back key 를 통해 닫을 수도 있습니다.
좌하단은 별자리운세의 처녀자리를 클릭한 경우입니다.
우하단은 처녀자리 운세에서 하단 돋보기 아이콘을 이용하여 글씨크기를 확대한 경우입니다.

자정을 기하여 새로운 운세 데이터가 업데이트되며, 이 과정은 thread 로 처리하였습니다. 또한 Database(ContentProvider) 에 운세정보를 저장하여 한번 운세정보를 받아놓으면 하루종일 다운받은 운세정보를 이용할 수 있습니다. (인터넷 사용 절약) 운세정보 받아오는 시간은 단말마다 다르지만, 3G 통신의 경우 1~3초정도 걸리는 것으로 보입니다. ( LTE 는 순식간에 받겠죠? ) 초기 운세자료 다운받을 때는 Progress dialog 가 나와 User 에게 좋은 UX 를 제공합니다.

운세정보는 네이버의 운세정보를 사용하기 때문에 상용어플을 만드실 경우에는 네이버쪽(혹은 원 운세정보 fortune82 )과 contact 을 하
셔야 할 것으로 보입니다, 학교내 프로젝트만 할 경우에는 ( 비 상용 ) 전혀 문제가 없을 것으로 보입니다.

이클립스에서 프로그램을 로드하신 후에는 F5를 통해 프로젝트를 refresh 해주시고,
[Project] - [Clean] 을 통해 rebuild 작업을 거쳐주셔야 R 관련된 에러가 사라져 정상적으로 이용하실 수 있습니다.

컴파일 실행환경

Android SDK

압축파일 내 파일목록

FotuneTelling/
FotuneTelling/.classpath
__MACOSX/
__MACOSX/FotuneTelling/
__MACOSX/FotuneTelling/._.classpath
FotuneTelling/.project
__MACOSX/FotuneTelling/._.project
FotuneTelling/.settings/
FotuneTelling/.settings/org.eclipse.jdt.core.prefs
__MACOSX/FotuneTelling/.settings/
__MACOSX/FotuneTelling/.settings/._org.eclipse.jdt.core.prefs
__MACOSX/FotuneTelling/._.settings
FotuneTelling/AndroidManifest.xml
__MACOSX/FotuneTelling/._AndroidManifest.xml
FotuneTelling/assets/
__MACOSX/FotuneTelling/._assets
FotuneTelling/bin/
FotuneTelling/bin/AndroidManifest.xml
FotuneTelling/bin/classes/
FotuneTelling/bin/classes/com/
FotuneTelling/bin/classes/com/sklee/
FotuneTelling/bin/classes/com/sklee/fortunetelling/
FotuneTelling/bin/classes/com/sklee/fortunetelling/BuildConfig.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/constants/
FotuneTelling/bin/classes/com/sklee/fortunetelling/constants/AnimalConstants.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/constants/ErrorMessage.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/constants/HoroscopeConstants.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/data/
FotuneTelling/bin/classes/com/sklee/fortunetelling/data/AnimalData.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/data/HoroscopeData.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/data/YearData.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/FortuneTelling$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/FortuneTelling$2.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/FortuneTelling$3.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/FortuneTelling.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/listeners/
FotuneTelling/bin/classes/com/sklee/fortunetelling/listeners/DataLoadCompleteListener.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/AnimalDataLoadingManager$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/AnimalDataLoadingManager.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/DialogManager$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/DialogManager$2.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/DialogManager.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/HoroscopeDataLoadingManager$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/managers/HoroscopeDataLoadingManager.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/providers/
FotuneTelling/bin/classes/com/sklee/fortunetelling/providers/AnimalDataProvider$DBHelper.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/providers/AnimalDataProvider.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/providers/HoroscopeDataProvider$DBHelper.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/providers/HoroscopeDataProvider.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/R$attr.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/R$drawable.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/R$id.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/R$layout.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/R$string.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/R.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/utils/
FotuneTelling/bin/classes/com/sklee/fortunetelling/utils/AnimalParser.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/utils/DateUtil.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/utils/HoroscopeParser.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/utils/HttpUtil.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/utils/LogUtil.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/utils/Util.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/AnimalCustomDialogView$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/AnimalCustomDialogView$2.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/AnimalCustomDialogView.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/AnimalFortuneTellingView$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/AnimalFortuneTellingView.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/HoroscopeCustomDialogView$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/HoroscopeCustomDialogView.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/HoroscopeFortuneTellingView$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/HoroscopeFortuneTellingView.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/MainView$ViewState.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/MainView.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/SelectorView$1.class
FotuneTelling/bin/classes/com/sklee/fortunetelling/views/SelectorView.class
__MACOSX/FotuneTelling/bin/
__MACOSX/FotuneTelling/bin/._classes
FotuneTelling/bin/classes.dex
__MACOSX/FotuneTelling/bin/._classes.dex
FotuneTelling/bin/com/
FotuneTelling/bin/com/sklee/
FotuneTelling/bin/com/sklee/fortunetelling/
FotuneTelling/bin/com/sklee/fortunetelling/constants/
FotuneTelling/bin/com/sklee/fortunetelling/constants/AnimalConstants.class
__MACOSX/FotuneTelling/bin/com/
__MACOSX/FotuneTelling/bin/com/sklee/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/constants/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/constants/._AnimalConstants.class
FotuneTelling/bin/com/sklee/fortunetelling/constants/ErrorMessage.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/constants/._ErrorMessage.class
FotuneTelling/bin/com/sklee/fortunetelling/constants/HoroscopeConstants.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/constants/._HoroscopeConstants.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._constants
FotuneTelling/bin/com/sklee/fortunetelling/data/
FotuneTelling/bin/com/sklee/fortunetelling/data/AnimalData.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/data/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/data/._AnimalData.class
FotuneTelling/bin/com/sklee/fortunetelling/data/HoroscopeData.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/data/._HoroscopeData.class
FotuneTelling/bin/com/sklee/fortunetelling/data/YearData.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/data/._YearData.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._data
FotuneTelling/bin/com/sklee/fortunetelling/FortuneTelling.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._FortuneTelling.class
FotuneTelling/bin/com/sklee/fortunetelling/listeners/
FotuneTelling/bin/com/sklee/fortunetelling/listeners/DataLoadCompleteListener.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/listeners/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/listeners/._DataLoadCompleteListener.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._listeners
FotuneTelling/bin/com/sklee/fortunetelling/managers/
FotuneTelling/bin/com/sklee/fortunetelling/managers/AnimalDataLoadingManager.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/managers/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/managers/._AnimalDataLoadingManager.class
FotuneTelling/bin/com/sklee/fortunetelling/managers/DialogManager$1.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/managers/._DialogManager$1.class
FotuneTelling/bin/com/sklee/fortunetelling/managers/DialogManager.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/managers/._DialogManager.class
FotuneTelling/bin/com/sklee/fortunetelling/managers/HoroscopeDataLoadingManager.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/managers/._HoroscopeDataLoadingManager.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._managers
FotuneTelling/bin/com/sklee/fortunetelling/providers/
FotuneTelling/bin/com/sklee/fortunetelling/providers/AnimalDataProvider$DBHelper.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/providers/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/providers/._AnimalDataProvider$DBHelper.class
FotuneTelling/bin/com/sklee/fortunetelling/providers/AnimalDataProvider.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/providers/._AnimalDataProvider.class
FotuneTelling/bin/com/sklee/fortunetelling/providers/HoroscopeDataProvider$DBHelper.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/providers/._HoroscopeDataProvider$DBHelper.class
FotuneTelling/bin/com/sklee/fortunetelling/providers/HoroscopeDataProvider.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/providers/._HoroscopeDataProvider.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._providers
FotuneTelling/bin/com/sklee/fortunetelling/R$attr.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._R$attr.class
FotuneTelling/bin/com/sklee/fortunetelling/R$drawable.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._R$drawable.class
FotuneTelling/bin/com/sklee/fortunetelling/R$id.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._R$id.class
FotuneTelling/bin/com/sklee/fortunetelling/R$layout.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._R$layout.class
FotuneTelling/bin/com/sklee/fortunetelling/R$string.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._R$string.class
FotuneTelling/bin/com/sklee/fortunetelling/R.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._R.class
FotuneTelling/bin/com/sklee/fortunetelling/utils/
FotuneTelling/bin/com/sklee/fortunetelling/utils/AnimalParser.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/utils/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/utils/._AnimalParser.class
FotuneTelling/bin/com/sklee/fortunetelling/utils/DateUtil.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/utils/._DateUtil.class
FotuneTelling/bin/com/sklee/fortunetelling/utils/HoroscopeParser.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/utils/._HoroscopeParser.class
FotuneTelling/bin/com/sklee/fortunetelling/utils/HttpUtil.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/utils/._HttpUtil.class
FotuneTelling/bin/com/sklee/fortunetelling/utils/LogUtil.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/utils/._LogUtil.class
FotuneTelling/bin/com/sklee/fortunetelling/utils/Util.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/utils/._Util.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._utils
FotuneTelling/bin/com/sklee/fortunetelling/views/
FotuneTelling/bin/com/sklee/fortunetelling/views/AnimalCustomDialogView.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/views/
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/views/._AnimalCustomDialogView.class
FotuneTelling/bin/com/sklee/fortunetelling/views/AnimalFortuneTellingView.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/views/._AnimalFortuneTellingView.class
FotuneTelling/bin/com/sklee/fortunetelling/views/HoroscopeCustomDialogView.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/views/._HoroscopeCustomDialogView.class
FotuneTelling/bin/com/sklee/fortunetelling/views/HoroscopeFortuneTellingView.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/views/._HoroscopeFortuneTellingView.class
FotuneTelling/bin/com/sklee/fortunetelling/views/SelectorView.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/views/._SelectorView.class
__MACOSX/FotuneTelling/bin/com/sklee/fortunetelling/._views
__MACOSX/FotuneTelling/bin/com/sklee/._fortunetelling
__MACOSX/FotuneTelling/bin/com/._sklee
__MACOSX/FotuneTelling/bin/._com
FotuneTelling/bin/FotuneTelling.apk
FotuneTelling/bin/res/
FotuneTelling/bin/res/drawable-mdpi/
FotuneTelling/bin/res/drawable-mdpi/animal_dog.png
__MACOSX/FotuneTelling/bin/res/
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_dog.png
FotuneTelling/bin/res/drawable-mdpi/animal_dragon.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_dragon.png
FotuneTelling/bin/res/drawable-mdpi/animal_horse.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_horse.png
FotuneTelling/bin/res/drawable-mdpi/animal_lamb.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_lamb.png
FotuneTelling/bin/res/drawable-mdpi/animal_monkey.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_monkey.png
FotuneTelling/bin/res/drawable-mdpi/animal_ox.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_ox.png
FotuneTelling/bin/res/drawable-mdpi/animal_pig.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_pig.png
FotuneTelling/bin/res/drawable-mdpi/animal_rabbit.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_rabbit.png
FotuneTelling/bin/res/drawable-mdpi/animal_rat.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_rat.png
FotuneTelling/bin/res/drawable-mdpi/animal_rooster.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_rooster.png
FotuneTelling/bin/res/drawable-mdpi/animal_snake.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_snake.png
FotuneTelling/bin/res/drawable-mdpi/animal_tiger.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._animal_tiger.png
FotuneTelling/bin/res/drawable-mdpi/close_btn.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._close_btn.png
FotuneTelling/bin/res/drawable-mdpi/gray_focus.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._gray_focus.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_aquarius.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_aquarius.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_archer.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_archer.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_aries.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_aries.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_balance.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_balance.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_cancer.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_cancer.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_capricorn.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_capricorn.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_gemini.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_gemini.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_leo.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_leo.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_piscean.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_piscean.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_scorpio.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_scorpio.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_taurus.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_taurus.png
FotuneTelling/bin/res/drawable-mdpi/horoscope_virgo.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._horoscope_virgo.png
FotuneTelling/bin/res/drawable-mdpi/skyblue_focus.png
__MACOSX/FotuneTelling/bin/res/drawable-mdpi/._skyblue_focus.png
__MACOSX/FotuneTelling/bin/res/._drawable-mdpi
__MACOSX/FotuneTelling/bin/._res
FotuneTelling/bin/resources.ap_
__MACOSX/FotuneTelling/._bin
FotuneTelling/default.properties
__MACOSX/FotuneTelling/._default.properties
FotuneTelling/gen/
FotuneTelling/gen/com/
FotuneTelling/gen/com/sklee/
FotuneTelling/gen/com/sklee/fortunetelling/
FotuneTelling/gen/com/sklee/fortunetelling/BuildConfig.java
FotuneTelling/gen/com/sklee/fortunetelling/R.java
__MACOSX/FotuneTelling/gen/
__MACOSX/FotuneTelling/gen/com/
__MACOSX/FotuneTelling/gen/com/sklee/
__MACOSX/FotuneTelling/gen/com/sklee/fortunetelling/
__MACOSX/FotuneTelling/gen/com/sklee/fortunetelling/._R.java
__MACOSX/FotuneTelling/gen/com/sklee/._fortunetelling
__MACOSX/FotuneTelling/gen/com/._sklee
__MACOSX/FotuneTelling/gen/._com
__MACOSX/FotuneTelling/._gen
FotuneTelling/proguard.cfg
__MACOSX/FotuneTelling/._proguard.cfg
FotuneTelling/project.properties
__MACOSX/FotuneTelling/._project.properties
FotuneTelling/res/
FotuneTelling/res/drawable-hdpi/
FotuneTelling/res/drawable-hdpi/icon.jpg
__MACOSX/FotuneTelling/res/
__MACOSX/FotuneTelling/res/drawable-hdpi/
__MACOSX/FotuneTelling/res/drawable-hdpi/._icon.jpg
__MACOSX/FotuneTelling/res/._drawable-hdpi
FotuneTelling/res/drawable-ldpi/
FotuneTelling/res/drawable-ldpi/icon.jpg
__MACOSX/FotuneTelling/res/drawable-ldpi/
__MACOSX/FotuneTelling/res/drawable-ldpi/._icon.jpg
__MACOSX/FotuneTelling/res/._drawable-ldpi
FotuneTelling/res/drawable-mdpi/
FotuneTelling/res/drawable-mdpi/.png
__MACOSX/FotuneTelling/res/drawable-mdpi/
__MACOSX/FotuneTelling/res/drawable-mdpi/._.png
FotuneTelling/res/drawable-mdpi/animal_dog.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_dog.png
FotuneTelling/res/drawable-mdpi/animal_dragon.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_dragon.png
FotuneTelling/res/drawable-mdpi/animal_horse.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_horse.png
FotuneTelling/res/drawable-mdpi/animal_lamb.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_lamb.png
FotuneTelling/res/drawable-mdpi/animal_monkey.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_monkey.png
FotuneTelling/res/drawable-mdpi/animal_ox.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_ox.png
FotuneTelling/res/drawable-mdpi/animal_pig.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_pig.png
FotuneTelling/res/drawable-mdpi/animal_rabbit.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_rabbit.png
FotuneTelling/res/drawable-mdpi/animal_rat.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_rat.png
FotuneTelling/res/drawable-mdpi/animal_rooster.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_rooster.png
FotuneTelling/res/drawable-mdpi/animal_snake.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_snake.png
FotuneTelling/res/drawable-mdpi/animal_tiger.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._animal_tiger.png
FotuneTelling/res/drawable-mdpi/close_btn.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._close_btn.png
FotuneTelling/res/drawable-mdpi/gray_focus.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._gray_focus.png
FotuneTelling/res/drawable-mdpi/horoscope_aquarius.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_aquarius.png
FotuneTelling/res/drawable-mdpi/horoscope_archer.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_archer.png
FotuneTelling/res/drawable-mdpi/horoscope_aries.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_aries.png
FotuneTelling/res/drawable-mdpi/horoscope_balance.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_balance.png
FotuneTelling/res/drawable-mdpi/horoscope_cancer.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_cancer.png
FotuneTelling/res/drawable-mdpi/horoscope_capricorn.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_capricorn.png
FotuneTelling/res/drawable-mdpi/horoscope_gemini.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_gemini.png
FotuneTelling/res/drawable-mdpi/horoscope_leo.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_leo.png
FotuneTelling/res/drawable-mdpi/horoscope_piscean.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_piscean.png
FotuneTelling/res/drawable-mdpi/horoscope_scorpio.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_scorpio.png
FotuneTelling/res/drawable-mdpi/horoscope_taurus.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_taurus.png
FotuneTelling/res/drawable-mdpi/horoscope_virgo.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._horoscope_virgo.png
FotuneTelling/res/drawable-mdpi/icon.jpg
__MACOSX/FotuneTelling/res/drawable-mdpi/._icon.jpg
FotuneTelling/res/drawable-mdpi/skyblue_focus.png
__MACOSX/FotuneTelling/res/drawable-mdpi/._skyblue_focus.png
__MACOSX/FotuneTelling/res/._drawable-mdpi
FotuneTelling/res/layout/
FotuneTelling/res/layout/animal.xml
__MACOSX/FotuneTelling/res/layout/
__MACOSX/FotuneTelling/res/layout/._animal.xml
FotuneTelling/res/layout/animal_dialog.xml
__MACOSX/FotuneTelling/res/layout/._animal_dialog.xml
FotuneTelling/res/layout/horoscope.xml
__MACOSX/FotuneTelling/res/layout/._horoscope.xml
FotuneTelling/res/layout/horoscope_dialog.xml
__MACOSX/FotuneTelling/res/layout/._horoscope_dialog.xml
FotuneTelling/res/layout/selector.xml
__MACOSX/FotuneTelling/res/layout/._selector.xml
__MACOSX/FotuneTelling/res/._layout
FotuneTelling/res/values/
FotuneTelling/res/values/strings.xml
__MACOSX/FotuneTelling/res/values/
__MACOSX/FotuneTelling/res/values/._strings.xml
__MACOSX/FotuneTelling/res/._values
__MACOSX/FotuneTelling/._res
FotuneTelling/src/
FotuneTelling/src/com/
FotuneTelling/src/com/sklee/
FotuneTelling/src/com/sklee/fortunetelling/
FotuneTelling/src/com/sklee/fortunetelling/constants/
FotuneTelling/src/com/sklee/fortunetelling/constants/AnimalConstants.java
__MACOSX/FotuneTelling/src/
__MACOSX/FotuneTelling/src/com/
__MACOSX/FotuneTelling/src/com/sklee/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/constants/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/constants/._AnimalConstants.java
FotuneTelling/src/com/sklee/fortunetelling/constants/ErrorMessage.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/constants/._ErrorMessage.java
FotuneTelling/src/com/sklee/fortunetelling/constants/HoroscopeConstants.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/constants/._HoroscopeConstants.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._constants
FotuneTelling/src/com/sklee/fortunetelling/data/
FotuneTelling/src/com/sklee/fortunetelling/data/AnimalData.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/data/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/data/._AnimalData.java
FotuneTelling/src/com/sklee/fortunetelling/data/HoroscopeData.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/data/._HoroscopeData.java
FotuneTelling/src/com/sklee/fortunetelling/data/YearData.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/data/._YearData.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._data
FotuneTelling/src/com/sklee/fortunetelling/FortuneTelling.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._FortuneTelling.java
FotuneTelling/src/com/sklee/fortunetelling/listeners/
FotuneTelling/src/com/sklee/fortunetelling/listeners/DataLoadCompleteListener.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/listeners/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/listeners/._DataLoadCompleteListener.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._listeners
FotuneTelling/src/com/sklee/fortunetelling/managers/
FotuneTelling/src/com/sklee/fortunetelling/managers/AnimalDataLoadingManager.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/managers/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/managers/._AnimalDataLoadingManager.java
FotuneTelling/src/com/sklee/fortunetelling/managers/DialogManager.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/managers/._DialogManager.java
FotuneTelling/src/com/sklee/fortunetelling/managers/HoroscopeDataLoadingManager.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/managers/._HoroscopeDataLoadingManager.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._managers
FotuneTelling/src/com/sklee/fortunetelling/providers/
FotuneTelling/src/com/sklee/fortunetelling/providers/AnimalDataProvider.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/providers/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/providers/._AnimalDataProvider.java
FotuneTelling/src/com/sklee/fortunetelling/providers/HoroscopeDataProvider.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/providers/._HoroscopeDataProvider.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._providers
FotuneTelling/src/com/sklee/fortunetelling/utils/
FotuneTelling/src/com/sklee/fortunetelling/utils/AnimalParser.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/utils/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/utils/._AnimalParser.java
FotuneTelling/src/com/sklee/fortunetelling/utils/DateUtil.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/utils/._DateUtil.java
FotuneTelling/src/com/sklee/fortunetelling/utils/HoroscopeParser.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/utils/._HoroscopeParser.java
FotuneTelling/src/com/sklee/fortunetelling/utils/HttpUtil.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/utils/._HttpUtil.java
FotuneTelling/src/com/sklee/fortunetelling/utils/LogUtil.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/utils/._LogUtil.java
FotuneTelling/src/com/sklee/fortunetelling/utils/Util.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/utils/._Util.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._utils
FotuneTelling/src/com/sklee/fortunetelling/views/
FotuneTelling/src/com/sklee/fortunetelling/views/AnimalCustomDialogView.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/views/
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/views/._AnimalCustomDialogView.java
FotuneTelling/src/com/sklee/fortunetelling/views/AnimalFortuneTellingView.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/views/._AnimalFortuneTellingView.java
FotuneTelling/src/com/sklee/fortunetelling/views/HoroscopeCustomDialogView.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/views/._HoroscopeCustomDialogView.java
FotuneTelling/src/com/sklee/fortunetelling/views/HoroscopeFortuneTellingView.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/views/._HoroscopeFortuneTellingView.java
FotuneTelling/src/com/sklee/fortunetelling/views/MainView.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/views/._MainView.java
FotuneTelling/src/com/sklee/fortunetelling/views/SelectorView.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/views/._SelectorView.java
__MACOSX/FotuneTelling/src/com/sklee/fortunetelling/._views
__MACOSX/FotuneTelling/src/com/sklee/._fortunetelling
__MACOSX/FotuneTelling/src/com/._sklee
__MACOSX/FotuneTelling/src/._com
__MACOSX/FotuneTelling/._src
__MACOSX/._FotuneTelling

참고 자료

없음

자료후기(1)

*창*
판매자 유형Bronze개인인증

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
최근 본 자료더보기
탑툰 이벤트
[Android/안드로이드] 오늘의 운세 ( 12간지 &amp; 별
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업