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.
WebビューでURLを使用する代わりに、クリック可能なテキストを表示したい。たとえば、私のテキストはgoogleになり、ユーザーがそれをクリックすると、googleのURLに対してaction_viewインテントが開始されます。それは可能ですか?
android:linkfy 属性を使用して top true に設定すると、テキストビューでデフォルトで URL を linkfy にすることができます。