how to add a favicon link in html ? 1 0 3 years ago 750 views To add a favicon to your website, add a <link> element to your "index.html" file, after the <title> element, like this: html favicon link website title element <html>
how to use shared preference object ? 1 0 3 years ago 810 views Shared Preference Object use to save details in application as local database in form of key value pair. android
how to create retrofit object. 1 0 3 years ago 783 views Retrofit Object Should be create only one for one Application for network Call. Retrofit Network Api
what is the use of session_start() and session_destroy() functions in php? 1 0 3 years ago 853 views The session_start() function is used to start a new session. PHP