[android-developers] android wear app certification

2016-02-03 Thread ramil . kusyapkulov
Hello, I did small app for android wear. The app is universal and can automatically change UI for all devices: mobile phone, square android wear watch and round android wear watch. 1) I can't use same apk for android mobile phone and android wear watch. I should doublicate my package and put

[android-developers] Test About SKbitmap allocate memory in native by NDK

2016-02-03 Thread yuan yang
Hi All, I want to allocate memory in native used by bitmapfactory option parameter, when we create bitmap.( After andorid 3.0, mem allocate in heap) following is my code: in java code *Bitmap b = createBitmap(600, 600);//this is my ndk interface* // normal Options options = new Options();

[android-developers] BluetoothAdvertisements example

2016-02-03 Thread gordon briggs
I am trying to get the Bluetooth advertisement example to work. It never sees my devices, but BLE scanner app works fine. Any suggestions, -- 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: Building android Email client using OAUTH 2.0

2016-02-03 Thread Shiney chandan
On Wednesday, 3 February 2016 15:17:48 UTC+5:30, Shiney chandan wrote: > > I am trying to develop an email client which will use oauth 2.0 to > configure the gmail account. > > I am following the steps explained in the link below and able to configure > the gmail account successfully using

[android-developers] Issue: Implementing app restrictions and Lint Errors in app_restrictions.xml

2016-02-03 Thread Surbhi Dhingra
I am working on Android MDM and have the app_restrictions.xml file under /src/main/res/xml/ folder. The MDM i am working on is not showing me the value of the restriction, not even the default value. All the steps mentioned in this link has been followed to set app restrictions:

[android-developers] Auto update of an App after manual installation directly on the phone?

2016-02-03 Thread Stefan Scheffler
Probably someone can me help me with the following constellation: 1. An App shall be pre installed on a phone by copying the apk file to the phone (e.g. via USB) and executing it 2. Updates of this App shall be done with the help of Google Playstore. Means a new version is uploaded to the

[android-developers] android.view.InflateException while displaying google map

2016-02-03 Thread jose george
E/AndroidRuntime: FATAL EXCEPTION: main java.lang.RuntimeException: Unable to start activity ComponentInfo{com.oms.taxi/com.oms.taxi.From_address}: android.view.InflateException: Binary XML file line #7: Error inflating class

[android-developers] Test About SKbitmap allocate memory in native

2016-02-03 Thread yuan yang
Hi All, I want to allocate mem in native used bitmapfactory, when we create bitmap.( After andorid 3.0, mem allocate in heap) following is my code: in java code *Bitmap b = createBitmap(600, 600);//this is my ndk interface* // normal Options options = new Options(); options.inBitmap = b;

[android-developers] apk sideloading

2016-02-03 Thread Rashawn Doyley
Hey guys just wrote some code tryna test it on my android galaxy grand prime and it won't let me install the apk it keeps giving me a parsing error please help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this

Re: [android-developers] Notification App

2016-02-03 Thread Alvin Schurman
The dropbox api does these things. On Feb 2, 2016 5:10 PM, wrote: > Hello, i am developing an app for a project that i have to complete and > want some feedback on how best to develop this and if their are any > tutorials to help with this, Here we go : > > The App

[android-developers] Setting font size of message in alertdialog doesn't work

2016-02-03 Thread tomask
I'm trying to change font size of message in alert dialog through styles but I can't make it work. There is a lot of answers describing how to do this but almost all of them I found do it programmatically. I want to do this once in styles, not with every new alertdialog. What I've done so

[android-developers] android Touch the Android to begin problem

2016-02-03 Thread Hüseyin Karakoç
What is the solution that... Try my method => https://www.youtube.com/watch?v=IWKXn2Vgkqo Unfortunately, this method did not work , please help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] Re: Get the background Running app list.

2016-02-03 Thread Dan
So, deprecated just means "please don't use this anymore, we are going to pull it in the future", it's still implemented up to Android M (but good on you for planning for when they no-op it.) >From the public API, not in real time. Good news is, you can get better historical data:

[android-developers] Want feedback for Reverse 2048 - https://play.google.com/store/apps/details?id=com.narayan.a2048

2016-02-03 Thread Narayan Periwal
Hey guys, I recently developed this game, Reverse 2048, please do try it and let me know your feedbacks. https://play.google.com/store/apps/details?id=com.narayan.a2048 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

[android-developers] Error while sending string to Android phone

2016-02-03 Thread Tanvi Madhekar
I'm using BlueCove 2.1.0 and NetBeans IDE 8 for sending a string from Windows 10 PC to Android phone. However, I'm getting following error. java.io.IOException: Session not connected How can I resolve this error? Thanks in Advance. -- You received this message because you are subscribed to

[android-developers] Re: Get the background Running app list.

2016-02-03 Thread Dan
Correction, I see now that that L isn't deprecated but functionality is no-oped. The alternate getRunningAppProcesses seems to need a special permission to look at processes from apps that are not your own On Wednesday, February 3, 2016 at 9:46:09 AM UTC-5, Dan wrote: > > So, deprecated

[android-developers] Touch and Drag Image - Tutorial

2016-02-03 Thread Foo Fabulous
I tried to follow the tutorial as best I could @ Touch and Drag Image (youtube) The problem is at the lines:

[android-developers] My project do not import AppCompatActivity

2016-02-03 Thread Gabriel Vargas
Hi, I am trying to import AppCompatActivity to create a App with Fragments. This the content of my build.gradle: ... dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:21.0.3' } In my class, I

[android-developers] Re: My project do not import AppCompatActivity

2016-02-03 Thread Foo Fabulous
I believe it's simply changing the class declaration to include the extension as follows; public class dependencies extends AppCompatActivity On Wednesday, February 3, 2016 at 4:51:17 PM UTC-6, Gabriel Vargas wrote: > > Hi, I am trying to import AppCompatActivity to create a App with

[android-developers] Re: Notification App

2016-02-03 Thread info
Can you Elaborate -- 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] Android API additions

2016-02-03 Thread Les Sabel
I have been studying the Android API definitions, e.g for Bluetooth, Cameras etc. I would like to understand the process required to submit / standardise an API for a new class of device. In this case I am looking at radio receivers, e.g. DAB/DAB+ and FM. Can anyone point me in the right

[android-developers] Re: Touch and Drag Image - Tutorial

2016-02-03 Thread Foo Fabulous
Thank you Tushar, > by removing the import android.R statement; the program became happy. -- 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

Re: [android-developers] Touch and Drag Image - Tutorial

2016-02-03 Thread Tushar Lal
Remove the android.R package and import the one which is having a package name similar to your project package. On Feb 4, 2016 4:53 AM, "Foo Fabulous" wrote: > >

[android-developers] maxSdkVersion being ignored

2016-02-03 Thread Mick Dawdy
I have * * specified in the manifest. I have thought that this prevented the App from being installed on devices running higher Android versions. But this App has been installed on 4 devices running 5.0 and one device running 5.1. So can someone please explain this? Thank you, Mick -- You

[android-developers] Search Query on Multiple Fragments

2016-02-03 Thread fadugba jeremiah
Hello I have been searching for a way to implements a search query on multiple fragments. I have tried asking it on StackOverflow but I couldnt get any good response. Please here is the question. I really hope someone can help me out. Thanks. --

[android-developers] use monkeyrunner to run demo.py, but ‘No module named configparser’

2016-02-03 Thread xhyu1979
The blow error occurs: D:\Python34>monkeyrunner d:\Python34\AutoTestFrame\testIni.py 160204 11:57:53.685:S [main] [com.android.monkeyrunner.MonkeyRunnerOptions] Script terminated due to an exception 160204 11:57:53.685:S [main] [com.android.monkeyrunner.MonkeyRunnerOptions]Traceback (most recent

[android-developers] Compare String Value And edittext Box Value Compare.

2016-02-03 Thread mrugesh gondaliya
Example :--- 3 +4 --- 7 ---> This Ans Stored String... Edittext Box Value -> " 7 " Compare String and edittext than Click button so open another activity -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Assign a keyboard shortcut to a gradle command, for the current module that's open in Android Studio

2016-02-03 Thread seadna . long
I have already set a keyboard shortcut up to build the current module I'm working on, and it changes based on what file I'm currently editing, or what file / folder / project I've selected in the Project tab. What I'd like to do is the same with a few gradle commands, specifically the ones

[android-developers] Stolen App

2016-02-03 Thread ultravvioleta
Hi everyone, I want to warn the community, the "developer" Antonioa_dev is stolen games, have care! https://play.google.com/store/apps/developer?id=antonioa_dev He stoled our game Thumb Fighters of our team AVIC, and republished with the name Thumb Warriors. This developer stole our assets, our

[android-developers] can inapp billing permission be optional?

2016-02-03 Thread Scott Hochberg
Hi, Is it possible to make the inapp billing permission an optional feature of an app, with the user determining whether or not to include it when installing the app? If so, how? I know that device features can have optional permissions through the user-feature parameter, but that doesn't