The walking dead on android and surface
Hello!
I've been wondering if telltale has any plans to release the walking dead
Onto android or the surface though I suppose its unlikely.:(
I've been wondering if telltale has any plans to release the walking dead
Onto android or the surface though I suppose its unlikely.:(
This discussion has been closed.
Comments
What Alanz said is true.
It's just like saying : there are too many different pcs, screen resolutions, we cannot support it.
target an api level (1.5 with the ndk is easy enough). and you have 99.9 device compatibility. If the problem is graphic/screen size resolution variety :
If you target a specific OpenGL ES revision, it will work on any device that's compliant.
Google recommends version 2.0 (same as apple) currently, and as it is native code, chances are the code is an easy port.
It will work on 99.9% of devices. 0.1% left might be up to the chip founder / manufacturer to update the drivers.
if it's input related, either the code is bad in the first place, or using an engine that is not easily portable; testable. either way, it's wrong and they must do something about it.
I ported 2 audio apps from native c++ code, I had no problem at all creating the wrapper for the ndk specific functions. 200 lines of code for both opengl visualization and audio input-output, and reusable accross projects...
Maybe I should send them a resume but I think it is just blind platform hostily.
My 2c.
Yay monopolization of smartphones!