[android-developers] Android First install launch issue

2016-05-30 Thread Andy Dev
I am facing issue with my android app. If a user installs my app through apk file. After installation a window appears with two buttons *open* and *done* which is part of android os. When user taps on *open,* it opens my launcher activity. Which is great... After landing to Launcher

[android-developers] firebase and play service 9

2016-05-30 Thread Vaibhav Agrawal
since firebase crash and config is available only after play service 9 .. its important to know how much audience is currently at this version .. so how can we know it ??? secondly since firebase analytics identifies its unique user so it must also be creating a user id for that user as for

Re: [android-developers] How to find ip address through hostname in local network?

2016-05-30 Thread Mangesh Sambare
@Richard: Thanks for your valuable reply. I helps me. But How I can configure DNS server for my linux base system. Could you please share some demo/procedure for it. On Mon, May 30, 2016 at 8:34 PM, Richard < lists-android-...@listmail.innovate.net> wrote: > > > Original Message

[android-developers] Using Custom SDK

2016-05-30 Thread amruta . pawar987654321
Hi, I have built a custom SDK (modifying SDK 23) and set its build version (API) to 50 (So as not to clash with the existing ones). I want to use custom libraries of

[android-developers] soft home button cover my windowbackground

2016-05-30 Thread woaizhangyanting
hi everyonve,i'm getting a problem in my app , when i set a theme( which has a attrbute windowbackground to avoid white screen when app start ) to my launcher activity the background was covered by the soft home button , how can i sove the problem. -- You received this message because you are

[android-developers] Re: why my application app is first installed to the phone it costs more than 20s to before call the LAUNCHER Activity.

2016-05-30 Thread woaizhangyanting
even when i use a new android project it also cost long time . 在 2016年5月31日星期二 UTC+8上午9:45:12,woaizhan...@gmail.com写道: > > hi everybody, my app comes up a problem, when my app is first intalled to > my phone(Mi4 6.0) , app start so slowly, and it cost a long time before > calling the launcher

[android-developers] Google Play Services not compatible with Galaxy S4 Mini (v4.4.4)

2016-05-30 Thread 'Baudouin G' via Android Developers
Summary of the problem: My phone is a Galaxy S4 Mini SHV-E370K (K-Telecom, Korea) After the battery was killed by the "Touchwiz has stoped and recovered" bug (thank you Android, it is a know issue ..), I have re-rotted my phone to factory default. I have make OS update up to Kitkat 4.4.4 which

[android-developers] why my application app is first installed to the phone it costs more than 20s to before call the LAUNCHER Activity.

2016-05-30 Thread woaizhangyanting
hi everybody, my app comes up a problem, when my app is first intalled to my phone(Mi4 6.0) , app start so slowly, and it cost a long time before calling the launcher activity's "oncreate()" method. can somebody give some advice tome ? thanks a lot. -- You received this message because you

Re: [android-developers] Android watch

2016-05-30 Thread mike digioia
Hi, I am a BT developer and would like to help. Let me know what your plan is? On May 28, 2016 9:01 AM, "Steve Gabrilowitz" wrote: > I've developed several apps for phone and tablet and now want to try my > hand at developing a wearable app. Googled some and found numerous

[android-developers] Re: Android watch

2016-05-30 Thread Steve Gabrilowitz
On Saturday, May 28, 2016 at 12:07:42 PM UTC-4, Steve Gabrilowitz wrote: > > I've developed several apps for phone and tablet and now want to try my > hand at developing a wearable app. Googled some and found numerous > examples of how to send notifications to the watch and tutorials for >

[android-developers] HttpURLConnection always sends GET

2016-05-30 Thread Qoheleth
Hi. I'm trying to send json data via HttpURLConnection by POST using: URL url = new URL(serverAddr); urlConnection = (HttpURLConnection) url.openConnection(); urlConnection.setDoOutput(true); urlConnection.setRequestMethod("POST"); urlConnection.setChunkedStreamingMode(0);

[android-developers] aggiornamento app

2016-05-30 Thread Roberto Fabrizio
Ciao, sono nuovo nel mondo dello sviluppo app di Android. Sono riuscito a caricare la mia app con successo ma non riesco a caricare l'aggiornamento, quando provo a caricare mi da il seguente errore: Caricamento non riuscito Il pacchetto dell'APK deve avere il nome

[android-developers] Protecting my algorithms when I release a library

2016-05-30 Thread Niranjan U
I'm working on developing a library with a set of APIs that developers can latch on to, and then build their Android applications on top of this library. However, I have an issue here. I have an encryption key in the code that I want to protect. So, I want to prevent users from reverse

Re: [android-developers] How to find ip address through hostname in local network?

2016-05-30 Thread Richard
Original Message > Date: Monday, May 30, 2016 19:26:44 +0530 > From: Mangesh Sambare > > Hi guys, > > Hope you are great. I am newbie in android. I am struggling at one > issue. please help me. please see following link. > Here is my question

[android-developers] How to find ip address through hostname in local network?

2016-05-30 Thread Mangesh Sambare
Hi guys, Hope you are great. I am newbie in android. I am struggling at one issue. please help me. please see following link. Here is my question : http://stackoverflow.com/q/37525371/5015103?sem=2 -- Thanks and Regards, Mangesh Sambare -- You received this message because you are subscribed

[android-developers] Android expansion (obb) patch file version number

2016-05-30 Thread Balázs HT
I have uploaded my application to the Play Store with a huge expansion (obb) file. Everything's working fine, no problem with that. But now I have to upload a small update to the expansion file. I want to use the patch expansion file because I don't want to force the users to download the

[android-developers] fused location provider provides fake accurate location

2016-05-30 Thread Li
I'm using the fused location provider to track the user location on android. Most of the time it works great, the location signals seem correct, but from time to time I receive fake location points which seem accurate (accuracy <= 30) from a distant point which I have never visited. It happens