2014-11-01から1ヶ月間の記事一覧

bootstrapのmodal dialogを動的に変化させる

bootstrapのmodal dialogの具体的な使い方は公式で http://getbootstrap.com/javascript/#modalsまずは公式のをカスタマイズしたソースを載せておきます。 <script> $(function(){ $(function(){ $('#modal-trigger').hide(); $('#dummy').on('click', function(){ $…

Online Snippet帳 Binder

オンラインでスニペットを管理できるアプリBinder公開!登録して、検索して、ワンクリックでクリックボードにコピー!お試しあれ!github:FKoy/Binder · GitHub demo:Binder

Android StudioでVolleyを使ってみる

Volley.jarの作成 $cd ~/Development $git clone https://android.googlesource.com/platform/$frameworks/volley $cd volleyターゲットを確認 $android list target Available Android targets: ---------- id: 1 or "android-19" Name: Android 4.4.2 Type…