is it possible to change resources at running time from the code
i have a application for listing student mark and name that is stored in raw resources ..res/raw
开发者_StackOverflow社区Can i change it from the code
any idea
regards, Kariyachan
res/raw is read only once the app is compiled - the only way would be to move the data from the res/raw folder to another location - an sqlite maybe best for changing data.
精彩评论