Share My Creation Math Tutor

Hello everyone, i wanted to see if some of you could test this app, My son is 8 years old and is currently learning multiplications and divisions, i decided to make this app to help him with his multiplication tables, it is not yet finished but i wanted to see if you guys could test what i have so far and give me some feedback, depending on the feedback i also plan to release it to google play market, at the moment this is only intended for my son to Study his times tables.

The .apk file is too big to put it as an attachment in the forum, so you guys can download it from here

Here are a few ScreenShots

1.jpg 2.jpg

Thanks All!
 

WAZUMBi

Well-Known Member
Licensed User
Longtime User
Great simple app. Looks good on my Samsung 10.1 and Infuse.
 

WAZUMBi

Well-Known Member
Licensed User
Longtime User
Sound?

I have a few childrens math and memory apps I made for my four year old such as Froggy Math.

I'm curious of your method of implementing the animation for the numbers.
It's very smooth.
 

walterf25

Expert
Licensed User
Longtime User
Hi there, i use the Tween Library to animate the numbers, I also use the AnimationPlus Library for the answer numbers.
I tried downloading your froggy app but when i launch it i get an error

here are some screenshots:
Froggy_Exception.jpg Froggy2_srnshot.jpg
and here is the error from the filtered Logs:
** Activity (main) Create, isFirst = true **


main_vvvvvvvvvvvvvvvvvvvv3 (java line: 2829)



java.io.IOException: Prepare failed.: status=0x1
at android.media.MediaPlayer.prepare(Native Method)
at anywheresoftware.b4a.objects.MediaPlayerWrapper.Load(MediaPlayerWrapper.java:79)
at froggy.math.main._vvvvvvvvvvvvvvvvvvvv3(main.java:2829)
at froggy.math.main._v5(main.java:3008)
at froggy.math.main._activity_create(main.java:483)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:113)
at froggy.math.main.afterFirstLayout(main.java:84)
at froggy.math.main.access$100(main.java:16)
at froggy.math.main$WaitForLayout.run(main.java:72)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3806)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)


at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
java.io.IOException: Prepare failed.: status=0x1
** Activity (main) Resume **

Cheers,
Walter
 

IanMc

Well-Known Member
Licensed User
Longtime User
I really like it!

I really like it!

Very well thought out, works really well!

You need an icon. perhaps that sun with sunglasses on could be your icon?
I love that icon! a sun with sunglasses on :) how cool!

Does it need sound? I don't know, a catchy tune maybe but with the ability to turn it off (menu options).

What about a score? I don't know if that might be a good or a bad idea.

Perhaps a score but only for the ones they get right?
That way its always positive and they're always moving forwards.

I really like it, I'm keeping it!

:sign0142:
 

WAZUMBi

Well-Known Member
Licensed User
Longtime User
This is a strange one. I only get this error on my apps made with b4a and then only if another one of my apps made with b4a is still open. I also only see it on my Samsung Infuse. I have several other testing devices and this never shows up.
What happens then is all of my b4a apps crash if I try to run them. I have go into settings/apps and force close everything before any of them will run again.
 

walterf25

Expert
Licensed User
Longtime User
@IanMC, thank you so much for all your positive feedback, and yeah the app is still not finished, i still plan on adding more stuff to it, an icon is one of them, music also, and of course the score, but thank you so much for all your feedback.

@ WAZUMbi it seems to be a problem with the sound library you are using!

Cheers,
Walter
 

IanMc

Well-Known Member
Licensed User
Longtime User
Sound and everything might be nice but although it's very simple, this app actually allows you to get down to work solving those maths problems as they are thrown at you one after the other.

You can get into a good rhythm and it would be a shame for bells & whistles to take away from that so maybe sound but you can easily turn it off.

Maybe instead of 'Try again' you get 'nope but you just got 10 right in a row!'.. Good stuff!
 

walterf25

Expert
Licensed User
Longtime User
I agree with you, as I mentioned I decided to make this app to help my son with his times tables.
I plan on adding an activity where kids can go and review their tables and then take a quick quizO:):)
 

tecevit

Member
Licensed User
Longtime User
Hi,
good looking app.

When the answer is wrong, we dont get the correct answer, maybe this is intended ?
 
Last edited:

IanMc

Well-Known Member
Licensed User
Longtime User
Oh, is it for kids?

Techno Dad!

Your son will be asked 'how come you're so good at math?' and he'll say, oh, my dad made an app for me ... and the other kids'll be ... oh wow!

But by that time your son will be making his own B4a apps :)
 

walterf25

Expert
Licensed User
Longtime User
tecevit, thanks buddy, i know about when the answer is wrong you don't get a second chance to get it right, i've fixed this issue, i will upload the latest apk file when i get a chance.

Thanks,
Walter
 

walterf25

Expert
Licensed User
Longtime User
IanMc, i know right, i would love it if he got interested in learning how to make his own apps, that is actually one of my goals for this year, to start teaching him about programming :)

Cheers,
Walter
 
Top