Re: [android-developers] Marshmallow update

2016-03-07 Thread TreKing
On Mon, Mar 7, 2016 at 3:00 PM, Ken Lawton wrote: > These are apps that have been running with no trouble at all for like 2 > years. Even when the last Android update came out, the widgets continued > along as if nothing had changed. > Didn't you say that all of your widgets started to fail to

Re: [android-developers] AUtomatic grid view reorder

2016-03-07 Thread Don Yohel
i have succeeded in reorganizing each item in the grid view from the most clicked to the less clicked, now i want to save it permanently, such that next time the user opens the app it is in the same order s/he left it On Tuesday, March 8, 2016 at 12:47:44 AM UTC+1, TreKing wrote: > > > On Sun, J

Re: [android-developers] AUtomatic grid view reorder

2016-03-07 Thread TreKing
On Sun, Jan 31, 2016 at 1:24 AM, Don Yohel wrote: > I am working on a project and i wanted to reorganize the items in a grid > view ranging from the most clicked item to the least clicked item. > > Please any help on how i can do that? > Your question is super vague. What have you tried so far?

Re: [android-developers] Real address

2016-03-07 Thread TreKing
On Sat, Jan 30, 2016 at 7:53 PM, Dragomirescu Mihail < dragomirescuu...@gmail.com> wrote: > Is that so ? Yup. > I don't want to put my adress, but also I don't want my account to be > suspended. Use a P.O. box or business address?

[android-developers] Mass Production/setup/cloning of Android Tablets

2016-03-07 Thread Upsream Rick
Greetings: I have a challenge: We will be supplying a Samsung Tab A with a product that we sell. The Tablet controls this product via wireless. I need to mass clone tablets for shipment with our product to include: * several Apps installed * wallpaper loaded for the home and lock screen * Ico

[android-developers] Using Samsung Galaxy A5 as emulator in Android St

2016-03-07 Thread Solo
I am trying to use my own cellphone as emulator in Android Studio. I have the Samsung Galaxy A5 modelnumber SM-A500FU. I am unable to find the OEM driver on the Samsung Website... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubsc

Re: [android-developers] Marshmallow update

2016-03-07 Thread Ken Lawton
These are apps that have been running with no trouble at all for like 2 years. Even when the last Android update came out, the widgets continued along as if nothing had changed. There is no manner of debugging I can do if my current debugging environment doesn't show any problems at all. I gue

[android-developers] ActionMode setCustomView inflater root ViewGroup

2016-03-07 Thread Massimo Del Zotto
Today I spent several hours experimenting with custom ActionMode views. First, I made something with menu items triggering custom dialogs. It was very rough so I decided to go with a custom layout. I have noticed ActionMode.setCustomView(View)

Re: [android-developers] Marshmallow update

2016-03-07 Thread TreKing
On Mon, Mar 7, 2016 at 11:34 AM, Ken Lawton wrote: > My assumption is that because my manifest is pointing to an earlier > release (as far back as 19), they simply won't work until I recompile them > with the new 23 target. > Android runs in a compatibility mode with each new release to ensure a

Re: [android-developers] When should I start a new activity ?

2016-03-07 Thread TreKing
On Sun, Mar 6, 2016 at 5:39 PM, Draad Ultran wrote: > I understand how to start an activity, but I have trouble understand when > I should. > What I mean is, when should I consider creating a new Activity in my > application instead of updating the one I'm currently using? > An Activity should r

[android-developers] CheckedTextView not showing checkbox when text is RTL

2016-03-07 Thread Giora Guttsait
http://stackoverflow.com/questions/35843715/android-5-0-1-lollipop-not-showing-checkedtextviews-checkbox-with-rtl-text That's the stackoverflow post. There's an image inside showing the problem. Basically, I have a recyclerview that uses a custom layout with a CheckedTextView, and when I insert

[android-developers] Re: issues in installing android studio 1.5.

2016-03-07 Thread Ken Lawton
Check your download. It appears to be incomplete. If it's not somewhere in the area of 1.1gb, it's probably either incomplete or corrupt. On Saturday, March 5, 2016 at 12:51:55 AM UTC-5, Chirag Bansal wrote: > > their is an issue when i install androis studio . > i just download this .exe file

Re: [android-developers] Re: Regarding push notification....

2016-03-07 Thread sardar khan
sorry i haven't implemented it yet.if you send me the code .i can develope it for you. On Mon, Mar 7, 2016 at 9:31 PM, DoN KaRThi wrote: > send me the code frd.. > > Best Regards, > > Karthikeyan (IT dept) > +91 7708284542 > > On 7 March 2016 at 00:30, deepank dwivedi > wrote: > >> Use GCM to

[android-developers] Marshmallow update

2016-03-07 Thread Ken Lawton
Don't know if this has been addressed here yet. Any Google searching I've done has only shown me discussion from things like this from years ago... I am a developer. I have like 13 apps on Google Play. A few of them are widgets. They have been out in the wild and working fine for a few 1000

Re: [android-developers] Re: Regarding push notification....

2016-03-07 Thread DoN KaRThi
send me the code frd.. Best Regards, Karthikeyan (IT dept) +91 7708284542 On 7 March 2016 at 00:30, deepank dwivedi wrote: > Use GCM to notify the android client when there is any updation in table , > use broadcast there to generate any notification or operation . > > On Sunday, 6 March 2016

[android-developers] app unfortunately stop with error FATAL EXCEPTION: AsyncTask #4

2016-03-07 Thread dondesudha
please help me to resolve this error. thank you in advance E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #4 Process: com.app, PID: 16432

[android-developers] Google Cloud printing for below 4.4

2016-03-07 Thread Rajesha S G
Hello all, I am an android developer from Bangalore. Currently developing an application which needs to printer facility from app. But the client has below 4.4 android handheld. To integrate the printer i referring https://developers.google.com/cloud-print/docs/android#printdialogactivityjava

[android-developers] Google Play Services and COPPA Compliance

2016-03-07 Thread pangoweb
Hi, I'm implementing Play services for the first time, in an app (game) which targets all audiences, including children under 13. So I was wondering, does the use of achievements (and potentially leaderboards) from google play services, are ok with COPPA rules for children? I'm thinking, on one

[android-developers] Regarding random behaviour of android Signature using sign()

2016-03-07 Thread Nilanjana Deka
Hi, I have followed Android's keystore mechanism defined by http://developer.android.com/training/articles/keystore.html to generate private key and then used the private key to sign the data. When I am using same private key and same data, I am getting similar signature most of the time.

[android-developers] Intercept an http error and resend with some additional data in a WebView

2016-03-07 Thread Craig Thomson
Hi, I am investigating whether it is possible to hook in to a WebView and handle an error code from the server. I want to add an additional header and resend the request, ideally without wrapping the entire webview to store away any data associated with a post request. My task is further comp