I have 8k data in my server. i want to use it into my android apps. i want to store volley response into my app for offline use. when phone data connection will off it will work and when data connection is available it will try to collect data from API response.
Please Explain and suggest Code or related tutorial.
If you are using Volley then it's automatically caches the response based on cache header...
please go through this example,