Note that there are some explanatory texts on larger screens.

plurals
  1. POTextview is Messing up with Arabic Letters
    text
    copied!<p>i am develop an android application that let the user to insert some information in Edit text (in Arabic letters) like user name, and showing his inserted information in another Activity by using textView</p> <p>But, when i run my application and insert the name in arabic letters and show it in second activity , it missed up !! </p> <p>i do not know how to let the text View order with arabic letters</p> <p>Any Help will really appreciate it</p> <p>This is my XML code : </p> <pre><code> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/frameLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="5dp" &gt; &lt;AbsoluteLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" &gt; &lt;Button android:id="@+id/cancel3" android:layout_width="94dp" android:layout_height="34dp" android:layout_x="188dp" android:layout_y="437dp" android:text="إلغاء" android:textColor="@color/White" /&gt; &lt;Button android:id="@+id/send3" android:layout_width="98dp" android:layout_height="34dp" android:layout_x="26dp" android:layout_y="436dp" android:text="إرسال" /&gt; &lt;Button android:id="@+id/stoppingalram" android:layout_width="wrap_content" android:layout_height="23dp" android:layout_x="114dp" android:layout_y="438dp" android:text="إلغاء" android:visibility="gone" /&gt; &lt;ImageView android:id="@+id/imageView3" android:layout_width="548dp" android:layout_height="32dp" android:layout_x="-120dp" android:layout_y="8dp" /&gt; &lt;ImageView android:id="@+id/imageView2" android:layout_width="68dp" android:layout_height="69dp" android:layout_x="120dp" android:layout_y="77dp" /&gt; &lt;TextView android:id="@+id/tvmoreinfoReport" android:layout_width="54dp" android:layout_height="wrap_content" android:layout_marginTop="18dp" android:layout_x="156dp" android:layout_y="372dp" android:text="لا شئ" /&gt; &lt;TextView android:id="@+id/tvclothesReport" android:layout_width="82dp" android:layout_height="wrap_content" android:layout_marginTop="18dp" android:layout_x="138dp" android:layout_y="321dp" android:text="فستان أحمر" /&gt; &lt;TextView android:id="@+id/tvtimeReport" android:layout_width="47dp" android:layout_height="wrap_content" android:layout_marginTop="14dp" android:layout_x="159dp" android:layout_y="282dp" android:text="ساعة ١" /&gt; &lt;TextView android:id="@+id/tvgenderReport" android:layout_width="46dp" android:layout_height="wrap_content" android:layout_marginTop="17dp" android:layout_x="177dp" android:layout_y="207dp" android:text="أنثى" /&gt; &lt;TextView android:id="@+id/tvageReport" android:layout_width="68dp" android:layout_height="wrap_content" android:layout_x="174dp" android:layout_y="236dp" android:text="سنة ٩" /&gt; &lt;TextView android:id="@+id/tvcasenameReport" android:layout_width="88dp" android:layout_height="wrap_content" android:layout_marginTop="14dp" android:layout_x="145dp" android:layout_y="174dp" android:text="محمد عبدالله" /&gt; &lt;/AbsoluteLayout&gt; </code></pre> <p></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload