Skip to main content
deleted 225 characters in body; edited title; added 1 characters in body
Source Link
Michael Petrotta
  • 61.1k
  • 27
  • 153
  • 181

android diffference Difference between R.layout and android.R.layout

Good Morning..

i want to know whatWhat is the diffrencedifference between this 2 line

 setContentView(R.layout.main); 

and

ArrayAdapter arrayAdapter = new ArrayAdapter(this, android.R.layout.simple_spinner_dropdown_item, sarray); 

i want to know if i am specifyingWhat is the difference between R.layout and android.R.layout what is the diffrence in both them?

sorry if this question has posted before then but i just want to know the diffrence between them both..

Thanks in advance : Pragna

android diffference between R.layout and android.R.layout

Good Morning..

i want to know what is the diffrence between this 2 line

 setContentView(R.layout.main); 

and

ArrayAdapter arrayAdapter = new ArrayAdapter(this, android.R.layout.simple_spinner_dropdown_item, sarray); 

i want to know if i am specifying R.layout and android.R.layout what is the diffrence in both them?

sorry if this question has posted before then but i just want to know the diffrence between them both..

Thanks in advance : Pragna

Difference between R.layout and android.R.layout

What is the difference between

 setContentView(R.layout.main); 

and

ArrayAdapter arrayAdapter = new ArrayAdapter(this, android.R.layout.simple_spinner_dropdown_item, sarray); 

What is the difference between R.layout and android.R.layout?

Source Link
Android
  • 9k
  • 10
  • 71
  • 110

android diffference between R.layout and android.R.layout

Good Morning..

i want to know what is the diffrence between this 2 line

 setContentView(R.layout.main); 

and

ArrayAdapter arrayAdapter = new ArrayAdapter(this, android.R.layout.simple_spinner_dropdown_item, sarray); 

i want to know if i am specifying R.layout and android.R.layout what is the diffrence in both them?

sorry if this question has posted before then but i just want to know the diffrence between them both..

Thanks in advance : Pragna