International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 115 - Number 14 |
Year of Publication: 2015 |
Authors: Shweta Kale, Abhaya Bulbule |
10.5120/20223-2503 |
Shweta Kale, Abhaya Bulbule . Reducing Size and Deployment Time of Android Application Update using DELTA++. International Journal of Computer Applications. 115, 14 ( April 2015), 30-33. DOI=10.5120/20223-2503
In this paper, we describe how to reduce size of android application as well as reduce the deployment time in installation of android application update using DELTA++. We are executing this by using the basic DELTA encoding algorithm . for this we need to pack and unpack the APKs that is the executable file of google smart application . To modify and update the patches DELTA++ modifying technique is used. Patches provided by google smart application are firstly constructed and then deployed. In this size reducing technique we are taking the application update in consideration hence we update the patches called files using deltas the advance feature of this is to decode the compressed patches into the delta again. Because of this we are able to reduce the deployment time And user need not to be decode the latest version every time. And can install faster.