Skip to content Skip to sidebar Skip to footer
Showing posts with the label Resolution

How To Properly Scale A Game On Android

for the sake of simplicity let's assume that I'm making a simple Pong clone game for Androi… Read more How To Properly Scale A Game On Android

Android Screen Size Resolution

My app works perfectly in resolution 480x800. If I keep the 480x800 resolution but change the scree… Read more Android Screen Size Resolution

How To Handle Android Screens Fragmentations?

i wish to write the layout and code just once so that it would look good on all devices . i've… Read more How To Handle Android Screens Fragmentations?

Resolution Support In Android 2.0

Received an email from my first Motorola Droid user. The new 480x854 resolution introduced in Andro… Read more Resolution Support In Android 2.0

Android - Setting Background On Canvas Using Png File

I'm trying to set a .PNG file as background on Canvas in my app. I've made an image 480 x 8… Read more Android - Setting Background On Canvas Using Png File

Android Emulator Reports 600x1024 Mdpi As Xlarge?

I am currently trying to test an existing application for compatibility with the soon to be release… Read more Android Emulator Reports 600x1024 Mdpi As Xlarge?

Is Canvas In Android Proportional On Different Devices

I am trying to make an app using canvas and a surfaceview, and I am worrying that in the future I w… Read more Is Canvas In Android Proportional On Different Devices

Android - Resize Image In Gallery Based On Device Resolution

I have an Android app that pulls in images from the Web. However when I set: the gallery appears… Read more Android - Resize Image In Gallery Based On Device Resolution