How to create android app with movable to SD Card feature?
In this post, You will learn how to create an Android application that comes with a feature to move it to SD Card. If you specify minimum SDK to API Level 8 for your application, you can easily allow your application to be installed on the external storage (for example, the device's SD card). There are many applications that provide the facility to users to choose the application install location (Internal memory or SD card). However, In some cases, you might no enable this feature. For example , if you have a live wallpaper app or an app widget, or other sorts of service or utility application (such as a file manager), your application won’t be of any use if the SD card is removed from the device. Although users do not remove their SD cards mostly, sometimes the SD card is unmounted when it is mounted via USB for use on a computer. This will potentially increase the frequency that the user will have to reconfigure apps that are affected. To get more info about wheth