[android-developers] Re: Off-line Dictionary

2011-10-19 Thread prgmratlarge
This sample might help you http://developer.android.com/resources/samples/SearchableDictionary/index.html On Oct 18, 11:34 pm, hentawy wrote: > Hi everyone, > > I would like to design an off-line dictornay and I am a beginner in > android plateform. however I did some exercies using eclips. > >

[android-developers] Android Local Service Communicating with Activity

2011-02-18 Thread prgmratlarge
I'm stuck between two possible methods for having my local service communicate information back to my Activity. The first passes a listener to the service, and then uses that to post back to the activity. The second uses a broadcast receiver. My questions is, which method is better? What are the p

[android-developers] "Local" Service vs "Remote" Service

2010-11-09 Thread prgmratlarge
I'm confused about whether I need to run my service in a separate process. What are the advantages/disadvantages of each? For reference I'm trying to create an App that uses a service to play [streaming] audio in the background. So which one is better for my use case? -- You received this messag

[android-developers] Buttons on Android Devices

2010-11-11 Thread prgmratlarge
Kind of new to Android, and definitely don't know too much about the devices. I was wondering whether every android device out there has a menu and back button? I just wanna make sure we could assume this as a fact... -- You received this message because you are subscribed to the Google Groups "A

[android-developers] AUDIOFOCUS_LOSS_TRANSIENT with Phone Calls

2010-11-11 Thread prgmratlarge
When receiving a call on the emulator, it immediately fires AUDIOFOCUS_LOSS_TRANSIENT. On the other hand, on a device (specifically a Droid X), it only fires the call once the call is picked up, and not when it rings. Am I doing something wrong? Which behavior is really intended? -- You received

[android-developers] Licensing on Formerly Paid Apps

2011-05-16 Thread prgmratlarge
If I have a paid app, and then change the price to free, can I still use licensing to check if the user was one of those who paid for the app? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-deve

[android-developers] Implementing Full-Justification

2011-03-23 Thread prgmratlarge
How can I go about getting full justification* working in an Android Textview. I understand it might not be natively supported, but there must be some way to do it. After all, the browser is able to do it. I would appreciate if someone can point me in the right direction... *see http://en.wikiped