E D R , A S I H C RSS

Full text search for "Android"

Android


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Android/WallpaperChanger . . . . 10 matches
          * Android의 기본 어플로 장착되어있는 Gallery 어플로 Intent넘긴후 리스트 다시 받아오기.
          * Android의 Wallpaper 바꾸는 API찾아보기
         == Android의 기본 어플로 장착되어있는 Gallery 어플로 Intent넘긴후 리스트 다시 받아오기 ==
          * Android Provider 믿을것이 못되더라.
          * http://stackoverflow.com/questions/2169649/open-an-image-in-androids-built-in-gallery-app-programmatically
         import android.app.Activity;
         import android.app.AlertDialog;
         import android.content.Intent;
         import android.database.Cursor;
         import android.net.Uri;
         import android.os.Bundle;
         import android.provider.MediaStore;
         import android.provider.MediaStore.Images.Media;
          //Intent i = new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
         == Android의 Wallpaper 바꾸는 API찾아보기 ==
          * Wallpaper바꾸는데 Permission 필요하더라 (Androidmenifest.xml파일 수정 요함)
         import android.app.Activity;
         import android.app.WallpaperManager;
         import android.graphics.Bitmap;
         import android.graphics.BitmapFactory;
  • 데블스캠프2011 . . . . 7 matches
          || 1 || [송지원] || [:데블스캠프2011/첫째날/오프닝 오프닝] || [강성현] || [:데블스캠프2011/둘째날/Scratch Scratch] || [김수경] || [:데블스캠프2011/셋째날/String만들기 String만들기] || [이원희] || [:데블스캠프2011/넷째날/Android Android] || [조현태] || [:데블스캠프2011/다섯째날/PythonNetwork Python으로 하는 네트워크] || 8 ||
          || 2 || [송지원] || [:데블스캠프2011/첫째날/오프닝 오프닝] || [강성현] || [:데블스캠프2011/둘째날/Scratch Scratch] || [김수경] || [:데블스캠프2011/셋째날/String만들기 String만들기] || [이원희] || [:데블스캠프2011/넷째날/Android Android] || [조현태] || [:데블스캠프2011/다섯째날/PythonNetwork Python으로 하는 네트워크] || 9 ||
          || 3 || [변형진] || [:데블스캠프2011/첫째날/개발자는무엇으로사는가 개발자는 무엇으로 사는가] || [강성현] || [:데블스캠프2011/둘째날/Scratch Scratch] || [김수경] || [:데블스캠프2011/셋째날/String만들기 String만들기] || [이원희] || [:데블스캠프2011/넷째날/Android Android] || [조현태] || [:데블스캠프2011/다섯째날/PythonNetwork Python으로 하는 네트워크] || 10 ||
          || 4 || [변형진] || [:데블스캠프2011/첫째날/개발자는무엇으로사는가 개발자는 무엇으로 사는가] || [김동준] || [:데블스캠프2011/둘째날/Cracking Cracking - 창과 방패] || [김준석] || [:데블스캠프2011/셋째날/RUR-PLE RUR-PLE] || [이승한] || [:데블스캠프2011/넷째날/ARE Android Reverse Engineering] || [이정직] || [:데블스캠프2011/다섯째날/Lua Lua] || 11 ||
  • ZeroPageHistory . . . . 3 matches
          * C, Android, OOP
          * Regular Expression, HTML5, Android
          * Android, MFC, Spring, Ruby, JavaScript
  • ZeroPage성년식/거의모든ZP의역사 . . . . 3 matches
          * C, Android, OOP
          * Regular Expression, HTML5, Android
          * Android, MFC, Spring, Ruby, JavaScript
  • 강성현 . . . . 2 matches
          * Cloud Service Client 개발 (Web, SmartTV, Android 등등)
          * Android Application 개발 방법을 배우고, 팀을 꾸려서 App 개발
  • 데블스캠프2011/넷째날/Android . . . . 2 matches
          * 주제 : Android for Beginner
          * [데블스캠프2011/넷째날/Android/송지원]
  • 데블스캠프2011/넷째날/Android/송지원 . . . . 2 matches
         == DevilsCampAndroidActivity.java ==
         import android.app.Activity;
         import android.os.Bundle;
         import android.view.MotionEvent;
         import android.view.View;
         import android.view.View.OnClickListener;
         import android.widget.Button;
         import android.widget.ImageView;
         import android.widget.Toast;
         public class DevilsCampAndroidActivity extends Activity implements OnClickListener {
         <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
          android:orientation="vertical"
          android:layout_width="fill_parent"
          android:layout_height="fill_parent"
          android:layout_width="fill_parent"
          android:layout_height="wrap_content"
          android:text="@string/hello"></TextView>
          android:src="@drawable/images"
          android:layout_width="wrap_content"
          android:id="@+id/imageView1"
  • 제12회 한국자바개발자 컨퍼런스 후기 . . . . 2 matches
          마지막으로 Track 4에서 한 반복적인 작업이 싫은 안드로이드 개발자에게라는 것을 들었는데, 안드로이드 프로그래밍이라는 책의 저자인 사람이 안드로이드 개발에 관한 팁이라고 생각하면 될 만한 이야기를 빠르게 진행하였다. UI 매핑이라던지 파라미터 처리라던지 이러한 부분을 RoboGuice나 AndroidAnnotations를 이용해 해결할 수 있는 것을 설명과 동영상으로 잘 설명했다. 준비를 엄청나게 한 모습이 보였다. 이 부분에 대해서는 이 분 블로그인 [http://blog.softwaregeeks.org/ 클릭!] <-여기서 확인해 보시길...
          * 마지막에 들은 <반복적인 작업이 싫은 안드로이드 개발자에게> 트랙이 가장 실용적이었다. 안드로이드 앱 만들면서 View 불러오는 것과 Listener 만드는 부분 코드가 너무 더러워서 짜증났는데 Annotation으로 대체할 수 있다는 것을 알았다. Annotation을 직접 만들어도 되고, '''RoboGuice'''나 '''AndroidAnnotation''' 같은 오픈 소스를 이용할 수도 있고.
  • ISBN_Barcode_Image_Recognition . . . . 1 match
         = Image Processing (with Google Android) =
  • OpenCamp/첫번째 . . . . 1 match
          * 14:15~15:00 Reverse Engineering of Web for Android Apps 정진경
  • UnityStudy . . . . 1 match
          * Unity Android, iOS도 유료다.
  • 권영기 . . . . 1 match
          * AI 연구실 학부연구생 - Hermes: MIR library for Android
  • 데블스캠프2011/네째날/이승한 . . . . 1 match
         == 이승한/Android Reverse Engineering ==
          * android reversing tools - 제로페이지 홈페이지 자료실 게시물
  • 송지원 . . . . 1 match
          * [데블스캠프2011/넷째날/Android/송지원]
  • 작은자바이야기 . . . . 1 match
          * Android 플랫폼
  • 정모/2011.10.5 . . . . 1 match
          * Android OS Honeycomb 소개
  • 정모/2012.8.29 . . . . 1 match
          * 정모에서도 잠깐 이야기한 것처럼 ZeroPage에서 운영하는 서버 및 각종 장치와 도메인 네임, 이에 필요한 설정과 소프트웨어, 그리고 그와 관련한 이슈를 다루는 공간이 Trello에 있는 게 좋을 것 같습니다. 게시판이나 위키에 비해 ZeroPage 웹사이트가 비정상 동작할 때도 사용할 수 있고, 전체 상황이 한 눈에 파악되면서 카드 별로 상태 관리가 간편하며, 모바일(iOS, Android)에서 notification push를 받을 수 있기 때문에 실시간 커뮤니케이션과 이슈 추적 및 관리에 유리합니다.
  • 제12회 한국자바개발자 컨퍼런스 후기/유상민의후기 . . . . 1 match
         큰 의미 없는 내용들 나열시작, 피쳐폰과 WAP 이야기에 10분을 쓰고 있는 중이다. 발표자가 시간 배분 못한다는 느낌을 시작하고 5분만에 받을 수 있었다. 아마 후반에는 Android, iOS, Widow Mobile, Tizen 이 있다로 끝날 것 같다.
  • 조영준 . . . . 1 match
          * Android Programming
  • 진격의안드로이드&Java . . . . 1 match
          * [http://www.kandroid.org/board/data/board/conference/file_in_body/1/8th_kandroid_application_framework.pdf Android]
Found 20 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.4153 sec