[1] What is the alternative method to a GUI installation in Linux ? Linux provides text base installation as the alternative method of GUI installation. [2] What is the purpose of the swapon command ? Swapon command is used to activate a already created swap partition. It cannot be used to create a new swap […]
How to detect Android Back button press.
Detecting android device hardware back button / soft back button press is very easy. But be careful while overriding the default back button action as it is not suggested to change the android default user experience. Method:- 1 Override the onBackPressed() method and take the action inside this function.
Android How to Capitalize Every First letter of a Word in EditText
If you want to capitalise the first letter of every word in a EditText, assign android:inputType=”textCapWords” to EditText. Example: The same can be done programmatically also as shown below.
Desktop Support Engineer Interview Questions
Explain the different types of operating systems? Provide a few examples of NOS (Network Operating Systems) and SOS(Server Operating Systems) What is the difference between NTFS and FAT What are the improvements you found in Windows 2003 from Windows 2000 What are the improvements you found in Windows 2003 from Windows NT Explain active directory […]