Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Save your Activity state

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

Switch from one application to another application at runtime in Appium

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

Difference between TRUNCATE and DROP in MySQL.

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.

Life Cycle

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

Radio Transmission in Wireless Network

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

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

Why You Need To BackUp Your Files Regularly

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

Methods to recover or reset admin password in Joomla 2.5 and higher versions.

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

Page methods from client side code using ICallBackEventHandler interface

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

How to open android app from web browser and get data from the app and return back to web browser

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

1 9 159
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: