Deepak  Kamboj
How do you find any view element into your program in Android?
By Deepak Kamboj in Android on Nov 12 2013
  • Kunjan Shah
    Jul, 2016 1

    View view = (View) LayoutInflater.from(ctx).inflate(R.layout.preference_report_bug_layout, null); EditText editText = view.findViewById(R.id.bug_description_edittext); builder.setView(view);

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS