September 2014

Sunday, September 28, 2014

Wednesday, September 3, 2014

Installing & Uninstalling Home Screen Shortcut.....


This Article shows to create installing & uninstalling home screen shortcut. 1- Create method for adding shortcut to home screen(addShortcut()). private void addShortcut() { Intent shortcut = new Intent(this, MainActivity.class); shortcut.setAction(Intent.ACTION_MAIN); Intent add...