본문 바로가기

개발

구글의 위치정보를 이용한 광고. New Hyperlocal Ad Feature Provides Distance Information Wednesday, September 29, 2010 | 10:00 AM Labels: ad formats, advertisers Imagine driving to work and your Check Engine light comes on. After pulling over and calling a tow truck, you realize you’ll need another car to get to work and use while yours is getting repaired. You pull out your phone and search for “car rental,” hoping that you ca.. 더보기
안드로이드 네비게이션 소개 - Google Maps 5.7 for Android Austria, Belgium, Czech Republic, Denmark, Germany, Ireland, Israel, Luxembourg, Netherlands, Poland, Slovakia, Spain and Switzerland. The new traffic information will automatically be available in Google Maps for Android, iOS, and mobile browsers. 현제 우리나라는 대상에 있지 않네요..ㅠㅠ Left: Traffic layer in Munich Right: Getting routed around traffic in Google Maps Navigation With the addition of live traffi.. 더보기
Android 휴대폰 전화번호 받아오기 TelephonyManager tm = (TelephonyManager)getSystemService(Activity.TELEPHONY_SERVICE); String 전화번호 = tm.getLine1Number(); 이 포함되어있어야 함. 더보기
pixel 로 dip구하기 public static float getDipFromPx(Activity paramActivity, float paramFloat){ DisplayMetrics localDisplayMetrics = new DisplayMetrics(); paramActivity.getWindowManager().getDefaultDisplay().getMetrics(localDisplayMetrics); return TypedValue.applyDimension(1, paramFloat, localDisplayMetrics); } public static float getDipFromPx(Context paramContext, float paramFloat) { DisplayMetrics localDisplayMet.. 더보기
2dEngine - sample andengine- http://andengine-ragdoll.googlecode.com/svn/ android box2d http://androidbox2d.googlecode.com/svn/ jbox2d http://jbox2d.googlecode.com/svn/ 더보기
Android Canvas로 회오리모양 그리기 package com.bhcom.exercise; import java.util.Random; import android.graphics.Canvas; import android.util.Log; import android.view.SurfaceHolder; import android.app.Activity; import android.os.Bundle; import android.view.Window; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import android.graphics.Matrix; impo.. 더보기
libgdx - sample 기본적인 sample로 어디에나 있는 helloworld 를 실행해 보았습니다. 구조는 단순합니다. helloworld sample을 임포트 해보시면 위와같은 두가지 프로젝트가 생성이 되는데 gdx-helloworld 는 helloworld소스고 -android 는 gdx-helloworld를 android로 포팅한다 라고 생각되네요. 짧으니 -android소스부터. HelloWorldAndroid.java 소스 자체보다 중요한건 lib폴더쪽인것 같네요. 동영상 tutorial에서도 보시면 이전 글에서 말씀드린 jar파일들을 모두 사용하지 않고 몇가지만 사용하는데(당연하겠지만요.) -android에서는 아래와 같이 몇가지만 사용했습니다. 중요한건 폴더자체도 똑같이 생성해줘야 한다는것??정도랄까요. 자세한.. 더보기
libgdx - 시작하기 갑자기 필을 받아 libgdx 2d Engine 을 공부해보기로 하였습니다. 이리저리 왔다갔다 하는것도 좀 웃긴거같지만 그냥 하기로 했습니다. 이래저래 말이 많은데 rokon 에서 있던사람이 나가서 만들었단 소리도 어디서 들은것 같고 어쨋든 하나를 파는게 좋은 것은 알지만 땡기는데 어쩔수가 없군요. http://code.google.com/p/libgdx/downloads/list 위의 링크에서 최신버젼을 받아 압축을 풀게되면 위와 같은 파일 목록이 생기게 됩니다. http://droidandroidgames.com/ 위 링크로 가보시면 이게 전부 libgdx를 이용해서 만든건지는 모르겠지만 블로그에 링크로 되어있길래 첨부해봅니다. 에.... 또.. 일단 기본 api를 다운받는것까지만 마치고 다음차시에.. 더보기
안드로이드 아이디어 괜찮다 싶었던 아이디어들이 지금은 모두 못쓰게 되어버렸네요.. 혹시 번역api를 제공하는곳 아시는분없나요??? 더보기
만화책 보는 프로그램 아 하나 만들까 했는데 좋은걸 찾았습니다. Perfect Viewer라고 하는데요. 로딩도 빠른편이고 화면 전환도 괜찮은 편이고 단축키 및 제공하는 기능도 많습니다. 아쉬운점은 화면 비율설정하는부분인데 이부분은 제가 못찾은것일 수도 잇구요. 어쨋든 안드로이드 만화책 뷰어는 일단 퍼팩트뷰어가 제일 괜찮은듯 싶습니다. 더보기