UI Nuts and Crack
How to justify text in android ??
we can align text in android in many ways but using Textview for it is not that good idea rather than that i would prefer to use webview in andriod Here is the Steps to align text in android
1.Declare Webview object
WebView myWebView;
2.Take a referance of...
Showing activity as popup android
android:theme="@android:style/Theme.Dialog"
Force EditText to remove focus?
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);