Hi all,
when recording a session, is it possible to change the name of the session during recording ?
if if create a session like that :
mSession = ActivityRecording.createSession(
{
:name=>"regatta",// set session name
:sport=>ActivityRecording.SPORT_SAILING, // set sport type
:subSport=>ActivityRecording.SUB_SPORT_GENERIC//, // set sub sport type
}
can I change the "name" after , in tha app before "save", or the only way to do it it in connect ?
thanks