Re: [android-developers] Get result from Calculator

2011-08-13 Thread TreKing
On Sat, Aug 13, 2011 at 5:31 PM, Kubilay D. Yılmaz < kubilayd.yil...@gmail.com> wrote: > Activity starts standard calculator of android. I'm aware of that. Are you aware that manufacturers can change or remove that calculator such that your code, as written, will fail miserably? ---

Re: [android-developers] Get result from Calculator

2011-08-13 Thread Kubilay D . Yılmaz
Hi Treking, Activity starts standard calculator of android. On 14 August 2011 01:29, TreKing wrote: > On Sat, Aug 13, 2011 at 5:16 PM, Kubilay D. Yılmaz < > kubilayd.yil...@gmail.com> wrote: > >> I start calculator from my activity and override onActivityResult method, >> however I cannot handl

Re: [android-developers] Get result from Calculator

2011-08-13 Thread TreKing
On Sat, Aug 13, 2011 at 5:16 PM, Kubilay D. Yılmaz < kubilayd.yil...@gmail.com> wrote: > I start calculator from my activity and override onActivityResult method, > however I cannot handle result from calculator. > Is it possible? > Highly doubtful. Not only are you hard-coding a class and packag

[android-developers] Get result from Calculator

2011-08-13 Thread Kubilay D . Yılmaz
Hi Friends, I start calculator from my activity and override onActivityResult method, however I cannot handle result from calculator. Is it possible? Here is my code. public static final String CALCULATOR_PACKAGE = "com.android.calculator2"; public static final String CALCULATOR_C