开发者

saving values of sound in android

开发者 https://www.devze.com 2023-02-11 23:24 出处:网络
I have developed an android game application.I want to save the values of sound like we save the value like name,email using shared preference.How can we keep the value of a variable saved even after

I have developed an android game application.I want to save the values of sound like we save the value like name,email using shared preference.How can we keep the value of a variable saved even after app is terminated in android app?

I have uploaded my app on http://www.megafileupload.com/en/file/301549/RoadTrip1-rar.html Can anyone help me

Thanks in ad开发者_StackOverflowvance

Regards Tushar


Why would you?

Simply save the reference to the sound resource to the SharedPreferences.

If you want to save recorded sound you should save it to the SD Card.

0

精彩评论

暂无评论...
验证码 换一张
取 消