I think a great strategy would be: 1: create a quick & dirty Hobo app so that you have something to play with quickly, to let you validate your database models & your business models.
that lets you delay the decision on #2. 2: you can then either create the full UI in Hobo or use the Hobo app as a back end and admin interface to serve data to richer applications, either native mobile apps, or apps based on one of the new fancy javascript frameworks. #2 is pretty simple even now, but we should really add a standard sane default JSON response to our default controller actions to make that even easier. I know somebody brought it up once, but I can't remember who. Is somebody doing something like this that I can work with to make this happen in 1.4? Bryan On Mon, Jun 11, 2012 at 5:33 PM, henry74 <[email protected]> wrote: > Given the huge movement towards tablets/mobile devices, I'm thinking twitter > bootstrap may offer a simpler path towards mobile-device friendly hobo apps > with its responsive design aspects. > > I'm seeing a lot of companies moving towards a mobile app first, desktop > second approach - thoughts? > > > On Mon, Jun 11, 2012 at 4:23 PM, Bryan Larsen <[email protected]> wrote: >> >> Still near the top of the list of things I'd *like* to do. >> Unfortunately, the list of things that I *have* to do is quite long... >> >> It really shouldn't be difficult to do. Hobo 1.4 themes are really >> easy to create. At the most trivial, all they do is define the >> "page" tag. Of course there is lots of stuff in bootstrap that >> would also be nice to expose to them users, but that's not necessary >> for a first iteration. >> >> If somebody wants to take a stab at this, I'd be happy to help. >> >> Bryan >> >> >> On Mon, Jun 11, 2012 at 5:06 PM, Henry H <[email protected]> wrote: >> > >> > Any updates on this? Very curious if folks have gotten this working... >> > >> > >> > On Saturday, February 11, 2012 9:21:12 PM UTC-6, Henry H wrote: >> >> >> >> I just came across Twitter's open source >> >> design http://twitter.github.com/bootstrap/ and wondered if anyone >> >> successfully used it with the Hobo framework... >> >> >> >> If you've done, any pointers/tips would be appreciated :-) >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Hobo Users" group. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msg/hobousers/-/R20bRHGI5kwJ. >> > >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/hobousers?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Hobo Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/hobousers?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
