Re: [android-developers] RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-12-03 Thread Piren
You checked this doesn't work on a device right? You haven't posted the RelativeLayout that holds them, i'm assuming it using match_parent and not wrap_content for the height. Either way, try wrapping the Relative Layout with a FrameLayout and pass View3 to that layout. On Tuesday, December 3

Re: [android-developers] How to call from Android Native Dialers, ignore other dialers

2013-12-03 Thread Piren
Although i agree with your statement that such an app can be really annoying, depending on what needs to be done. this might be mandatory. A good example of that is a number verification process, where the app needs to verify the phone number used on the device. The best way to avoid getting the

[android-developers] Re: Determine Application State (Foreground/Background) when onNewIntent() is called due to URL scheme

2013-12-03 Thread Piren
Try checking how much time passed between the onPause and onNewIntent, Not 100% accurate, but should work for you. On Wednesday, November 20, 2013 3:55:35 AM UTC+2, Piyush Hari wrote: > > onNewIntent() of MainActivity with launchMode 'singleTop' is called when > application is invoked using its

Re: [android-developers] issue with google play game services

2013-12-03 Thread TreKing
On Wed, Dec 4, 2013 at 12:30 AM, Mohan Krishna < mohankrishnayarragu...@gmail.com> wrote: > Here is the exception shown : "This client ID is globally unique and is > already in use.". Did you try doing a search for that error ... ? ---

[android-developers] Integrate BBM in Android Apps

2013-12-03 Thread Ratheesh Valamchuzhy
Hi All I am working on Android app in which has an option to connect with BBM contact(PIN). Is there any API is available for achieve this. How we can do this in Android . Any help is thankful -- -- ωιтн яєgαя∂ѕ Ratheesh ... -- You received this message because you are subscribed to th

[android-developers] issue with google play game services

2013-12-03 Thread Mohan Krishna
Hi Everyone, i have started using google play game services recently, and i am facing the following error while trying to generate client id, please help me figure out what is the pause. Here is the exception shown : "This client ID is globally unique and is already in use.". Thanks in advanc

Re: [android-developers] Re: With Updated APK, Can't Purge Previous Data

2013-12-03 Thread Mukesh Srivastav
Basically on upgrade move the data to the same DB and let say,if you add new filed in your sqlite, just update the version of the DB that helps in retaining the old data. On Wed, Dec 4, 2013 at 3:45 AM, Streets Of Boston wrote: > If your updated APK has its own SQLite database and your app uses

Re: [android-developers] How long will Android/Google Maps v1 be supported?

2013-12-03 Thread TreKing
On Tue, Dec 3, 2013 at 10:26 AM, Joe Plante wrote: > I was just wondering how long we have to migrate apps over to Maps v2 > before Google shuts it off. You're unlikely to get an official answer, but I don't think it's being shut off: https://developers.google.com/maps/documentation/android/v1/

[android-developers] Re: With Updated APK, Can't Purge Previous Data

2013-12-03 Thread Streets Of Boston
If your updated APK has its own SQLite database and your app uses a sub-class of SQLiteOpenHelper, you could increase your database version each time your update your app (increase version value in SQLiteOpenHelper constructor) and implement that sub-class' onUpgrade method to clear out data (e

[android-developers] How long will Android/Google Maps v1 be supported?

2013-12-03 Thread Joe Plante
Hi Folks, I was just wondering how long we have to migrate apps over to Maps v2 before Google shuts it off. I am already in the process of updating an app to v2, but if there's a date (even ball-parked), it could help with setting up deadlines. Thanks. -- Joe -- You received this message bec

Re: [android-developers] BLE support in Android

2013-12-03 Thread Justin Anderson
And the S2 will likely never get that update... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Dec 3, 2013 at 8:56 AM, Justin Anderson wrote: > Right... but as I pointed out, the S2 is not running Android 4.3 so it > doesn't matter if the hardware

Re: [android-developers] BLE support in Android

2013-12-03 Thread Justin Anderson
Right... but as I pointed out, the S2 is not running Android 4.3 so it doesn't matter if the hardware supports it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Dec 3, 2013 at 8:48 AM, Guillermo Polonsky wrote: > @MagouyaWare > > Android is softw

Re: [android-developers] BLE support in Android

2013-12-03 Thread Guillermo Polonsky
@MagouyaWare Android is software, BLE chip is hardware. The cellphone itself can have the dual chip but the software might not be ready to go at the time of release, so it can have Android X.X and then in an upgrade make use of BLE and make full use of BLE dual chip (in case it has it). It would n

Re: [android-developers] BLE support in Android

2013-12-03 Thread Justin Anderson
> > I've a few words for you too...I'm a computer engineer and I do know how > to search and google, thanks for those links but they are NOT helpful at > all. That's very interesting... Because the first link in the lmgtfy.com link tells me that Android 4.3 is the first version of Android that su

Re: [android-developers] How to call from Android Native Dialers, ignore other dialers

2013-12-03 Thread Justin Anderson
While that package name may be correct on the devices you tested, there is no guarantee that it will be correct on ALL Android devices. Here is an example from StackOverflow where the OP was having a problem using the "com.android.phone" package: http://stackoverflow.com/questions/11038286/androi

Re: [android-developers] help need

2013-12-03 Thread Vo Trung Liem
@Josphat, Please pay for me before asking other pay for you. On Sat, Jun 8, 2013 at 5:12 PM, Josphat Muchiri wrote: > all the best > > > On Sat, Jun 8, 2013 at 2:52 AM, ramesh babu wrote: > >> google would offer me a better way bro >> >> >> On Sat, Jun 8, 2013 at 3:13 PM, Josphat Muchiri wro

[android-developers] Confusing with getGlobalVisibleRect, different values

2013-12-03 Thread Emanuel Zienecker
I'm try to zoom a FrameLayout with the following example from der android developers site: http://developer.android.com/training/animation/zoom.html My concrete Problem, in the first time the animation is right, is expand from the thumbView, in the second time the animation comes from 'somewhere

Re: [android-developers] RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-12-03 Thread Alex Andro
Ok, I will post 2 images, I think is the best explanation. In the first one, view3

[android-developers] GCM Server API key Expiration time

2013-12-03 Thread Bunty syed
Hi all, Hope doing well.. I want to know whether GCM server API key generated for push notification using google project has expiry date/time ?? Thanks & Regards, Bunty Syed -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] need external trigger device

2013-12-03 Thread Dennis
Hi im working on a game, and i need some sort of trigger attached to the android device through the audio inlet or USB. it only needs to be 1 or 2 microswitches that i can read the state of from the app. i have seen some info on ADK and IOIO (yo-yo) but it seems like overkill. ideas are welco

Re: [android-developers] BLE support in Android

2013-12-03 Thread Guillermo Polonsky
@MagouyaWare I've a few words for you too...I'm a computer engineer and I do know how to search and google, thanks for those links but they are NOT helpful at all. BLE chip comes in 2 different flavor, BLE only and dual which can talk to bluetooth 2.1 and BLE as well. Next time you try to be so

[android-developers] Re: RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-12-03 Thread 12169
Hi, can you please provide the complete code and image what you want to made. On Monday, November 18, 2013 5:06:23 PM UTC+5:30, Alex Andro wrote: > > Hi, > > It is my first post here, so if do mistakes like wrong place to post or > improper question please forgive me. > I want to put view1 below

[android-developers] Re: Avoid app force closed issue.

2013-12-03 Thread 12169
Hi, first make your http connection in AsynTask and then properly debugg your application. On Tuesday, December 3, 2013 10:38:40 AM UTC+5:30, sree wrote: > > Hi friends, > some times i am faceing a problum.That is when i am getting data from > server using web services ,some times my app is f