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.
ページの読み込み時に読み込みバーを表示する必要があり、その読み込まれたページのリンクをクリックすると、次にクリックされたページの読み込み時に読み込みバーも表示される必要があります....私は webview を使用しています。
webviewclient の onPageStarted() と onPageFinished() をオーバーライドすることでローディングバーを表示できます。onPageStarted で読み込みバーの表示を開始し、onPageFinished で非表示にします。