Add permission to manifiest:<pre style="background-image: URL(http://2.bp.blogspot.com/_z5ltvMQPaa8/SjJXr_U2YBI/AAAAAAAAAAM/46OqEP32CJ8/s320/codebg.gif); background: #f0f0f0; border: 1px dashed #CCCCCC; color: black; font-family: arial; font-size: 12px; height: auto; line-height: 20px; overflow: auto; padding: 0px; text-align: left; width: 99%;"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="..."> <uses-permission android:name="android.permission.VIBRATE"/> <application android:label="..."> ... </application> </manifest> </pre>And make the vibration in code:<div class="syntaxhighlighter nogutter " id="highlighter_562327"...

How to add new tag: #git tag -a TagName #git push --tags Source<h3>How to remove remote tag:</h3><div><pre style="background-image: URL(http://2.bp.blogspot.com/_z5ltvMQPaa8/SjJXr_U2YBI/AAAAAAAAAAM/46OqEP32CJ8/s320/codebg.gif); background: #f0f0f0; border: 1px dashed #CCCCCC; color: black; font-family: arial; font-size: 12px; height: auto; line-height: 20px; overflow: auto; padding: 0px; text-align: left; width: 99%;"> git tag -d “tag name” //Remove the...

Option 1 This is a cool plugin with a list of schemes of colors predefined if you hate white background while you code…<ol><li>Install Eclipse Color Themes plugin with “install new software”.</li></ol>Repository: http://eclipse-color-theme.github.com/update<h2>Option 2</h2><div></div><div>https://github.com/guari/eclipse-ui-theme</div>

You need to create one folder for each layout size and add each xml you want for each one:<div><pre class="classic prettyprint" style="background-color: white; border: 1px none rgb(204, 204, 204); color: #007000; font-size: 13px; margin-bottom: 1em; margin-left: 1em; overflow: auto; padding: 0px; text-align: -webkit-auto;">res/layout/my_layout.xml             //...