Project Presentation
Android Development
Personal Project
• Text translation
in exact context
for language learning
• e.g.)
cours = class,
en cours de = ‘during’,
not ‘in certain class’
Main
Select chapter
Input words or phrases
Print translation
Suggest related words
Match
exact word?
NO
YES
Team Project <1. Tetris>
• Easy to search the source code
• We can divide each parts
• XML views(Layout, Block images), Java code, etc
• Main, Game, Score, Setting
Team Project <2. A_Day_at_the_Races >
• We have already source code, but in C#
• We can analyze process step by step
• Analyzing -> Division -> Coding
• Random method, Timer method

Project presentation

  • 1.
  • 2.
    Personal Project • Texttranslation in exact context for language learning • e.g.) cours = class, en cours de = ‘during’, not ‘in certain class’ Main Select chapter Input words or phrases Print translation Suggest related words Match exact word? NO YES
  • 3.
    Team Project <1.Tetris> • Easy to search the source code • We can divide each parts • XML views(Layout, Block images), Java code, etc • Main, Game, Score, Setting
  • 4.
    Team Project <2.A_Day_at_the_Races > • We have already source code, but in C# • We can analyze process step by step • Analyzing -> Division -> Coding • Random method, Timer method