Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ogapants/WebViewWithViewGroup

Repository files navigation

WebViewWithViewGroup

Sample for DroidKaigi2019 session

"WebView+ViewGroupを実現するAOSPメールアプリの内部実装とニュースアプリへの応用"
"Internal implemention of AOSP mail app that makes WebView and ViewGroup possible and how to apply it to news apps"
https://droidkaigi.jp/2019/timetable/70923

Before

using Pixel2XL emulator

<ScrollView> 
 <LinerLayout> 
 <Button> 
 <WebView> 
 <Button> 
 </LinerLayout> 
<ScrollView> 

After

<ArticleContainer> 
 <ArticleWebView> 
 <Button> 
 <Button> 
</ArticleContainer> 

About

Android App that makes WebView and ViewGroup possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /