android Programming Glossary: fname.endswith
read data from sdcard in android http://stackoverflow.com/questions/4633260/read-data-from-sdcard-in-android intent new Intent intent.setAction Intent.ACTION_VIEW Uri uri Uri.parse file file.getPath String fname file.getName if fname.endsWith .jpeg fname.endsWith png fname.endsWith .gif intent.setDataAndType uri image startActivity intent else if fname.endsWith.. Intent.ACTION_VIEW Uri uri Uri.parse file file.getPath String fname file.getName if fname.endsWith .jpeg fname.endsWith png fname.endsWith .gif intent.setDataAndType uri image startActivity intent else if fname.endsWith .mp4 fname.endsWith.. Uri uri Uri.parse file file.getPath String fname file.getName if fname.endsWith .jpeg fname.endsWith png fname.endsWith .gif intent.setDataAndType uri image startActivity intent else if fname.endsWith .mp4 fname.endsWith .3gp intent.setDataAndType..
|