Hong Kong has the potential for the development of Mobile Apps
I traveled to Hong Kong about a month on August. I met some programmers and a lot of Hong Kong friends. The programmers are very smart and keen to pick the new skills such as iOS and Android programming. I believe there are a number of programmers with apps development skill set! Moreover, Hong Kong is a small town but with 7.5 Millions people! Wow, there are a lot of people. Thus, they have the critical mass to have their localized app. Well, I can build for Brisbane, but that is only for 1 Mil people. On the other hand, if I build for Hong Kong, I got 7.5 Millions People!
To sum up, I believe Hong Kong has the potential for the development of Mobile Apps.
ViewPagerIndicator(2)-Fragment
I started to use ViewPagerIndicator for a few weeks. I found out each "page" inside ViewPagerIndicator is a Fragment. If that is a simple page, it will extend Fragment. If that is a list, please extend ListFragment
Code
public class TaskFragment extends ListFragment{ |
That is very complex, I suggest to read the document from Android.com. We have to fully understand the fragment concept!
The virtual keyboard of Galaxy S3
I have used Galaxy S3 for about a month. I found their touch screen is much more accurate than Galaxy S3. As a result, the virtual keyboard is improved. At the time, I was still using Galaxy s, that needed to correct the word I type. Now, S3 got most of words I type. I love it!
AdvGen ToDo List is updated
I did a major upgrade on AdvGen ToDo List. I added multi-tabs functions. The tasks are organized in a more clear way. The tasks is categorized by tabs, such as the tasks are paused, they will be listed in an individual tab for them.