2013-02-01から1ヶ月間の記事一覧

GoogleMapAPI

MainActivity public class MainActivity extends Activity { private static final String SCHEME = "https"; private static final String AUTHORITY = "maps.googleapis.com"; private static final String PATH = "maps/api/geocode/json"; private stat…

Adapterを使ったSIngleChoiceDialog

public class AlertDialogSingleChoice extends Activity { String[] ar = { "red", "green", "bule", "white" , "apple" }; ArrayAdapter<Location> adapter; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanc</location>…

ボブとアリスのgit-flow(和訳)

git

登場人物 ( ゚⊇゚):ボブ。PL。趣味はボスのフェラーリでこっそりドライブすること (・∠・`)乙:アリス。PG。最近流行りのgit系女子。今回のプロジェクトでgit-flowを初めて使う ボス:ボス。愛車フェラーリ git-flowの導入 ( ゚⊇゚)「Hi、アリス。今度のプロジ…