Skip to main content

Posts

Showing posts from February, 2015

Set Youtube Video Quality With Speecific Size In Android Application

Append the following parameter to the Youtube-URL:                            240p: &vq=small                           360p: &vq=medium                           480p: &vq=large                           720p: &vq=hd720 For instance:                       src="http://www.youtube.com/watch?v=oDOXeO9fAg4"            ...

Difference between px, dp, dip and sp in Android

Main Difference Between px,sp,dip is px is one pixel. sp is scale-independent pixels. dip is Density-independent pixels.                                        1> sp for font size                    2>dip for everything else                           3>dip==dp