islamic-network / alquran-tools

Various tools for Parsing Quran Tajweed, Buck, etc.
GNU General Public License v3.0
112 stars 29 forks source link

Parser for Native Android #7

Open vipafattal opened 4 years ago

vipafattal commented 4 years ago

Salam Alykum,

I'm planning to write a library parser for tajeewd Quran that takes raw Quran Aya (with markups) and returns Spannable aya (Tajweed style text ready) that is ready to be used with any text widget on Android.

@meezaan So any recommendation/thought where to start.

meezaan commented 4 years ago

Alaykum Salaam @vipafattal, apologies for the delayed response.

I suppose https://github.com/islamic-network/alquran-tools/blob/master/src/AlQuranCloud/Tools/Parser/Tajweed.php#L34 might be a good start to keep things consistent in terms of colour coding.

If it's a non webview widget, I'm not sure any of the existing CSS work to work with custom HTML/XML type tags will be of much use.

vipafattal commented 3 years ago

Alaykum Salaam @meezaan

I have just finished the Tajweed Parser Library for the Native Android, could you take a look at the android app from this link.