Use the android:drawableLeft property on the EditText. Same way you can Use the android:drawableRight property on the EditText. Which will display icon on right side.
Monthly Archives: January 2013
Reduce EditText Hint size Android
In Layout Code You can use hint property of EditText android:hint=”My Hint” but if you want to use change font style of hint text then you need to perform it programatically. You can do it by following Code EditText jtxtname … Continue reading
How to set Hint Style EditText Android
In Layout Code You can use hint property of EditText android:hint=”My Hint” but if you want to use any backcolor or style you need to perform it programatically. You can do it by following Code editTextId.setHintTextColor(Color.alpha(006666));
Android Login Screen Design Example
Most of android developers start android designing from login page only. As this is going to be your first page you have to work alot to make it simple faster and decent look page. Here I am sharing the login … Continue reading
Symbian is officially dead, Nokia confirmed 808 PureView is the last of its kind
Symbian is now officially dead, Nokia confirmed today. In the company’s earnings announcement that came out a little while ago, Nokia confirmed that the 808 PureView, released last year, was the very last device that the company would make on … Continue reading
Get Local Computer IP Address using GetHostEntry in C#
If you are running .Net framework 4 and want to get IP address of local machine using C# code then just make following function which will return you local machine ip address. using System.Net; private string GetLocalIP() { IPAddress[] IPAddList … Continue reading
Samsung has launched Dual Sim Galaxy Grand just at 21500 in India
After successful highest market selling of Samsung Galaxy S3, company has just launched the budget android phone with almost all features for best suite in India. It’s Galaxy Grand with 4.1.2 Jelly Bean Android OS with 5″ screen and 1.2 … Continue reading
Create your own NTP Server for LAN with Windows 2008 / Windows 7
First of all your source machine should be connected with internet and in sync with time.windows.com or pool.ntp.org server. Now Following are two methods to configure your NTP server. One is for Active Directory computers and other is for standalone … Continue reading
Happy New Year 2013
Its Time To Welcome The Fresh New Year With Fresh Hope, Fresh Expectations, Forget The Past Just Think About Ahead. Happy New Year The past has gone by long ago, it is already history now, But the future is yet … Continue reading