I keep getting a NullPointerException at (see below). Everything works fine in C#, but in android it breaks?
arrDBNumbers is full and code is supposed to run through an
Integer is a container for int, in your case you have lots of null objects. if you use int instead it will work as you expect.