0

I am using showcase view in one of my android application. What i need is to refresh the content title and content text, keeping the target as same. Can anyone know how to solve this . I tried view.invalidate(). but not successful. Thanks

-Manoj

  • Could you please post your code also. – Prudhvi Apr 15 '15 at 02:25
  • showcaseView.setTarget(Target.NONE); showcaseView.setContentTitle("HELLO PRUDHVI"); showcaseView.setButtonText("Press Next"); /*On button click*/ void onClick(View view) { /*Just change the content title*/ showcaseView.setContentTitle("I Want to change the Title Here"); showcaseView.setButtonText("Ok I got It"); } – manoj rubik Apr 15 '15 at 04:49
  • Are you kidding? If not please update your question with the above code. – Prudhvi Apr 15 '15 at 04:52

0 Answers0