Tag: RTL

Supporting RTL Design on Android

Almost all scripts in the world are written from Left to Right. But some script like Arabic is written from Right to Left. So for the best user experience, we should support Right to Left design, too. When a UI changed from LTR to RTL (or vice versa) it’s named “mirroring”. If y...