
Search In
Android activity life cycle contains onCreate() -> onStart() -> onResume() -> onPause() -> onStop() -> onDestroy() where we have another life cycle method that helps to save activity current state everytime.
Basically Activity being
There are many times we have to switch from one application to another while in the middle of execution. In this case we have to switch to the second application and then perform some action and then again return back to the previous application.
D
TRUNCATE
TRUNCATE comes under DDL(Data Definition Language).
TRUNCATE removes only rows from the table but the structure of the table remains same.
Data can not be roll backed if we use "TRUNCATE" command to delete data.
Can not use WHERE clause.
The page life cycle phases are:
Initialization
Instantiation
Restoration and maintenance of the state
Execution of the event handler codes
Page rendering
Page request - When ASP.NET gets a page request, it decides whe
Wireless transmission is unguided medium of sending data. Wireless communication involves no physical media to be involved during transmission, communicating wirelessly. Wireless signals are spread over the air and received by the antennas.
yield in python
The yield statement in python is similar to return statement, the only difference is that whenever yield statement is encountered in a function, the execution of function is suspended and a value is send back to the caller but becaus
We all have important files on our personal computers. However, sometimes we just fail to know how to properly take care of these files. For instance, most people rarely make backup copies of their crucial files and data. This could either be out of
In joomla you can change the password from back-end normally. For this you need to login to your back-end and go to Users -> User Manager. A list of users appear. Click the name of the admin and an edit form will appear. Now from here you can chan
We can run server side code from the client without performing a Postback using ICallBackEventHandler interface.The ICallbackEventHandler interface can be implemented on a page or a Web control. The interface contains two key methods: RaiseCallbackEv
Sometime we a have a situation in which we use android app in our web application.In that situation you can use this.
For opening the android app first we have to check 2 conditions .
1. If the device is android or not.
2. In the android device if t
