[android-developers] Android Notification for GCM

2016-01-15 Thread Florian Bock
Hi guys, I have a really annoying problem with Android notifications in case of Google Cloud Messaging. I searched many forums and tutorial pages but never got the "correct" answer or hint how to do this correctly. Scenario: - My app communicates with a php script file on a webserver. - This

[android-developers] Re: Running an experiment in open beta-test

2016-01-15 Thread MIchael Grab
up -- 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. To post to this group, send email to

[android-developers] Gradle sync and internal http does not work in a fresh install of Android Studio 1.5.1

2016-01-15 Thread Marcus Laranjeira
I'm trying to install and start learning Android Development. I have tried a lot of things to get Android Studio working, but I simply can't! There are 2 errors: Gradle 'MyFirstApp' project refresh failed - Error:Protocol family unavailable and Internal HTTP server disabled: Cannot start

[android-developers] Decision making according to what the input in numeric field in ODK form

2016-01-15 Thread Seema Rani
Hello,, I am stuck on a point where I have to decide form redereing from ODK according to the inputs, like If I hacve enterd 2 in numeric field want to open form twice. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

[android-developers] SharedPreferences: can't keep information stored for future access

2016-01-15 Thread Pedro CLR
I was asked by my employers to developed a webview-based app. > MainActivity will just check if there's already a SharedPreferences file saved: - if true, loads the information on that file; > I also check if the URL registered in that file is an empty value (""), in which case I

[android-developers] Re: Help with this code

2016-01-15 Thread Paulo Figueira
Hi, I've tried to do that on xml file but the problem still going because --- LinearLayout layout = new LinearLayout(this); --- it creates always a new LinearLayout and so i can't make it scrollable. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] google photos assistant - APIs

2016-01-15 Thread Sujeet Mehta
Hi, I need to develop a feature for my app which would include combining images and videos into one video and have some filters and effects applied to them. I am struggling finding apis on android for that. I know google's photo app does similar thing with the assistant and now facebooks moments

Re: [android-developers] SharedPreferences: can't keep information stored for future access

2016-01-15 Thread Dawid Drozd
File.exist() On Fri, Jan 15, 2016 at 6:39 PM, Pedro CLR wrote: > I was asked by my employers to developed a webview-based app. > > > MainActivity will just check if there's already a SharedPreferences file > saved: > - if true, loads the information on that file; >

Re: [android-developers] SharedPreferences: can't keep information stored for future access

2016-01-15 Thread Pedro CLR
thanks, the problem was the path I entered to get to the file I was checking :) once again thanks for the efficiency and the fast answering :) thank you so much for you help On Fri, Jan 15, 2016 at 6:59 PM Dawid Drozd wrote: > File.exist() > > On Fri, Jan 15, 2016 at

[android-developers] Re: How To create an app with live stream (video and audio)

2016-01-15 Thread Paul Ne
I found this https://code.google.com/p/ipcamera-for-android/downloads/list as this http://www.sipdroid.org/ . This is what I've found so far but will check out that link you sent me. Cheers for the help. On Friday, January 15, 2016 at 7:38:04 AM UTC, gjs wrote: > > Hi, > > Not exactly what you

[android-developers] The need for new of ToneGenerator

2016-01-15 Thread Максим Саяпин
I need the tones, which are absent in the ToneGenerator. How I can play a tone handshake and kissoff Ademco ContactID Protocol? The Kissoff tone from the receiver is used to tell the transmitter that the message has beenreceived successfully. The frequency of the tone shall be 1400 Hz. ±3%

[android-developers] Need someone to write some code

2016-01-15 Thread United 45
Hi, I'm currently developing an app, and I need someone to write some java code. Email me if you're interested. It's Android by the way. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

Re: [android-developers] Need someone to write some code

2016-01-15 Thread Dawid Drozd
how much do you pay? On Fri, Jan 15, 2016 at 11:02 PM, United 45 wrote: > Hi, I'm currently developing an app, and I need someone to write some java > code. > Email me if you're interested. > It's Android by the way. > > -- > You received this message because you are

Re: [android-developers] Need someone to write some code

2016-01-15 Thread Justin Anderson
That's quite the assumption to make... We will help other developers (who are writing their own apps) when they get stuck on something and have a question, but your aren't likely going to find someone who is willing to work for you for free. The vast majority of the users on here have full-time

[android-developers] Re: Need someone to write some code

2016-01-15 Thread sardar khan
hy tell me what applciation you want to build or what module .>?? -- 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] Re: Help with this code

2016-01-15 Thread gjs
Hi, I think you might do better using a ListView here is a simple tutorial that might help you get started http://www.vogella.com/tutorials/AndroidListView/article.html Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Is it gambling if it's free?

2016-01-15 Thread drtyharry
Hi! Is is considered gambling according to the Google Play policy if an app offers the user a chance to win an award for answering a question? It costs him nothing. I am thinking of an app that would in essence provide such a service to multiple companies so that the infrastructure for such a

Re: [android-developers] Need someone to write some code

2016-01-15 Thread United 45
I was just assuming you guys were interested in solving problems for the fun of it. On Friday, January 15, 2016 at 2:36:06 PM UTC-8, Dawid Drozd wrote: > > how much do you pay? > > On Fri, Jan 15, 2016 at 11:02 PM, United 45 > wrote: > >> Hi, I'm currently developing an

Re: [android-developers] Need someone to write some code

2016-01-15 Thread Amit
I m interested, please do let me know about the assignment in details. Thanks, Amit On 16 Jan 2016 03:33, "United 45" wrote: > Hi, I'm currently developing an app, and I need someone to write some java > code. > Email me if you're interested. > It's Android by the way. > >

[android-developers] How would you write this is java

2016-01-15 Thread United 45
I'm trying to create an application where you can chat with random people via video. Anyone know how to do this? -- 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

[android-developers] PreferenceFragmentCompat Headers

2016-01-15 Thread -Horus
When one wants to have subscreens of the PreferenceFragment, using Headers is necessary. According to the official tutorial we must override the onBuildHeaders factory method to load the Headers. Problem is, this is my app's

[android-developers] Re: The need for new of ToneGenerator

2016-01-15 Thread gjs
Hi, Here a post with code for a Tone generator - https://groups.google.com/d/msg/android-developers/xGCgQDj_6ME/YqtcwgYuAwAJ Regards On Saturday, January 16, 2016 at 8:00:26 AM UTC+11, Максим Саяпин wrote: > > I need the tones, which are absent in the ToneGenerator. How I can play a > tone

[android-developers] What do u think about community based tool for testing and debugging real android devices from the community

2016-01-15 Thread Guy Doron
I'd love to hear your comments and thoughts about this type of solution to android developers : http://debug.network/ -- 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

[android-developers] Help with this code - Google+ signin

2016-01-15 Thread Ari SLK
I'm following the sample code given by Google to integrate Google plus with android. https://github.com/googlesamples/google-services/blob/master/android/signin/app/src/main/java/com/google/samples/quickstart/signin/SignInActivity.java That code sample worked perfectly fine until I added some

[android-developers] FusedLocationApi : java.io.IOException: Timed out waiting for response from server

2016-01-15 Thread Gunjit Dhawan
This is the error I'm getting. It started showing up all of a sudden. App was working fine for weeks with the same code. Exception is thrown at this line : list = gc.getFromLocation(latFromGPS, lonFromGPS, 1); W/System.err﹕ java.io.IOException: Timed out waiting for response from server

[android-developers] Re: save web page login credentials via webview in android storage

2016-01-15 Thread Pedro CLR
Thank you very much :) I appreciate that. As for the login credentials, it was handled as you adviced, and now I'm simply facing a logic error in the setOnClickListener's onClick method, where something I haven't debug yet is happening, but as I'm facing dificulties using the emulator (low