Android Part 3

So, for the past couple hours i've been working on making the actual aim client in a seperate "Service" from the activity itself. Thats pretty much complete however we've run into a bit of a snag.

When actually starting the AimClient within android we get a "Impossibly Huge Allocation - out of memory error" from within the AimClient code (not mine). The offender:

loginIPs = InetAddress.getAllByName(loginServer);

I mean granted, a function called "getAll" might be big but... I'm not sure. Somethings fishy. Its almost 3 AM. I'm going to sleep. Overall happiness with today's progress: 60%.

Previous
Previous

Android Part 4

Next
Next

Android Part 2