3 things we need to analyse when getting the Mock Up screen

mockup

When we are develop application, we may receive lots of Mock Up screen from the Design team or we will create them to help us design the program;

In this article, I will talk about what are the things or information we could discover from the Mock Up screen that helping us to develop our programs;

Continue reading

Fix Note: OutOfMemory of Android Crop Library

Error Log screenshot

Open source Library: https://github.com/jdamcd/android-crop
Platform: Android

Today I finally fixed the OutOfMemory problem of the image crop library that I used to crop the profile picture given from the user;

The problem happened when a high-resolution image is being inputted, e.g over 1M to crop; Android hits an OutOfMemory problem when decoding the image;

Continue reading

3 Tips to make a good Requirement Specification

In my ongoing and past projects, I always need work with the product designers or game designers; To make sure the artists and programmers can make the product, I always asked them to provide specifications;

However, it is easy to make a specification but it is hard to make it clear enough to let the development team know what to be done;

Continue reading