Cover Image of Descargar 示範滾動刷新  APK

4.8/5 - 5 votos

ID: com.NolanLiao1965.ScrollDownRefresh

  • Autor:

  • Versión:

    Varies with device

  • Actualización sobre:

Descargar APK ahora

La descripcion de 示範滾動刷新


Support the latest Android 13 version.
Recompile: Embarcadero RAD Studio 11.3 Version 28.0.47991.2819. (Android 64+32)
Only supported: 6/7/8/9/10/11/12/13 (note: version 5 is not supported).

Use Delphi 10.2 Tokyo to develop ListView scroll refresh to automatically add the following information.
The demo dynamically selects data from the SQLite database, displays the data in a ListView, and automatically refreshes and adds the content of the data below when scrolling to the end.

Test phone: LG Nexus 5X
Mobile phone environment: Android 6.0.1
Development environment: RAD Studio 10.2.1 Tokyo Version 25.0.27659.1188
OS: Windows 10 Pro (64-bit)

SQLite database:

CREATE TABLE [Categories] (
[CategoryID] VARCHAR(30) NOT NULL,
[CategoryName] VARCHAR(30) NOT NULL,
CONSTRAINT [Categories_Index] PRIMARY KEY ([CategoryID]));

CREATE TABLE [Products] (
[ProductID] VARCHAR(30) NOT NULL,
[ProductName] VARCHAR(30) NOT NULL,
[UnitPrice] INTEGER NOT NULL,
[Photo] BLOB NOT NULL,
[Description] VARCHAR(30),
CONSTRAINT [Products_Index] PRIMARY KEY ([ProductID]));

CREATE TABLE [MenuList] (
[CategoryID] VARCHAR(30) NOT NULL,
[ProductID] VARCHAR(30) NOT NULL,
CONSTRAINT [Categories_Index] PRIMARY KEY ([CategoryID], [ProductID]));

SELECT
A.CategoryID, A.ProductID, B.CategoryName,
C.ProductName, C.UnitPrice, C.Photo, C.Description
FROM MenuList A, Categories B, Products C
WHERE
(A.CategoryID = B.CategoryID) AND
(A.ProductID = C.ProductID)
ORDER BY A.CategoryID, A.ProductID

YouTube:
https://www.youtube.com/channel/UCdqhXsMD1Vyvp2769FPKCog
Blog:
http://nolanliao1965.pixnet.net/blog
http://nolanliao1965.blogspot.tw/
Facebook:
https://www.facebook.com/NolanLiao1965
https://www.facebook.com/groups/1903734576514424/
Google+:
https://plus.google.com/114820935539769287269/posts
https://plus.google.com/u/0/communities/114911314106887760525
SlideShare:
http://www.slideshare.net/NolanLiao1965/
Mostrar más
  • Categoría

    Instrumentos
  • Consíguelo:

    Go Google Play com.NolanLiao1965.ScrollDownRefresh
  • Requisitos:

    Android Varies with device+

示範滾動刷新 Varies with device APK por Android Varies with device+

Versión Varies with device por Android Varies with device+
Actualización sobre 2023-03-07
Instala 100++
Tamaño del archivo 23.130.910 bytes
Permisos ver permisos
Qué hay de nuevo 重新編譯:Embarcadero RAD Studio 11.3 Version 28.0.47991.2819。(Android 64+32)
只有支援: 6/7/8/9/10/11/12/13 (注意:不支援 5 版本)。

Historial de versiones:

Mostrar más
Pulse APK
Mostrar más