[android-developers] How to implement Yelp Api inside onPerformSyn

2016-08-07 Thread e-reflex Memory
Could you guys give me a little push here. I'm stuck trying to run the yelp api inside the onPerformSyn. How can I possible do this. I'm getting the error below. Please help is appreciated. public class SyncAdapter extends AbstractThreadedSyncAdapter{ public final String LOG_TAG =

[android-developers] Problem to start AVD on Android Studio 2.1 running on Linux Mint

2016-08-07 Thread Tiago Santos de Santana
Hi! I'm trying develop some apps in Android Studio 2.1, but I've got a problem to start the AVD to test my application. I'm running the Adroid Stuido on Linux Mint. When I start the AVD, the prompt is opened but this just stay in load screen: Below, there are some logs about the AVD that I

[android-developers] HOTLIST

2016-08-07 Thread Madhu Sudhan
Hi, Below are the available consultants, Let me know if you have any requirements, You can reach me at *630-(923)-6952* or *madhu.usitrecrui...@gmail.com* *Name* *Skill* *Location* *Relocation* *D B* *Sr. SAP BW/BOBJ/HANA Lead **(8 years)* *PA* *Open* *R

Re: [android-developers] Java Error

2016-08-07 Thread Steve Gabrilowitz
You have to install the JDK before it will work! On Aug 7, 2016 11:47 AM, "Matthew F Photo" wrote: > Hi, > > I just downloaded Android Studio and in the Setup Wizard it says "We > could not detect a Java Development Kit (JDK) v7 or newer on your system. > Please

[android-developers] Java Error

2016-08-07 Thread Matthew F Photo
Hi, I just downloaded Android Studio and in the Setup Wizard it says "We could not detect a Java Development Kit (JDK) v7 or newer on your system. Please browse to its path if known:" and then it gives me a link to download a kit from Oracle. When I download software from that Java link

Re: [android-developers] button onClick handler retrieve custom attribute value declared in activity_main.xml

2016-08-07 Thread Steve Gabrilowitz
toString() returns a string representation of an object which is not necessarily the value of the object. your view.getTag() returns an object which is already a String so all you have to do is cast it to string rather than using toString() on it String buttStr = (String) view.getTag(); is what

[android-developers] button onClick handler retrieve custom attribute value declared in activity_main.xml

2016-08-07 Thread Thomas Fazekas
Dear all, here is what I want to do : declare a whole bunch of buttons in the activity_main.xml each of them having one custom tag (in this case it's called "tag"). All the buttons would share the same onClick handler, where I would use this custom property value to construct some strings (a

[android-developers] button onClick handler retrieve custom attribute value declared in activity_main.xml

2016-08-07 Thread Thomas Fazekas
Dear all, here is what I want to do : declare a whole bunch of buttons in the activity_main.xml each of them having one custom tag (in this case it's called "tag"). All the buttons would share the same onClick handler, where I would use this custom property value to construct some strings (a

[android-developers] Multi-locale doesn't work in Android N emulator

2016-08-07 Thread Eric Chiang
>From my experiment in Android N emulator, Locale.getDefault() method always get the first preference in user's locale list. No matter the first preference locale exist in my apps or not ,the result always the same. If the apps do not have resources for the first locale , the app would not