I am attempting to split an image into pieces, lets say for example 16 chunks (4x4).
I have found so many examples with java, but Android does not have BufferedImage and what not... I think.
I have a decent IDEA on how to, but I don't really know where to start.
Should I use a bitmap or a drawable?
Is there a method to split or will I have to make a custom method?
Should I use a GridView to hold the split images?
I don't want to com across as newbish and wanting to have someone do this for me, I want the satisfaction of doing it myself, but I don't have to much of an idea where to start since I am new to graphics in Java and Android.
Hopefully most of my questions are answerable and maybe even have examples available that I can't find for some reason.