Archive | February, 2014

[Accessibility]Missing contentDescription attribute on image

26 Feb

Resolved this warning by setting attribute android:contentDescription for my ImageView

android:contentDescription=”@string/desc”

this link for explanation: http://developer.android.com/guide/practices/design/accessibility.html

 

 

 

 
Shobhit Jain

Installing Nginx on Mac using Brew

20 Feb

Install Using Brew . ( Don’t have brew ?? go Here )

  • Brew install nginx 
  • Nginx will be installed and started by brew itself
  • If not then type sudo nginx
  • Test nginx by opening this url in browser : – http://localhost:8080