외국에서 출판되어 번역된 언로킹 안드로이드란 책을 보니 정말 이것도 괜찮은 책이다는 생각을 하였습니다.
(Windows, Linux, Mac등 여러가지 플랫폼에서 subversion을 설치했으면 언로킹 안드로이드 소스코드를 자유롭게 다운로드를 할 수 있습니다.)
실행하여 unlocking android 소스 코드를 받을려고 하니...
README.TXT에서 Chapter별로 다운로드 받으라는 친절한 설명이 나옵니다 orz.
그러면 checkout한 폴더로 들어가서 아래와 같이 Chapter1~13까지 다운로드를 해봅니다.
또는 예제별로 받고 싶으면 아래와 같은 명령어를 사용하시면 됩니다.
실행화면
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter1
A chapter1\trunk
A chapter1\trunk\.classpath
A chapter1\trunk\assets
A chapter1\trunk\.project
A chapter1\trunk\AndroidManifest.xml
A chapter1\trunk\src
A chapter1\trunk\src\com
A chapter1\trunk\src\com\msi
A chapter1\trunk\src\com\msi\manning
A chapter1\trunk\src\com\msi\manning\unlockingandroid
A chapter1\trunk\src\com\msi\manning\unlockingandroid\R.java
A chapter1\trunk\src\com\msi\manning\unlockingandroid\AWhereDoYouLive.java
A chapter1\trunk\res
A chapter1\trunk\res\values
A chapter1\trunk\res\values\strings.xml
A chapter1\trunk\res\drawable
A chapter1\trunk\res\drawable\icon.png
A chapter1\trunk\res\layout
A chapter1\trunk\res\layout\main.xml
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter2
A chapter2\trunk
A chapter2\trunk\.classpath
A chapter2\trunk\assets
A chapter2\trunk\.project
A chapter2\trunk\AndroidManifest.xml
A chapter2\trunk\src
A chapter2\trunk\src\com
A chapter2\trunk\src\com\manning
A chapter2\trunk\src\com\manning\unlockingandroid
A chapter2\trunk\src\com\manning\unlockingandroid\ChapterTwo.java
A chapter2\trunk\src\com\manning\unlockingandroid\R.java
A chapter2\trunk\res
A chapter2\trunk\res\values
A chapter2\trunk\res\values\strings.xml
A chapter2\trunk\res\drawable
A chapter2\trunk\res\drawable\icon.png
A chapter2\trunk\res\layout
A chapter2\trunk\res\layout\main.xml
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter3
A chapter3\trunk
A chapter3\trunk\RestaurantFinder
A chapter3\trunk\RestaurantFinder\test
A chapter3\trunk\RestaurantFinder\test\com
A chapter3\trunk\RestaurantFinder\test\com\msi
A chapter3\trunk\RestaurantFinder\test\com\msi\manning
A chapter3\trunk\RestaurantFinder\test\com\msi\manning\restaurant
A chapter3\trunk\RestaurantFinder\default.properties
A chapter3\trunk\RestaurantFinder\.classpath
A chapter3\trunk\RestaurantFinder\assets
A chapter3\trunk\RestaurantFinder\.project
A chapter3\trunk\RestaurantFinder\AndroidManifest.xml
A chapter3\trunk\RestaurantFinder\src
A chapter3\trunk\RestaurantFinder\src\com
A chapter3\trunk\RestaurantFinder\src\com\msi
A chapter3\trunk\RestaurantFinder\src\com\msi\manning
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\ReviewAdapter.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\RestaurantFinderApplication.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\ReviewCriteria.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\ReviewDetail.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\data
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\data\ReviewHandler.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\data\Review.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\data\ReviewFetcher.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\Constants.java
A chapter3\trunk\RestaurantFinder\src\com\msi\manning\restaurant\ReviewList.java
A chapter3\trunk\RestaurantFinder\docs
A chapter3\trunk\RestaurantFinder\docs\base_attributes.xml
A chapter3\trunk\RestaurantFinder\docs\temp.xml
A chapter3\trunk\RestaurantFinder\docs\base_review_example.xml
A chapter3\trunk\RestaurantFinder\docs\reviews_attributes.xml
A chapter3\trunk\RestaurantFinder\res
A chapter3\trunk\RestaurantFinder\res\values
A chapter3\trunk\RestaurantFinder\res\values\arrays.xml
A chapter3\trunk\RestaurantFinder\res\values\colors.xml
A chapter3\trunk\RestaurantFinder\res\values\styles.xml
A chapter3\trunk\RestaurantFinder\res\values\strings.xml
A chapter3\trunk\RestaurantFinder\res\drawable
A chapter3\trunk\RestaurantFinder\res\drawable\no_review_image.png
A chapter3\trunk\RestaurantFinder\res\drawable\restaurant_icon.png
A chapter3\trunk\RestaurantFinder\res\anim
A chapter3\trunk\RestaurantFinder\res\anim\scaler.xml
A chapter3\trunk\RestaurantFinder\res\layout
A chapter3\trunk\RestaurantFinder\res\layout\review_detail.xml
A chapter3\trunk\RestaurantFinder\res\layout\review_criteria.xml
A chapter3\trunk\RestaurantFinder\res\layout\spinner_view_dropdown.xml
A chapter3\trunk\RestaurantFinder\res\layout\spinner_view.xml
A chapter3\trunk\RestaurantFinder\res\layout\review_list.xml
A chapter3\trunk\RestaurantFinder\README.txt
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlec
ode.com/svn/chapter4
A chapter4\trunk
A chapter4\trunk\ServiceBinderExample
A chapter4\trunk\ServiceBinderExample\default.properties
A chapter4\trunk\ServiceBinderExample\.classpath
A chapter4\trunk\ServiceBinderExample\assets
A chapter4\trunk\ServiceBinderExample\.project
A chapter4\trunk\ServiceBinderExample\AndroidManifest.xml
A chapter4\trunk\ServiceBinderExample\src
A chapter4\trunk\ServiceBinderExample\src\com
A chapter4\trunk\ServiceBinderExample\src\com\msi
A chapter4\trunk\ServiceBinderExample\src\com\msi\manning
A chapter4\trunk\ServiceBinderExample\src\com\msi\manning\binder
A chapter4\trunk\ServiceBinderExample\src\com\msi\manning\binder\SimpleMathService.java
A chapter4\trunk\ServiceBinderExample\src\com\msi\manning\binder\ISimpleMathService.aidl
A chapter4\trunk\ServiceBinderExample\src\com\msi\manning\binder\ActivityExample.java
A chapter4\trunk\ServiceBinderExample\res
A chapter4\trunk\ServiceBinderExample\res\values
A chapter4\trunk\ServiceBinderExample\res\values\strings.xml
A chapter4\trunk\ServiceBinderExample\res\drawable
A chapter4\trunk\ServiceBinderExample\res\drawable\icon.png
A chapter4\trunk\ServiceBinderExample\res\layout
A chapter4\trunk\ServiceBinderExample\res\layout\activity_example.xml
A chapter4\trunk\ServiceBinderExample\README.txt
A chapter4\trunk\WeatherReporter
A chapter4\trunk\WeatherReporter\default.properties
A chapter4\trunk\WeatherReporter\.classpath
A chapter4\trunk\WeatherReporter\assets
A chapter4\trunk\WeatherReporter\.project
A chapter4\trunk\WeatherReporter\AndroidManifest.xml
A chapter4\trunk\WeatherReporter\src
A chapter4\trunk\WeatherReporter\src\com
A chapter4\trunk\WeatherReporter\src\com\msi
A chapter4\trunk\WeatherReporter\src\com\msi\manning
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\service
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\service\LocationHelper.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\service\WeatherAlertService.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\service\WeatherAlertServiceReceiver.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\ReportViewSavedLocations.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\ReportSpecifyLocation.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\data
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\data\DBHelper.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\data\YWeatherHandler.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\data\WeatherForecast.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\data\WeatherCondition.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\data\YWeatherFetcher.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\data\WeatherRecord.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\ReportViewDetail.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\weather\Constants.java
A chapter4\trunk\WeatherReporter\src\com\msi\manning\AndroidManifest.xml
A chapter4\trunk\WeatherReporter\docs
A chapter4\trunk\WeatherReporter\docs\us_cities_latlong.txt
A chapter4\trunk\WeatherReporter\docs\yweather.xml
A chapter4\trunk\WeatherReporter\docs\yweather_cond.txt
A chapter4\trunk\WeatherReporter\res
A chapter4\trunk\WeatherReporter\res\values
A chapter4\trunk\WeatherReporter\res\values\styles.xml
A chapter4\trunk\WeatherReporter\res\values\strings.xml
A chapter4\trunk\WeatherReporter\res\drawable
A chapter4\trunk\WeatherReporter\res\drawable\cond8.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond9.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond10.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond11.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond12.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond30.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond13.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond31.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond32.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond14.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond15.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond33.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond16.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond34.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond17.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond35.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond36.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond18.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond19.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond37.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond38.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond39.gif
A chapter4\trunk\WeatherReporter\res\drawable\severe_weather_120.png
A chapter4\trunk\WeatherReporter\res\drawable\weather_sun_clouds_45.png
A chapter4\trunk\WeatherReporter\res\drawable\cond20.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond21.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond40.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond22.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond41.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond23.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond42.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond24.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond43.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond25.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond44.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond26.gif
A chapter4\trunk\WeatherReporter\res\drawable\severe_weather_24.png
A chapter4\trunk\WeatherReporter\res\drawable\cond45.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond27.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond46.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond28.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond47.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond29.gif
A chapter4\trunk\WeatherReporter\res\drawable\weather_sun_clouds_120.png
A chapter4\trunk\WeatherReporter\res\drawable\severe_weather_45.png
A chapter4\trunk\WeatherReporter\res\drawable\cond1.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond2.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond3.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond4.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond5.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond6.gif
A chapter4\trunk\WeatherReporter\res\drawable\cond7.gif
A chapter4\trunk\WeatherReporter\res\layout
A chapter4\trunk\WeatherReporter\res\layout\report_view_saved_locations.xml
A chapter4\trunk\WeatherReporter\res\layout\report_specify_location.xml
A chapter4\trunk\WeatherReporter\res\layout\report_view_detail.xml
A chapter4\trunk\WeatherReporter\res\layout\list_item_1.xml
A chapter4\trunk\WeatherReporter\README.txt
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter5
A chapter5\trunk
A chapter5\trunk\SharedPreferencesTester
A chapter5\trunk\SharedPreferencesTester\.classpath
A chapter5\trunk\SharedPreferencesTester\assets
A chapter5\trunk\SharedPreferencesTester\.project
A chapter5\trunk\SharedPreferencesTester\AndroidManifest.xml
A chapter5\trunk\SharedPreferencesTester\src
A chapter5\trunk\SharedPreferencesTester\src\com
A chapter5\trunk\SharedPreferencesTester\src\com\msi
A chapter5\trunk\SharedPreferencesTester\src\com\msi\manning
A chapter5\trunk\SharedPreferencesTester\src\com\msi\manning\chapter5
A chapter5\trunk\SharedPreferencesTester\src\com\msi\manning\chapter5\prefs
A chapter5\trunk\SharedPreferencesTester\src\com\msi\manning\chapter5\prefs\SharedPrefTestInput.java
A chapter5\trunk\SharedPreferencesTester\src\com\msi\manning\chapter5\prefs\SharedPrefTestOutput.java
A chapter5\trunk\SharedPreferencesTester\res
A chapter5\trunk\SharedPreferencesTester\res\values
A chapter5\trunk\SharedPreferencesTester\res\values\strings.xml
A chapter5\trunk\SharedPreferencesTester\res\drawable
A chapter5\trunk\SharedPreferencesTester\res\drawable\icon.png
A chapter5\trunk\SharedPreferencesTester\res\layout
A chapter5\trunk\SharedPreferencesTester\res\layout\shared_preftest_input.xml
A chapter5\trunk\SharedPreferencesTester\res\layout\shared_preftest_output.xml
A chapter5\trunk\SharedPreferencesTester\README.txt
A chapter5\trunk\ProviderWidgets
A chapter5\trunk\ProviderWidgets\.classpath
A chapter5\trunk\ProviderWidgets\assets
A chapter5\trunk\ProviderWidgets\.project
A chapter5\trunk\ProviderWidgets\AndroidManifest.xml
A chapter5\trunk\ProviderWidgets\src
A chapter5\trunk\ProviderWidgets\src\com
A chapter5\trunk\ProviderWidgets\src\com\msi
A chapter5\trunk\ProviderWidgets\src\com\msi\manning
A chapter5\trunk\ProviderWidgets\src\com\msi\manning\chapter5
A chapter5\trunk\ProviderWidgets\src\com\msi\manning\chapter5\widget
A chapter5\trunk\ProviderWidgets\src\com\msi\manning\chapter5\widget\Widget.java
A chapter5\trunk\ProviderWidgets\src\com\msi\manning\chapter5\widget\WidgetExplorer.java
A chapter5\trunk\ProviderWidgets\src\com\msi\manning\chapter5\widget\Constants.java
A chapter5\trunk\ProviderWidgets\src\com\msi\manning\chapter5\widget\WidgetProvider.java
A chapter5\trunk\ProviderWidgets\res
A chapter5\trunk\ProviderWidgets\res\values
A chapter5\trunk\ProviderWidgets\res\values\strings.xml
A chapter5\trunk\ProviderWidgets\res\drawable
A chapter5\trunk\ProviderWidgets\res\drawable\icon.png
A chapter5\trunk\ProviderWidgets\res\layout
A chapter5\trunk\ProviderWidgets\res\layout\provider_explorer.xml
A chapter5\trunk\ProviderWidgets\README.txt
A chapter5\trunk\.project
A chapter5\trunk\FileStorage
A chapter5\trunk\FileStorage\.classpath
A chapter5\trunk\FileStorage\assets
A chapter5\trunk\FileStorage\.project
A chapter5\trunk\FileStorage\AndroidManifest.xml
A chapter5\trunk\FileStorage\src
A chapter5\trunk\FileStorage\src\com
A chapter5\trunk\FileStorage\src\com\msi
A chapter5\trunk\FileStorage\src\com\msi\manning
A chapter5\trunk\FileStorage\src\com\msi\manning\chapter5
A chapter5\trunk\FileStorage\src\com\msi\manning\chapter5\filestorage
A chapter5\trunk\FileStorage\src\com\msi\manning\chapter5\filestorage\CreateFile.java
A chapter5\trunk\FileStorage\src\com\msi\manning\chapter5\filestorage\ReadXMLResourceFile.java
A chapter5\trunk\FileStorage\src\com\msi\manning\chapter5\filestorage\ReadWriteSDCardFile.java
A chapter5\trunk\FileStorage\src\com\msi\manning\chapter5\filestorage\ReadFile.java
A chapter5\trunk\FileStorage\src\com\msi\manning\chapter5\filestorage\ReadRawResourceFile.java
A chapter5\trunk\FileStorage\res
A chapter5\trunk\FileStorage\res\values
A chapter5\trunk\FileStorage\res\values\strings.xml
A chapter5\trunk\FileStorage\res\xml
A chapter5\trunk\FileStorage\res\xml\people.xml
A chapter5\trunk\FileStorage\res\drawable
A chapter5\trunk\FileStorage\res\drawable\icon.png
A chapter5\trunk\FileStorage\res\raw
A chapter5\trunk\FileStorage\res\raw\people.txt
A chapter5\trunk\FileStorage\res\layout
A chapter5\trunk\FileStorage\res\layout\read_xmlresource_file.xml
A chapter5\trunk\FileStorage\res\layout\create_file.xml
A chapter5\trunk\FileStorage\res\layout\read_write_sdcard_file.xml
A chapter5\trunk\FileStorage\res\layout\read_file.xml
A chapter5\trunk\FileStorage\res\layout\read_rawresource_file.xml
A chapter5\trunk\FileStorage\README.txt
A chapter5\trunk\ProviderExplorer
A chapter5\trunk\ProviderExplorer\.classpath
A chapter5\trunk\ProviderExplorer\assets
A chapter5\trunk\ProviderExplorer\.project
A chapter5\trunk\ProviderExplorer\AndroidManifest.xml
A chapter5\trunk\ProviderExplorer\src
A chapter5\trunk\ProviderExplorer\src\com
A chapter5\trunk\ProviderExplorer\src\com\msi
A chapter5\trunk\ProviderExplorer\src\com\msi\manning
A chapter5\trunk\ProviderExplorer\src\com\msi\manning\chapter5
A chapter5\trunk\ProviderExplorer\src\com\msi\manning\chapter5\providerexplorer
A chapter5\trunk\ProviderExplorer\src\com\msi\manning\chapter5\providerexplorer\ProviderExplorer.java
A chapter5\trunk\ProviderExplorer\res
A chapter5\trunk\ProviderExplorer\res\values
A chapter5\trunk\ProviderExplorer\res\values\strings.xml
A chapter5\trunk\ProviderExplorer\res\drawable
A chapter5\trunk\ProviderExplorer\res\drawable\icon.png
A chapter5\trunk\ProviderExplorer\res\layout
A chapter5\trunk\ProviderExplorer\res\layout\provider_explorer.xml
A chapter5\trunk\ProviderExplorer\README.txt
A chapter5\trunk\SharedPreferencesOtherPackageTester
A chapter5\trunk\SharedPreferencesOtherPackageTester\.classpath
A chapter5\trunk\SharedPreferencesOtherPackageTester\assets
A chapter5\trunk\SharedPreferencesOtherPackageTester\.project
A chapter5\trunk\SharedPreferencesOtherPackageTester\AndroidManifest.xml
A chapter5\trunk\SharedPreferencesOtherPackageTester\src
A chapter5\trunk\SharedPreferencesOtherPackageTester\src\com
A chapter5\trunk\SharedPreferencesOtherPackageTester\src\com\other
A chapter5\trunk\SharedPreferencesOtherPackageTester\src\com\other\manning
A chapter5\trunk\SharedPreferencesOtherPackageTester\src\com\other\manning\chapter5
A chapter5\trunk\SharedPreferencesOtherPackageTester\src\com\other\manning\chapter5\prefs
A chapter5\trunk\SharedPreferencesOtherPackageTester\src\com\other\manning\chapter5\prefs\SharedPrefTestOtherOutput.java
A chapter5\trunk\SharedPreferencesOtherPackageTester\res
A chapter5\trunk\SharedPreferencesOtherPackageTester\res\values
A chapter5\trunk\SharedPreferencesOtherPackageTester\res\values\strings.xml
A chapter5\trunk\SharedPreferencesOtherPackageTester\res\drawable
A chapter5\trunk\SharedPreferencesOtherPackageTester\res\drawable\icon.png
A chapter5\trunk\SharedPreferencesOtherPackageTester\res\layout
A chapter5\trunk\SharedPreferencesOtherPackageTester\res\layout\shared_prefte
st_output.xml
A chapter5\trunk\SharedPreferencesOtherPackageTester\res\layout\main.xml
A chapter5\trunk\SharedPreferencesOtherPackageTester\README.txt
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter6
A chapter6\trunk
A chapter6\trunk\NetworkSocketServer
A chapter6\trunk\NetworkSocketServer\.classpath
A chapter6\trunk\NetworkSocketServer\.project
A chapter6\trunk\NetworkSocketServer\src
A chapter6\trunk\NetworkSocketServer\src\com
A chapter6\trunk\NetworkSocketServer\src\com\msi
A chapter6\trunk\NetworkSocketServer\src\com\msi\manning
A chapter6\trunk\NetworkSocketServer\src\com\msi\manning\uad
A chapter6\trunk\NetworkSocketServer\src\com\msi\manning\uad\EchoServer.java
A chapter6\trunk\NetworkSocketServer\README.txt
A chapter6\trunk\NetworkExplorer
A chapter6\trunk\NetworkExplorer\default.properties
A chapter6\trunk\NetworkExplorer\.classpath
A chapter6\trunk\NetworkExplorer\.project
A chapter6\trunk\NetworkExplorer\AndroidManifest.xml
A chapter6\trunk\NetworkExplorer\src
A chapter6\trunk\NetworkExplorer\src\com
A chapter6\trunk\NetworkExplorer\src\com\msi
A chapter6\trunk\NetworkExplorer\src\com\msi\manning
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\ApacheHTTPViaHelper.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\SimpleSocket.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\HTTPHelperForm.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\GoogleClientLogin.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\Main.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\data
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\data\xml
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\data\xml\DeliciousPost.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\data\xml\DeliciousHandler.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\data\HTTPRequestHelper.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\SimpleGet.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\DeliciousRecentPosts.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\ApacheHTTPSimple.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\Constants.java
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\util
A chapter6\trunk\NetworkExplorer\src\com\msi\manning\network\util\StringUtils.java
A chapter6\trunk\NetworkExplorer\echo.jsp
A chapter6\trunk\NetworkExplorer\res
A chapter6\trunk\NetworkExplorer\res\values
A chapter6\trunk\NetworkExplorer\res\values\strings.xml
A chapter6\trunk\NetworkExplorer\res\drawable
A chapter6\trunk\NetworkExplorer\res\drawable\icon.png
A chapter6\trunk\NetworkExplorer\res\layout
A chapter6\trunk\NetworkExplorer\res\layout\simple_socket.xml
A chapter6\trunk\NetworkExplorer\res\layout\http_helper_form.xml
A chapter6\trunk\NetworkExplorer\res\layout\google_client_login.xml
A chapter6\trunk\NetworkExplorer\res\layout\main.xml
A chapter6\trunk\NetworkExplorer\res\layout\simple_get.xml
A chapter6\trunk\NetworkExplorer\res\layout\delicious_posts.xml
A chapter6\trunk\NetworkExplorer\res\layout\apache_http_simple.xml
A chapter6\trunk\NetworkExplorer\README.txt
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter7
A chapter7\trunk
A chapter7\trunk\TelephonyExplorer
A chapter7\trunk\TelephonyExplorer\default.properties
A chapter7\trunk\TelephonyExplorer\.classpath
A chapter7\trunk\TelephonyExplorer\.project
A chapter7\trunk\TelephonyExplorer\AndroidManifest.xml
A chapter7\trunk\TelephonyExplorer\src
A chapter7\trunk\TelephonyExplorer\src\com
A chapter7\trunk\TelephonyExplorer\src\com\msi
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer\PhoneNumberUtilsExample.java
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer\Main.java
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer\SmsReceiver.java
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer\OutgoingCallReceiver.java
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer\Constants.java
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer\TelephonyManagerExample.java
A chapter7\trunk\TelephonyExplorer\src\com\msi\manning\telephonyexplorer\SmsExample.java
A chapter7\trunk\TelephonyExplorer\res
A chapter7\trunk\TelephonyExplorer\res\values
A chapter7\trunk\TelephonyExplorer\res\values\strings.xml
A chapter7\trunk\TelephonyExplorer\res\drawable
A chapter7\trunk\TelephonyExplorer\res\drawable\icon.png
A chapter7\trunk\TelephonyExplorer\res\layout
A chapter7\trunk\TelephonyExplorer\res\layout\main.xml
A chapter7\trunk\TelephonyExplorer\res\layout\telmgrexample.xml
A chapter7\trunk\TelephonyExplorer\res\layout\smsexample.xml
A chapter7\trunk\TelephonyExplorer\res\layout\phonenumberutilsexample.xml
A chapter7\trunk\TelephonyExplorer\README.txt
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter8
A chapter8\trunk
A chapter8\trunk\NotifyAlarm
A chapter8\trunk\NotifyAlarm\.classpath
A chapter8\trunk\NotifyAlarm\assets
A chapter8\trunk\NotifyAlarm\.project
A chapter8\trunk\NotifyAlarm\AndroidManifest.xml
A chapter8\trunk\NotifyAlarm\src
A chapter8\trunk\NotifyAlarm\src\com
A chapter8\trunk\NotifyAlarm\src\com\msi
A chapter8\trunk\NotifyAlarm\src\com\msi\manning
A chapter8\trunk\NotifyAlarm\src\com\msi\manning\chapter8
A chapter8\trunk\NotifyAlarm\src\com\msi\manning\chapter8\NotifyAlarm
A chapter8\trunk\NotifyAlarm\src\com\msi\manning\chapter8\NotifyAlarm\AlarmRe
ceiver.java
A chapter8\trunk\NotifyAlarm\src\com\msi\manning\chapter8\NotifyAlarm\SetAlar
m.java
A chapter8\trunk\NotifyAlarm\res
A chapter8\trunk\NotifyAlarm\res\values
A chapter8\trunk\NotifyAlarm\res\values\strings.xml
A chapter8\trunk\NotifyAlarm\res\drawable
A chapter8\trunk\NotifyAlarm\res\drawable\alarm.png
A chapter8\trunk\NotifyAlarm\res\drawable\icon.png
A chapter8\trunk\NotifyAlarm\res\drawable\clock.png
A chapter8\trunk\NotifyAlarm\res\layout
A chapter8\trunk\NotifyAlarm\res\layout\main.xml
A chapter8\trunk\SimpleAlarm
A chapter8\trunk\SimpleAlarm\.classpath
A chapter8\trunk\SimpleAlarm\assets
A chapter8\trunk\SimpleAlarm\.project
A chapter8\trunk\SimpleAlarm\AndroidManifest.xml
A chapter8\trunk\SimpleAlarm\src
A chapter8\trunk\SimpleAlarm\src\com
A chapter8\trunk\SimpleAlarm\src\com\msi
A chapter8\trunk\SimpleAlarm\src\com\msi\manning
A chapter8\trunk\SimpleAlarm\src\com\msi\manning\chapter8
A chapter8\trunk\SimpleAlarm\src\com\msi\manning\chapter8\simpleAlarm
A chapter8\trunk\SimpleAlarm\src\com\msi\manning\chapter8\simpleAlarm\AlarmReceiver.java
A chapter8\trunk\SimpleAlarm\src\com\msi\manning\chapter8\simpleAlarm\GenerateAlarm.java
A chapter8\trunk\SimpleAlarm\res
A chapter8\trunk\SimpleAlarm\res\values
A chapter8\trunk\SimpleAlarm\res\values\strings.xml
A chapter8\trunk\SimpleAlarm\res\drawable
A chapter8\trunk\SimpleAlarm\res\drawable\clock_play.png
A chapter8\trunk\SimpleAlarm\res\drawable\clock_red.png
A chapter8\trunk\SimpleAlarm\res\drawable\icon.png
A chapter8\trunk\SimpleAlarm\res\drawable\clock.png
A chapter8\trunk\SimpleAlarm\res\layout
A chapter8\trunk\SimpleAlarm\res\layout\main.xml
A chapter8\trunk\SMSNotifyExample
A chapter8\trunk\SMSNotifyExample\.classpath
A chapter8\trunk\SMSNotifyExample\assets
A chapter8\trunk\SMSNotifyExample\.project
A chapter8\trunk\SMSNotifyExample\AndroidManifest.xml
A chapter8\trunk\SMSNotifyExample\src
A chapter8\trunk\SMSNotifyExample\src\com
A chapter8\trunk\SMSNotifyExample\src\com\msi
A chapter8\trunk\SMSNotifyExample\src\com\msi\manning
A chapter8\trunk\SMSNotifyExample\src\com\msi\manning\chapter8
A chapter8\trunk\SMSNotifyExample\src\com\msi\manning\chapter8\SMSNotifyExample
A chapter8\trunk\SMSNotifyExample\src\com\msi\manning\chapter8\SMSNotifyExample\SMSNotifyExample.java
A chapter8\trunk\SMSNotifyExample\src\com\msi\manning\chapter8\SMSNotifyExample\SMSNotifyActivity.java
A chapter8\trunk\SMSNotifyExample\src\com\msi\manning\chapter8\SMSNotifyExample.java
A chapter8\trunk\SMSNotifyExample\src\com\msi\manning\chapter8\SMSNotifyActivity.java
A chapter8\trunk\SMSNotifyExample\res
A chapter8\trunk\SMSNotifyExample\res\values
A chapter8\trunk\SMSNotifyExample\res\values\strings.xml
A chapter8\trunk\SMSNotifyExample\res\drawable
A chapter8\trunk\SMSNotifyExample\res\drawable\chat.png
A chapter8\trunk\SMSNotifyExample\res\drawable\incoming.png
A chapter8\trunk\SMSNotifyExample\res\drawable\icon.png
A chapter8\trunk\SMSNotifyExample\res\layout
A chapter8\trunk\SMSNotifyExample\res\layout\main.xml
A chapter8\trunk\SMSNotifyExample2
A chapter8\trunk\SMSNotifyExample2\.classpath
A chapter8\trunk\SMSNotifyExample2\assets
A chapter8\trunk\SMSNotifyExample2\.project
A chapter8\trunk\SMSNotifyExample2\AndroidManifest.xml
A chapter8\trunk\SMSNotifyExample2\src
A chapter8\trunk\SMSNotifyExample2\src\com
A chapter8\trunk\SMSNotifyExample2\src\com\msi
A chapter8\trunk\SMSNotifyExample2\src\com\msi\manning
A chapter8\trunk\SMSNotifyExample2\src\com\msi\manning\chapter8
A chapter8\trunk\SMSNotifyExample2\src\com\msi\manning\chapter8\SMSNotifyExample2
A chapter8\trunk\SMSNotifyExample2\src\com\msi\manning\chapter8\SMSNotifyExample2\SMSNotifyExampleActivityToast.java
A chapter8\trunk\SMSNotifyExample2\src\com\msi\manning\chapter8\SMSNotifyExample2\SMSNotifyExampleToast.java
A chapter8\trunk\SMSNotifyExample2\src\com\msi\manning\chapter8\SMSNotifyExample2\SMSNotifyExampleActivity.java
A chapter8\trunk\SMSNotifyExample2\src\com\msi\manning\chapter8\SMSNotifyExample2\SMSNotifyExample.java
A chapter8\trunk\SMSNotifyExample2\res
A chapter8\trunk\SMSNotifyExample2\res\values
A chapter8\trunk\SMSNotifyExample2\res\values\strings.xml
A chapter8\trunk\SMSNotifyExample2\res\drawable
A chapter8\trunk\SMSNotifyExample2\res\drawable\icon.png
A chapter8\trunk\SMSNotifyExample2\res\layout
A chapter8\trunk\SMSNotifyExample2\res\layout\main.xml
A chapter8\branches
A chapter8\tags
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter9
A chapter9\trunk
A chapter9\trunk\BounceyBall
A chapter9\trunk\BounceyBall\.classpath
A chapter9\trunk\BounceyBall\assets
A chapter9\trunk\BounceyBall\.project
A chapter9\trunk\BounceyBall\AndroidManifest.xml
A chapter9\trunk\BounceyBall\src
A chapter9\trunk\BounceyBall\src\com
A chapter9\trunk\BounceyBall\src\com\msi
A chapter9\trunk\BounceyBall\src\com\msi\manning
A chapter9\trunk\BounceyBall\src\com\msi\manning\chapter9
A chapter9\trunk\BounceyBall\src\com\msi\manning\chapter9\bounceyBall
A chapter9\trunk\BounceyBall\src\com\msi\manning\chapter9\bounceyBall\BounceView.java
A chapter9\trunk\BounceyBall\src\com\msi\manning\chapter9\bounceyBall\BounceActivity.java
A chapter9\trunk\BounceyBall\res
A chapter9\trunk\BounceyBall\res\values
A chapter9\trunk\BounceyBall\res\values\strings.xml
A chapter9\trunk\BounceyBall\res\drawable
A chapter9\trunk\BounceyBall\res\drawable\android.png
A chapter9\trunk\BounceyBall\res\drawable\world.png
A chapter9\trunk\BounceyBall\res\drawable\icon.png
A chapter9\trunk\BounceyBall\res\layout
A chapter9\trunk\BounceyBall\res\layout\main.xml
A chapter9\trunk\XMLAnimate
A chapter9\trunk\XMLAnimate\.classpath
A chapter9\trunk\XMLAnimate\assets
A chapter9\trunk\XMLAnimate\.project
A chapter9\trunk\XMLAnimate\AndroidManifest.xml
A chapter9\trunk\XMLAnimate\src
A chapter9\trunk\XMLAnimate\src\com
A chapter9\trunk\XMLAnimate\src\com\msi
A chapter9\trunk\XMLAnimate\src\com\msi\manning
A chapter9\trunk\XMLAnimate\src\com\msi\manning\chapter9
A chapter9\trunk\XMLAnimate\src\com\msi\manning\chapter9\xmlanimate
A chapter9\trunk\XMLAnimate\src\com\msi\manning\chapter9\xmlanimate\XMLAnimate.java
A chapter9\trunk\XMLAnimate\res
A chapter9\trunk\XMLAnimate\res\values
A chapter9\trunk\XMLAnimate\res\values\strings.xml
A chapter9\trunk\XMLAnimate\res\drawable
A chapter9\trunk\XMLAnimate\res\drawable\ball2.png
A chapter9\trunk\XMLAnimate\res\drawable\ball3.png
A chapter9\trunk\XMLAnimate\res\drawable\ball4.png
A chapter9\trunk\XMLAnimate\res\drawable\ball5.png
A chapter9\trunk\XMLAnimate\res\drawable\ball6.png
A chapter9\trunk\XMLAnimate\res\drawable\android.png
A chapter9\trunk\XMLAnimate\res\drawable\icon.png
A chapter9\trunk\XMLAnimate\res\drawable\ball1.png
A chapter9\trunk\XMLAnimate\res\anim
A chapter9\trunk\XMLAnimate\res\anim\simple_animation.xml
A chapter9\trunk\XMLAnimate\res\layout
A chapter9\trunk\XMLAnimate\res\layout\main.xml
A chapter9\trunk\OpenGLSquare
A chapter9\trunk\OpenGLSquare\.classpath
A chapter9\trunk\OpenGLSquare\assets
A chapter9\trunk\OpenGLSquare\.project
A chapter9\trunk\OpenGLSquare\AndroidManifest.xml
A chapter9\trunk\OpenGLSquare\src
A chapter9\trunk\OpenGLSquare\src\com
A chapter9\trunk\OpenGLSquare\src\com\msi
A chapter9\trunk\OpenGLSquare\src\com\msi\manning
A chapter9\trunk\OpenGLSquare\src\com\msi\manning\chapter9
A chapter9\trunk\OpenGLSquare\src\com\msi\manning\chapter9\OpenGLSquare
A chapter9\trunk\OpenGLSquare\src\com\msi\manning\chapter9\OpenGLSquare\SquareActivity.java
A chapter9\trunk\OpenGLSquare\res
A chapter9\trunk\OpenGLSquare\res\values
A chapter9\trunk\OpenGLSquare\res\values\strings.xml
A chapter9\trunk\OpenGLSquare\res\drawable
A chapter9\trunk\OpenGLSquare\res\drawable\icon.png
A chapter9\trunk\OpenGLSquare\res\layout
A chapter9\trunk\OpenGLSquare\res\layout\main.xml
A chapter9\trunk\uad-XMLDraw
A chapter9\trunk\uad-BounceyBall
A chapter9\trunk\uad-XMLAnimate
A chapter9\trunk\SimpleShape
A chapter9\trunk\uad-OpenGLSquare
A chapter9\trunk\XMLDraw
A chapter9\trunk\XMLDraw\.classpath
A chapter9\trunk\XMLDraw\assets
A chapter9\trunk\XMLDraw\.project
A chapter9\trunk\XMLDraw\AndroidManifest.xml
A chapter9\trunk\XMLDraw\src
A chapter9\trunk\XMLDraw\src\com
A chapter9\trunk\XMLDraw\src\com\msi
A chapter9\trunk\XMLDraw\src\com\msi\manning
A chapter9\trunk\XMLDraw\src\com\msi\manning\chapter9
A chapter9\trunk\XMLDraw\src\com\msi\manning\chapter9\XMLDraw
A chapter9\trunk\XMLDraw\src\com\msi\manning\chapter9\XMLDraw\XMLDraw.java
A chapter9\trunk\XMLDraw\res
A chapter9\trunk\XMLDraw\res\values
A chapter9\trunk\XMLDraw\res\values\strings.xml
A chapter9\trunk\XMLDraw\res\drawable
A chapter9\trunk\XMLDraw\res\drawable\shape_1.xml
A chapter9\trunk\XMLDraw\res\drawable\shape_2.xml
A chapter9\trunk\XMLDraw\res\drawable\shape_3.xml
A chapter9\trunk\XMLDraw\res\drawable\shape_4.xml
A chapter9\trunk\XMLDraw\res\drawable\shape_5.xml
A chapter9\trunk\XMLDraw\res\drawable\line.xml
A chapter9\trunk\XMLDraw\res\drawable\icon.png
A chapter9\trunk\XMLDraw\res\layout
A chapter9\trunk\XMLDraw\res\layout\xmldrawable.xml
A chapter9\branches
A chapter9\tags
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter10
A chapter10\trunk
A chapter10\trunk\uad-MediaPlayerExample
A chapter10\trunk\SimpleVideo
A chapter10\trunk\SimpleVideo\.classpath
A chapter10\trunk\SimpleVideo\assets
A chapter10\trunk\SimpleVideo\.project
A chapter10\trunk\SimpleVideo\AndroidManifest.xml
A chapter10\trunk\SimpleVideo\src
A chapter10\trunk\SimpleVideo\src\com
A chapter10\trunk\SimpleVideo\src\com\msi
A chapter10\trunk\SimpleVideo\src\com\msi\manning
A chapter10\trunk\SimpleVideo\src\com\msi\manning\chapter10
A chapter10\trunk\SimpleVideo\src\com\msi\manning\chapter10\SimpleVideo
A chapter10\trunk\SimpleVideo\src\com\msi\manning\chapter10\SimpleVideo\SimpleVideo.java
A chapter10\trunk\SimpleVideo\res
A chapter10\trunk\SimpleVideo\res\values
A chapter10\trunk\SimpleVideo\res\values\strings.xml
A chapter10\trunk\SimpleVideo\res\drawable
A chapter10\trunk\SimpleVideo\res\drawable\icon.png
A chapter10\trunk\SimpleVideo\res\raw
A chapter10\trunk\SimpleVideo\res\raw\test.mp4
A chapter10\trunk\SimpleVideo\res\layout
A chapter10\trunk\SimpleVideo\res\layout\main.xml
A chapter10\trunk\uad-SoundRecordingDemo
A chapter10\trunk\SimpleCamera
A chapter10\trunk\SimpleCamera\.classpath
A chapter10\trunk\SimpleCamera\assets
A chapter10\trunk\SimpleCamera\.project
A chapter10\trunk\SimpleCamera\AndroidManifest.xml
A chapter10\trunk\SimpleCamera\src
A chapter10\trunk\SimpleCamera\src\com
A chapter10\trunk\SimpleCamera\src\com\msi
A chapter10\trunk\SimpleCamera\src\com\msi\manning
A chapter10\trunk\SimpleCamera\src\com\msi\manning\chapter10
A chapter10\trunk\SimpleCamera\src\com\msi\manning\chapter10\SimpleCamera
A chapter10\trunk\SimpleCamera\src\com\msi\manning\chapter10\SimpleCamera\SimpleCamera.java
A chapter10\trunk\SimpleCamera\src\com\msi\manning\chapter10\SimpleCamera\ImageCaptureCallback.java
A chapter10\trunk\SimpleCamera\res
A chapter10\trunk\SimpleCamera\res\values
A chapter10\trunk\SimpleCamera\res\values\strings.xml
A chapter10\trunk\SimpleCamera\res\drawable
A chapter10\trunk\SimpleCamera\res\drawable\icon.png
A chapter10\trunk\SimpleCamera\res\layout
A chapter10\trunk\SimpleCamera\res\layout\main.xml
A chapter10\trunk\uad-SimpleVideo
A chapter10\trunk\uad-SimpleVideo\.classpath
A chapter10\trunk\uad-SimpleVideo\assets
A chapter10\trunk\uad-SimpleVideo\.project
A chapter10\trunk\uad-SimpleVideo\AndroidManifest.xml
A chapter10\trunk\uad-SimpleVideo\src
A chapter10\trunk\uad-SimpleVideo\src\com
A chapter10\trunk\uad-SimpleVideo\src\com\msi
A chapter10\trunk\uad-SimpleVideo\src\com\msi\manning
A chapter10\trunk\uad-SimpleVideo\src\com\msi\manning\chapter10
A chapter10\trunk\uad-SimpleVideo\src\com\msi\manning\chapter10\SimpleVideo
A chapter10\trunk\uad-SimpleVideo\src\com\msi\manning\chapter10\SimpleVideo\SimpleVideo.java
A chapter10\trunk\uad-SimpleVideo\res
A chapter10\trunk\uad-SimpleVideo\res\values
A chapter10\trunk\uad-SimpleVideo\res\values\strings.xml
A chapter10\trunk\uad-SimpleVideo\res\drawable
A chapter10\trunk\uad-SimpleVideo\res\drawable\icon.png
A chapter10\trunk\uad-SimpleVideo\res\raw
A chapter10\trunk\uad-SimpleVideo\res\raw\test.mp4
A chapter10\trunk\uad-SimpleVideo\res\layout
A chapter10\trunk\uad-SimpleVideo\res\layout\main.xml
A chapter10\trunk\MediaPlayerExample
A chapter10\trunk\MediaPlayerExample\.classpath
A chapter10\trunk\MediaPlayerExample\assets
A chapter10\trunk\MediaPlayerExample\.project
A chapter10\trunk\MediaPlayerExample\AndroidManifest.xml
A chapter10\trunk\MediaPlayerExample\src
A chapter10\trunk\MediaPlayerExample\src\com
A chapter10\trunk\MediaPlayerExample\src\com\msi
A chapter10\trunk\MediaPlayerExample\src\com\msi\manning
A chapter10\trunk\MediaPlayerExample\src\com\msi\manning\chapter10
A chapter10\trunk\MediaPlayerExample\src\com\msi\manning\chapter10\MediaPlayerExample
A chapter10\trunk\MediaPlayerExample\src\com\msi\manning\chapter10\MediaPlayerExample\MediaPlayerActvity.java
A chapter10\trunk\MediaPlayerExample\res
A chapter10\trunk\MediaPlayerExample\res\values
A chapter10\trunk\MediaPlayerExample\res\values\strings.xml
A chapter10\trunk\MediaPlayerExample\res\drawable
A chapter10\trunk\MediaPlayerExample\res\drawable\icon.png
A chapter10\trunk\MediaPlayerExample\res\raw
A chapter10\trunk\MediaPlayerExample\res\raw\halotheme.mp3
A chapter10\trunk\MediaPlayerExample\res\layout
A chapter10\trunk\MediaPlayerExample\res\layout\main.xml
A chapter10\trunk\uad-SimpleCamera
A chapter10\trunk\SoundRecordingDemo
A chapter10\trunk\SoundRecordingDemo\.classpath
A chapter10\trunk\SoundRecordingDemo\assets
A chapter10\trunk\SoundRecordingDemo\.project
A chapter10\trunk\SoundRecordingDemo\AndroidManifest.xml
A chapter10\trunk\SoundRecordingDemo\src
A chapter10\trunk\SoundRecordingDemo\src\com
A chapter10\trunk\SoundRecordingDemo\src\com\msi
A chapter10\trunk\SoundRecordingDemo\src\com\msi\manning
A chapter10\trunk\SoundRecordingDemo\src\com\msi\manning\chapter10
A chapter10\trunk\SoundRecordingDemo\src\com\msi\manning\chapter10\SoundRecordingDemo
A chapter10\trunk\SoundRecordingDemo\src\com\msi\manning\chapter10\SoundRecordingDemo\SoundRecordingDemo.java
A chapter10\trunk\SoundRecordingDemo\res
A chapter10\trunk\SoundRecordingDemo\res\values
A chapter10\trunk\SoundRecordingDemo\res\values\strings.xml
A chapter10\trunk\SoundRecordingDemo\res\drawable
A chapter10\trunk\SoundRecordingDemo\res\drawable\icon.png
A chapter10\trunk\SoundRecordingDemo\res\layout
A chapter10\trunk\SoundRecordingDemo\res\layout\main.xml
A chapter10\branches
A chapter10\tags
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlec
ode.com/svn/chapter11
A chapter11\trunk
A chapter11\trunk\GeocodeExample
A chapter11\trunk\GeocodeExample\.classpath
A chapter11\trunk\GeocodeExample\assets
A chapter11\trunk\GeocodeExample\.project
A chapter11\trunk\GeocodeExample\AndroidManifest.xml
A chapter11\trunk\GeocodeExample\src
A chapter11\trunk\GeocodeExample\src\com
A chapter11\trunk\GeocodeExample\src\com\msi
A chapter11\trunk\GeocodeExample\src\com\msi\manning
A chapter11\trunk\GeocodeExample\src\com\msi\manning\geocode
A chapter11\trunk\GeocodeExample\src\com\msi\manning\geocode\GeocodeExample.java
A chapter11\trunk\GeocodeExample\res
A chapter11\trunk\GeocodeExample\res\values
A chapter11\trunk\GeocodeExample\res\values\strings.xml
A chapter11\trunk\GeocodeExample\res\drawable
A chapter11\trunk\GeocodeExample\res\drawable\icon.png
A chapter11\trunk\GeocodeExample\res\layout
A chapter11\trunk\GeocodeExample\res\layout\main.xml
A chapter11\trunk\GeocodeExample\README.txt
A chapter11\trunk\WindWaves
A chapter11\trunk\WindWaves\default.properties
A chapter11\trunk\WindWaves\.classpath
A chapter11\trunk\WindWaves\assets
A chapter11\trunk\WindWaves\.project
A chapter11\trunk\WindWaves\AndroidManifest.xml
A chapter11\trunk\WindWaves\src
A chapter11\trunk\WindWaves\src\com
A chapter11\trunk\WindWaves\src\com\msi
A chapter11\trunk\WindWaves\src\com\msi\manning
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\BuoyOverlayItem.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\MapViewActivity.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\LocationHelper.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\data
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\data\NDBCHandler.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\data\NDBCFetcher.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\data\BuoyData.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\StartActivity.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\BuoyItemizedOverlay.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\Constants.java
A chapter11\trunk\WindWaves\src\com\msi\manning\windwaves\BuoyDetailActivity.java
A chapter11\trunk\WindWaves\docs
A chapter11\trunk\WindWaves\docs\ndbc_example.xml
A chapter11\trunk\WindWaves\docs\notes.txt
A chapter11\trunk\WindWaves\docs\kmlsample.kml
A chapter11\trunk\WindWaves\docs\gpxexample.gpx
A chapter11\trunk\WindWaves\docs\obtain_debug_maps_key.txt
A chapter11\trunk\WindWaves\res
A chapter11\trunk\WindWaves\res\values
A chapter11\trunk\WindWaves\res\values\styles.xml
A chapter11\trunk\WindWaves\res\values\strings.xml
A chapter11\trunk\WindWaves\res\drawable
A chapter11\trunk\WindWaves\res\drawable\buoy.png
A chapter11\trunk\WindWaves\res\drawable\redpin.png
A chapter11\trunk\WindWaves\res\drawable\wave_200.png
A chapter11\trunk\WindWaves\res\drawable\art_licenses.txt
A chapter11\trunk\WindWaves\res\drawable\wave_45.png
A chapter11\trunk\WindWaves\res\layout
A chapter11\trunk\WindWaves\res\layout\mapview_activity.xml
A chapter11\trunk\WindWaves\res\layout\buoy_selected.xml
A chapter11\trunk\WindWaves\res\layout\start_activity.xml
A chapter11\trunk\WindWaves\res\layout\buoydetail_activity.xml
A chapter11\trunk\WindWaves\README.txt
A chapter11\branches
A chapter11\tags
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlec
ode.com/svn/chapter12
A chapter12\trunk
A chapter12\trunk\android
A chapter12\trunk\android\joblist.dtd
A chapter12\trunk\android\.classpath
A chapter12\trunk\android\.project
A chapter12\trunk\android\AndroidManifest.xml
A chapter12\trunk\android\src
A chapter12\trunk\android\src\com
A chapter12\trunk\android\src\com\msi
A chapter12\trunk\android\src\com\msi\manning
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\Prefs.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\CloseJob.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\ShowSettings.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\FieldService.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\JobListHandler.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\JobList.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\ManageJobs.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\Splash.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\ShowJob.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\JobEntry.java
A chapter12\trunk\android\src\com\msi\manning\UnlockingAndroid\RefreshJobs.java
A chapter12\trunk\android\res
A chapter12\trunk\android\res\values
A chapter12\trunk\android\res\values\strings.xml
A chapter12\trunk\android\res\drawable
A chapter12\trunk\android\res\drawable\android.jpg
A chapter12\trunk\android\res\drawable\icon.png
A chapter12\trunk\android\res\layout
A chapter12\trunk\android\res\layout\showsettings.xml
A chapter12\trunk\android\res\layout\fieldservice.xml
A chapter12\trunk\android\res\layout\managejobs.xml
A chapter12\trunk\android\res\layout\splash.xml
A chapter12\trunk\android\res\layout\showjob.xml
A chapter12\trunk\android\res\layout\refreshjobs.xml
A chapter12\trunk\server
A chapter12\trunk\server\savejob.php
A chapter12\trunk\server\showjob.php
A chapter12\trunk\server\posttransaction.php
A chapter12\trunk\server\updatejob.php
A chapter12\trunk\server\footer.php
A chapter12\trunk\server\showjobs.php
A chapter12\trunk\server\utils.php
A chapter12\trunk\server\closejob.php
A chapter12\trunk\server\export.php
A chapter12\trunk\server\addjob.php
A chapter12\trunk\server\db.php
A chapter12\trunk\server\getjoblist.php
A chapter12\trunk\server\index.php
A chapter12\trunk\server\header.php
A chapter12\trunk\server\manage.php
A chapter12\branches
A chapter12\tags
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>svn co http://unlocking-android.googlecode.com/svn/chapter13
A chapter13\trunk
A chapter13\trunk\native
A chapter13\trunk\native\pullandroid.bat
A chapter13\trunk\native\hello.c
A chapter13\trunk\native\godaytime.bat
A chapter13\trunk\native\buildhello.bat
A chapter13\trunk\native\crt.S
A chapter13\trunk\native\testcrt.c
A chapter13\trunk\native\daytime.c
A chapter13\trunk\native\buildhellodynamic.bat
A chapter13\trunk\native\start.c
A chapter13\trunk\daytimeclient
A chapter13\trunk\daytimeclient\.classpath
A chapter13\trunk\daytimeclient\assets
A chapter13\trunk\daytimeclient\.project
A chapter13\trunk\daytimeclient\AndroidManifest.xml
A chapter13\trunk\daytimeclient\src
A chapter13\trunk\daytimeclient\src\com
A chapter13\trunk\daytimeclient\src\com\msi
A chapter13\trunk\daytimeclient\src\com\msi\manning
A chapter13\trunk\daytimeclient\src\com\msi\manning\chapter13
A chapter13\trunk\daytimeclient\src\com\msi\manning\chapter13\DaytimeClient.java
A chapter13\trunk\daytimeclient\res
A chapter13\trunk\daytimeclient\res\values
A chapter13\trunk\daytimeclient\res\values\strings.xml
A chapter13\trunk\daytimeclient\res\drawable
A chapter13\trunk\daytimeclient\res\drawable\icon.png
A chapter13\trunk\daytimeclient\res\layout
A chapter13\trunk\daytimeclient\res\layout\main.xml
A chapter13\branches
A chapter13\tags
체크아웃된 리비전 277.
C:\workspace\unlocking-android-read-only>
목차.