[android-developers] Adding Android platform to company website

2016-12-09 Thread Benjamin McCay
Hello everyone, I'm currently trying to implement some kind of Android emulator or platform into my companies website for demos. Now the purpose of that is for demos of different touchscreen point of sale systems that operate on the Android operating system. Currently we use Genymotion then

[android-developers] Android studio executing grade task android:run for sub-project that does not depend on 'android'

2016-05-07 Thread benjamin . schneider . de
I just setup a libGDX project in Android Studio. Among others, it has two sub-projects 'android' and 'desktop'. I have two Run Configurations: - The standard 'android' one that gets created automatically - A 'desktop' gradle task that is calling desktop:run The 'desktop' project does

[android-developers] push App into foreground of the display

2016-03-21 Thread 'Benjamin Dürr' via Android Developers
like this? Thanks for the answers Benjamin -- 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.co

[android-developers] Can not insert null values in Android = 4 with PhoneGap

2013-10-21 Thread Benjamin Kemner
If I use WebSQL database with Phonegap, I have problems inserting null values into the database. Example: executeSql(INSERT INTO test(id, name, name2) VALUES(?,?,?), [1, null, b] ... *Results* - Android 3.2 (hardware): 1, null, b - Blackberry Playbook (hardware): 1, null, b - Ripple

[android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-11-20 Thread Benjamin Gmeiner
Great, thx for making it harder for us devs (again and again) to troubleshoot problems... Ruined my afternoon but why would you care... On Sunday, July 8, 2012 9:26:47 PM UTC+2, Ievgenii Nazaruk wrote: Hi all, I've been working on an application for developers that uses DropBoxManager.

[android-developers] read user defined gmail data fields of android contact

2012-09-14 Thread Benjamin Buchner
I'm trying to read the fields which I added with google contacts to my contacts. I know that these fields get synced, because i can see it with an alternative contact viewer app. -Contact View by SoftWyer How could i query this data? Thanks in advance! -- You received this message because

Re: [android-developers] Re: Hwo to use getLineCount method in TextView? what is the internal Layout?

2012-07-14 Thread ABIOYE BENJAMIN
I see Sent from my BlackBerry® smartphone provided by Airtel Nigeria. -Original Message- From: skink psk...@gmail.com Sender: android-developers@googlegroups.com Date: Fri, 13 Jul 2012 02:13:52 To: Android Developersandroid-developers@googlegroups.com Reply-To:

[android-developers] Generic USB Audio DAC Support in 4.1

2012-06-30 Thread Benjamin Oien
this? Would an Arduino middle-ware be necessary for adapting the communication protocol anyway? I know this feature has been added by Samsung in the Galaxy S3. Is it possible to port that to CDMA gNex? Thank you, Benjamin Oien -- You received this message because you are subscribed to the Google

[android-developers] Re: Service not available

2012-02-22 Thread Benjamin DJAHANDIDEH
On Feb 21, 4:05 pm, ajay talreja ajayt...@gmail.com wrote: Did u checked the code...i think there can be problem in the code also for reverse geocoding...please check... Geocoder gcd = new Geocoder(this, Locale.getDefault()); ListAddress addresses

[android-developers] Re: [Google Map] Handle click on route

2012-02-21 Thread Benjamin DJAHANDIDEH
On Feb 20, 4:19 pm, TreKing treking...@gmail.com wrote: Tip: Don't post a giant blob of unformatted, unreadable code. Post the least bit of code that will get the point across. No one is going to read through all that, it makes your post hard to read, and increases the chances of people

[android-developers] [Google Map] Handle click on route

2012-02-20 Thread Benjamin DJAHANDIDEH
I'm trying to validate a clickable route functionality using google map API. I established route display between two coordinates using the map API. To realize this, I used the following tutorial http://csie-tw.blogspot.com/2009/06/android-driving-direction-route-path.html , which basically parse

[android-developers] help in my dynamic checkboxes

2011-11-14 Thread benjamin
hi to all, i am currently having problems with my dynamic checkboxes, if i uncomment my isChecked(), my program will be forced closed. however, if i comment it, my program will run. however this will defeat what i want to happen. My goal is if the checkbox is chacked and I pressed the button,

[android-developers] Country code picker ?

2011-11-13 Thread Benjamin LE CUN
Hello guys, I'm looking for a country code picker ( you know, the +xx before a phone number ). I don't really wanna collect all the flags one by one and input the country codes one by one as well, so I'm pretty sure someone made a library or something similar but I couldn't find anything on

[android-developers] Advices for a webzine on Honeycomb

2011-10-20 Thread Benjamin LE CUN
Hello, I just got a project for a client which is basically downloading and then loading a new webzine every 2 months on tablets + the application going with it. I've been looking on internet about it and didn't find anything developer related. They don't provide a real feed, just the content

Re: [android-developers] Infinite horizontal scroll

2011-09-20 Thread Benjamin LE CUN
Exactly what I needed, thanks TreKing ! -- 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] Infinite horizontal scroll

2011-09-19 Thread Benjamin LE CUN
animation, and the code is a bit buggy. I'm starting to look for something simple and more optimized ( horizontalscrollview ? ) but I don't find anything allowing easily an horizontal infinite loop... Would anyone have a suggestion ? Thanks in advance, Sincerely, Benjamin -- You received

[android-developers] Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?

2011-09-01 Thread Benjamin
Hello friends, i have a simple question: Should i resize a bigger bitmap before adding to a ImageView or let the ImageView resize the Bitmap? What's the right way, regarding performance? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Large numbers for getCid and getLac

2011-08-24 Thread Benjamin
/GsmCellLocation.html#getCid%28%29 Thanks in advance, Benjamin -- 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

[android-developers] Build an extension system for my android application

2011-06-04 Thread Benjamin LE CUN
Hello. I'm trying to build an extension system for my application, basically to add different protocols in it (facebook and twitter connection for example) and be able to configure them from my main application. I want it to be pretty similar to how dolphin browser extensions work. But I

Re: [android-developers] Build an extension system for my android application

2011-06-04 Thread Benjamin LE CUN
Thanks a lot for the informations ;) -- 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] Re: NFC connection between 2 Android-devices

2011-03-18 Thread Benjamin
Great, thanks. On 16 Mrz., 19:36, Nando nand...@gmail.com wrote: Yes it is possible, starting from 2.3.3. -Nando Sent from my Sinclair ZX81 On 16 March 2011 17:31, Marcin Orlowski webnet.andr...@gmail.com wrote: On 16 March 2011 18:25, Benjamin benjaminru...@googlemail.com wrote

[android-developers] NFC connection between 2 Android-devices

2011-03-16 Thread Benjamin
Hey Guys, i have a question about nearfieldcommunication: Is it possible to establish an connection between 2 android devices? Can i send any data through this connection? Greetings from Germany -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] New 3.0 Emulator - Lacking Google Maps API?

2011-02-23 Thread benjamin schultz
I had this same issue when I tried to run my application on the Samsung Galaxy Tab Add-on; it gets to the install step, but soon after the Console writes this line: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY. I checked my logcat for more details and found this line in paticular:

[android-developers] Re: New 3.0 Emulator - Lacking Google Maps API?

2011-02-23 Thread benjamin schultz
, 2011 at 2:21 PM, benjamin schultz bschultzish...@gmail.com wrote: I had this same issue when I tried to run my application on the Samsung Galaxy Tab Add-on; it gets to the install step, but soon after the Console writes this line: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

[android-developers] Please recommend job boards for Android developers

2011-01-24 Thread Jessica Benjamin
Please recommend job boards for Android developers. Thank you for your fealty. -Jessica[AT]riverviewrecruiting[DOT]com -- 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

[android-developers] specify audio out

2010-09-15 Thread Benjamin
Any thoughts on what it would take to specify which audio output to use when a user is playing an mp3? HDMI or speaker? Thanks in advance, Ben -- 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] Activity ID Runnning

2010-09-14 Thread Benjamin Cervera
it again? Thanks in advanced Benjamin -- 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+unsubscr

[android-developers] Question about Speed up XML Parsing

2010-08-12 Thread Benjamin
I'm developing a RSS Reader, the as the XML file is quite large for mobile phone(500KB), it takes time to load! How can I use SAXParser to download the latest headline only(for example 10 record) without downloading all the record? Thx! -- You received this message because you are subscribed

[android-developers] No value being returned with ksoap calling web service

2010-06-03 Thread benjamin schultz
I have a .Net Web Service which returns a single integer value. When i call upon it from my application, no value is returned. Nothing at all really happens. I set up breakpoints and watched it's progress and it seems the problem is coming from when i get to this line:

[android-developers] Any help/tutorial with creating web services that access a database

2010-05-27 Thread benjamin schultz
I'm currently developing an application that needs to pull certain data from a remote server (same server my website pulls from). After a lot of research I see the best way to do this is to create a web service, then call upon that service from my application. If anyone could point me in the

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread Benjamin Rosseaux
How long have you waited for it? On 29 Apr., 09:03, Kevin Gaudin kevin.gau...@gmail.com wrote: Nexus One received in France ! No FroYo but a french power adapter :) Sent by Brightpoint from netherland via France Express. THANK YOU GOOGLE On 29 avr, 07:36, Jompe71

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread Benjamin Rosseaux
to this forum if you have received your N1. :) someone has the time to create a gmaps mashup? :) patiently waiting for mine in Hungary On ápr. 29, 09:35, Benjamin Rosseaux benja...@rosseaux.com wrote: How long have you waited for it? On 29 Apr., 09:03

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-02 Thread Benjamin Rosseaux
How can I check it, that my submitted data were correctly submitted, because I've unintentionally clicked the Go back to the form link. Doesn't this delete my already submitted data? If the link (and a browser history back (per AJAX session stuff)) doesn't delete these, then I'm relieved to

[android-developers] Timing and using Intent MediaAction.ImageCapture to take pictures

2010-01-22 Thread Ray Benjamin
I'm still working only on the emulator, but I am seeing some unexpected behavior when using an Intent to take a picture via MediaAction.ImageCapture. At first, I thought everything was working as I wished: from my application, control was transferred to the Camera application, which allowed

[android-developers] Getting hold of a resource using generated string

2010-01-18 Thread Ray Benjamin
Ok, here's the problem. I have a layout file with 25 ImageButtons in in laid out in a 5x5 grid. During my application setup, I need to go through and add onClick and onLongClick handlers to each button and add the buttons to a local array. The problem is, I don't want to explicitly name every

Re: [android-developers] Getting hold of a resource using generated string

2010-01-18 Thread Ray Benjamin
Thank you. I knew there had to be a way. Mark Murphy wrote: Try Resources#getIdentifier(). Ok, here's the problem. I have a layout file with 25 ImageButtons in in laid out in a 5x5 grid. During my application setup, I need to go through and add onClick and onLongClick handlers to each

Re: [android-developers] ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-17 Thread Ray Benjamin
There is also the issue of phone manufacturers that want to customize Android in order to control the user experience. Since it is an open source application, they are free to do as they wish, even if it means running a version or two behind the official Android release. This is common in

[android-developers] Is there a way to refer to a group of attributes

2010-01-17 Thread Ray Benjamin
In creating a layout file, I have 25 buttons that all use the same attributes except for ID. It seems like there should be some way to package up all those attributes and use a reference to them, but I can't recall how. Been a while since I did a lot with XML. Can someone help? Thanks, Ray

Re: [android-developers] Is there a way to refer to a group of attributes

2010-01-17 Thread Ray Benjamin
. On Sun, Jan 17, 2010 at 11:19 AM, Ray Benjamin ray.benja...@gmail.com mailto:ray.benja...@gmail.com wrote: In creating a layout file, I have 25 buttons that all use the same attributes except for ID. It seems like there should be some way to package up all those attributes and use

[android-developers] CropToPadding

2010-01-16 Thread Ray Benjamin
In the ImageView class, there is an XML attribute, cropToPadding, that can be set up if you are creating the interface using XML, but there doesn't seem to be a corresponding method that can be used to set that attribute if you are doing things programatically. Is this a bug? Is there some

Re: [android-developers] Re: Android Pirate Site

2010-01-16 Thread Ray Benjamin
While there are thousands of things you can do to make it more difficult for someone to pirate your application, they all come at the cost of making it that much more difficult for your user to purchase your application and/or make your application more fragile. Many anti-piracy methods keep

[android-developers] How do I get full-sized image back from Camera using MediaStore.IMAGE_CAPTURE ?

2010-01-08 Thread Ray Benjamin
Hi, I managed to figure out how to get the camara application to give me an image, but it is rather tiny, only 18k. Has anyone figured out a reliable way to get a full-sized image returned if you are using a MediaStore.IMAGE_CAPTURE intent? Thanks, Ray -- You received this message because

[android-developers] Solved: Authenticating android to App Engine

2009-12-28 Thread Benjamin
I've been working for the past couple of days to allow users to login to an android app with their gmail account and pass the authentication token to my app hosted on app engine - so i can download xml from my web services hosted on app engine as if the user logged into the app directly. There is

[android-developers] sending and receiving data with sockets

2009-12-21 Thread Benjamin
Hello, i want to develop an app for controlling my Windows Media Center with my Android phone. Therefore i use the vmccontroller plugin (http:// vmccontroller.codeplex.com/Release/ProjectReleases.aspx? ReleaseId=23251). With this plugin i can controll my MediaCenter by sending Strings like

[android-developers] shape with shadow

2009-12-15 Thread Benjamin
Hey guys, how can i add shadow to a shape? My shape.xml: ?xml version=1.0 encoding=utf-8? shape xmlns:android=http://schemas.android.com/apk/res/android; android:shape=rectangle gradient android:startColor=#272828 android:endColor=#272828 android:angle=90 /

[android-developers] Re: Problem to count number of days between Two dates...

2009-09-25 Thread Benjamin
the exact number of days between the two dates. Best regards, Benjamin On Sep 25, 5:45 am, ragavendran s sraghav.ra...@gmail.com wrote: I want to calculate the difference between two Dates..Can anybody tell how to calculate the difference between two days Here is my Codeit Displays

[android-developers] WebView not working on the new SDK?

2009-06-08 Thread Benjamin
Hi everyone! I've been developing for Android for three months now, and for the first time I'm working with the new 1.5 SDK. I'm facing a pretty basic problem with the WebView. I'm following the HelloWebView tutorial (here: http://developer.android.com/guide/tutorials/views/hello-webview.html)

[android-developers] Re: WebView not working on the new SDK?

2009-06-08 Thread Benjamin
android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical [...] --- On 8 juin, 22:05, André Charles Legendre andre.legen...@gmail.com wrote: Hi Benjamin I have a similar application and it works