[android-developers] Re: Hi all

2012-08-31 Thread Xiao.Yang
Do you means you want to display the data from json file? 在 2012年8月27日星期一UTC+8下午8时40分40秒,parthi写道: How can i design using json UI in android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Hi all

2012-08-31 Thread Parthi K
No dude i dont want xml instead of using json want generate widgetsi did like dis On Fri, Aug 31, 2012 at 10:41 AM, Xiao.Yang yangxiao1...@gmail.com wrote: Do you means you want to display the data from json file? 在 2012年8月27日星期一UTC+8下午8时40分40秒,parthi写道: How can i design using json

[android-developers] Re: hi all, one problem to intercept KEYCODE_BACK event

2011-12-02 Thread tuxpcd
extends EditText and override dispathKeyEventpreIme() On 12月2日, 下午2时51分, tuxpcd pcode...@gmail.com wrote: then soft keyboard was pop, I try to override onKeyDown() dispatchKeyEvent() and onBackPressed() method,but cannot intercept back key. Thanks! -- You received this message because you

[android-developers] Re: Hi All, Please help me!!

2010-10-04 Thread Ulzii
Thanks you so much. Your suggestion is working. On Oct 1, 2:55 am, TreKing treking...@gmail.com wrote: On Thu, Sep 30, 2010 at 12:56 PM, Ulzii ter...@gmail.com wrote: The certificate that signed this apk is not valid until the future. This usually means the time on your computer, at the time

[android-developers] Re: Hi All, Please help me!!

2010-09-30 Thread Andy Burns
Ulzii wrote: When I upload my Android App to market it gives as next message: The certificate that signed this apk is not valid until the future. Create a new certificate. I setup my duration 50 years. I have signed my App from Eclippse. Sounds like the problem isn't the expiry time of your

[android-developers] Re: Hi All TabWidget Show is Small

2010-03-18 Thread Kantesh
Hi takky wenever u create tab by using TabHost.addTab(TabSpec); rite?? store all tabspecs in array list of type tab spec lik this ArrayListTabHost.TabSpec list = new ArrayListTabHost.TabSpec(); and initialy show up to 3 in a for loop ... as u told add a button at

[android-developers] Re: Hi All TabWidget Show is Small

2010-03-18 Thread Kumar Bibek
I would recommend to go for a Gallery view for such a requirement. Have a look at some examples and think about it. Thanks and Regards, Kumar Bibek On Mar 18, 4:47 pm, Kantesh kantesh@gmail.com wrote: Hi takky                  wenever u create tab by using TabHost.addTab(TabSpec); rite??  

[android-developers] Re: Hi All TabWidget Show is Small

2010-03-18 Thread takky takazawa
Hi Kantesh Kumar Bibek Thanks a lot for both recommend. I will try fix it by both and tell result again. On Mar 19, 1:07 am, Kumar Bibek coomar@gmail.com wrote: I would recommend to go for a Gallery view for such a requirement. Have a look at some examples and think about it.