[android-beginners] Re: Making a demo video of your .apk to post online

2008-04-18 Thread luckyandroid
thanks, George. great! When ours is ready for primetime I will post it there. ..Still don't know how to capture emulator interactions into video on a mac, but I'll figure something out eventually. I'm still open to suggestions on that if anyone has them... cheers, mac On Apr 17, 7:15 am,

[android-beginners] about classcast exception

2008-04-18 Thread Analdin Judy
Hi, Can anybody please tell me What is the reason for* class cast exception*? Thanks judy --~--~-~--~~~---~--~~ 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] About mpg file as vedio file

2008-04-18 Thread Analdin Judy
Hi, Shall we use a .mpg file as vedio file in the media player Thanks judy --~--~-~--~~~---~--~~ 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] Re: Incoming Calls and extending the keycharactermap

2008-04-18 Thread callingshotgun
Thanks for the info! Do you know if there are any plans to support pulling the incoming number in the future? On Apr 17, 11:57 am, Megha Joshi [EMAIL PROTECTED] wrote: On Wed, Apr 16, 2008 at 3:54 PM, callingshotgun [EMAIL PROTECTED] wrote: Hey all- I've just now started ripping into

[android-beginners] Re: How to update my current location from GPS

2008-04-18 Thread [EMAIL PROTECTED]
Thanks for investing in this thread. Does Cell ID work yet/ the same way? On Apr 17, 8:39 am, Tatsu [EMAIL PROTECTED] wrote: Hi, Now, you can update current location by calling gotoCurrentGPSPosition() from , say, interval bind-service using Thread.sleep(), while

[android-beginners] Re: About mpg file as vedio file

2008-04-18 Thread Megha Joshi
The .mpg mime type is not currently supported in Android mediaplayer. The list of supported mime types is here: http://code.google.com/android/migrating/m3-to-m5/m5-api-changes.html#media Thanks, Megha On Fri, Apr 18, 2008 at 4:54 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi, Shall we

[android-beginners] Re: about classcast exception

2008-04-18 Thread Megha Joshi
You may want to check out the javadocs: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassCastException.html Thanks, Megha On Fri, Apr 18, 2008 at 12:27 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi, Can anybody please tell me What is the reason for* class cast exception*?