How to create text file
How to create text file in Android
How to create text file in Android A simple example on creating text files in Android. First create a new Android project in Android studio. Create a new Layout XML file with name notepad.xml in re...
http://www.parallelcodes.com/how-to-create-text-file-in-android/
How can I read a text file in Android?
I want to read the text from a text file. In the code below, an exception occurs (that means it goes to the catch block). I put the text file in the application folder. Where should I put this t...
https://stackoverflow.com/questions/12421814/how-can-i-read-a-text-file-in-android
Android: playing a song file using default music player
Is there a way to play a media with the default media player. I can do with the following code Intent intent = new Intent(Intent.ACTION_VIEW); MimeTypeMap mime = MimeTypeMap.getSingleton(); S...
https://stackoverflow.com/questions/10867957/android-playing-a-song-file-using-default-music-player