how to take content from one page and show on another page in kotlin in andori code example
Example: intent android open activity
Intent intent = new Intent(this, DisplayMessageActivity.class);
intent.putExtra(key:,value:);
startActivity(intent);