Re: [android-developers] J2ME custom font

2014-10-14 Thread ANKUR GOEL
ys . .Mukesh , j2me polish is already implemented but i was not able to find how to aply custom font . So i you have any links or sample its good. and if you want to share please do it . Thanks Ankur Thanks and Regards:- Ankur Goel 09019040351 S/W Engg. On Mon, Oct 13, 2014 at 10:29 PM,

Re: [android-developers] J2ME custom font

2014-10-14 Thread SIVAKUMAR J
You can try lwuit also -- 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...@googlegroups.com For

[android-developers] Re: getSkuDetails returns BILLING_RESPONSE_RESULT_ERROR

2014-10-14 Thread lbendlin
Anything to do with the recent DNS outage on 8.8.8.8 ? On Monday, October 13, 2014 12:41:07 PM UTC-4, Nathan wrote: User reports that he cannot sync up his in app purchases. This is not in a sandbox or in testing. This is in the real world. Previously purchased items cannot be synched.

[android-developers] Re: Share video and save video to Gallery

2014-10-14 Thread sweety fx
Any suggestions? On Monday, October 13, 2014 11:07:11 AM UTC-4, sweety fx wrote: I have video url, from which I parse to to get the uri. I try to pass the uri in share, but I don't see the video being shared. Uri uri = Uri.parse(url);Intent sharingIntent = new Intent(

Re: [android-developers] Re: getSkuDetails returns BILLING_RESPONSE_RESULT_ERROR

2014-10-14 Thread Nathan Mellor
I don’t know enough about the DNS Outage or Google’s usage of that range to know if it makes a difference. If so, is there anything I or the customer can do about it? Nathan On Tue, Oct 14, 2014 at 5:23 AM, lbendlin l...@bendlin.us wrote: Anything to do with the recent DNS outage on 8.8.8.8 ?

[android-developers] insane ScrollView problems

2014-10-14 Thread Jim Graham
I give up...I've gone through examples (including using my own past code that worked), and no matter what I try, using ScrollView causes a force close, claiming that I haven't provided a layout_width parameter (I have). In fact, I checked EVERYTHING in the layout file, and nothing is missing