Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションでは、Tabhost を使用しており、コンテンツを表示するためにタブ ホスト内に webview を配置しました。私にいくつかのアイデアを提案してください!
ありがとう
使用する
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); startActivity(intent);
このコードをイベントリスナーに追加します。