0

I wan to know the list of folders in android . By going through

Article 1

Article 2 in developer site and

question from stackoverflow I got an idea about it . but still it doesn't satisfy need

I mean there are many folders for kepping layouts, drawable and values on the bases of Screen size of devices and the language we are using

For eg: arabic layout-ar .

Even on the base of Layout direction layout-ldrt

I want to know detail about it. It says that some folders are deprecated ( Reference ) in higher version of android api . Even there is folder like layout-w600dp ( Refer ) I'm sorry that was a new to me

so somebody please elaborate about this topic and provide the data about list of folders using in res

Community
  • 1
  • 1
edwin
  • 7,985
  • 10
  • 51
  • 82
  • The first two links you gave in the question already provides the list of combination for the folders inside `res` and their meanings... What exactly do you mean by "detail about it"? – TactMayers Jun 04 '13 at 04:00
  • @TactMayers i heard that some folders were depricted from Android 3.2 .i was asking about that – edwin Jun 04 '13 at 04:04
  • You should edit your question to emphasize what you wanted to ask then. – TactMayers Jun 04 '13 at 04:05

1 Answers1

1

Do you have android sdk installed? If you're running windows you may want to have a look at

your_sdk_path\sdk\platforms\android-17\data\res
Chor Wai Chun
  • 3,226
  • 25
  • 41