Re: [android-developers] Re: update TextView inside a TimerTask

2012-03-13 Thread Alimooghashang
Hi thanks i wonder if you help me with an example! i implemented timer like this: Timer t = new Timer(); TimerTask tt = new TimerTask() { @Override public void run() { } }; t.scheduleAtFixedRate(tt, 100, 1000); my texview is this: TextView tv =

Re: [android-developers] Re: update TextView inside a TimerTask

2012-03-13 Thread Alimooghashang
thank you very much now my application works well On Tue, Mar 13, 2012 at 11:21 AM, tsukishiro yamazaki tsukishir...@gmail.com wrote: You can take the sample here http://developer.android.com/guide/topics/ui/dialogs.html#ProgressDialog for your reference. Check the sample code marked by

Re: [android-developers] Re: make components right to left

2012-03-12 Thread Alimooghashang
Hi i have making a Persian android application as you know , my language is RTL all i need is to show every thing right to left, for example textview, inputbox,... and also i need the digits in them, be in unicode character, thanks -- You received this message because you are subscribed to

Re: [android-developers] Re: make components right to left

2012-03-12 Thread Alimooghashang
in ICS (if you browse the source code you can find early implementations and APIs) but there is no ETA at this time for when this will become a public SDK API. On Mon, Mar 12, 2012 at 2:36 PM, Alimooghashang alimooghash...@gmail.com wrote: Hi i have making a Persian android application