Create work plan for implementing game schema animation

Issue #22 new
Airon Tark created an issue
  1. Download https://play.google.com/store/apps/details?id=com.mokyn.sportsboard.HB
  2. Understand how it works
  3. Describe it in user case

Comments (5)

  1. Airon Tark reporter

    Results of research

    • http://jhandballmoves.sourceforge.net/screenshots.php - NOT matches our needs. Main reson is that it created for desktop java apps (this is big difference between android and desktop java regarding ti interface part, and interface part is main here.
    • We will use android native graphic, but not fully native. We will use 2d engine Andengine (http://andengine.org( due the reasons
      • I suite our needs about drawing objects, moving objects and other.
      • I have experience with that. (check http://very-hard-game.com)
  2. Airon Tark reporter

    Found a problem with Andengine. It can create only full graphic Activity That mean we can not put any control elements over our field. That is not good.

    Will research about using pure canvas.

  3. Airon Tark reporter

    Short research showing that there is not little drawing library for such simple task. I will implement it native.

  4. Log in to comment