示範滾動刷新

示範滾動刷新

Nolan Liao
Oct 12, 2025

Trusted App

  • 53.4 MB

    File Size

  • Everyone

  • Android 6.0+

    Android OS

About 示範滾動刷新

Use Delphi 11.0 to develop ListView, scroll to refresh and automatically add the following information.

It is only used for Delphi teaching. It is not recommended for those who are not Delphi developers to install it. Please watch the YouTube video for related operation instructions. Thank you.

Supports the latest Android 14 version.

Recompile: Embarcadero RAD Studio 12.1 Version 29.0.51961.7529. (Android 64+32)

Only supports: 6/7/8/9/10/11/12/13/14 (note: version 5 is not supported).

Use Delphi 10.2 Tokyo to develop ListView scrolling refresh to automatically add the following information.

Demonstrates dynamically selecting data from a SQLite database, displaying the data in ListView, and automatically refreshing and adding the data below when scrolling to the end.

Test phone: LG Nexus 5X

Mobile environment: Android 6.0.1

Development environment: RAD Studio 10.2.1 Tokyo Version 25.0.27659.1188

Operating system: 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/

privacy policy:

https://nolanliao1965.pixnet.net/blog/post/356835736-privacypolicy

Show More

What's new in the latest 3.0.2

Last updated on 2025-10-12
重新編譯:Embarcadero RAD Studio 13.0 Version 37.0.57242.3601。(Android 64+32)
只有支援: 6/7/8/9/10/11/12/13/1415/16 (注意:不支援 5 版本)。
Show More

Videos and Screenshots

  • 示範滾動刷新 for Android official Trailer
  • 示範滾動刷新 screenshot 1
  • 示範滾動刷新 screenshot 2
  • 示範滾動刷新 screenshot 3
  • 示範滾動刷新 screenshot 4
  • 示範滾動刷新 screenshot 5
  • 示範滾動刷新 screenshot 6
  • 示範滾動刷新 screenshot 7

示範滾動刷新 APK Information

Latest Version
3.0.2
Category
Tools
Android OS
Android 6.0+
File Size
53.4 MB
Developer
Nolan Liao
Available on
Content Rating
Everyone
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free 示範滾動刷新 APK downloads for you.

Old Versions of 示範滾動刷新

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies