My son has an app need for his classmates and himself. It's related to class scheduling. So I say "I can make you that app with GiderOS!"
I figured it will be a strong motivator in learning more Lua and Gideros. So I put my current two Gideros projects on hold (one interactive eBook and one game) and started the app.
Now I'm to the part where I need a user interface to display a calendar and accept some limited user input.
The initial target platform is Android, then iOS. What are my options?
(Thanks and looking forward to your responses!)
Chip
Comments
I've uploaded it to github:
https://github.com/carolight/CBGrid
It's using shapes, so it's not as efficient as using images, but is scalable.
Likes: MikeHart, atilim, chipster123
Now I need a keypad mechanism to allow user's to enter their individual schedule.
Funny thing is, it crashed when making the video, but doesn't normally. Figures.
Likes: gorkem, Caroline, atilim
Looks useful.
Changes to CBGrid:init() are not backward compatible.
Likes: Caroline