Re: [android-developers] Problems with Linkify in Android 4

2012-09-03 Thread JD
Guys any update on this?. Me too facing this issue on HTC-EVO 4G device. In my case, i have linkified the TextView which contains the mentions name for r.g @hero, @roger etc. But on clicking of these mentions links it does not fires my Intent. Works fine on Samsung and LG devices. On

Re: [android-developers] Problems with Linkify in Android 4

2012-09-03 Thread JD
On Monday, 3 September 2012 18:35:57 UTC+5:30, Mark Murphy (a Commons Guy) wrote: On Mon, Sep 3, 2012 at 8:48 AM, JD jitesh@gmail.com javascript: wrote: Guys any update on this?. Me too facing this issue on HTC-EVO 4G device. In my case, i have linkified the TextView which

[android-developers] Event listner for calender event like meetings in ICS

2012-03-04 Thread Forum JD
springs scheduler or something? JD -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Calendar on Emulator with ICS

2012-03-04 Thread Forum JD
in emulator to test my application? Unfortunately I have a android phone but it has OS version of 2.3 (Samsung galaxy S) and I do not think it would get upgrade soon to ICS. Please help me out with this. JD -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] SU Request

2011-10-07 Thread JD
Can someone please give me a clear, simple, short, and most importantly, working example of how to edit a database that another app created? After days and days of searching, it's amazing that nobody seems to truly understand how to do this. All I find is the same old post, copied and pasted all

[android-developers] Source code for Xperia X10 2.33?

2011-08-17 Thread jd
Hi developers, I've been looking at the download area and can not find the source of android 2.3.3 for my Xperia X10 (3.0.1.G.0.75). Several weeks ago this new firmware was released. When will be available to download? -- You received this message because you are subscribed to the Google Groups

[android-developers] CallFromWrongThread Exception

2009-01-19 Thread JD
Hi, I got this exception (CallFromWrongThread) raised from ViewRoot when executing the android emulator. What I'm doing is that I'm accessing a ViewText this way: String s = something interesting; TextView msgTextView = (TextView) findViewById(R.id.label); msgTextView.setText(s); //