Build own Action Bar control

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
viro
Posts: 52
Joined: Fri Jul 05, 2013 6:59 pm

Build own Action Bar control

Post by viro » Fri Jul 26, 2013 4:01 pm

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...
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

viro
Posts: 52
Joined: Fri Jul 05, 2013 6:59 pm

Re: Build own Action Bar control

Post by viro » Thu Aug 08, 2013 7:51 am

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.
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

Post Reply