[android-developers] Problemas al publicar apps de clientes a los que les desarrollo sus apps

2016-06-02 Thread Miguel Angel Galicia Salazar
Buenas noches y hola a todos. De verdad que me encuentro confundido. estoy desarrollando apps para clientes a los cuales les vendi crear sus apps y subirlas a google play. el día de ayer subí una app de un cliente que tiene un salon de fiestas, no se hizo nada incorrecto, se cumplió con los

[android-developers] Re: Working with spinners

2016-06-02 Thread Divya Rajwani
thank you so much Tushal that worked. On Friday, May 27, 2016 at 5:57:59 PM UTC+5:30, Trushal wrote: > > May be you are keep appending data in some lists which is bound to Second > spinner adapter. Keep clearing list before adding new group data. > Post your code snippet here if you still facing

[android-developers] Sr. Oracle R12 Financials (AR) Techno/Functional Lead

2016-06-02 Thread Anil
*Greetings from Ignis technologies,* *Please check the requirements below and advise the right consultants along with Rate, Availability, Contact Details, Current Location & Visa Status.* *We have an immediate opening for the below given position.* *Title* *Sr. Oracle R12

[android-developers] Re: Problem in the guide "Building your first app"

2016-06-02 Thread Noam Meirovitch
Hey, Try to use "Basic Activity" template , it should create the content.xml file for you in the layout.. בתאריך יום חמישי, 2 ביוני 2016 בשעה 15:54:27 UTC+3, מאת Jesper Lindberg: > > Hello! > I'm going to take an android programming course this summer and I thought > I could start and get

[android-developers] AndroidStudio Freeze while working on UI

2016-06-02 Thread Noam Meirovitch
Hi, In the last couple of days, my AndroidStudio suddenly freezes while working on the UI. It's simply freezes and even if I wait for 10 minutes it won't resume itself and the only thing I can do is to terminate the process through task manager and start the Studio again. I checked for

Re: [android-developers] Download Manager: Pause & Resume

2016-06-02 Thread TreKing
On Wed, Jun 1, 2016 at 2:29 PM, himanshu wrote: > I'm able to Pause a download by setting COLUMN_CONTROL to CONTROL_PAUSED Where in the API does it indicate that this is how you pause a download?

[android-developers] Looking for Oracle R12 CRM Functional Consultant in Jarret way, Austin TX, 78728

2016-06-02 Thread SALMA BHAT
Hi Partners, Looking local or near by consultants ONLY. Please share profile at *naseer.ah...@nityo.com * *Skill Set* Oracle R12 CRM Functional Consultant- for upgrade project *Work Location* Jarret way, Austin TX, 78728 *Special Instructions* NA *Job

Re: [android-developers] Facebook android sdk

2016-06-02 Thread TreKing
On Wed, Jun 1, 2016 at 4:11 PM, SenyaApps Official < contact.senya...@gmail.com> wrote: > i want to know if i added it properly or not ! > If you can't tell if you'd added it properly to your own app, how is anyone else supposed to answer that?

[android-developers] Changing between Navigation Drawer fragments is slow

2016-06-02 Thread Amitai Rosenberg
Any ideas? -- 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] Need SQL Server Developer at Bedford, NH

2016-06-02 Thread ravi kumar
Hi Hope you are doing great! This is *Ravi Kumar*, working as a Technical Recruiter at *Nityo Infotech* . Please find below Job Description and let me know your interest. *Role :: SQL Server Developer * *Location :: Bedford, NH* *Duration :: 12+ Months* *JD ::* ·

Re: [android-developers] Remove permissions in later release

2016-06-02 Thread TreKing
On Thu, Jun 2, 2016 at 4:43 AM, wrote: > If I remove them and publish another version, are they removed than in the > store description or does it keeps them from the initial apk? Yes. Permissions listed in the Play Store reflect the permissions defined in the latest

Re: [android-developers] Looking for SVD Google API System Image with Google Play Services 9

2016-06-02 Thread TreKing
On Wed, Jun 1, 2016 at 1:32 PM, Greg Lindstrom wrote: > Is there a Google API System Image that has the Google Play Services 9 and > the updated Google Play Games? Probably just need to wait for an update from Android Studio. GPS 9 is fairly recent.

[android-developers] HOT-LIST

2016-06-02 Thread sai praveen G
*Hi* *Please find the updated hot-list of my consultants..* *Please send the suitable requirements to *s...@theplanetp.com *or feel free to call me at **786-484-7805* *S.No* * Name* *Skill / Job Title* *Experience* *Location* *Relocation* 1 Ram .Net 8+ CA Open 2 Vaibhav UI

[android-developers] Looking for SAP PLM in West Allis (Milwaukee) Wisconsin with infosys

2016-06-02 Thread SALMA BHAT
*Please share resume at * *naseer.ah...@nityo.com * *Desk : 609-853-0818 Ext: 2184* *Skill Set* SAP PLM *Work Location* West Allis (Milwaukee) Wisconsin *Special Instructions* NA *Job Description* Duration of Hiring : 3 to 6 months Detailed job description -

[android-developers] Looking for SQL DBA in Tampa, FL With my direct Implementation partner Infosys

2016-06-02 Thread SALMA BHAT
Hi Partners, Good Morning Please share profile here naseer.ah...@nityo.com Desk : 609-853-0818 Ext: 2184 *Skill Set* SQL DBA with knowledge of Oracle DBA activities and GG. *Work Location* Tampa, FL *Special Instructions* NA *Job Description* The Client is now looking for an SQL

[android-developers] Help please - Bricked Nexus 9 after uninstall of Android N

2016-06-02 Thread Graham Dean
Hi I need some help please, not really technical but loaded the Android N beta on my Nexus 9 wi-fi, as it was crashing almost hourly I opted to restore it to factory defaults, it is now stuck in a boot loop. Tried to install the current supported factory image using ADB OTA sideload but it

[android-developers] Problem in the guide "Building your first app"

2016-06-02 Thread Jesper Lindberg
Hello! I'm going to take an android programming course this summer and I thought I could start and get prepared by following some of the guides on developer.andoird.com I was following the guide "Building your first app" when I encounter a problem. The problem I encounter was on step "Display

[android-developers] Give a review as a beta tester on production version

2016-06-02 Thread mathias . nacry
Hi, I've my app in an open beta testing program. The app is currently only on production. (No beta test version running) Testers are facing a problem when they want to provide a review, on current production version : The following message in toast occurs : "Erreur lors de récupération des

[android-developers] Resize ImageView with only one finger movement instead of two

2016-06-02 Thread bahadirhatunoglu
I'm trying to change an ImageView's height with only one finger movement (upside or downside). The code below changes height with two fingers (like pinching or reverse). How can I modify this code to do what I want? Thanks. public class MainActivity extends Activity { private ImageView

[android-developers] A bug(I call) After a minor update from google.

2016-06-02 Thread Kalyan Kumar Podicheti
I am Moto G 1st gen user. After a recent update from google. I lost the options of pop-out menu with a long press on message, which helps to forward,mark important options etc. Its really irritating to not being able to forward the received sms. Its not being allowed to copy text from the

[android-developers] Quick User Test before you launch your android app on play store

2016-06-02 Thread vimlesh gautam

[android-developers] Receiving error while installing the Android studio

2016-06-02 Thread iamrohan
I am getting following error when installing Android Studio: "the following sdk components were not installed: android support repository" I am running Mac OS X El Capitan. Screenshot: http://prntscr.com/bb2sk2 I tried it a couple of times over past couple of days thinking that it might be

[android-developers] Problem in usb debugging

2016-06-02 Thread akshaybissa . capsitech
I would be glad if someone could help me. I am using an ASUS Memo Pad ME172V. I am using Android Studio for developing applications and I am using a MAC. When I am connecting my device to the MAC. My device is not being listed in the available devices for debugging list. I request if someone

[android-developers] Re: Unmarshalling unknown type code

2016-06-02 Thread RaviShankar
@Namrata, Can you please let me know what is the root cause of this issueI am facing same issue... On Wednesday, 18 May 2011 22:01:27 UTC+8, Namrata wrote: > > hmm..I got the clues..will try with these..thanks > > On May 18, 5:38 pm, Kostya Vasilyev wrote: > >

[android-developers] Remove permissions in later release

2016-06-02 Thread pgandroid2015
Hello, I just published an App and I see now that I have to many permissions defined in my manifest. If I remove them and publish another version, are they removed than in the store description or does it keeps them from the initial apk? -- You received this message because you are subscribed

[android-developers] Re: DownloadManager no longer needs WRITE_EXTERNAL_STORAGE permission in Marshmallow?

2016-06-02 Thread Tal Kanel
Hi, did you found any official answer to your question so far? -- 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: Google Fit Nutrition Card

2016-06-02 Thread sanjeet kumar Singh
Hi, Yes we found the cause for the above problem. There was one attribute missing when we were setting the nutrition values to DataPoint. So, in DataPoint you need to set the fields listed below (Meal type and Food item): dataPoint.getValue(Field.FIELD_FOOD_ITEM).setString("some string");

[android-developers] Using data in data saver mode on Android-N

2016-06-02 Thread jkwoo
I have a question about data saver mode on Android N version. If users use network data on a specific application about carrier service, it won't be charged costs of data even though connected on cellular data network. Because carrier have not charged on their applications that provide

[android-developers] leak memory-webview

2016-06-02 Thread Bame Danesh
when I finish the activity, I find that my activity is not being cleared from memory and sometimes crashed ! Here's the code snippet. Any thoughts ? private void laod_WEBVIEW() { // TODO Auto-generated method stub browser = new WebView(getApplicationContext()); LinearLayout