- added assets folder and Quran content

This commit is contained in:
Edin Dazdarevic
2014-01-17 08:44:17 +01:00
parent a3cac920c0
commit 084d3cfac3
117 changed files with 7561 additions and 6 deletions

View File

@@ -25,11 +25,10 @@ public class ShowAyah extends Activity {
final TextView ayah = (TextView) findViewById(R.id.ayah);
ayah.setMovementMethod(new ScrollingMovementMethod());
// Example of use of QuranReader
// AssetManager assetManager = getAssets();
// QuranReader reader = new QuranReader(assetManager, "quran_content");
// reader.setChapter(2);
// String verseText = reader.getVerse(16);
}
}