Wednesday, March 15, 2017

Math Division

App to help learn memorize the division the outside of the head

https://play.google.com/store/apps/details?id=com.bimasoft.divider







After Got Multiplication now time for Division

This application is similar to you give division on paper to do every day
#feature
1. Type question 
A. 110 question 
B. 100 question Division without 0 (zero)
C.  55  question from point tables Division ( just point)
2.parents can setting timer for each question that can suit to kids ability (default 20 second)
3.Division NightMare
(in Division 100 until 1 for sure there are some question that need more time to do eg:56:7 ,63:9 , 72:8 , etc
diferent each children  ability , in this Division  app . . .  question will show again in the end  of question  and must to do faster  than question set decide by parents
4.log / record excecution timer question with wrong counter
Parents can see the child's progress.. include:
date of study
question type ( random or not)
time set for each question
Rank if phone use by more children  ( one  phone  use for play with their friends )
5.description execution report for each what child nightmare 
6.question type can be random or ordinal
7.study time ( parents can set the exact  time for study in day)
8.password ( sure parents need this option for hide option set)
9. etc..













Monday, February 20, 2017

Matematika Perkalian / Math Multiplication

App to help learn  memorize the multiplication on the outside of the head
https://play.google.com/store/apps/details?id=com.bimasoft.Multiplication



the idea of this multiplication Applications obtained from my daughter Fanya Arthalita Fauzi grade 2 SD


already got a lesson in mathematics Division.. How can I teach the Division handily if not yet memorized multiplication?







This application is similar to you give reserved multiplication on paper to do every day


#feature


1. Type question 

A. 121 question multiplication to do everyday start 0x0 s/d 10x10
B. 100 question multiplication without 0 (zero)
C. 55 question from point tables multiplication ( just point)

2.parents can setting timer for each question that can suit to kids ability (default 20 second)


3.multiplication NightMare

(in multiplication 0 until 10 for sure there are some question that need more time to do eg: 7x8 , 6x8 , 9x7 , etc
diferent each children ability , in this multiplication app . . . question will show again in the end of question and must to do faster than question set decide by parents

4.log / record excecution timer question with wrong counter

Parents can see the child's progress.. include:
date of study
question type ( random or not)
time set for each question
Rank if phone use by more children ( one phone use for play learn with their friends 

5.description execution report for each what child nightmare 


6.question type can be random or ordinal


7.study time ( parents can set the exact time for study in day)


8.password ( sure parents need this option for hide option set)


9. etc..


now Fanya can already work on 121 multiplicative type random question (random) with a time of 8 minutes











Thursday, January 26, 2017

Arema Translate



https://play.google.com/store/apps/details?id=com.bimasoft.arema

Kamus Arema , Bahasa Arema , Arema Translator
Kamus mini Ukuran 5mb untuk aremania aremanita
kamus bahasa kilab atau bahasa terbalik dari arema untuk arema
terjemahan boso walikan 
bahasane arek malang
just 4 fun ker
#AremaTranslate
salam 1 jiwa













Wednesday, January 11, 2017

ionic navigation

ionic start navigationApp blank --v2 --ts
ionic g page bimasoft


#home.html


  button ion-button icon-only  [navPush]="pushPage" >

   
 


#home.ts


import { Component , ElementRef} from '@angular/core'; import { NavController, NavParams } from 'ionic-angular'; import {BimasoftPage} from '../bimasoft/bimasoft'; @Component({ selector: 'page-home', templateUrl: 'home.html' }) export class HomePage { pushPage; constructor(public navCtrl: NavController,public element: ElementRef) { this.pushPage = BimasoftPage; }


#app.module.ts


import { NgModule, ErrorHandler } from '@angular/core'; import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular'; import { MyApp } from './app.component'; import { HomePage } from '../pages/home/home'; import { BimasoftPage } from '../pages/bimasoft/bimasoft'; @NgModule({ declarations: [ MyApp, HomePage, BimasoftPage ], imports: [ IonicModule.forRoot(MyApp) ], bootstrap: [IonicApp], entryComponents: [ MyApp, HomePage, BimasoftPage ], providers: [{provide: ErrorHandler, useClass: IonicErrorHandler}] }) export class AppModule {}