[android-developers] Re: Your app was rejected for violating the spam policy.

2016-02-25 Thread Назаров Жавохир
Google published my app!! The last description was ok!! -- 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.

[android-developers] Your app was rejected for violating the spam policy.

2016-02-25 Thread Назаров Жавохир
Hello all! I'm a new android developer and yesterday I tried to publish my first app.6 hours after submitting, I got message on my gmail: *Hi Developers at ___,* *Thanks for submitting your app to Google Play. I reviewed TIE Shooter: Vader, com.DominusTG.Vader, and noticed some

[android-developers] Not support build Android Plugin App? When support it?

2016-02-25 Thread 焦雷
Gradle build Android Library Project to .aar file, but it's not support compile with "provided" scope. IDEA or Eclipse both can dependence Android Library Project with the "provided" scope. It's necessary for Android Plugin App! How to support it? When support it? -- You received this

[android-developers] while inapp purchase using promocode developerpayload not coming

2016-02-25 Thread nagaraju d
Hi AndroidForum I am implementing inapp purchase in my app while purchasing app using promocode DeveloperPayload is not getting but while purchasing using Credit/Debit card i am able to get DeveloperPayload from google server any one can help me on this please. My Id is :

[android-developers] wearable bluetooth visibility and connectivity between wearables

2016-02-25 Thread david grey
im new to using android. can you use BroadcastReceiver to broadcast an android wearables bluetooth address. By default it seems that it only receives but keeps its bluetooth address invisible. i guess my first question should answer my second question also but ill ask just to cover all bases.

[android-developers] Android Google Maps API, limitations to amount of inner boundaries in Polygon when using KML

2016-02-25 Thread Barry Jacobs
I'm developing an android application that plots a kml layer onto Google maps. I can for some reason not have more than 9 inner boundaries, anything more than that it doesn't draw the polygon at all. Any workarounds? See below sample snippet from the kml file, this is purely to show that I'm

[android-developers] marshmallow- code for permissions for location

2016-02-25 Thread Hameem Basith
Hi all, Plzz some one help me to solve the location problem in marshmallow, I am a beginner. Kindly get me the step by step changes that I have to make in my project. My target SDK is 23, marshmallow. And my aim is to develop a location alarm, app alarm when location is reached. I am stuck at

Re: [android-developers] Preferences layout overlaps navigation drawer in fragment

2016-02-25 Thread Gil Carvalho
This is the code This the main activity code public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener { private SessionManager session; @Override protected void onCreate(Bundle savedInstanceState) {

Re: [android-developers] android cordova (hybrid) push notification badge count

2016-02-25 Thread TreKing
On Thu, Feb 25, 2016 at 6:16 AM, yeo yong Lau wrote: > hi guys, i would like to know how to implement badge count for push > notification. As now i have done the push notification and able to receive > notification, but the badge count will remain one, will no increase. >

Re: [android-developers] Change navigation bar icons just do it solid instead of hollow

2016-02-25 Thread TreKing
On Thu, Feb 25, 2016 at 12:03 AM, Rajesh Kushvaha wrote: > Hi!, every one i just want to change navigation bar icons from hollow to > solid shape. > Good for you man. Don't let anyone tell you you can't change. You can do it if you believe it. > Thank you! and please

Re: [android-developers] ViewPager Not Loading in Genymotion Emulator - Android 4.2.2.

2016-02-25 Thread TreKing
Thanks for sharing. On Wed, Feb 24, 2016 at 9:40 PM, Troy Chuinard wrote: > I have recently been testing devices using Amazon Web Services Device > Farm. I noticed that on some devices, my activity loads but the fragment > attached to the activity does not load. I have

Re: [android-developers] Re: Android Studio No Display

2016-02-25 Thread TreKing
On Wed, Feb 24, 2016 at 5:43 PM, Jinni95 wrote: > It starts but only the top bar shows (the one with the close, minimize, > and full screen buttons on mac). The rest of the window doesn't show. Have you tried to expand the window? Close and reopen the project?

[android-developers] Install Referrer Questions

2016-02-25 Thread Lucas Ertola
Hi everyone! I have a couple of question related how does the referral parameter works for install sources attribution. For example: *Scenario 1* A user clicks on a ad with a referrer url that redirects him to

Re: [android-developers] How do i get rid of this error please

2016-02-25 Thread TreKing
On Wed, Feb 24, 2016 at 12:08 PM, Donald Tripdarlinq wrote: > I am using AutoCompleteTextView and i want to add some codes under > Fragment_Handler.java such but it is giving me error > > And the error is ... ? http://www.catb.org/esr/faqs/smart-questions.html

Re: [android-developers] Preferences layout overlaps navigation drawer in fragment

2016-02-25 Thread TreKing
On Wed, Feb 24, 2016 at 7:58 AM, Gil Carvalho wrote: > So, when i runn the app in my phone...i get preferences overlaping the > navigation drawer...but in android studio preview it doesn't, > > Any help? > Show the code you use to add the layouts to your activity.

Re: [android-developers] Fragment inside Activity. NPE during getting View from Fragment by onClick Button on Activity.

2016-02-25 Thread TreKing
On Wed, Feb 24, 2016 at 2:38 AM, Evgeniy Egorov wrote: > Help! No idea how to fix crash. StackOverflow didnt help me. I can not > reproduce this crash on emulator or my smartphone but 10% of users have > this crash every day regularly. I use Crashelitics. > > I have: >

Re: [android-developers] Re: How to detect if the PendingIntent already exists or not

2016-02-25 Thread TreKing
http://developer.android.com/reference/android/app/PendingIntent.html A common mistake people make is to create multiple PendingIntent objects with Intents that only vary in their "extra" contents, expecting to get a different PendingIntent each time. This does *not* happen. The parts of the

Re: [android-developers] Admob in Android Studio

2016-02-25 Thread TreKing
On Tue, Feb 23, 2016 at 10:58 AM, Krys Penhoat wrote: > Yes the app crashes "the app crashes" is a *statement*. What is your *question*? - TreKing

[android-developers] Re: "Google Maps API key" - How does it work? Where, and how (in what form) do i store it securely?

2016-02-25 Thread Alexander Verba
Thank you for the answer. Suppose i have a textual file with a secret digital certificate app signing key checked into version control. How can i encrypt this file not having to use the password? For example Can it be automatically decrypted for specific logged in user, machine name or mac

[android-developers] Export project from Unity3D to Android Studio and problems with build from Android Studio

2016-02-25 Thread Alex yagubov
Hi, I have many sdks for android in my project (Facebook SDK, google play services, ads sdk etc.). And when I’m trying to build for android in Unity, following error occurs: CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details. C:/Program

[android-developers] android cordova (hybrid) push notification badge count

2016-02-25 Thread yeo yong Lau
hi guys, i would like to know how to implement badge count for push notification. As now i have done the push notification and able to receive notification, but the badge count will remain one, will no increase. Any solution for this? And i have develop the android app iun hybrid development by

[android-developers] How to install android app in raspberry pi

2016-02-25 Thread vinay kushwah
I want to install android application in raspberry pi so i can perform some action in raspberry pi.. please help me if some know -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails