示範滾動刷新 Application icon

示範滾動刷新 2.2.3

96.2 MB / 1+ Downloads / Rating 4.8 - 5 reviews


See previous versions

示範滾動刷新, developed and published by Nolan Liao, has released its latest version, 2.2.3, on 2024-11-14. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 4.8, based on 5 reviews.

示範滾動刷新 APK available on this page is compatible with all Android devices that meet the required specifications (Android 6.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.NolanLiao1965.ScrollDownRefresh

Updated: 3 months ago

Developer Name: Nolan Liao

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing 示範滾動刷新 on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.8
Total 5 reviews

Previous Versions

示範滾動刷新 2.2.3
2024-11-14 / 96.2 MB / Android 6.0+

示範滾動刷新 2.2.1
2024-06-18 / 32.9 MB / Android 6.0+

About this app

單純 Delphi 教學使用,不是 Delphi 開發人員不建議安裝,相關操作說明請先觀看 YouTube 影片,謝謝。

支援最新 Android 14 版本。
重新編譯:Embarcadero RAD Studio 12.1 Version 29.0.51961.7529。(Android 64+32)
只有支援: 6/7/8/9/10/11/12/13/14 (注意:不支援 5 版本)。

使用 Delphi 10.2 Tokyo 開發 ListView 滾動刷新自動添加下方資料。
示範從 SQLite 資料庫動態選取資料,以 ListView 方式呈顯資料,並在滾動至最末端時,自動刷新添加下方資料內容。

測試手機:LG Nexus 5X
手機環境:Android 6.0.1
開發環境:RAD Studio 10.2.1 Tokyo Version 25.0.27659.1188
作業系統:Windows 10 專業版 (64 位元)

SQLite 資料庫:

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
部落格:
http://nolanliao1965.pixnet.net/blog
http://nolanliao1965.blogspot.tw/
臉書:
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/

隱私權政策:
https://nolanliao1965.pixnet.net/blog/post/356835736-privacypolicy

New features

重新編譯:Embarcadero RAD Studio 12.1 Version 29.0.51961.7529。(Android 64+32)
只有支援: 6/7/8/9/10/11/12/13/14 (注意:不支援 5 版本)。

App Permissions

Allows applications to open network sockets.