[android-developers] google all application is not working on my phone(please help any budy )

2016-04-25 Thread Harun Shekh
not work any gooogle app like:- (Gmai, Youtube, Playstore, ) not open and not sin in any app please help.. any buddy . my phone is kitkat modal no - *iball andi 4.5p ips glitter ..* *//* my mobile is not install *google pay servis .*..many search google play servis but not work any app. please

Re: [android-developers] Sending HTML email intents without having 's removed?

2016-04-25 Thread kevin kuloth
> >> >> See this is my code, But it simply show a symbol OBJ on the place of image > > Intent intent = new Intent(Intent.ACTION_SEND); >

Re: [android-developers] Sending HTML email intents without having 's removed?

2016-04-25 Thread kevin kuloth
On Monday, April 25, 2016 at 11:30:55 PM UTC+5:30, Richard wrote: > > > > > Date: Monday, April 25, 2016 09:48:10 -0700 > > From: kevin kuloth > > > > See this is my code, But it simply show a symbol OBJ on the place of image Intent intent = new

[android-developers] How to request permissions for third-party libraries on Android.

2016-04-25 Thread Dante Zhang
I am making a third-party library on Android for other coders. The Android 6.0 makes all permissions requested by run-time, and it should depend on Activity when you request permissions or get callback. But for my library I only have Context, so how could I request permissions in this case? I

Re: [android-developers] Screen on event

2016-04-25 Thread TreKing
On Mon, Apr 25, 2016 at 11:55 AM, 'Jean-Baptiste Queru' via Android Developers wrote: > Using this is probably a bad idea, though, as it requires that you keep a > Service running at least while the screen is off, Why would you need to keep a service

Re: [android-developers] Latest Android N OTA brigged my Nexus 6P

2016-04-25 Thread TreKing
On Sun, Apr 24, 2016 at 12:28 PM, Lars Vonderschmitt < lars.vonderschm...@gmail.com> wrote: > Also getting into the bootloader and trying to make a factory reset is not > working. What does "is not working" mean? http://www.catb.org/esr/faqs/smart-questions.html

Re: [android-developers] Running a Alpha test in parallel with Production and country gating?

2016-04-25 Thread TreKing
On Sun, Apr 24, 2016 at 11:07 AM, Adir Ron wrote: > However, now when a new tester reaches our Alpha testing page, he clicks > on "Become a tester" but then cannot download the app - they are getting a > "not available in your country" message. > > We were under the impression

Re: [android-developers] Integration of payumoney

2016-04-25 Thread TreKing
On Sun, Apr 24, 2016 at 3:45 AM, shikhar jain wrote: > I am building an app for which I need to accept payments, how do I > integrate payumoney with it? Seems like a good question for someone over at payumoney, whatever that is.

[android-developers] Re: ingreso mi cuenta en android y vuelve a pedirme ingresar una cuenta?

2016-04-25 Thread Ryuuzuzke
eh encontrado una solucion temporal ya que no puedo sincronisar los datos de la cuenta con el dispositivo pero al menos se puede usar y es que a la hora de ingresar la cuenta desactivar las casillas de wifi y datos moviles y asi aparece que no se instalaran nuevas actualisaciones y que el

[android-developers] How to show App rating in Google Search result

2016-04-25 Thread thepfmind PiNT
Hi Folk, I try to figure out how to display my app rating result in google search result. I find most of the app having its rating. Does anyone have an idea how to do it? Thanks in advance for the any valuable advice. Pint. -- You received this message because you are subscribed to the

[android-developers] Urgent req for TrackWise Implementation Specialist @ Peapack, NJ

2016-04-25 Thread Shaik Sadiq
Hi, Hope you are doing well !!! I have an urgent requirement for a *TrackWise Implementation Specialist**..* Please let me know if you have any consultants and get back to me with their updated resume in .doc format immediately. Given below is the job description. *Job Title: TrackWise

[android-developers] ingreso mi cuenta en android y vuelve a pedirme ingresar una cuenta?

2016-04-25 Thread Ryuuzuzke
hola, tengo un problema y es que tengo un lg l4 tv y hace unos dias me empeso a dar errores de aplicaciones por lo que decidi reiniciarlo de fabrica, al hacerlo el celular prendio normalmente y me pidio la cuenta de google. pues la puse e inicio sesion hasta un punto donde pedia tarjeta de

Re: [android-developers] java.lang.Exception: Method .. should be public When user junit 4.12.0

2016-04-25 Thread BruceAndroid
sorry i found the error thanks very the method is public void addActionWithHandler() thanks very! Il giorno lunedì 25 aprile 2016 13:39:11 UTC+2, BruceAndroid ha scritto: > > the same as the previous message > > java.lang.Exception: Method addActionWithHandler() should be public > > at >

[android-developers] Urgent Need: Siebel Developer @ Pittsburgh, PA

2016-04-25 Thread Ateeq Rehman
*Hi Folk,* This is Ateeq, from Diverse Lynx. Please share *Siebel EAI Developer* Profiles at *ateeq.reh...@diverselynx.com * *Note: Need Passport Number/Copy will be needed.* *Job Description:* * Role

Re: [android-developers] Sending HTML email intents without having 's removed?

2016-04-25 Thread Richard
> Date: Monday, April 25, 2016 09:48:10 -0700 > From: kevin kuloth > > Thank u Richard, Can I get sample code A basic search on your searchengine of choice should quickly turn up code samples that you might need. The HTML side of your multi-part message should be in

Re: [android-developers] Screen on event

2016-04-25 Thread 'Jean-Baptiste Queru' via Android Developers
http://developer.android.com/reference/android/content/Intent.html#ACTION_SCREEN_ON Using this is probably a bad idea, though, as it requires that you keep a Service running at least while the screen is off, which in turn uses RAM, which in turn might cause other services to get bumped from

Re: [android-developers] Sending HTML email intents without having 's removed?

2016-04-25 Thread kevin kuloth
Thank u Richard, Can I get sample code -- 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

Re: [android-developers] Must Enable Location to use Bluetooth and WiFi Background Scanning: Android API 23 Hardware Identifiers Changes

2016-04-25 Thread 'Jean-Baptiste Queru' via Android Developers
Those BT and WiFi APIs are used to determine proximity between devices, i.e. location, so it's expected that they are also tied to location as a baseline. JBQ -- Jean-Baptiste M. "JBQ" QuéruMobile Excellence Architect, YahooSent from Yahoo Mail On Saturday, April 23, 2016 5:10 PM, Nancy G

[android-developers] Building Multiple Apps From The Same Codebase

2016-04-25 Thread Aaron Grider
We have a rather unique situation with our Android project, in that we use the same code base to build literally thousands of different apps, each with a different package name. For the most part this hasn't been a problem. Recently I migrated our build system to Gradle and it is certainly

[android-developers] Urgent Need: Siebel EAI Developer @ Pittsburgh, PA

2016-04-25 Thread Ateeq Rehman
*Hi Folk,* This is Ateeq, from Diverse Lynx. *Please share **Siebel EAI Developer** Profiles at* *ateeq.reh...@diverselynx.com * *Note: Need Passport Number & Visa Copy will be needed.* *Job Description:* *Role

Re: [android-developers] Sending HTML email intents without having 's removed?

2016-04-25 Thread Richard
> Date: Monday, April 25, 2016 05:44:54 -0700 > From: kevin kuloth > > I want to add an image in email body. I don't want to attach an > image to the email, but add an image in the email body. > > How to do this? Put the graphic(s) in question on a publicly accessible

[android-developers] Excellent Consultants Available -Updated Hotlist.

2016-04-25 Thread Chandu Nik
Dear Business Partner, Greetings from Skoruz Inc, I am really glad to introduce my list of available consultants for your C2C Requirements. I would really appreciate if you can add cdarapan...@skoruz.com to your distribution list & share your Corp-Corp open positions on daily basis. Skill

[android-developers] Storage Engineer ,Cumberland, RI/Scottsdale,,6-12+ Months

2016-04-25 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Storage Engineer * *Location: Cumberland, RI/Scottsdale, AZ * *Contract: 6-12+

[android-developers] Excellent Consultants Available – Scepter Technologies.

2016-04-25 Thread Technical Consultants
Dear Business Partner, Greetings from Scepter Technologies, Hope you are doing great. This is Peter from Scepter Technologies Inc. I am really glad to introduce my list of available consultants for your various Corp-Corp projects. Please add pe...@scepter-tech.com to your distribution list

[android-developers] HOT-LIST

2016-04-25 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* Anusha Data Modelling 8+ Years CT Open

[android-developers] Hotlist of the day

2016-04-25 Thread Tapan Kushwaha
Hello, Greetings! This is with reference to the Updated Hot-List of “Technocraft Solutions” consultants, who are actively looking for a new contract opportunity; Please let me know if you have any suitable requirement for our active consultants. Also please send me your Job Requirements at

[android-developers] Windows Administrator - Vulnerability Management ,Cumberland, RI/Scottsdale,,6-12+ Months

2016-04-25 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Windows Administrator - Vulnerability Management * *Location: Cumberland,

[android-developers] Distribution GROUP C2C Vendors - Sales

2016-04-25 Thread Ankush Chaudhary
C2C Vendors - Sales - Join - https://lnkd.in/bNZvRfp -- 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

[android-developers] Sending HTML email intents without having 's removed?

2016-04-25 Thread kevin kuloth
I want to add an image in email body. I don't want to attach an image to the email, but add an image in the email body. 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

[android-developers] Re: Why does our design look so bad on different resolutions? Urgent help needed

2016-04-25 Thread Patrik Hansen
Which size should the hdpi, mdpi and ldpi images be? On Monday, April 25, 2016 at 6:45:24 PM UTC+7, Manish Butola wrote: > > > Take a full image of 720*1280px and then start slicing on that image and > put all the asset you get after slicing into drawable-xhdpi folder no need > to put any

Re: [android-developers] Re: Want to become an android developer with little knowledge of programming

2016-04-25 Thread Sambhav Jain
With all due respect, that version is the most recent and can't be accessed over my PC as per the requirements suggested by Google on the same page. Can somebody somehow post a link of Android SDK that fits my computer specs. (2GB RAM, Pentium dual core processor, Hard Disk space is enough almost

[android-developers] Re: Why does our design look so bad on different resolutions? Urgent help needed

2016-04-25 Thread Manish Butola
Take a full image of 720*1280px and then start slicing on that image and put all the asset you get after slicing into drawable-xhdpi folder no need to put any image in any drawable folder On Saturday, 23 April 2016 12:49:22 UTC+5:30, Patrik Hansen wrote: > > Hello > > We're having some

Re: [android-developers] java.lang.Exception: Method .. should be public When user junit 4.12.0

2016-04-25 Thread roberto diana
the same as the previous message java.lang.Exception: Method addActionWithHandler() should be public at org.junit.runners.model.FrameworkMethod.validatePublicVoid(FrameworkMethod.java:96) at org.junit.runners.model.FrameworkMethod.validatePublicVoidNoArg(FrameworkMethod.java:74) at

[android-developers] Re: Want to become an android developer with little knowledge of programming

2016-04-25 Thread Manish Butola
http://developer.android.com/sdk/index.html On Monday, 25 April 2016 00:28:28 UTC+5:30, Sambhav Jain wrote: > > I have* Windows XP 32 BIT with CPU having Pentium Dual Core Processor, 2 > GB of RAM *and basic requirements. > Can someone pls post a link, so that I can download the Android SDK

[android-developers] Sign Up and Get Free Mass Mailing Softwar

2016-04-25 Thread Swetha Chittanoori
As a recruiter you may have to reach out to many candidates in order to fill a position. Sometimes, Candidates you call up might be no longer available for the position. If only, there is a way to filter out the unavailable candidates it would be lot easier to do recruiting. Well, that's

Re: [android-developers] java.lang.Exception: Method .. should be public When user junit 4.12.0

2016-04-25 Thread Richard Thompson
What error do you get then? On 25 April 2016 at 11:05, BruceAndroid wrote: > sorry on posted code method is not pubblic but on real code yes... > > Il giorno lunedì 25 aprile 2016 11:50:42 UTC+2, richarth ha scritto: >> >> You need to make the addActionWithHandler

Re: [android-developers] java.lang.Exception: Method .. should be public When user junit 4.12.0

2016-04-25 Thread BruceAndroid
sorry on posted code method is not pubblic but on real code yes... Il giorno lunedì 25 aprile 2016 11:50:42 UTC+2, richarth ha scritto: > > You need to make the addActionWithHandler method public. > > On 25 April 2016 at 10:34, BruceAndroid > wrote: > >> hello this my code

Re: [android-developers] java.lang.Exception: Method .. should be public When user junit 4.12.0

2016-04-25 Thread roberto diana
sorry on post code is not pubblic but on my current is pubblic... Il 25/apr/2016 11:50, "Richard Thompson" ha scritto: > You need to make the addActionWithHandler method public. > > On 25 April 2016 at 10:34, BruceAndroid wrote: > >> hello this my

Re: [android-developers] java.lang.Exception: Method .. should be public When user junit 4.12.0

2016-04-25 Thread Richard Thompson
You need to make the addActionWithHandler method public. On 25 April 2016 at 10:34, BruceAndroid wrote: > hello this my code > > > my test > > [code] > package UnitTests; > > import android.test.suitebuilder.annotation.SmallTest; > > import org.junit.Test; > > import

[android-developers] java.lang.Exception: Method .. should be public When user junit 4.12.0

2016-04-25 Thread BruceAndroid
hello this my code my test [code] package UnitTests; import android.test.suitebuilder.annotation.SmallTest; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; /** * Created by on

[android-developers] problem to insert data into MySQL table through android app

2016-04-25 Thread Pradeep Kr
Hi currently I am working on android project with MySQL database. My database has two table as table1, table2,both tables has same colomns name. When I upload data to table1 it saved, but again when I inserted data into table2 I can't saved and shows me error.. Plz send your ideas soon on my

[android-developers] Android app with MySQL

2016-04-25 Thread Pradeep Kr
Hi currently I am working on android project with MySQL database. My database has two table as table1, table2,both tables has same colomn name. When I upload data to table1 it saved, but again when I inserted data into table2 I can't saved and shows me error.. Plz post your ideas soon. -- You

[android-developers] Does the Play Store filter apps based on security settings?

2016-04-25 Thread 박마루한
I have a game on the Play Store currently. However, I have found that some versions of galaxy s6 and s7 cannot download since "Your device isn't compatible with this version." Other s6 and s7 can be downloaded. On top of that most Android 5 and 6 can be downloaded but in few instances it

[android-developers] Re: AVD - IIS problem

2016-04-25 Thread Andrew
понедельник, 25 апреля 2016 г., 10:01:04 UTC+4 пользователь Andrew написал: > > I have created AVD in Android Studio 2.0. > The AVD browser is connected to WWW, but not connected to localhost IIS > Windows 10: > ERR_CONNECTION_REFUSED. > On a host of Google Chrome it is connected to localhost. >

[android-developers] AVD - IIS problem

2016-04-25 Thread Andrew
I have created AVD in Android Studio 2.0. The AVD browser is connected to WWW, but not connected to localhost IIS Windows 10: ERR_CONNECTION_REFUSED. On a host of Google Chrome it is connected to localhost. -- You received this message because you are subscribed to the Google Groups "Android