2015年3月20日星期五

If I'm hiring people....

Nothing is interesting and nothing is boring.

I've some friends that come from valley , they are HRs or chef of tech in their company.  They told some stories about hiring people and tech me how to hire some right ones. They agree that just an interview brings nothing, a direct view on the GitHub might be best way to know how the developer think and work.

I know, it is difficult , but right! I agree as well.


2015年3月9日星期一

A solution to scrolling-problem when the ScrollView mix with ScrollView or RecycleView or ListView etc.

Recently I face a problem , a classical problem that a ScrollView(parent-scrollview) contains some other scrollable objects(child-view) like ScrollView, ListView even a RecycleView.

The problem has two cases.

1. The height of child-view. There're some solutions to solve it. But I don't wanna it, because I need a fixed size of child-view, let me define 250-dp.

2. The child-view can't be scrolled when it's beenn contained inside parent-scrollview. There're many codes to eliminate this problem. But they do not work for me, because all the posts are cases like a parent-parent-scrollview contains child-view directly.

Ok My case is complex.

A parent-scrollview contains a ViewPager and each page has a fragment with RecycleView.  :)

The RecycleView can't be scrolled.



Solved: here.


2015年3月2日星期一

Publish a long time developed application.

I release the app SchautUp which provides functionalities to run scheduled tasks automatically. It's been longtime developed more than half year.

I cut a lot internal methods and amount of functions were also killed down before being launched.

I don't know whether to support this tool in the future :).

Try and test the application from store.