
Meeka Project
System Design
Meeka project is an interactive book designed for children. I joined later in the project. My two main contributions are In-app-purchase system and localization system.
In-app-purchase UI
Making an UI system is not a tough work. However, It took me a while to figure out the existing code structures.Â
The UI system is for picking a plan to pay. When switching plans, change all the text and buttons and calculate the final price.
![]() | ![]() | ![]() |
|---|
Localization System
This app supports three languages for now. When changing languages, the localization system need to change texts and audios in every scene. As usual, the system creates a dictionary to store all texts. When a text box is initializing, it will read content from the dictionary with a preset key value. Audios are in the same way.
There is a large quantity of texts and audios, so the system need to read from a chart. I used a Unicode text file to store the chart.





