Displaying Data From Code
Understand how to set all the data from code and write the logic for the image with a back icon in this lesson.
We'll cover the following...
Tools attributes
In the previous lesson, we defined test layout data inside the XML file, but this data will be dynamically set from code. If we leave things as they are right now, we will see the test data before the real data is loaded.
To avoid this situation, we can remove the test data, but this means that it will be hard to understand what data should be displayed without digging into code. There is a better way to ...