Discussion Forums  >  Grunts, Groans, Complaints

Replies: 6    Views: 83

toqi786
Android Fan
Profile
Posts: 10
Reg: May 10, 2013
Derby
2,800
05/26/13 04:23 PM (10 years ago)

Android Different

Hey Why does my Android App in Eclipse Emulator, look nothing like the iOS App in xCode Emulator? Am i doing something wrong? If so, can someone help me?
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
05/26/13 04:31 PM (10 years ago)
You're doing nothing wrong. The fact of the matter is that there are appearance differences between the two. If you use stuff like the 'Stripped' background on iOS, they won't load on Android. Remember that Android phones have different screen dimensions so things are different. What I've started doing is building two control panel apps, so each app can look as good as possible, without one interfering with both platforms.
 
toqi786
Android Fan
Profile
Posts: 10
Reg: May 10, 2013
Derby
2,800
like
05/26/13 04:33 PM (10 years ago)
I have been using hex codes for background colours etc, but my iOS app looks how i want it, but android is completely different
 
ianJamesPiano
Code is Art
Profile
Posts: 2661
Reg: Feb 13, 2011
Palm Springs, C...
37,010
like
05/26/13 05:59 PM (10 years ago)
Hi@toqi786, Are you refreshing the Android emulator to see the changes? I can see the apps looking different because of screen sizes and whatnot but background colors should update the same. What screen type is not looking like you want? Simple Menu? keep us posted ian
 
toqi786
Android Fan
Profile
Posts: 10
Reg: May 10, 2013
Derby
2,800
like
05/26/13 06:02 PM (10 years ago)
I have just refreshed it, and from what i am seeing is, on the main home screen menu, i have used an image from url but it does not load from the url. the other problem has been fixed.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
05/26/13 06:18 PM (10 years ago)
Check out the LogCat output to see what the issue is. If your image name doesn't follow the 0_9a_z naming convention, meaning no spaces, dashes, capitals or special characters, it won't load. LogCat will tell you if this is the problem. Mark
 
toqi786
Android Fan
Profile
Posts: 10
Reg: May 10, 2013
Derby
2,800
like
05/26/13 06:42 PM (10 years ago)
Ive moved back to normal hex code, i will continue experimenting with the background image from url
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.