[android-developers] App memory vs extornal memory

2014-07-08 Thread Rahul Kaushik
In my app i need to install files(Html) from the server,i want to save it
unzip it and show in my webview
what could be the best possible place to download save and unzip the file
"App Internal memory or External Memory" of phone

Please Suggest

Thanks
Rahul Kaushik

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] well when tracking location ON GOOGLE MAP eg every 5sec, what technique should use?

2014-07-08 Thread Leonidas Savvides
In other words map location tracking ... can be accuracy:low...?
On Jul 1, 2014 8:10 PM, "lselwd"  wrote:

> using google maps detect location html5 code - better first detect on high
> accuracy falling back (if unavailable) to low accuracy...
>
> well when tracking location ON GOOGLE MAP eg every 5sec, what technique
> should use?
>
> --
> 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 more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/OtyT88CmVRI/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Android GCM without a 3rd party server (Device to Device push notification without 3rd party server via GCM)

2014-07-08 Thread Harri Smått

On 7 Jul 2014, at 16:38, MS  wrote:

> Are we missing anything by not choosing to push via our own server? 
> 
> Is following such an implementation correct?
> 
> 

Guess it works - but isn't it any concern to you that you need to bundle your 
Sender Id, usually stored only on 3rd party application server, within the 
application?

And, well, can't tell how Google reacts once their GCM server gets hammered 
from millions, if not trillions, different IPs with your Sender Id.

--
H

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Android GCM without a 3rd party server (Device to Device push notification without 3rd party server via GCM)

2014-07-08 Thread MS
Hi Harri Smatt,

Sender Id needs to be in the App to register with GCM server and get the 
GCM ID. I believe you are referring to GCM API key.

We will be encrypting the GCM API Key in our app. 
On top of that we will be using DexGuard to obfuscate the code.
And more over sending message to GCM is an *HTTPS *call.
Considering all the above, we think that it should be secure enough.

Thanks a lot for your reply. Do you foresee any other issues?

Varun 


On Tuesday, 8 July 2014 22:24:17 UTC+5:30, Harri Smatt wrote:
>
>
> On 7 Jul 2014, at 16:38, MS > wrote:
>
> Are we missing anything by not choosing to push via our own server? 
>
> Is following such an implementation correct?
>
>
> Guess it works - but isn’t it any concern to you that you need to bundle 
> your Sender Id, usually stored only on 3rd party application server, within 
> the application?
>
> And, well, can’t tell how Google reacts once their GCM server gets 
> hammered from millions, if not trillions, different IPs with your Sender Id.
>
> —
> H
>

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to list my app as Wearable compatible?

2014-07-08 Thread Tung Mai Le
Hi,
I'm wondering how to list my app as wearable compatible, like in this list?
https://play.google.com/store/apps/collection/promotion_30008f2_io_android_wear?hl=en

My app has been designed for 'wear' device already.

Rgrds,
Tung.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] DisplayInfo and Detecting WiFi displays

2014-07-08 Thread Moshe Kravchik
Hi,

I'm trying to reliably detect when Miracast is used and the screen id 
mirrored to a WiFi display. 
I haven't found in the documentation of android.view.Display any indication 
of whether the display is WiFi or not. However, when I debug the code I see 
that the Display object has a member of type DisplayType which has the 
required information. 

I'm puzzled to discover that in the AOSP sources there is a function in 
Display class to retrieve this DisplayInfo, as well as in the sources 
coming with the SDK. 

So can I use this function and DisplayInfo? Should I use reflection for 
that? Is it reliable?

Moshe 

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.