タグ

tipsに関するharehare1110のブックマーク (3)

  • html5doctor, helping you implement html5 today

    What a brilliant idea! For the longest time HTML5 specified, and advised developers, that it no longer mattered what the number (1 to 6) was in a heading element (when used in conjunction with sectioning elements). What mattered was the nesting level of the H1-h6 in sectioning elements, just like the X<H>TML promised land, but […] Read full post HTML5 Element Index Head doctype html head title bas

  • Android ListViewで表示される分だけデータをロードする方法 | TechBooster

    以前の記事でも紹介しているようにListViewでは文字や画像を表示することができます。 しかし、Adapterを単純にListViewに設定してしまうと1度に画面に表示できないデータも ロードしてしまうため、データの数が多い場合はデータのロードに時間がかかってしまいます。 通常、1画面に表示できるデータは限られていますので、 表示できる分だけデータをロードすれば不要なデータはロードする必要がなくなり、 ロード時間を短縮することができます。 詳細な説明は続きをご覧下さい。 ポイントは画面に表示するべきデータ数だけをロードして、 画面がスクロールしたら必要なデータだけをロードすることです。 これを実現するためには画面のスクロールを検知する必要があります。 ListViewの基的な使い方については「リストビューを使ってデータを一覧表示する」をご覧下さい。 ListView.OnScrollL

  • egashira > Google App Engine > エラーの解決方法

    更新日:2010年5月19日 アップデートに失敗したときにRollbackする デプロイ中に間違ってGoogleAppEngineLauncherを終了してしまったり、正常に終了しなかった場合に、以下のようなエラーが出ることがあります。 *** Running appfg.py with the following flags: --no_cookies --email=UserName@gmail.com --passin update google_appengine/appcfg.py:41: DeprecationWarning: the sha module is deprecated; use the hashlib module instead os.path.join(DIR_PATH, 'lib', 'antlr3'), /Applications/GoogleAppEn

  • 1