Android : Received string as title -
hello have created activity (no1) includes calendarview
whenever click on day listener gets date , sends via intent activity(no2) string. wondering if possible make string-date, no2 activity's title. if yes can please give me idea on how it? sorry if neewbie question.
thanks lot in advance.
if "title" mean actionbar title goes this:
// passed "data pack" bundle = getintent().getextra(); // passed date string title = extra.getstring("name_you_re_using"); // request access actionbar actionbar ab = getactionbar(); // alter actionbar title ab.settitle( title );
Comments
Post a Comment