[android-beginners] how to do call interception

2009-11-30 Thread Dongjoon Lee
Hello all.

Please give me some advice after you read the message below.

Originally, the purpose of a call button is making a call through
network such as GSM, CDMA network etc.
But I want to give a option to users to choose VoIP call or general
call when they push call button.
Is it possible? Somebody told me it might be possible if I could
intercept call event. But I don't understand exactly.

Help, please. :)

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] emulator stopped during orientation converting

2009-10-08 Thread Dongjoon Lee

Hello all!
I implemented image and text using RelativeLayout.
Here is xml code.


http://schemas.android.com/apk/res/
android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/background"
android:layout_gravity="center"
>





When I use portrait picture emulator stops after I convert the
orientation of emulator.
And then I start again that application with converted state of
orientaion, it works. It is so weird. :<
There is no problem if I use landscape picture.

Here is the message of LogCat.
ERROR/dalvikvm-heap(785): 9830400-byte external allocation too large
for this process
ERROR/(785): VM won't let us allocate 9830400 bytes
ERROR/AndroidRuntime(785): Uncaught handler: thread main exiting due
to uncaught exception
ERROR/AndroidRuntime(785): java.lang.RuntimeException: Unable to start
activity ComponentInfo

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---