Pbrowserは無料のWebブラウザーです
Pbrowserは無料のWebブラウザーですが、広告が含まれています。
広告に不快な場合は、他のブラウザを使用してください。
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------)
Android 2.3:タブの最大数:2
Android 3.0以降:タブの最大数:5
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------)
開発者のために...
PBROWERは、生のテキスト/HTMLデータを表示できます。
。
string html = "[html] [head] [/head] [body] hello world [/body] [/html]"; // [、]を<、>に置き換えます
Intent Intent = new Intent();
intent.setaction(intent.action_view);
Intent.setPackage( "com.anibbuni.android.pbrowser");
intent.putextra( "com.anibbuni.android.pbrowser.loadtexthtml"、html);
youractivity.startactivity(intent);
続きを読む