U UltimateMe New Member Sep 10, 2013 #1 How to store a lot of .wav file in the database? What is SQLite for? And How to retreive the music file .wav once a button is clicked?
How to store a lot of .wav file in the database? What is SQLite for? And How to retreive the music file .wav once a button is clicked?
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2013 #2 See the SQL Tutorial for an example of saving an image. You can save any type of file in the same way. Also check KeyValueStore class. Note that you will need to save the music file as a temporary file in order to play it. Upvote 0
See the SQL Tutorial for an example of saving an image. You can save any type of file in the same way. Also check KeyValueStore class. Note that you will need to save the music file as a temporary file in order to play it.
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2013 #3 Which code doesn't work? The text doesn't equal "12:00:00"? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2013 #4 I recommend you to go over the beginner's guide: http://www.b4x.com/android/documentation.html Upvote 0