示範布料選取 Description
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).
Demonstrates the dynamic selection of data from the SQLite database, displaying the content of the data in the form of a List, and using a CheckBox to display whether it is selected or not.
Test phone: ASUS Zenfon 2
Mobile phone environment: Android 5.0
Development environment: RAD Studio 10.2.1 Tokyo Version 25.0.27659.1188
OS: Windows 10 Pro (64-bit)
SQLite database:
CREATE TABLE [CottonMaterial] (
[ID] TEXT NOT NULL,
[Name] TEXT NOT NULL,
[Photo] BLOB NOT NULL,
[Status] NOT NULL,
CONSTRAINT [CottonMaterial_Index] PRIMARY KEY ([ID]));
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/
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).
Demonstrates the dynamic selection of data from the SQLite database, displaying the content of the data in the form of a List, and using a CheckBox to display whether it is selected or not.
Test phone: ASUS Zenfon 2
Mobile phone environment: Android 5.0
Development environment: RAD Studio 10.2.1 Tokyo Version 25.0.27659.1188
OS: Windows 10 Pro (64-bit)
SQLite database:
CREATE TABLE [CottonMaterial] (
[ID] TEXT NOT NULL,
[Name] TEXT NOT NULL,
[Photo] BLOB NOT NULL,
[Status] NOT NULL,
CONSTRAINT [CottonMaterial_Index] PRIMARY KEY ([ID]));
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/
Open up