Android Ripple Background Drawable

If you want to add Ripple effect when user click on your view, add this as a background :

read more

reloadData, reloadRows and indexPathForSelectedRow

Just a little reminder, that reloadData and reloadRows will always reset indexPathForSelectedRow to nil.

Create Simple Image Upload Server in Node.js

  1. Install node & npm
  2. Install express. npm install express
  3. Install multer. npm install multer
  • (Optional) install coffeescript. npm install -g coffee-script
read more