Android IDE (AIDE) Support Forum

Cross loading order? (XML>JAVA and back?)

Quick situ:

Shopping cart app with a dozen categories, each listed via @string in individual tVs in ‘categoriesColumn’ LL, on the main.xml page.

Clicking on ‘Candy’ uses JAVA to load the ‘candy.xml’ into the ‘itemsColumn’ LL (on main).

candy.xml houses, say, another dozen @string-derived tVs, displaying products. (only the tVs are on that .xml page.

What I want todo is have the products from each 𝘱𝘳𝘰𝘥𝘶𝘤𝘵.𝘹𝘮𝘭 page to populate yet another column (called ‘shoppingBlock’) with the productName and productPrice.

I’ve tried JavaMan on the Poe ai site, and while it doesn’t crash, it doesn’t do ANYthing.

Any fellow nerdHerd-types got some solutions?

The Activity page is pretty lengthy (about 430-ish), but I can prune it some for posting, if need be.

(Next problem will be totalling the tVs, postig that amt to i5’s own tV , and maybe offer a button to copy the shopping list’ to the user device.

Whod’ve thought how broadband the use was for this kind of thing…

:nerd_face: