[android-developers] Bulk purchases for App

2017-08-21 Thread Do Hong Son
Dear Google team I want to buy the license of an Android app for about 3000 devices. It's impossible to use 3000 Google accounts to buy them. Please advise me what is the best solution for this issue. I am from Vietnam. Thanks -- You received this message because you are subscribed to the

[android-developers] Refactor com to country domain ke co

2016-06-22 Thread DO
I am unable to see how to refactor com to have two folders ke co from an existing project. Kindly assist me. Thanks. -- 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

[android-developers] Does the stock web-browser of ICS 4.0.x support HW accelerated rendering and compositing?

2012-06-21 Thread do damn
Does the stock web-browser of ICS 4.0.x support HW accelerated rendering and compositing? If it does not, Is there any web-browser app for ICS 4.0.x that support HW accelerated rendering/compositing? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] GestureOverlayView on a Custom view

2012-04-22 Thread Hung Do
Hi I just want to get a feel if this is actually possible. I plan on building a game with the GestureOverlayView separate from the actual game view where all the animations and drawing is done. So far I am doing both in a Custom GestureOverlayView but there are quite a bit of performance issues

Re: [android-developers] OEM USB Driver for Pantech

2012-02-28 Thread moon do seo
trying to put my android game onto my hardware for testing. It is a Pantech. The problem is I need to get the OEM USB Driver to do this but the link the android developers site sends me to is a foreign language site. I can't even get Google to translate it for me. This is the link http

Re: [android-developers] Digest for android-developers@googlegroups.com - 23 Messages in 11 Topics

2011-11-21 Thread do die
, with a gmail address and a blank domain. GJTorikian gjtorik...@gmail.com Nov 20 08:14PM -0800 And how would I go about adding contacts, to test viewing/manipulating contact data? There doesn't seem to be a way to do that. Zsolt Vasvari zvasv...@gmail.com Nov 20 08:32PM -0800 I

[android-developers] Cant access layout created programmatically

2011-07-08 Thread Raúl Do Santos
hi, i have an issue when i tried inflate popup layout created programmatically, in this code broke: LinearLayout layout_pop = new LinearLayout (); layout_pop.setId(R.id.layout_pop); View = getInflater().inflate(R.id.layout_pop,null); this throw an Exception, resource not found, in xmlparser. The

Re: [android-developers] Cant access layout created programmatically

2011-07-08 Thread Raúl Do Santos
leaving aside the inflater, the real problem is that i cant access resources created porgrammatically, can i do this? i need that ui will be created only programmatically. I try setting id with setId() method but when i bring the layout created, is null. The object exist but cant accessed

Re: [android-developers] Cant access layout created programmatically

2011-07-08 Thread Raúl Do Santos
= new LinearLayout (); layoutSpinner.setId(R.id.layoutSpinner); thanks for your replies 2011/7/8 TreKing treking...@gmail.com On Fri, Jul 8, 2011 at 10:48 AM, Raúl Do Santos rauldosanto...@gmail.comwrote: leaving aside the inflater, the real problem is that i cant access resources created

Re: [android-developers] Cant access layout created programmatically

2011-07-08 Thread Raúl Do Santos
Exactly but the issue is that my app strictly must declare the UI only in javacode, then the problem is that I can not access the elements created dynamically by their id, if i do: LinearLayout ll = findViewById(R.id.layoutSpinner); ll is null. If you know other way of access the elements created

Re: [android-developers] Cant access layout created programmatically

2011-07-08 Thread Raúl Do Santos
. The third parameter is a view id, within that layout. If you would like to instantiate your item layouts dynamically, then don't use ArrayAdapter: subclass BaseAdapter instead, override getView, and do new LinearLayout or whatever when convertView == null. -- Kostya 08.07.2011 21:34, Raúl Do

[android-developers] adding HorizontalScrollView to my listview header

2011-02-24 Thread James do Carmo
I want to add a HorizontalScrollView to my listview header how can I proceed? -- 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

[android-developers] Widget

2010-12-23 Thread James do Carmo
Hi, I have a widget that launch the configure activity when I click on it. This widget its a party of my App, and the activity that it launch its only accessible on the widget click. So here is the thing, when my App is running and I click the home button, and them I click on the widget, the

[android-developers] Hebrew font on Android!

2009-12-18 Thread Do it
When we see Hebrew languages that are available in the Android Mobile? -- 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: Android Dev Phone 1™

2008-12-09 Thread A Casa do Java
We're waiting shipping to Brazil too! On Dec 8, 9:52 pm, Izard [EMAIL PROTECTED] wrote: The page (http://code.google.com/android/dev-devices.html) suggests it's possible to ship the device in US, UK, Germany, Japan, India, Canada, France, Taiwan, Spain, Australia, Singapore, Switzerland,

[android-developers] Re: Vote: a device G1 for each ADC entrance

2008-10-08 Thread A Casa do Java
You said: Why can American developers test correctly their app and not all developers? I say: why can only non-latin american developers vote on your survey and not all developers? On Sep 26, 8:05 am, arnouf [EMAIL PROTECTED] wrote: Hello Android Developers, Apparently the recent

[android-developers] Re: Where to download icons?

2008-08-31 Thread A Casa do Java
Here you can get lots of nice and free icons: http://downloadpedia.org/Free_Icons_and_Buttons On Aug 29, 9:21 pm, april [EMAIL PROTECTED] wrote: I am developing a multimedia application. I found the most difficult things is to create nice icons for the application. It took me a lot of time