[android-developers] Re: Compatibility mode issues on 4.x

2013-03-23 Thread user123
Nobody uses compatibility mode? I thought it would be a superbasic question, there are a lot of tablets and there are a lot of apps which don't optimize for that size... Am Dienstag, 19. März 2013 17:46:49 UTC+1 schrieb user123: > > I'm trying to force compatibility mode on tablets, for a certa

[android-developers] Re: How to solve the issue with Dalvik compiler limitation on 64K methods?

2013-03-23 Thread Eric Lafortune
If you apply ProGuard with shrinking enabled but optimization and obfuscation disabled (-dontoptimize -dontobfuscate), the code will already be more compact, and you can still use a debugger. The source files, class names, method names, line numbers, etc remain unchanged and any breakpoints in

[android-developers] Transfer of entire database directly from one phone to another via Bluetooth - possible?

2013-03-23 Thread Boyd Speer
Is it possible to transfer an entire database directly from one phone to another via Bluetooth? (no phone-to-computer-to-phone) If it is do-able would anyone have any suggestions as to where to find the procedure of sample code for doing so? Thanks! -- -- You received this message because you

[android-developers] Re: Sending and Receiving SMS/MMS in Android

2013-03-23 Thread Etienne
This now has a 200 Reputation Bounty !!! http://stackoverflow.com/questions/14452808/sending-and-receiving-sms-and-mms-in-android -- -- 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: [android-developers] TimerTask and Handler without inner class.

2013-03-23 Thread TreKing
On Sat, Mar 23, 2013 at 8:03 AM, MarkG123 wrote: > Got a bit of a problem. I am trying to use TimerTask and Handler to do my > background work, all the examples I have seen use the TimerTask as an inner > class. I need my class to be a regular class, as it's called from a couple > of different cl

[android-developers] TimerTask and Handler without inner class.

2013-03-23 Thread MarkG123
Got a bit of a problem. I am trying to use TimerTask and Handler to do my background work, all the examples I have seen use the TimerTask as an inner class. I need my class to be a regular class, as it's called from a couple of different classes. Is this possible? Can someone show me how? Thanks

[android-developers] Invitation to use Google Talk

2013-03-23 Thread Google Talk
--- You've been invited by rambabu mareedu to use Google Talk. If you already have a Google account, login to Gmail and accept this chat invitation: http://mail.google.com/mail/b-3f8a247e93-b2e4f4bc21-yLFgs_9TaAix6CIjw59UaYAWbRM

[android-developers] How to fire key-up event only?

2013-03-23 Thread Farhan Tariq
Hi guys, I am in a tricky situation, hope you can help me with it. I have 4 buttons, horizontally placed one after another in a linear layout. When I press on button 1, drag my finger to any other button and release touch, I want to be able to get the view(button) on which the finger was lifted. I

[android-developers] Re: SdkController app

2013-03-23 Thread Sebioff
Did you get it working in the meantime? This would be such an awesome tool, but I can't get it working either and not many people seem to know that this even exists, so it's hard to find help... Am Mittwoch, 14. November 2012 00:24:38 UTC+1 schrieb colin: > Hi, > > Has anybody been able to ge

Re: [android-developers] Re: zygote preloading jars

2013-03-23 Thread Mark Murphy
On Sat, Mar 23, 2013 at 1:43 AM, miten wrote: > You are suggesting that custom ROM is the only way to get apks share > libraries ? It is the only way to distribute a shared library. The recipe that skink is having you follow is fine if you have one device (or emulator), which you can root and cha

[android-developers] Re: SlidingDrawer

2013-03-23 Thread Pent
> I mean allowing the user to dynamically change the size of the open drawer. > Right now, when you let go, it either springs open or shut. Ah, misunderstood you then. Since there's no 'amount open' callback in the API I guess it's not intended to remain in a partial state, you would have to chan

[android-developers] Re: zygote preloading jars

2013-03-23 Thread skink
On Saturday, March 23, 2013 6:41:51 AM UTC+1, miten wrote: > > Hi, > > I already modified the platform.xml as below: > > > > > file="/system/framework/android.test.runner.jar" /> > file="/system/framework/javax.obex.jar"/> > file="/system/framework/androi