InterviewSolution
Saved Bookmarks
| 1. |
Define the application resource file in android? |
|
Answer» JSON,XML bitmap.etc are application resources.You can injected these files to build process and can load them from the code. |
|