Vince Yuan

Results 6 comments of Vince Yuan

+1 for sending many push notification in one connection.

My walkaround is adding a big empty footer view into the list view. Note that you have to add the footer view before setting the list adapter.

@danwebanddev The tricky thing is we must add an inner layout otherwise the customized height does not work. ``` ```

I have the same problem. It opens a browser to login twitter. However, at last it just provides PIN and does not jump back to the app. If i go...

I also need to deal with millions of records. I don't know how to do it with sequelize ;-( When I use findAll(), node uses 1.43GB. It will be killed...