For a database application that I will write for both android, desktop and web application, which should I choose tablewiew webview or listview?
(B4XTable will not help with a web application)
Well Erel's recommendation for creating a new program is to make a B4X program with B4J. You can then develop and test the same program by using B4XView elements with a single source for multiple OS. Differences such as a panel for B4A and Pane for B4J can be solved with the following codeI didn't know which app to use.
But now I understand that if I'm going to make a desktop application, I should use b4j, if I'm going to make an android application, I should use b4a, right?
#IF B4A
Dim pnlHolder As Panel
#ELSE #IF B4J
Private pnlHolder As Pane
#End If
#IF B4A
Private pnlHolder As Panel
#ELSE #IF B4J
Private pnlHolder As Pane
#End If
Private pnlHolder As B4XView