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

How to setup server to serve fonts (Allow any file in from one server to another server “Access-Control-Allow-Origin”)

back to help index In order to display fonts right, browser must receive font files with correct http headers. If server does not set required headers, some browsers can report errors in console or completely fail to display fonts. Probably, your server is already configured, and you don’t need to change anything. If not, you […]

person shubham sharmaaccess_time March 27, 2017launch Read More