gpt4 book ai didi

java - 是否可以从 Android 中的远程数据库填充 HTML 表?

转载 作者:太空宇宙 更新时间:2023-11-04 07:56:02 33 4
gpt4 key购买 nike

我正在尝试从远程数据库获取数据并使用 HTML 表在 ANDROID 上显示它。我很迷路。如果可能的话,请帮我解决这个问题。

提前致谢。

最佳答案

是的,这是可能的,您可以使用 android 的默认表:

<TableLayout
android:layout_width="138dp"
android:layout_height="495dp"
tools:layout_editor_absoluteX="8dp"
tools:layout_editor_absoluteY="8dp">

<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" />

<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" />

<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" />
</TableLayout>

这显示 3 行 1 列

关于java - 是否可以从 Android 中的远程数据库填充 HTML 表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47320140/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com