Thread: Android Graal
View Single Post
  #12  
Old 11-25-2010, 11:19 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Deas_Voice View Post
because the iphone servers are optimized for the iphone hardware(??),
android phones has a larger variation of hardware the the iphone so they have to adapt to that.
iPhones/iPods/iPads have that same range of hardware as well.

This is all it comes down to:

PHP Code:
if (getplatform() == "android") {
  
// get these scripts
  // or do this instead
}
else if (
getplatform() == "iphone") {
  
// get these scripts
  // or do this instead

This doesn't mean they have to add a new 'Android Classic' server just modifications to the scripts.
__________________
Quote:
Reply With Quote