I want to know what the log that shows means when the Buttom Navigation Bar is clicked, The text information inside this item is stored in the prefrence.
this is the code for navigation item when clicked :
case R.id.navigation_gift:
View view = View.inflate(getApplicationContext(), R.layout.section_fragment_69, null);
TextView txtEmtiaz = (TextView) view.findViewById(R.id.txtEmtiaz);
SharedPreferences sp = getSharedPreferences("entire", 0);
txtEmtiaz.setText(sp.getString("tik", ""));
Log.e("POPI", "txt in main2 :" + String.valueOf(txtEmtiaz));
This is the Log information that is displayed:
/POPI: txt in main2 :android.widget.TextView{1e42d479 V.ED.... ......ID 0,0-0,0 #7f09016d app:id/txtEmtiaz}