Hi guys,
did anyone of you ever build an action bar for your livecode android app?
I try to build my app according to Android Design Guide...
Build own Action Bar control
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Build own Action Bar control
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it
Re: Build own Action Bar control
I built my action bar control. One can use the icons from android iconography, use the android metrics to properly size yuour controls . but it all together in a group and assign:
mobilePick tList
put the result into tIndex
put line tIndex of tList into tText
switch tText
case tText
go to card tText
refreshNavBar
break
end switch
to your icons you use to touch.
mobilePick tList
put the result into tIndex
put line tIndex of tList into tText
switch tText
case tText
go to card tText
refreshNavBar
break
end switch
to your icons you use to touch.
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it