December 2015
Beginner
698 pages
15h 16m
English
In this chapter, you will learn about Java arrays that allow us to manipulate a potentially huge amount of data in an organized and efficient manner. We will also use a close Java relation to arrays, ArrayLists and see the differences between them.
Once we are comfortable with handling a large amount of data, we will see what the Android API has that will help us to easily connect our new-found data handling skills to the user interface without breaking a sweat.
The topics in this chapter are as follows:
for loopFirst, ...
Read now
Unlock full access