Both activities are in the same package
Second activity uses second layout file
setContentView(R.layout.main2);
Errors on this line
I was using Picasso library to load image from the network. The urls are in a ArrayList I wasn't using arraylist.get() to get the position of the url in the ArrayList.