[android-developers] Integration of VMGL in Android Emulator

2011-10-12 Thread Inder
Hi All, I have built VMGL code for host (ubuntu). Now I want to integrate VMGL in our Android Emulator. Is it possible? Any hardware dependencies? Please revert back asap. Thanks in advance. -Inder -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Linkifed Long Click

2010-10-16 Thread Inder
Hi Is it possible to have long clicks on linkified links. The short clicks are a little bothersome when they are many of them Thanks -- 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@go

[android-developers] How to read pdf file into my customize android app

2010-08-26 Thread inder
How to code for reading a pdf file in android? i want to build an app like RepliGo reader. So, Please enlighten me to read pdf by using android sdk or ndk. -- 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] Posting Toast From Worker Thread to UI Thread

2010-08-09 Thread Inder
Hi I was trying to post a toast notification in case something goes wrong in a worker thread. I do this by putting a handler.post(funcFailed) in the catch block where funcFailed it a runnable and simply called a function funcFailedshow() funcFailedshow() is defined to be Toast.makeText(App.this,"E

[android-developers] how can i use email property in my customize application?

2010-05-27 Thread inder
Hi, I want to extract subject of email. And i have already configured my email to android emulator. So How can i extract it from email. thanx in advance, -- 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] Re: Alternatives to Android Market

2009-05-07 Thread inder
You should file a bug on Android Market. Seems like it should be fixed. Inder On May 7, 1:31 pm, Jose de Paula Eufrasio Junior wrote: > On 5/7/09, Inderjeet Singh wrote: > > > > > If your application is free, you should be able to list it in Android > > Market. >

[android-developers] Re: "Could be better"?!?!

2009-02-23 Thread inder
Also, to further clarify: If the buyer or the developer cancels the order, it is not a chargeback, and there are no fees. A Chargeback occurs when a buyer calls up their credit-card company and disputes the transaction. Usually, those come after 20-30 days after the sale date per my experience.

[android-developers] Re: (OT) Is the combination of Android Market and Google Checkout a joke?

2009-02-23 Thread inder
are running into a bit of grace period. Inder --- 3.4 Special Refund Requirements. The Payment Processor’s standard terms and conditions regarding refunds will apply except the following terms apply to your distribution of Products on the Market. Products that can be previewed by the

[android-developers] Can Intents contains Rich Java Objects?

2009-01-13 Thread inder
Can an activity receive Java objects in an Intent? Or the Intents must deal with string or byte[] only? Thanks Inder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Contact Provider across applications

2009-01-08 Thread inder
then invoke the provider? Can someone point me to the lifecycle here? Thanks Inder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] How to register a ContentProvider

2009-01-07 Thread inder
register my content provider with Android system? Thanks Inder --~--~-~--~~~---~--~~ 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@googlegro

[android-developers] Re: Are apk contents already compressed?

2009-01-04 Thread inder
Uncompressed case: Asset file: 113988 bytes Apk file: 183001 bytes This are the Apk files as generated by eclipse (in the development mode). What could be happening? Thanks Inder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Are apk contents already compressed?

2009-01-02 Thread inder
Does it make sense to compress large data files stored in the assets/ directory or is the apk already a compressed format? Thanks Inder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"