Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 8    Views: 102

cgreer00
I hate code!
Profile
Posts: 2
Reg: Oct 29, 2013
Athens
20
11/18/13 07:15 PM (12 years ago)

Developing an app that counts from 1 to 100

I am helping a student develop her first app and she wants to use it to help Kindergartners with counting from 1 to 100. So basically the app needs to just display 1...2...3..4.. all the way up to 100 so they can practice their counting. Is this something that can be done here in Buzztouch, or does it involve Java coding? Thanks!
 
xparte
Aspiring developer
Profile
Posts: 50
Reg: May 08, 2012
location unknow...
2,450
like
11/18/13 08:04 PM (12 years ago)
It probably depends how you want the output. If it's just to count, I'd probably recommend Javascript. If you wanted to do something manually where they swiped or press a button for the next number then go with a JQ menu or 100 BT screens if you're bored :) Hope that helps.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/19/13 03:56 AM (12 years ago)
It can be done 'any way you want'. If you want to use Java, you can. If you want to use objective-c (the language of the iOS) you can. If you want to use HTML5, no problem. Keep in mind Buzztouch is not a platform or a language, but sort of a 'workflow' method that can encompass more than one device platform. Your job would be to decide which target device platform you want to primarily build for (Android or iPhone/iPad) and figure out which is the 'most productive' method for you to implement it. That might be java, or HTML5, or something else. If you're not used to coding, then something easier to grasp, like HTML5, might be in order. If you're not afraid to learn to program, then native Objective-C or Java might be a solution. Which ever way you decide, you can always rely on the forums if you have a question in any of these methods. Here is an example of a clock in HTML5: http://tutorialzine.com/2013/06/digital-clock/ in Android: http://coding.smashingmagazine.com/2010/10/25/get-started-developing-for-android-with-eclipse/ some iOS Samples: https://github.com/search?l=Objective-C&q=digital+clock&ref=searchresults&type=Repositories Hope this helps! Cheers! -- Smug
 
Stobe
buzztouch Evangelist
Profile
Posts: 1528
Reg: Mar 04, 2011
Fredericksburg,...
24,680
like
11/19/13 08:42 AM (12 years ago)
If you want to keep it real simple, you could use a photo slide show plugin that will let the child swipe through 100 different simple images of the numbers 1 - 100. Not the most efficient way, but possibly the easiest "built in" way. -Chris
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
11/19/13 11:56 AM (12 years ago)
A numbers app could be really good if presented properly. You could have a menu with header. Then the children see the header image, with the number, then press a 'done' button below it to show the next number. You could also implant a quiz in there too. Would you be planning for iOS or Android?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/19/13 01:08 PM (12 years ago)
I actually think Stobe has the best solution… It might be a little work, finding appropriate images, but if done correctly would be a really nice effort. Cheers! -- Smug
 
cgreer00
I hate code!
Profile
Posts: 2
Reg: Oct 29, 2013
Athens
20
like
11/20/13 10:55 AM (12 years ago)
Thanks you all, this is for an Android device and essentially the numbers need to just automatically count from 0-100 in about 60 seconds. This is a required test for kindergartners in the state of Georgia and my student is developing the app so her students can practice before the test. I like the idea of just creating images, seems pretty simple. The only thing with the plugin, can you set a timer for how long the slideshow should last? So, could she load the 100 images into the plugin and then set it for 60 seconds in length?
 
xparte
Aspiring developer
Profile
Posts: 50
Reg: May 08, 2012
location unknow...
2,450
like
11/20/13 03:24 PM (12 years ago)
Sounds like an animated gif would solve that image gallery auto increment issue. However for that much effort (making 100 images then animating), I'd rather just have it count with javascript.
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
11/20/13 03:51 PM (12 years ago)
I suppose if you made the number images, use an online gif maker to merge it into a gif file.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.