0

I write an application in android. now i want to change my code to be suitable for multi screens. i search but i didn't completely understand what should i do for that? for example:

1- i should set text size dynamically

2- have different layout for different screens size

is there additional work to do? any sample for my question?

Community
  • 1
  • 1
sahar
  • 117
  • 3
  • 15
  • see this link it ia an article which i read prviously for supporting multiple screen sizes. http://www.androidguys.com/2010/02/23/handling-multiple-screen-sizes-part-3/ –  Jan 08 '13 at 07:38

1 Answers1

0

Building a Dynamic UI with Fragments...just use fragments in your application to make it flexible http://developer.android.com/guide/components/fragments.html http://developer.android.com/training/basics/fragments/index.html

Nipun Gogia
  • 1,846
  • 1
  • 11
  • 17