問題タブ [android-applicationinfo]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
251 参照

windows-phone - Windows デバイスで Android アプリをビルドする

Ionic Framework を使用して Android アプリをビルドしています。次に、その Android アプリを Windows Phone にデプロイしてテストする方法 (使用するツールと手順)。

0 投票する
0 に答える
543 参照

android - ハイキング(バージョン- 4.6.0.86)がwhatsappアプリケーションでフローティングアクションボタンを表示する方法

WhatsAppメッセンジャーを開始したところ、たくさんのステッカーが付いたハイキングのフローティングアクションボタンが表示されます。WhatsApp バージョン: 2.12.250 ハイキング バージョン: 4.6.0.86

Android 携帯 : Moto E(5.0 Lollypop)。他のアプリ ページで彼のフローティング アクションを表示するために、どのような権限のハイキングが使用されていますか。

Androidアプリでこれを達成するにはどうすればよいですか??

0 投票する
1 に答える
96 参照

android - Retain Android Application info after crash

I created a custom application class to keep global informations of my app.

I need to get those informations back after my application restarts from a crash. I don't need to store those informations in disk because is just info from the user current session, but if the app crashed, I should start exactly where the user was before the crash.

I thought in two ways to solve my problem: 1-Track the variables changes and always persist it in the SharedPreferences 2-Always save then in the activity saveInstance and retain then from the savedInstanceBundle

The problem with the solution 1 is an overhead in every change. The problem with solution 2 is that I need to serialize every info.

Do you guys know any other way to solve that problem? I only need to store when the app crashs and load back after starting from a crash. Just in those two scenarios.

0 投票する
4 に答える
826 参照

android - XML ファイル内のアクティビティの名前を編集する

Android アクティビティの名前が変更されます。どの XML ファイルで属性を見つけることができますか。アクティビティに対応する XML ファイルでは見つかりませんでした。ありがとうございました。

0 投票する
1 に答える
2586 参照

android - Android Studio の Android アプリケーションで任意の Web サイトを開く方法

Androidスタジオを使用して新しいアプリケーションを開始しました..しかし、アプリケーションでWebページを開く必要があります。Webビューを使用してみましたが、うまくいきません...アプリを開くとクラッシュします

そして私はJavaクラスファイルに含まれています

マニフェストxmlファイルに含まれています

それでも私のアプリはクラッシュします pllzz 助けてください

アンドロイド #android スタジオ

0 投票する
4 に答える
91251 参照

android - AndroidManifest xml ファイルでの android:supportsRtl="true" の使用とは

Androidスタジオで新しいプロジェクトを作成するたびにandroid:supportsRtl="true"、アプリのAndroidManifest Fileを取得しました。

アプリで何を使用しているか、またはアプリに AndroidManifest を追加する場合と追加しない場合の長所と短所は何ですか。