In Android Studio, if you want to add some data in layout preview, you can simply use tools
namespace.
It was quite simple for TextView, ImageView and so on.
What about a WebView
? Is it possible to show an URL (local) in design time?
And what about androidx.viewpager.widget.ViewPager
? Is it possible to add some tab just to show anything at design time?