Memory Units

Bytes(8 Bits) 0.1 bytes: A binary decision 1 byte: A single character 10 bytes: A single word 100 bytes: A telegram OR A punched card Kilobyte (1000 Bytes) 1 Kilobyte: A very short story 2 Kilobytes: A Typewritten page 10 Kilobytes: An encyclopaedic page OR A deck of punched cards 50 Kilobytes: A compressed document image page 100 Kilobytes: A low-resolution photograph 200 Kilobytes: A box […]

person shubham sharmaaccess_time June 21, 2017launch Read More

Add/Remove Input Fields Dynamically with jQuery

If you are looking to add and remove duplicate input fields, here’s another jQuery example below to do the task for you. This jQuery snippet adds duplicate input fields dynamically and stops when it reaches maximum. If you read comment lines carefully, the process is pretty straight forward. We start with 1 input field and […]

person shubham sharmaaccess_time June 15, 2017launch Read More

Admin AJAX

sctipt.js

 

person shubham sharmaaccess_time May 30, 2017launch Read More

Clear Cache in Android Application programmatically

If you are looking for delete cache of your own application then simply delete your cache directory and its all done !

  And you may require following permission to add in your manifest file in order to delete cache of other application

 

person shubham sharmaaccess_time May 25, 2017launch Read More

Service Thread IntentService AsyncTask

Android Thread Constructs(Part 4): Comparisons In this series of posts we have seen the following thread constructs: 1. Basic threads and communication between them [see article] 2. Understanding the Main thread or the UI thread [see article] 3. IntentService [see article] 4. AsyncTask [see article] NOTE:  These are Android specific constructs. Android also includes the […]

person shubham sharmaaccess_time May 19, 2017launch Read More

Play music in android

Do it without service http://www.rbgrn.net/content/307-light-racer-20-days-61-64-completion If you are so serious about doing it with services using media player

 

  Please call this service in Manifest

 

person shubham sharmaaccess_time May 15, 2017launch Read More

How To Backup Saved Passwords In Google Chrome Browser

Google Chrome browser allows you import bookmarks, browsing history, and other settings from Internet Explorer or Firefox browser in a jiffy. But the only problem is it doesn’t have an option to export or backup stored passwords. Sure, there is a free extension called LastPass, but even it doesn’t help much either to have an […]

person shubham sharmaaccess_time April 22, 2017launch Read More

Android view lifecycle

What is View? View class represents the basic building block for user interface components. A View occupies a rectangular area on the screen and is responsible for drawing and event handling. View is the base class for widgets, which are used to create interactive UI components (buttons, text fields, etc.). The ViewGroup subclass is the […]

person shubham sharmaaccess_time April 19, 2017launch Read More

prevent direct access

 

person shubham sharmaaccess_time April 1, 2017launch Read More