i have a application for listing student mark and name that is stored in raw resources ..res/raw
Can i change it from the code
any idea
regards,
Kariyachan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.