Need help on Android Development with Rest API and Volly and Glide

Job ID: 36439085

Budget: ₹600 – ₹1,500 INR

I am Facing a problem with volly and Glide. below is my Requirement-

I want to All data from Rest API and Images. but some time i have to Access Image from Android Local Assets File.
Why Local: If every Image load it may take time in slow internet. so I Want to store some Common static Image in Android Local.

Now Tell me Whats Should be the API response.
Below is sample-

Check id : 1 and tell me what path i have to pass.

[
{
"id": 1,
"engDate": "25",
"bengDate": "5",
"image": "./android_asset/book.jpg" (I want to Access image from local asset folder)
},
{
"id": 2,
"engDate": "24",
"bengDate": "4",
"image": "https://www.bangabasi.ac.in/upload/logo.png"
},
{
"id": 3,
"engDate": "19",
"bengDate": "2",
"image": "https://www.bangabasi.ac.in/upload/logo.png"
}
]

If anyone can help me please comment