[android-developers] how to create groups and gett al groups and also show all groups members in lisitview in android

2016-03-09 Thread sumit kumawat
plz help me to find this issue how to create groups and get all groups and also show all groups members in lisitview in android -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails

[android-developers] In search of help- having trouble running an app.(automotive related)

2016-03-09 Thread Tony
Sorry if this isnt allowed or if Im even in the right place. I know nothing about Android apps and Im just looking for someone that can tell me why this app isnt working on my device. Or if if it is even possible for it to work. I have one of these 7" Android 4.4 based car stereos (off ebay-

[android-developers] Immediate Interview: Drupal Interview - CT/NY

2016-03-09 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the below role,Position: Drupal DeveloperLocation: Norwalk, CT.Duration: Long Term Contract Need Local or nearby* * Rate:$50/hr on C* *2C* *Client is looking for a motivated and experienced candidate to

[android-developers] Warning emails from Google Play

2016-03-09 Thread Jacob Weber
My company develops apps which our client publishes to the Play store. Recently the client got an email "Google Play warning: You are using a vulnerable version of Apache Cordova". We can address the issue, but we'd like to receive this kind of warning ourselves, before the client does. If we

[android-developers] Re: appcompat (Toolbar/ActionBar) necessary at level >= 21?

2016-03-09 Thread Travis Wellman
Due to no response after 20+ hours, I asked this same question on SO: http://stackoverflow.com/q/35900881/1413900 -- 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] Is every ANR reported?

2016-03-09 Thread appstasy
Simple question - is every ANR reported to the developer console? Since there is no button to report, I assume that every ANR is reported to the console - am I right? Kind regards, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

Re: [android-developers] Marshmallow update

2016-03-09 Thread TreKing
On Tue, Mar 8, 2016 at 6:39 AM, Ken Lawton wrote: > When I said "last update" I meant the one previous to Marshmallow. > Lollipop. When that one came out, I had no troubles. > Ah, OK. > Anyway > Considering I haven't found anyone else complaining about this

[android-developers] Two-way data binding not working

2016-03-09 Thread Krishna Sarma
Hi, I am trying to use two-way data binding for editing user data. I am able to show the POJO contents in the view but the changes made by user are not able to capture back through POJO. public class MainActivity extends AppCompatActivity { ActivityMainBinding binding; @Override

[android-developers] Re: In-app purchases made via promo codes return empty developer payload string

2016-03-09 Thread Mattia Roccaforte
Reporting the same problem. Using Play Services 8.4.0, IAB v3. A purchase made with promo code via the in-app purchase flow, always returns an empty string as payload, preventing any kind of payload verification. I consider this a high priority issue since there is no way as of now to know

[android-developers] Hotlist of Technocraft Solutions

2016-03-09 Thread Tapan Kushwaha
Hi, Greetings ! ! *Sorry if I am disturbing you.* Hope you are doing well. Please find updated hot list of our excellent consultants available immediately for contract opportunities with your requirements. Appreciate if you let me know the open positions you have for them. *Please add

[android-developers] Re: Send free copies of my games (codes)

2016-03-09 Thread Random Person
Just found out: There is now a "Promotions" tab in the google play dev console witch lets you do that. -- 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] Updated Hotlist

2016-03-09 Thread Narasimha S
Dear Business Partner, Hope you are doing well!! This is *John* from *Sriven Technologies*, I would like to present our available resources for new projects. Please have a look at the below hot list and let me know if you have any contract positions open with your client. You can reach me on

[android-developers] Re: One big json call or multiple per activity calls for json?

2016-03-09 Thread Brill Pappin
Neither. Implement Syncing properly instead. I just inherited code where the developer didn't know what he/she was doing and the app is littered with async tasks doing ever calls for each activity. Worst code I've had to deal with in a long time. Here, watch this video:

[android-developers] Re: Google Cloud printing for below 4.4

2016-03-09 Thread Rajesha S G
Nobody helped . Ok i only got the solution the problem is in PrintDialogActivity given in https://developers.google.com/cloud-print/docs/android#printdialogactivityjava in that we have to add @JavascriptInterface for each methods of interface PrintDialogJavaScriptInterface On Monday, March 7,

[android-developers] Calling System.LoadLibrary on a separate thread for faster boot time

2016-03-09 Thread kavita garg
Hi Folks, I was wondering if it is possible to Call System.LoadLibrary on a separate thread for faster boot time. I have an app which has a lot of native code and hence takes a lot of time to boot because of System.LoadLibrary.I saw there is synchrozied(this) inside Runtime.java so we ca not

[android-developers] text justification

2016-03-09 Thread Pedro R
Hi, I'm trying to justify a description textview (with info comming from a database), but I can't justify the text... What's your sugestion, even it using material design concepts? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] add a tolerance to the geofence events

2016-03-09 Thread BruceAndroid
add a tolerance to the geofence events but many are false positives generated which are derived from my position near the edge of the circle. as my point with radius of 500 meters is at these coordinates x 8.6404767 y 39.273838 ok. if the GPS detects the type 8.7 39.28 signals it's starting

[android-developers] sqlite data pass from one activity to new activity

2016-03-09 Thread Morne van Rooyen
Hi I would like to pass sqlite data from DbAdapter to MainActivity but I can't find any helpful questions can help me. I have search for a couple of weeks now.Below is my code: DbAdapter.java has this code in it. public int countTypesWithTeam(String type, String team, String match_id) {

[android-developers] In-app purchases made via promo codes return empty developer payload string

2016-03-09 Thread Jérémy R
Hi all, We are several developers to experience issue with in-app purchases & promotion: if the promotion is used inside the app instead of the standard payment method, the returned developer payload is empty. A post has been opened on Stack Overflow:

[android-developers] Periodic Sync not working.

2016-03-09 Thread 'Marc Tigges' via Android Developers
Im using SyncAdapter for some server client synchronization. In the official developer guide it is mentioned that there are different methods to trigger a sync. *1 Run the Sync Adapter When Server Data Changes*