Tuesday 3 December 2013

Hello World !

Ok, so today we gather around to discuss about our Samsung App Challenge project for the first time, at Lab Gaib  Labtek 5 ITB. Our discussion was still about the idea itself, how do we want the program to behave, what needs to be made first, what can it do and what can't it do, etc. Eventually, it leads to the creation of the data structure, using XML format. Here is our draft,

<Note>
  <ID>
String
</ID>
<Type>
String
Gambar (Image)
Canvas (Pen)
Audio
Video
Link File
</Type>
<Value>
String
Byte
Bitmap
</Value>
<Position>
<Range>
Float
</Range>
<Degree>
Float
</Degree>
</Position>
<Connections>
<Parent>
REF ID
</Parent>
<Children>
RED IDs
</Children>
</Connections>
<Style>
<BGColor>
Color ID
</BGColor>
<TextColor>
Color ID
</TextColor>
<Shape>
Shape ID
</Shape>
</Style>
</Note>

It was pretty much the end of discussion after this data structure was made. Oh yeah, we also made a subversion project at Google Code for versioning. The next thing to do is to explore how to use the data structure and how to draw the note. And that's it for the day !

"A person with a new idea is a crank until the idea succeeds." - Mark Twain