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