Saturday, 11 January 2014

Android Application Shortcut Icon on HomeScreen

1 comment
Today almost every Application we installed in our device, they created  shortcut icon on the Home Screen in order to be more interactive with the user. So, the question is how to do it programmatically. Today, we will covered how to add or remove Shortcut Icon on Home Screen. For this demo, I have created a sample project with name ShortcutIcon. First Step:- I have create a simple xml file with having two button on it. Add Shortcut...
Read More...