Skip to main content

Posts

Showing posts with the label android concepts

Building a Cost Effective Computer | Softlogic Systems

It has become almost impossible to imagine an office without computers and home without PC or laptop. Today's fast moving world has created a necessity to acquire this intelligent machine. This blog will help you in building a cost effective computer with sufficient performance. First make a list of required components to assemble your computer and buy them. Tip - Buying components in sites like Amazon would be lot more cost effective than buying them in showroom. # Unscrew the computer case to install all the components inside the computer. # Install the processor into the motherboard socket for CPU # After installing the CPU, it’s time to install the heat sink fan on top of than CPU.  # Install the RAM chips into the RAM slots that are available on the motherboard. # Now place the motherboard into the computer case and screw it. # Connecting Wires - The front panel wires of the computer case should be connected to the dedicated front panel pins avail...

Android Interview Questions | Softlogic Systems KK Nagar Chennai

1.       Write the stages of android life cycle.             onCreate()             onStart()             onResume()             onPause()             onStop()             onDestroy() 2.       What is the difference between startActivity() and startActivityForResult() ?             startActivity() is a method used for beginning the new activity and startActivityForResult()             begins the new activity and returns the result to the previous activ...