<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title></title>
		<link>http://blog.inculab.net/</link>
		<description></description>
		<language>ko</language>
		<pubDate>Fri, 30 Jul 2010 13:59:19 +0900</pubDate>
		<generator>Textcube 1.7.7 : Con moto</generator>
		<item>
			<title>[안드로이드] Tiled background problem</title>
			<link>http://blog.inculab.net/53</link>
			<description>EditText 에 반복되는 백그라운드를 적용하려면 다음과 같이 하면 된다.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://blog.inculab.net/42?category=9&quot;&gt;http://blog.inculab.net/42?category=9&lt;/a&gt;&amp;nbsp;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;그런데 한 가지 문제가 있다. &lt;/b&gt;&lt;/div&gt;&lt;div&gt;최초 진입시에는 문제가 없는데 카메라모드로 갔다가 돌아오니 &lt;/div&gt;&lt;div&gt;백그라운드가 반복이 안되어 출력되었다. &lt;/div&gt;&lt;div&gt;onCreate, onRestart 등.. 곳곳에 강제적으로 백그라운드 이미지를 적용했지만 &lt;br&gt;&lt;/div&gt;&lt;div&gt;안된다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;구글신의 도움으로 문제 해결 &lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.gauntface.co.uk/blog/2009/08/20/where-to-do-android-part-2/&quot;&gt;http://www.gauntface.co.uk/blog/2009/08/20/where-to-do-android-part-2/&lt;/a&gt;&amp;nbsp;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;반복형 백그라운드 이미지를 적용하려면 &lt;/div&gt;&lt;div&gt;자바 코드에서 BitmapDrawable 로 구현해주는게 더 안정적이다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;반복되는 이미지가 test_line.png 라면 다음과 같이하면 된다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;Dotum, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal; font-size: small;&quot;&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;BitmapDrawable bgImage = (BitmapDrawable) getResources().getDrawable(R.drawable.test_line);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;bgImage.setTileModeXY(TileMode.REPEAT, TileMode.REPEAT);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;editContent.setBackgroundDrawable(bgImage);&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>안드로이드</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/53</guid>
			<comments>http://blog.inculab.net/53#entry53comment</comments>
			<pubDate>Fri, 30 Jul 2010 13:58:30 +0900</pubDate>
		</item>
		<item>
			<title>[안드로이드] PHP for Android project (PFA)</title>
			<link>http://blog.inculab.net/51</link>
			<description>&lt;div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;a href=&quot;http://phpforandroid.net/&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;http://phpforandroid.net/&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;a href=&quot;http://phpforandroid.net/screencast&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;http://phpforandroid.net/screencast &lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;php로 안드로이드 어플을 구현하는 프로젝트입니다. &lt;br&gt;&lt;/div&gt;&lt;div&gt;대단하네요^^&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;현재는 php4 까지만 지원 하고 php5 는 준비중입니다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;자바에 비해 코드량도 줄고 심플하여 프로토타입용 어플리케이션 만들 때 &lt;/div&gt;&lt;div&gt;유용할 것 같습니다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://inchoo.net/android-development/from-php-to-android-the-simple-stuff-what-about-arrays/&quot; target=&quot;_blank&quot;&gt;http://inchoo.net/android-development/from-php-to-android-the-simple-stuff-what-about-arrays/&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;/&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=13177370&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=336633&amp;amp;fullscreen=1&quot;/&gt;&lt;!--[if !IE]&gt; &lt;--&gt;&lt;object type=&quot;application/x-shockwave-flash&quot; transparent=&quot;yes&quot; data=&quot;http://vimeo.com/moogaloop.swf?clip_id=13177370&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=336633&amp;amp;fullscreen=1&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://vimeo.com/moogaloop.swf?clip_id=13177370&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=336633&amp;amp;fullscreen=1&quot;&gt;[Flash] http://vimeo.com/moogaloop.swf?clip_id=13177370&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=336633&amp;amp;fullscreen=1&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;!--&gt; &lt;![endif]--&gt;&lt;/object&gt;&lt;br&gt;&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>php</category>
			<category>안드로이드</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/51</guid>
			<comments>http://blog.inculab.net/51#entry51comment</comments>
			<pubDate>Wed, 14 Jul 2010 11:35:15 +0900</pubDate>
		</item>
		<item>
			<title>Useful HTML5 Tutorials</title>
			<link>http://blog.inculab.net/50</link>
			<description>유용한 HTML5 Tutorial 모음집입니다. &lt;div&gt;정리가 잘 되어 있으니 필요하신 분은 참고하세요. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a class=&quot;link&quot; href=&quot;http://bit.ly/9Fr3jN&quot; target=&quot;_blank&quot;&gt;&lt;a href=&quot;http://bit.ly/9Fr3jN&quot; target=&quot;_blank&quot;&gt;http://bit.ly/9Fr3jN&lt;/a&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<category>html5</category>
			<category>html5</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/50</guid>
			<comments>http://blog.inculab.net/50#entry50comment</comments>
			<pubDate>Fri, 09 Jul 2010 10:18:46 +0900</pubDate>
		</item>
		<item>
			<title>[안드로이드] 구글맵에 마커 이동 및 적용</title>
			<link>http://blog.inculab.net/49</link>
			<description>&lt;div&gt;&lt;b&gt;구글맵에 마커를 이동하면서 찍는 소스코드입니다. &lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;지도를 이동시켜 마커를 찍으면 해당 위치에 마커가 찍히면서 센터 GPS 로&lt;br&gt;&lt;/div&gt;&lt;div&gt;지정됩니다. &lt;/div&gt;&lt;div&gt;처음엔 터치이벤트로 했는데 문제가 있었습니다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;onTouchEvent(MotionEvent event, MapView mapView)&lt;/b&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;action up , down, move 를 정확히 인지를 못합니다. &lt;/div&gt;&lt;div&gt;1) move 를 했을 시에는 마커 위치 변화가 없어야 함&lt;/div&gt;&lt;div&gt;2) move 없이 down 을 하고 &amp;nbsp;up 이 되는 순간 마커를 표시해야함 &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;onTouchEvent 를 이용하면 down 이벤트 move 도 걸려버립니다. 버그인듯..&lt;/div&gt;&lt;div&gt;이건 테스트를 해보시면 될 것 같고, 이걸 대체하기 위해선 &amp;nbsp;&lt;b&gt;onTap 메소드를 &lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;사용하면 됩니다.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;margin: 0 0 0 40px; border: none; padding: 0px;&quot;&gt;&lt;div&gt;// 기존 마커를 지우고 새로운 마커 적용&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;margin: 0 0 0 40px; border: none; padding: 0px;&quot;&gt;&lt;div&gt;&lt;div&gt;public boolean onTap(GeoPoint p, MapView mapView) {&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;mapView.getOverlays().remove(0);&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;CenterLocation(p);&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;return true;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;}&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://blog.inculab.net/attach/1/1313282342.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;800&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;div&gt;소스코드 다운로드 &lt;/div&gt;&lt;div&gt;구글맵 api key 만 변경하셔서 사용하시면 됩니다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.inculab.net/android/map_location.zip&quot; target=&quot;_blank&quot;&gt;http://www.inculab.net/android/map_location.zip&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>구글맵</category>
			<category>안드로이드</category>
			<category>지도</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/49</guid>
			<comments>http://blog.inculab.net/49#entry49comment</comments>
			<pubDate>Tue, 06 Jul 2010 15:23:00 +0900</pubDate>
		</item>
		<item>
			<title>[안드로이드] SlideMe  안드로이드 어플리케이션 서브 마켓</title>
			<link>http://blog.inculab.net/48</link>
			<description>안드로이드용 서브 마켓인 SlideMe &amp;nbsp;(&lt;a href=&quot;http://slideme.org&quot; target=&quot;_blank&quot;&gt;http://slideme.org&lt;/a&gt;)&lt;div&gt;&amp;nbsp; &lt;div&gt;안드로이드 마켓에서 게임을 다운받기가 쉽지않다. &lt;/div&gt;&lt;div&gt;게임에 대한 제재가 강하기 때문에 다른 카테고리로 어플을 업로드하는 등 &lt;/div&gt;&lt;div&gt;우회적인 방법을 사용하는데 &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;안드로이드용 서브 마켓인 SlideMe 에서는 업/다운로드가 가능하다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;모바일웹에서 SAM 이란 어플을 다운로드 받으면 마켓이 설치된다. &lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://blog.inculab.net/attach/1/1183601033.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;390&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;div&gt;SAM &amp;nbsp;을 다운로드하면 다음과 같이 어플이 설치된다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://blog.inculab.net/attach/1/1113557119.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;503&quot; width=&quot;341&quot; /&gt;&lt;/div&gt;국내에서 차단된 게임 어플도 이곳에서는 업로드/다운로드가 가능하다. &lt;/div&gt;&lt;div&gt;물론 유료 어플등록도 가능하며 수익 쉐어도 가능하다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;자세한건 &lt;a href=&quot;http://slideme.org&quot; target=&quot;_blank&quot;&gt;SlideMe&lt;/a&gt; 사이트를 참고 &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>market</category>
			<category>안드로이드</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/48</guid>
			<comments>http://blog.inculab.net/48#entry48comment</comments>
			<pubDate>Mon, 07 Jun 2010 10:02:06 +0900</pubDate>
		</item>
		<item>
			<title>맛지 - 맛있는 지도 오픈</title>
			<link>http://blog.inculab.net/47</link>
			<description>&lt;div&gt;4월 19일 국내에 SNS 기반의 맛집 사이트가 오픈되었다. &lt;/div&gt;&lt;div&gt;&lt;b&gt;맛지닷컴 (&lt;/b&gt;&lt;a href=&quot;http://www.matji.com&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;http://www.matji.com&lt;/b&gt;&lt;/a&gt;&lt;b&gt;) &lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&quot;광고를 정보로 포장하지 않겠다&quot; &amp;nbsp;&lt;/div&gt;&lt;div&gt;이 카피는 맛집에 대한 신뢰성을 최대한 보장하겠다라는 의지가 닮겨있어 보인다. &lt;/div&gt;&lt;div&gt;실제 맛집 사이트들을 둘러 보자면 스폰서나 프리미엄 맛집들이 많다. &lt;/div&gt;&lt;div&gt;왠지 스폰서, 프리미엄이란 단어를 보면 오히려 신뢰가 떨어진다. &lt;/div&gt;&lt;div&gt;정말 맛있는 집인가 ? 알바생들이 이뤄놓은 업적인가 등 &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;지역기반, SNS 기반의 맛집 사이트는 이런 점에서 다양한 재미를 제공할 수 있다. &lt;/div&gt;&lt;div&gt;앞으로의 맛지의 행보가 기대된다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://blog.inculab.net/attach/1/1093317126.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;408&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;b&gt;본 작성자의 맛지 : &lt;/b&gt;&lt;a href=&quot;http://matji.com/aimh&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;http://matji.com/aimh&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<category>it-trend</category>
			<category>맛있는지도</category>
			<category>맛지닷컴</category>
			<category>맛집</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/47</guid>
			<comments>http://blog.inculab.net/47#entry47comment</comments>
			<pubDate>Tue, 20 Apr 2010 13:35:35 +0900</pubDate>
		</item>
		<item>
			<title>안드로이드 layout include 시 주의사항</title>
			<link>http://blog.inculab.net/46</link>
			<description>&lt;b&gt;안드로이드 layout xml 에서 다른 layout xml 을 include 시 주의사항 &lt;/b&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;common_underbar.xml 을 include 하려고 했습니다. &lt;/div&gt;&lt;div&gt;약간의 커스터마이징이 필요해 20px 의 왼쪽 마진을 주었지만 &lt;/div&gt;&lt;div&gt;생각대로 동작하지 않더군요. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&lt;b&gt;1) 첫번째 시도&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&amp;lt;include &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;android:layout_marginLeft=&quot;20px&quot;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;layout=&quot;@layout/common_underbar&quot; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&lt;b&gt;2) 두번째 시도 - width 를 강제적으로 적용&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&amp;lt;include &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;white-space: normal; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;android:layout_width=&quot;400px&quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;android:layout_marginLeft=&quot;20px&quot;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;layout=&quot;@layout/common_underbar&quot; &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;3) 세번째 시도 &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&amp;lt;include &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: normal; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;android:layout_width=&quot;fill_parent&quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: normal; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;android:layout_width=&quot;fill_parent&quot;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;android:layout_marginLeft=&quot;20px&quot;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;layout=&quot;@layout/common_underbar&quot; &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;: 세번째 시도에 의도한 UI 가 나왔습니다. &lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b&gt;layout_xxx 속성을 사용하려면 android:layout_width / height 를 &lt;br&gt;정의 해주어야 합니다. &lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;그 이후에 layout_xxx &amp;nbsp;속성을 사용하시면 됩니다.&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;!-- common_underbar.xml --&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&amp;lt;LinearLayout&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;android:layout_width=&quot;fill_parent&quot;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;android:layout_height=&quot;fill_parent&quot;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;android:orientation=&quot;vertical&quot;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&amp;lt;View&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;				&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;android:layout_width=&quot;fill_parent&quot;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;android:layout_height=&quot;1px&quot;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;android:background=&quot;#ffd7d7d7&quot;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;/&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&amp;lt;View&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;android:layout_width=&quot;fill_parent&quot;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;android:layout_height=&quot;1px&quot;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;android:background=&quot;#ffffffff&quot;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;/&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/LinearLayout&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;u&gt;&lt;i&gt;(본 포스트는 명확한 근거를 바탕으로 작성한게 아니라 테스트에 의해 작성한 &lt;/i&gt;&lt;/u&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;u&gt;&lt;i&gt;포스트이므로 잘못 된 정보일 수도 있습니다.)&lt;/i&gt;&lt;/u&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>inculde</category>
			<category>layout</category>
			<category>안드로이드</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/46</guid>
			<comments>http://blog.inculab.net/46#entry46comment</comments>
			<pubDate>Thu, 15 Apr 2010 16:31:28 +0900</pubDate>
		</item>
		<item>
			<title>안드로이드 카메라 촬영 후 갤러리에서 보이지 않는 문제 해결 (Media Scanner)</title>
			<link>http://blog.inculab.net/45</link>
			<description>안드로이드에서 카메라 촬영 후 갤러리를 보면 &lt;div&gt;찍었던 사진이 나오지 않는 경우가 있습니다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;갤러리는 SDCARD 에 있는 모든 이미지들을 썸네일을 만들어서 뷰어를 제공하는데 &lt;/div&gt;&lt;div&gt;SDCARD 를 마운트 하면 썸네일을 만드는 것 같습니다. &amp;nbsp;(Media Scanner) &lt;/div&gt;&lt;div&gt;테스트하고 있는 모토로이에서는 휴대폰을 재부팅하면 자동으로 스캐너가 동작하는 것 같은데 App 에서는 수동으로 처리를 해주어야 하는 것 같습니다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;사진 촬영 이후에 다음과 같이 브로드케스트를 날리면 &amp;nbsp;강제적으로 Media Scanner 기능을 &lt;/div&gt;&lt;div&gt;호출하게 됩니다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse(&quot;file://&quot;+ Environment.getExternalStorageDirectory())));&lt;/span&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Media Scanner 동작하는 UI 를 만들고 싶으면 &lt;/div&gt;&lt;div&gt;브로드캐스트 리시버로 Media Scanner start / finish 를 받아서 UI 처리를 하시면 됩니다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>안드로이드</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/45</guid>
			<comments>http://blog.inculab.net/45#entry45comment</comments>
			<pubDate>Thu, 15 Apr 2010 14:54:00 +0900</pubDate>
		</item>
		<item>
			<title>제1회 안드로이드 앱개발자 컨퍼런스</title>
			<link>http://blog.inculab.net/44</link>
			<description>&lt;div&gt;&lt;br&gt;&lt;/div&gt;드디어 기다려왔던 안드로이드 앱개발자 컨퍼런스가 열리네요. &lt;div&gt;국내에서 개발자 중심의 안드로이드 컨퍼런스는 최초가 되겠습니다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;안드로이드펍 커뮤니티와 SK텔레콤, LG전자,모바일융합센터의 후원으로 &lt;/div&gt;&lt;div&gt;뜻깊은 자리가 만들어 질 예정입니다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;발표자를 잠시 살펴보니 &amp;nbsp;국내에서 알아주는 개발자들이 눈에 띄네요~ ^^ &lt;/div&gt;&lt;div&gt;컨퍼런스도 즐기고 인맥도 만드는 좋은 행사가 되었으면 좋겠습니다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;행사내용은 &lt;a href=&quot;http://www.androidpub.com/conference&quot; target=&quot;_blank&quot;&gt;안드로이드펍&lt;/a&gt;에서 퍼왔습니다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: AppleGothic, Dotum, sans-serif; line-height: normal; &quot;&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;주최 &lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;안드로이드펍 &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;주후원 &lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;SK텔레콤 T스토어 &lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;후원&lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&amp;nbsp;LG전자, 모바일융합센터&lt;br&gt;&lt;span style=&quot;font-size: 12px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;일시 &lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;2010년 5월 7일 금요일 &lt;br&gt;&lt;span style=&quot;font-size: 12px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;장소 &lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;학동역 건설회관 2층 대회의실 &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;규모&lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&amp;nbsp;600명 &lt;br&gt;&lt;span style=&quot;font-size: 12px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;경품&lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;LG전자 최신형 스마트폰 10대&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: AppleGothic, Dotum, sans-serif; line-height: normal; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;font-size: 24px; &quot;&gt;프로그램&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;b&gt;&lt;div style=&quot;text-align: left; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;margin-top: 15px; margin-right: 15px; margin-bottom: 15px; margin-left: 15px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-color: rgb(238, 238, 102); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;9:45 am - 10:00 am 오프닝&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;진헌규&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;SK&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;텔레콤&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;T&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;스토어&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;개발자&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;마케팅&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;담당&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 7.5pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;T&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;스토어의&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;애플리케이션&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;개발자&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;지원&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;정책&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 7.5pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 7.5pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;10:00 am - 11:00 am 컨퍼런스 세션1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;박성서&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;회색&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;안드로이드&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;개발자&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;챌린지&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;1 &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;한국&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;유일&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;입상자&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;안드로이드펍&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;운영자&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 7.5pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;안드로이드&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;다양한&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;스크린&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;디바이스를&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;위한&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;UI &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;처리&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 7.5pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;11:00 am - 12:00 pm 컨퍼런스 세션2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;강순권 (Jonathan)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;안드로이드&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;개발자&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;챌린지&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;2 1&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;위&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;수상자&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;, 벅스 앱 개발자, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;네오위즈 &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;안드로이드&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;인터넷&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;서비스&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;연동&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;애플리케이션&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;개발&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;12:00 pm - 13:00 pm 점심시간&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;13:00 pm - 13:15 pm 홍보&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;이상윤&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;모바일 융합센터&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;모바일 융합센터의 모바일 S/W 개발 지원 정책&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;13:15 pm - 14:15 pm 컨퍼런스 세션3&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;이제현&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;세계최초&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;안드로이드&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;게임기&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;오드로이드&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;개발&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;하드커널&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;대표&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;안드로이드&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;Native Development Kit &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;와&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;게임&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;14:15 pm - 15:15 pm 컨퍼런스 세션4&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;허광남 (Kenu)&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;국내&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;최대&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;JSP &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;커뮤니티&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;OKJSP &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;운영자&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;이클립스&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;전문가&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;안드로이드&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;개발환경&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;에서의&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;이클립스&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;개발툴&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;활용&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;15:15 pm - 16:15 pm 세션5&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/b&gt;&lt;/b&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;정승일 (닥터지킬)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;KT &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;벤쳐어워드&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;안드로이드&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;부문&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;대상&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;수상&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;SKT &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;앱스토어 공모전 우수상 개발자&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;안드로이드&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;2.0 &lt;/span&gt;블루투스 활용&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;16:15 pm - 17:15 pm 세션6&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;박유태 (컨버전스)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;KT 벤쳐어워드 &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;안드로이드&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;부문&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;동상&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;수상&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;개발사&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;라람인터랙티브&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;소속&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;개발자&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;안드로이드&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;센서&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;/&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;카메라&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;/&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;위치정보의&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; color: rgb(0, 0, 255); &quot;&gt;활용&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8pt; font-family: Arial, sans-serif; color: black; &quot;&gt;&lt;o:p&gt;&lt;span style=&quot;font-family: Gulim; font-size: 12px; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;17:15 pm - 17:30 pm 엔딩&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;LG전자 &lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-family: Gulim; font-size: 12px; &quot;&gt;LG전자 스마트폰 및 개발자 정책 소개&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;17:30 pm&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: left; line-height: 12.5pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;경품추첨! 출시 예정 LG전자 최신형 스마트폰 &lt;/span&gt;&lt;/p&gt;&lt;/b&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;등록은 T스토어 개발자회원 / 일반인으로 나누어 등록을 받고 있으니 참고하세요. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;AppleGothic, Dotum, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span style=&quot;font-size: 11px; line-height: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>안드로이드</category>
			<category>컨퍼런스</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/44</guid>
			<comments>http://blog.inculab.net/44#entry44comment</comments>
			<pubDate>Tue, 13 Apr 2010 09:55:57 +0900</pubDate>
		</item>
		<item>
			<title>안드로이드 소프트키보드 Done Key (완료 키) 이벤트 걸기</title>
			<link>http://blog.inculab.net/43</link>
			<description>&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;소프트 키보드를 통해 입력 값을 받는거는 별 문제가 없으나 &lt;/div&gt;&lt;div&gt;입력키에 대한 이벤트 (onKeyup 등..) 를 바로 받을 수 없다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;소프트 키보드의 Enter Key 나 &amp;nbsp;Done Key (완료 키) 에 이벤트를 걸고 싶으면 &lt;br&gt;&lt;/div&gt;&lt;div&gt;다음의 메소드를 오버라이드 하여 사용하면 된다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;onEditorAction &lt;/b&gt;메소드를 해당 리소스에 할당하면 된다. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;// 제목을 입력하고 소프트키보드의 완료를 누르면 데이타가 전송되는 예제&lt;/b&gt;&lt;/div&gt;&lt;div&gt;EditText editTitle = (EditText) findViewById(R.id.edit_title);&lt;br&gt;&lt;/div&gt;&lt;div&gt;editTitle.setOnEditorActionListener(this);&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169); &quot;&gt;@Override&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;// TODO Auto-generated method stub&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;if ((actionId == EditorInfo.IME_ACTION_DONE) || &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt; &amp;nbsp; (event != null &amp;amp;&amp;amp; event.getKeyCode() == KeyEvent.KEYCODE_ENTER)) {&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;				&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;writePhoto();&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;return false;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;		&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: rgb(250, 255, 169);&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;public void function writePhoto() {&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // to do.. &lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/div&gt;</description>
			<category>android</category>
			<category>android</category>
			<category>softkey</category>
			<category>소프트키보드</category>
			<category>안드로이드</category>
			<author>(Tcher)</author>
			<guid>http://blog.inculab.net/43</guid>
			<comments>http://blog.inculab.net/43#entry43comment</comments>
			<pubDate>Mon, 12 Apr 2010 10:49:29 +0900</pubDate>
		</item>
	</channel>
</rss>
