I'm working on adding (Android Expansion File) to my project which includes more than 1000 images, which exist in the Drawable file, but I am currently stuck in implementing this within the Expansion File.
So far I'm done the following:
Download required packages and add it to my project.
Declaring user permissions at Manifest.
Implementing the downloader service and declared it in Manifest.
Implementing the alarm receiver and declared it in Manifest.
Now the problem is: I don't know how to handle the Expansion activity for Drawable images.