The Stop Killing Games movement is nearing an official meeting with EU lawmakersOnce all the Stop Killing Games signatures are verified, the organizers will present the initiative to both the European Commission and Parliament.
The moment we’ve all been waiting for is almost here. A stunning upgrade to the Android operating system is just a few weeks away. Ice Cream Sandwich will be shipping on the stylish and blazingly fast Samsung Galaxy Nexus in November. In May, Google announced a commitment with every major carrier and device manufacturer to support upgrading capable devices to the latest version of Android for 18
Since I'm seeing questions inquiring about Android 4.0's source code drop every 5 minutes here and there, I thought it would be a good idea to point out this blurb in a recent post by an Android engineer Dan Morrill, aka morrildl: To reiterate, these servers contain only the ‘gingerbread’ and ‘master’ branches from the old AOSP servers. We plan to release the source for the recently-announced Ice
「ワンソース、マルチプラットフォームへの対応が、今後のキーになりますよ」。日経コンピュータ 2011年9月1日号の特集「企業スマホはアプリが主役」の取材で何度も聞いた言葉だ。一つのソースコードが複数の環境で動く「ワンソース、マルチプラットフォーム」とはオープンシステムが普及した頃から続く課題だが、ここで取り上げるのはiPhone、Android端末、Windows Phoneなど様々なスマートフォン上で動く“ワンソース”である。 数年前まで国内でスマートフォンと言えばiPhoneという状況だったが、続々登場する新しいAndroid端末や、8月25日に国内で発売されたWindows Phoneにより、企業が利用シーンに応じて様々な端末を所有するケースが増えている。特集では、iPhoneとAndroid端末の両方を導入しており、かつ複数の種類のAndroid端末を使っているサントリーの事例を紹
Google TV users will be happy to know that support for the platform is finally coming soon to the Android SDK. This will allow developers to unleash their apps on all Google TVs on the market, which in turn could help manufacturers eventually push more units given the renewed interest. Since the Google TV Market announcement at Google I/O, the platform has had a lot of road bumps in both TV networ
I started my emulator with ./emulator -trace profile -avd emulator_15. I then tracked down the trace files to ~/.android/avd/rodgers_emulator_15.avd/traces/profile, where there are six files: qtrace.bb, qtrace.exc, qtrace.insn, qtrace.method, qtrace.pid, qtrace.static. I can't figure out what to do with these files. I've tried both dmtracedump and traceview on all of the files, but none seem to ge
HTML5のモバイルアプリを“ネイティブアプリ化”する「PhoneGap」が正式版に。オンラインでの変換サービスも発表 HTML5、CSS、JavaScriptなどのWeb標準の技術で作成したモバイルアプリケーションを、iPhoneやAndroidなどのデバイスにインストール可能なネイティブアプリケーションへと変換するフレームワーク「PhoneGap」が、正式版「PhoneGap 1.0」になったと開発元のnitobiより発表されました。 PhoneGapはオープンソースソフトウェアとして開発されているソフトウェアで、無料でダウンロードし利用することができます。 デバイスごとのネイティブアプリケーションに変換 PhoneGapを、jQuery Mobileのようなマルチデバイスに対応したモバイルアプリケーション用フレームワークと組み合わせると、HTMLやJavaScriptなどのWeb標準
Microsoftは、より多くの開発者を引き込もうと、「Android」開発者による「Windows Phone」へのアプリケーション移植を支援するツールを発表した。 Microsoftが米国時間6月9日に公開したブログ記事には、アプリケーションを自動でWindows Phoneに移植できるAndroid開発者向けの「魔法の杖」など存在しないという注意書きがある。だが、新しいAPIツールやホワイトペーパーなどの技術リソースにより、移植作業に伴う苦労をある程度軽減できるものと同社は考えている。 AndroidからWindows Phoneへの「API mapping tool」は、Androidのさまざまなプログラムイベントやクラス、メソッドを、対応するWindows Phoneの各機能と比較して紹介しており、開発者の変換作業を手引きしてくれる。したがって、Androidに慣れ親しんだ開発者
拡張現実(AR)アプリケーション「セカイカメラ」を手がける頓智ドット(頓智・)は2011年6月9日、近距離無線通信規格「NFC(Near Field Communication)」に対応したAndroidアプリのサンプルコードを公開したと発表した。 このサンプルコードによるアプリは、NFC機能を備えたAndroid端末間で、コンタクトリストなどさまざまなデータを送受信するためのアプリだ。「Android 2.3.3」以上を搭載した端末向けに開発された。サンプルコードの公開先は、ソースコード管理のためのGitリポジトリ(ソフトウエアの管理場所)をネットワーク経由で共有するサービス「GitHub」である。誰でも自由にこのコードを入手し、オープンソース・ソフトウエアのライセンス「Apache License 2.0」に基づいて利用できる。 NFCは、ICカード/タグの読み書きや端末同士のデータ交
前回の日記では Activity を呼ぶ振る舞いに関する一覧表を作りましたが、今回は Broadcast された振る舞いについての一覧表を作ります。 意味が分からなかった定数が多かったです。たぶん表に間違いが多い思いますので、指摘して頂けると嬉しいです。 Broadcast Actions 『Broadcastされる振る舞い』を指定する方法の一覧表。 それぞれの振る舞いに対するデータは、URI形式で渡します。 定数名 説明 URL ACTION_AIRPLANE_MODE_CHANGED 端末が飛行モードに変更された ● ACTION_BATTERY_CHANGED 端末が充電中かどうかや、バッテリー残量が変化されたか ● ACTION_BATTERY_LOW バッテリー残量が非常に少なくなった ● ACTION_BATTERY_OKAY バッテリー残量が非常に少ない状態を脱した ● AC
連載インデックス 「Androidで動くJavaアプリ開発入門」 初心者のための入門連載です。「Androidアプリとは何か」の基礎知識から開発環境の構築(Android Studio、SDK ToolsとEclipse ADT、NDK、エミュレーターなどのインストールや使い方)、Java言語で書くアプリ開発の基本的なところから、最新版5の新機能までまとめて解説します。Activity、Intent、サービス、WebView、ゲーム開発、センサー、カメラ、位置情報/GPS、Bluetooth通信、NFC、Android Wearなど ※本連載のアップデート版連載は「実業務でちゃんと使えるAndroidアプリ開発入門」として連載中です。 Javaでの常識が通用しないAndroidにおけるメモリ管理の注意点 実業務でちゃんと使えるAndroidアプリ開発入門(3) Androidアプリのメモリ
Ladies and gentlemen, minutes ago HTC announced that they have been listening to us all along and will reverse their stance on locking bootloaders! The statement comes directly from the CEO Peter Chou and reads: There has been overwhelmingly customer feedback that people want access to open bootloaders on HTC phones. I want you to know that we've listened. Today, I'm confirming we will no longer b
This is a dynamic list and may never be able to satisfy particular standards for completeness. You can help by adding missing items with reliable sources. Android phones, like this Nexus S running Replicant, allow installation of apps from the Play Store, F-Droid store or directly via APK files. This is a list of notable applications (apps) that run on the Android platform which meet guidelines fo
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く