Custom List View seems to be a suitable framework for my project.
As a first step I downloaded and tested the CLVExample and get the following error in Debug mode,
Error occurred on line: 267 (DDD)
java.lang.RuntimeException: Object should first be initialized (B4XView).
The application continues and behaves as expected. Two different CLVs one with text and the other with.
Even though the application runs a RunTime excpetion is a bit worrying.
Should I worry?
Ted