[android-developers] Is it possible to programmatically measure methods CPU time? (not execution time)

2021-07-22 Thread Kacper Kamieniarz
I have an application that uses OpenCV (in Java) to process images from the camera in real-time. The processing consists of several steps, wrapped in separate methods like filtering, thresholding, etc. I would like to have an estimate of CPU time used by each of the methods to make an estimate

[android-developers] Is it possible to develop an Android app that only runs on Chrome OS ?

2021-05-11 Thread MacLinux RITS
I am developing an Android app for Chromebook and hope it only runs on Chromebook. According to the description of View & restrict your app's compatible devices , Whether the application is

[android-developers] is it possible to perform global search on android for system apps?

2021-04-02 Thread Ali
i am talking about "android.permission.GLOBAL_SEARCH" documentation does not provide any useful information. What i am trying to achieve and where i am confused? IMO this permission may allow system app (that search widgets on launcher) to preform Global Search just like a search but for apps

[android-developers] Is it possible to read/write to SQLite on a removable USB Flash Drive

2018-04-05 Thread Mark Anderson
Is it possible to read/write to SQLite on a removable USB Flash Drive, by this I mean the app is installed on the phone, but the data used by the app would be stored on a removable USB flash drive that plugs into the USB/Charging port. I have been reading a lot and for the most part

[android-developers] Is it possible to make a bluetooth connection with no user intervention?

2017-02-25 Thread CasaDelGato
I'm working on an app that will talk to certain pieces of hardware via bluetooth. The app will know the bluetooth password for each hardware device, and know which one you are currently near. So, even if the phone has never made a connection to a specific device before, it is possible to have

[android-developers] Re: LVL: possible to check license for a different app?

2017-01-10 Thread digipom
I'm looking to do this too as i'm investigating a way to migrate from a free app + paid purchase to a free app + IAP purchase. However as 3c said, simply doing the check from another app won't work as that will result in a ERROR_INVALID_PACKAGE_NAME error. Anyone else ever migrate from a

[android-developers] Is it possible to get turn by turn route navigation on map.Any open source libraries available?

2017-01-04 Thread evv rajesh
Hi All, I am working on Map application,Want to show a Map UI where we should able to idenity route turn before getting a turn.So i can use it display on map screen with text saying "take left after 10 mts". Can this be done with using any open source libraries. Tried using Google maps,Could

[android-developers] Is it possible to create a symbolic link on Android?

2016-12-29 Thread Abraham Parima
I want to know if in android it is possible to create symbolic links from my android application, because I want to create a symbolic link of the folder / data of my application with / sdcard. I am not an expert on android, but I usually do it in java using the Java.nio.File.Files class but in

[android-developers] Is It Possible to play Swf File In Android Porgramatically

2016-12-27 Thread Richa Gogoi
Hey Friend , I Want to Know That It Is Possible To Play SWF File In Android Problematically ??? when i googling i find that 1. mWebView.getSettings().setJavaScriptEnabled(true); 2. mWebView.getSettings().setPluginsEnabled(true); but it give error cant resolved and say that

[android-developers] Is it possible to develop all fragment and activity classes as an inner class in only a single outer class?

2016-12-09 Thread oiyio
In the link https://github.com/android/platform_development/blob/master/samples/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java the entire application is developed in only a single class. Is it possible to develop an application in such a way? Is it possible to develop all

[android-developers] Nexus 5X - Possible activation of VoLTE and VoWIFI for the Vodafone Portugal network

2016-11-17 Thread Vasco Teixeira
Good Morning, I would like to ask if it is possible for Nexus 5X to enable support for VoLTE and VoWIFI for the Vodafone Portugal network. >From my carrier they say they have active services ... but I can't use them on my Nexus 5X... I'm currently using Android version 7.1.1 Preview 1.

[android-developers] Is it possible to transfer data via two stereo audio jack connected to two android phones of same or different version?

2016-10-24 Thread Gaurav
Hi, I am developing an android application with two stereo audio jack to pass data between two android phones of different version. A tone is generated each time from sender's side as a part of data transmission but at the receiving end no data is generated. Kindly respond if anyone has

[android-developers] Is it possible to access scores from a leaderboard from another game?

2016-10-21 Thread strafwerk . nu
Hi, I want to load scores from an external game that uses Play Game Services. Is that possible? Can the other game give access to my game? Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Is it possible to make speaker recognition program in android studio?

2016-10-06 Thread himanshu kumar
Sir, I want to just ask you that is it possible to make speaker recognition program and speech recognition program in android studio if yes then please tell me about it something to me -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] IS IT POSSIBLE ? >>> Storing data from USB and mic audio input at the same time

2016-10-03 Thread ameeralwaheed2020
Hi, As a part of a project we are planning to do, we need to store two data coming from USB input and Mic audio input*simultaneously*. It's important to us that those two data need to be synchronised and then we want them all stored in google drive. I am wondering if that would be possible?

[android-developers] Is it possible to record a live video stream / feed from phone camera with an animated overlay?

2016-07-18 Thread mangorobot
I'm new to Android. I'm designing a mobile game that uses the phone camera. One of the key features of my app will be recording a live video feed from the camera with an animated overlay. Some examples of apps that already do this: - Snapchat - various dash cam apps - like this

[android-developers] Is it possible to use an .opus file with Mediaplayer?

2016-05-25 Thread Virginia P.
I'm getting java.io.IOException: setDataSourceFD failed.: status=0x8000 while executing MediaPlayer.create(context, soundURI); The file type is "audio/ogg; codecs=opus". I've tested several files to assure that the file is not corrupt. For example:

[android-developers] Is it possible to search for nearby andorid devices using the Nearby API?

2016-05-23 Thread azholkover
Is it possible to search for nearby andorid devices using the Nearby API, *without the other users installing an app?* A kind of broadcast or whois ? If so, at what range should it work? Thanks -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Is it possible to route call audio to my app?

2016-05-11 Thread Semen Somkin
Hi all! So, my question is it possible to develop some kind of IVR for android phone? -- 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] Is it possible to debug UI App and AAR simultaneously?

2016-04-08 Thread Chris Rice
Hello, we are working on an android project and want to develop two binaries that work together: a UI App, and an AAR library back end. The idea is that the AAR may be used in the future with other UIs. So, we have one developer working on the AAR project, and another developer working on a

[android-developers] Is it possible to read “/dev/fb0”(screenshot) in Render Script code directly?

2016-03-19 Thread Hank
#pragma version(1) #pragma rs java_package_name(com.example.hellorenderscript) #include "rs_graphics.rsh" void root() { Read /dev/fb0 ??? } -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Is it possible to make the expand/collapse button bigger?

2016-02-02 Thread Cat
I have increased the font size of the UI and the editor. But the expand/collapse button size does not change, and remains very small. It is hard to click them and if I mis-click it slightly to the left, a breakpoint is added.

[android-developers] Is it possible to make an app that measures the speed using NFC (NFC Speed Test)?

2016-01-17 Thread Luis Martínez
I want to know if it is possible to develop a simple *Android* application which examine the speed of an*NFC* communication link to compare with the theoretical speed of technology. My idea is this, I want to transfer from one device to another a long string that does not mean anything in

[android-developers] Is it possible to require a gamepad on Android TV, but not on other devices?

2015-07-21 Thread Jon Colverson
Hello. I'm getting ready to release a game that's compatible with both touchscreen devices and Android TV devices. On Android TV, the gameplay isn't suitable for control with just a dpad, so I'd like to add uses-feature android:name=android.hardware.GAMEPAD / to my manifest so that buyers can

Re: [android-developers] Is it possible to pass intent to bound service public methods?

2015-01-06 Thread TreKing
On Sun, Jan 4, 2015 at 5:44 PM, Ji jiten.g...@gmail.com wrote: Static methods makes sense if I have to access the abstracted logic in only my application, but if I have to expose this logic to be used by any other activity of different application then bound service approach will help isn't

Re: [android-developers] Is it possible to pass intent to bound service public methods?

2015-01-04 Thread Ji
Hi TreKing, Thanks for replying. The reason I am doing so is I need to execute a common piece of logic when some action is taken from components in first activity or any other components from other activities. So based on actions from components from multiple activities I need to route them

Re: [android-developers] Is it possible to pass intent to bound service public methods?

2015-01-04 Thread TreKing
On Sun, Jan 4, 2015 at 1:34 PM, Ji jiten.g...@gmail.com wrote: The reason I am doing so is I need to execute a common piece of logic when some action is taken from components in first activity or any other components from other activities. So based on actions from components from multiple

Re: [android-developers] Is it possible to pass intent to bound service public methods?

2015-01-04 Thread Ji
Static methods makes sense if I have to access the abstracted logic in only my application, but if I have to expose this logic to be used by any other activity of different application then bound service approach will help isn't it. Please feel free to share you opinion it will help to get my

[android-developers] Is it possible to pass intent to bound service public methods?

2015-01-03 Thread Ji
Hi All, My goal is to initiate new activity from the Launcher activity on click of a button on launcher activity. I am trying to achieve this by using bound service. My launcher activity binds to service and calls the public api method. The parameter to the api method is intent.

Re: [android-developers] Is it possible to pass intent to bound service public methods?

2015-01-03 Thread TreKing
On Sat, Jan 3, 2015 at 6:16 PM, Ji jiten.g...@gmail.com wrote: Can someone let me know if it is possible to start new activity by passing intent to a bound service api method? It's possible, but why are you jumping through those hoops instead of just starting the next Activity from the first

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-07 Thread TreKing
On Thu, Dec 4, 2014 at 11:32 PM, Peter Teoh htmldevelo...@gmail.com wrote: well...you contradict yourself: same URL you quote: Note that services, like other application objects, run in the main thread of their hosting process. So, ok, service is not a thread, but the main thread is

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-05 Thread Oleksii Bieliaiev
Hi, thank you for your answer, I really appreciate that :) However, my question appeared right after I've read the article you mentioned. It doesn't state, that Android can kill a SERVICE, even if its host PROCESS has background priority. It states, that Android kills entire PROCESS, based on

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-05 Thread Oleksii Bieliaiev
Sorry, but I'm asking about OS behavior, not about my possibilities. Thank you, Alex On Friday, December 5, 2014 4:23:14 AM UTC+1, SIVAKUMAR.J wrote: Yes you can call stop service method On 25 Nov 2014 16:38, Oleksii Bieliaiev abel.th...@gmail.com javascript: wrote: Hey guys, let's

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread Peter Teoh
On Tue, Nov 25, 2014 at 7:08 PM, Oleksii Bieliaiev abel.the.fi...@gmail.com wrote: Hey guys, let's imagine we have an app with a service and an activity inside. Both components live in a same process, our service is started (in terms of Android) and a user does some it is called

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread TreKing
On Tue, Nov 25, 2014 at 5:08 AM, Oleksii Bieliaiev abel.the.fi...@gmail.com wrote: My question is, whether is it possible, under certain conditions (low memory, timeout, etc), that Android kills our started service separately, without killing entire process? Yes, it's possible. If the

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread SIVAKUMAR J
Yes you can call stop service method On 25 Nov 2014 16:38, Oleksii Bieliaiev abel.the.fi...@gmail.com wrote: Hey guys, let's imagine we have an app with a service and an activity inside. Both components live in a same process, our service is started (in terms of Android) and a user does some

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread Peter Teoh
On Fri, Dec 5, 2014 at 10:45 AM, TreKing treking...@gmail.com wrote: On Tue, Nov 25, 2014 at 5:08 AM, Oleksii Bieliaiev abel.the.fi...@gmail.com wrote: My question is, whether is it possible, under certain conditions (low memory, timeout, etc), that Android kills our started service

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread Peter Teoh
On Fri, Dec 5, 2014 at 11:16 AM, SIVAKUMAR J j.sivakumar...@gmail.com wrote: Yes you can call stop service method oh, cool, yes, your answer looks logical enough: reading carefully: http://developer.android.com/guide/components/services.html a service is a thread in a process, and

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread TreKing
On Thu, Dec 4, 2014 at 9:15 PM, Peter Teoh htmldevelo...@gmail.com wrote: I am curious what API or method Android used to kill a specific thread in a process too.but your link above did not say anything on that? Please enlighten me :-). I'm not sure what you're asking. The OP didn't ask

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread Peter Teoh
On Fri, Dec 5, 2014 at 12:38 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 4, 2014 at 9:15 PM, Peter Teoh htmldevelo...@gmail.com wrote: I am curious what API or method Android used to kill a specific thread in a process too.but your link above did not say anything on that?

Re: [android-developers] Is it possible, that Android kills a service inside an app?

2014-12-04 Thread Peter Teoh
On Fri, Dec 5, 2014 at 1:32 PM, Peter Teoh htmldevelo...@gmail.com wrote: On Fri, Dec 5, 2014 at 12:38 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 4, 2014 at 9:15 PM, Peter Teoh htmldevelo...@gmail.com wrote: I am curious what API or method Android used to kill a specific thread

[android-developers] Is it possible, that Android kills a service inside an app?

2014-11-25 Thread Oleksii Bieliaiev
Hey guys, let's imagine we have an app with a service and an activity inside. Both components live in a same process, our service is started (in terms of Android) and a user does some interaction with an activity. Eventually our app goes to background. My question is, whether is it possible,

[android-developers] Is it possible to make an Android device appear as a Bluetooth speaker?

2014-10-28 Thread petter
Is it possible to make an Android phone appear as a Bluetooth speaker? Any sample code or blogs describing how this can be done, if possible? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Is it possible to intercept taps on android?

2014-09-20 Thread s_ali
I want to create a service that will run in background. Whenever user tap Contacts/Address book, the service should be able to recognize it and displays a message or whatever. How can I do this? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Is it possible to intercept taps on android?

2014-09-20 Thread J Decker
sounds like catching Intents? On Fri, Sep 19, 2014 at 11:37 PM, s_ali sara.bi...@gmail.com wrote: I want to create a service that will run in background. Whenever user tap Contacts/Address book, the service should be able to recognize it and displays a message or whatever. How can I do this?

Re: [android-developers] Is it possible to intercept taps on android?

2014-09-20 Thread s_ali
not exactly...what I want is that, whenever the default contacts application of android is accessed by the user or any application, the background service should be able to detect it. I need help in creating such kind of service. On Saturday, September 20, 2014 11:59:52 AM UTC+5, d3x0r wrote:

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-30 Thread Jose_GD
I second TreKing here, it could work but IMO it's risky. Better go with the hassle of repackaging the beta app (this could be automated in some way I think) El miércoles, 30 de julio de 2014 01:31:13 UTC-3, TreKing escribió: On Mon, Jul 28, 2014 at 1:09 PM, Steve Gabrilowitz

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-30 Thread Russell Wheeler
Yeah I've gone down the route of creating two apps in play store. A free one for testers with a diff package name and the paid one that I will eventually launch with. The refund thing 'sounded' good, but not sure if it's official, and don't want to risk it and not be able to refund people. On

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-30 Thread Steve Gabrilowitz
I can verify that it works as I stated as of a few weeks ago, but of course since this is not officially documented behaviour I guess it is always subject to change. Seems to me that quite some time ago we had 2 buttons, refund and cancel but now the cancel button is there only until the status

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-29 Thread TreKing
On Mon, Jul 28, 2014 at 1:09 PM, Steve Gabrilowitz steveg1...@gmail.com wrote: Refunded through the play store so no 30% issue. The app remains licensed and gets the updates you push to the play store both during and after the test period. Are you sure about that? That doesn't sound like

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Jose_GD
Yes, I confirm it's not possible right now. If paid, testers must pay to test (what they were thinking?). I've done in the past with my first paid app like Bhavin said: use *com.your.package.test* for beta testing (free of course) and when you're ready to launch, disable this APK and upload

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Russell Wheeler
José, That's exactly what I planned on doing, although I'd rather not have to. Thanks for confirming. Russ On Mon, Jul 28, 2014 at 12:57 PM, Jose_GD jose.gonzale...@gmail.com wrote: Yes, I confirm it's not possible right now. If paid, testers must pay to test (what they were thinking?).

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Steve Gabrilowitz
What I did was to advise my testers that they would have to pay to install the app but I would refund it the next day. This worked out fine and one of the testers told me that the refund had appeared on her CC even before the charge did! On Jul 28, 2014 8:54 AM, Russell Wheeler

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Russell Wheeler
With the refund, did you lose out? Did you do a refund through the play store, or did you personally refund them? I'm thinking if you did it personally, you'd lose the 30% Google have already taken. If you did the refund through the store, does that mean that they then lose the app? On Mon, Jul

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Steve Gabrilowitz
Refunded through the play store so no 30% issue. The app remains licensed and gets the updates you push to the play store both during and after the test period. On Jul 28, 2014 1:39 PM, Russell Wheeler russellpeterwhee...@gmail.com wrote: With the refund, did you lose out? Did you do a refund

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Steve Gabrilowitz
One minor point to add - when you do the refund it tells you that the customer will receive an email - that appears to be a lie ;-) Your less trusting testers will have to rely on their credit card statement or phone bill to confirm that you did refund it. On Jul 28, 2014 2:09 PM, Steve

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Russell Wheeler
Thanks Steve, this sounds like a very good way to go about it. On Monday, July 28, 2014 7:20:46 PM UTC+1, Steve Gabrilowitz wrote: One minor point to add - when you do the refund it tells you that the customer will receive an email - that appears to be a lie ;-) Your less trusting

[android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-27 Thread Russell Wheeler
I am just starting out in the android developer world, and have made a very basic game that I would like to have tested by friends and colleagues. I thought of using the alpha and beta testing/apk sections of the google developer console. However, I would like my app to eventually be a paid

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-27 Thread Save My Life!
may be no. other way is to you put same apk with different package name. On Jul 27, 2014 4:05 PM, Russell Wheeler russellpeterwhee...@gmail.com wrote: I am just starting out in the android developer world, and have made a very basic game that I would like to have tested by friends and

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-27 Thread Russell Wheeler
Yes I think I'm going to have to publish two diff apks with diff package names, unfortunately. It's very limited. Thanks On Sunday, July 27, 2014 1:13:55 PM UTC+1, Bhavin wrote: may be no. other way is to you put same apk with different package name. On Jul 27, 2014 4:05 PM, Russell

[android-developers] Is it possible to set imeOption area disable/enable on soft keyboard?

2014-07-04 Thread Hiko
Hello, If nothing is input on EditText area, I want to set the android:imeOption area to DISABLE on the soft keyboard. on opposite side, if any character is input there, I want to set that area to ENABLE as well. is it possible? if yes, i would like to know how to implement that. Thank you.

Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-07-02 Thread Kevin Duffey
Two ideas. One buy a pressy for your android and I think you can write code that uses it. If so use it to start or stop the mileage app. Second get and nfc tag if your phone supports it and use that to start stop the app so when u get in car u just put phone near it and it will do its magic. On

Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-30 Thread Daniel Chacon
Im just looking to track the miles, no matter who drives the vehicle or where they go, just as long as I track miles of the vehicle, not me walking around with the phone on me. I know its not a accurate thing and im not looking to be that precise, I just want to track as close as possible so the

Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-26 Thread Mark Phillips
On Wed, Jun 25, 2014 at 11:36 AM, Steve Gabrilowitz steveg1...@gmail.com wrote: I just did a play store search for the heck of it and there is an app that claims to do just that, and has good reviews so it apparently is possible. The app is free but implements in-app purchasing and one of the

[android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-25 Thread Dan Cha
I'm looking to better track my own personal mileage on my truck.. so was looking into the GPS module and seems it may be possible, but wanted to ask before spending to much time building something that will never work. since this is going to be for my personal usage, it is going to be a simple

Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-25 Thread Steve Gabrilowitz
I just did a play store search for the heck of it and there is an app that claims to do just that, and has good reviews so it apparently is possible. The app is free but implements in-app purchasing and one of the reviewers mentioned something about a $10 option but it might be a better solution

Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-25 Thread Daniel Chacon
From what im finding the GPS demos im finding use the *android.permission.ACCESS_FINE_LOCATION which seems to be what I would use.. * *From the ones I found when searching in the store, most did what I want and some didn't(most were manually logging data)..what im looking for is to create a simple

[android-developers] Is it possible to run Android emulator inside a VM?

2014-05-07 Thread Charles
Summary: Does the Android emulator work inside a VM? Or must it be run on a bare metal machine? I am trying to setup some automated tests using Jenkins using the Android plugin. The slave is a VM (on top) of VMWare ESXi, running Ubuntu Linux (32 bit x86). When the emulator tries to start

[android-developers] Re: LVL: possible to check license for a different app?

2014-02-06 Thread 3c
Does any-one has a solution to this? I would really need this to work! Isn't there any way to check the license of one package from another package? On Thursday, January 23, 2014 8:47:16 AM UTC+1, 3c wrote: Hello, I was really wondering the same thing (for a different purpose), however

[android-developers] Re: LVL: possible to check license for a different app?

2014-02-06 Thread Nobu Games
Educated guess: the UID may be the app's user id (UID). As far as I know, Android creates a unique user for each installed app for enforcing app-specific file system permissions. The licensing service probably checks that the requesting app process' user id matches the user id for the

Re: [android-developers] Is it possible to split only some items into the bottom with split ActionBar?

2014-01-27 Thread Xi Shen
when using google, i only check the first 2 hits...damn google...lol thanks man xD On Wed, Jan 22, 2014 at 3:26 PM, TreKing treking...@gmail.com wrote: On Tue, Jan 21, 2014 at 10:54 PM, davidshe...@googlemail.com davidshe...@gmail.com wrote: I am trying to implement a action bar style

[android-developers] Re: LVL: possible to check license for a different app?

2014-01-22 Thread 3c
Hello, I was really wondering the same thing (for a different purpose), however no-one clearly answered your original question here, so I've actually tested it directly. First thing, I had to modify the LVL library to take a package name and version code as parameter instead of using the

[android-developers] Is it possible to split only some items into the bottom with split ActionBar?

2014-01-21 Thread davidshe...@googlemail.com
Hi, I am trying to implement a action bar style like https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar. But I only want to split one of my customized menu item into the bottom. The *android.support.UI_OPTIONS* is applied to the manifest, not to the menu items. Is it

Re: [android-developers] Is it possible to split only some items into the bottom with split ActionBar?

2014-01-21 Thread TreKing
On Tue, Jan 21, 2014 at 10:54 PM, davidshe...@googlemail.com davidshe...@gmail.com wrote: I am trying to implement a action bar style like https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar. But I only want to split one of my customized menu item into the bottom. The

Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-16 Thread Daniel Chacon
ok, thanks now to find some time during the holidays to play around with this app. On Thu, Dec 12, 2013 at 9:30 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 12, 2013 at 8:46 AM, Daniel Chacon cuban...@gmail.com wrote: Would I use the SmsManager and SmsMessage api calls? Never used

Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-12 Thread Daniel Chacon
Would I use the SmsManager and SmsMessage api calls? Looks like it is what I need, thank you On Wed, Dec 11, 2013 at 8:40 PM, TreKing treking...@gmail.com wrote: On Wed, Dec 11, 2013 at 8:04 PM, Dan Cha cuban...@gmail.com wrote: im wondering if there is a way I can build a app for myself to

Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-12 Thread TreKing
On Thu, Dec 12, 2013 at 8:46 AM, Daniel Chacon cuban...@gmail.com wrote: Would I use the SmsManager and SmsMessage api calls? Never used those facilities, but strictly based on the name, sure seems like a good place to start.

[android-developers] Is it possible to access text messages to back up as they are received?

2013-12-11 Thread Dan Cha
Im not using any 3rd party app for my text, but I do use one to back up my text before I delete them, so im wondering if there is a way I can build a app for myself to access my text, when I send or receive a text, the message is backed up and within a certain period of time its removed from

Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-11 Thread TreKing
On Wed, Dec 11, 2013 at 8:04 PM, Dan Cha cuban...@gmail.com wrote: im wondering if there is a way I can build a app for myself to access my text, when I send or receive a text, the message is backed up and within a certain period of time its removed from my phone. Yes, this is possible.

[android-developers] Is it possible to create an app that displays image gallery from a website?

2013-05-28 Thread Dan Cha
So im trying to build an app for my sisters photography business. Currently she offers her clients a Sessions area on her site that the client can login to after they have their photos taken. This login is available to them for 2week periods where they can review the photos and order what they

Re: [android-developers] Is it possible to create an app that displays image gallery from a website?

2013-05-28 Thread TreKing
On Tue, May 28, 2013 at 9:25 AM, Dan Cha cuban...@gmail.com wrote: What i'd like to try to do is make an app that mimics that setup. So is it possible to create an app, that can login to the site, and display the gallery on the phone(as long as they have internet access) so they dont have to

Re: [android-developers] Is it possible to create an app that displays image gallery from a website?

2013-05-28 Thread Michael Banzon
In my honest opinion: You should try and build a website that is more phone/tablet friendly instead. If you Google responsive html css or some combination you should be able to find enough resources to get the project moving. Unless the users/clients of the photo business is returning and often

Re: [android-developers] Is it possible to create an app that displays image gallery from a website?

2013-05-28 Thread Daniel Chacon
The site we designed was done recently using some of the latest techniques, and i was thinking of a mobile web version for the gallery section as well. Just wanted to see about an app, but the websit would be easire and faster :) On Tue, May 28, 2013 at 12:45 PM, Michael Banzon mich...@banzon.dk

[android-developers] Is it possible to do this? (Playlists and Youtube player API´s)

2013-05-02 Thread Rafael García Fernández
Hi Im wondering if something like this is possible to do: Anywhere in my view I want to see a list of youtube videos (from my channel or youtube account if its possible), so the user could click in any of them and using the youtube player API it would start to be visualized in the bottom of

[android-developers] Is it possible to receive preview callback after video recording has been started?

2013-04-29 Thread Alexander K
I'm streaming video from Camera to a server. To do that I'm setting a preview callback, put my camera into the preview mode and send bytes from my callback handler to the server. Now, I'm required to start video recording from the server. So, upon receiving 'start recording' command from the

[android-developers] bitmapfun project possible bug

2013-04-14 Thread tsioularisa
i am using the bitmapfun example and the only part of the code that i have changed is in the class imageGridFragment, where i have added the mImageFetcher.clearCache() in the onDestroy() before the call of mImageFetcher.closeCache();. The problem that i have found is that when i launch the app

[android-developers] Is it possible to send “out of range” / “out of coverage area” signal if someone calls to my phone?

2013-04-02 Thread Sanjay Sahani
I want to develop an application that can give feeling to the caller that the called number is either switched off or out of coverage area. I am sure that it could be done at OS level but not sure if it can be done using the API provided. Any help is appreciated. -- -- You received this

[android-developers] Is it possible to implement payments via Visa or MC in a shopping android app?

2013-03-12 Thread Ahmed Hegazy
I wonder how can I do this? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Is it possible to do a query that joins the Events and Reminders tables?

2013-02-22 Thread don rhummy
I want to do a query that joins the Events.CONTENT_URI and Reminders.CONTENT_URI tables into one query. Is this possible? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] It is possible to show a route between two POINTS selecting the type of transport?

2013-02-11 Thread saex
Hi I'm showing a route between two points with this code: Intent intent = new Intent(android.content.Intent.ACTION_VIEW,

Re: [android-developers] It is possible to show a route between two POINTS selecting the type of transport?

2013-02-11 Thread TreKing
On Mon, Feb 11, 2013 at 2:59 AM, saex elpablos...@gmail.com wrote: This code works perfectly, but I need to add to that code the possibility to select for example, public transport. It is possible? First, you are hard-coding a package name and activity that you do not own. This is fragile and

Re: [android-developers] Is it possible to obtain credentials to send emails via gmail on behalf of a user?

2013-01-16 Thread Kevin Duffey
Right.. the permission that shows up when I access account manager isn't as clear as the permissions when you first download the app. It strikes me funny that the ability to access the account manager is a manifest permission, but then you need to bother the user at runtime for yet another

Re: [android-developers] Is it possible to obtain credentials to send emails via gmail on behalf of a user?

2013-01-16 Thread Nikolay Elenkov
On Thu, Jan 17, 2013 at 12:56 PM, Kevin Duffey andjar...@gmail.com wrote: ... It strikes me funny that the ability to access the account manager is a manifest permission, but then you need to bother the user at runtime for yet another permission. Why not just make it part of the app

[android-developers] Is that possible to group items in gridlayout and make them invisible?

2013-01-16 Thread Summer
either group them together? or make the whole gridlayout invisible? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Is it possible to obtain credentials to send emails via gmail on behalf of a user?

2013-01-16 Thread Kevin Duffey
Yes..true.. and there isn't a way for the manifest to know what your code tries to access at runtime either. My primary issue is the current pop-up at runtime isn't very friendly. I will provide a video of using my app and explain why that pop-up occurs.. but still would be nice if we could

Re: [android-developers] Is it possible to obtain credentials to send emails via gmail on behalf of a user?

2013-01-16 Thread Nikolay Elenkov
On Thu, Jan 17, 2013 at 2:48 PM, Kevin Duffey andjar...@gmail.com wrote: Yes..true.. and there isn't a way for the manifest to know what your code tries to access at runtime either. My primary issue is the current pop-up at runtime isn't very friendly. I will provide a video of using my app and

Re: [android-developers] Is it possible to obtain credentials to send emails via gmail on behalf of a user?

2013-01-15 Thread Kristopher Micinski
I don't see why this would necessarily be a bad thing: it's just part of the security policy of the app. Of course, there's not really a let an app send email as me permission, but you could imagine making this as an app's configuration. (Of course, there is a permission that allows you access

[android-developers] Is it possible to detect the 3g power state?

2013-01-08 Thread Sajal Kayan
Regarding : http://www.research.att.com/export/sites/att_labs/library/image_gallery/articles/2011_Jan-Mar/201103_ARO_state_machine.png Is it possible to detect what state the 3g radio is currently in from the app? I want to know(and log) the state before I do some socket activity to better

Re: [android-developers] Is it possible to detect the 3g power state?

2013-01-08 Thread Robert Greenwalt
We don't currently get radio power state info. Sorry. On Tue, Jan 1, 2013 at 2:33 AM, Sajal Kayan saja...@gmail.com wrote: Regarding : http://www.research.att.com/export/sites/att_labs/library/image_gallery/articles/2011_Jan-Mar/201103_ARO_state_machine.png Is it possible to detect what

Re: [android-developers] Is it possible to obtain credentials to send emails via gmail on behalf of a user?

2013-01-06 Thread Kevin Duffey
This article seems to indicate an XOAUTH2 with email.. going to give it a shot.. but still can't find anything indicating that this is allowed or supported. It would be good to find out if we can use the email service without user intervention (except for the initial pop-up in the app that asks

  1   2   3   4   5   6   >