[android-developers] Fixing the lack of the unit "%" and the lack of the unit "em" for a Layout for a View

2012-08-10 Thread goodG
I don't get the reason why but in Android this 2 units seems to be not available when creating a new layout http://developer.android.com/guide/topics/resources/more-resources.html#Dimension There is a workaround for this ? At least for the percentage that is really helpful when dealing with a b

[android-developers] Re: Nexus 7 not visible to adb over usb (WIndows 7 x64, up to date Jelly Bean sdk)

2012-08-10 Thread goodG
http://support.asus.com/download/ModelList.aspx?SLanguage=en&keyword=nexus%207&type=1 my personal advice is just to avoid programming on Windows, it's a nightmare. Il giorno venerdì 10 agosto 2012 17:39:08 UTC+2, mkh ha scritto: > > Trying to force feed myself Windows to build character, and the

[android-developers] Re: Samsung Galaxy SII (ICS 4.0.4) freezes when using OpengGL ES 2.0

2012-08-10 Thread goodG
With *log* you mean *adb logcat* ? If the system says nothing special through the log, you probably have a big problem with your source code. Il giorno venerdì 10 agosto 2012 15:43:44 UTC+2, BorisB ha scritto: > > Hi all, > > Samsung Galaxy SII (ICS 4.0.4) freezes when I run my application that

[android-developers] Re: Irregular Polygon Area Calculation in Android MapView

2012-08-09 Thread goodG
http://math.stackexchange.com/ In your case this is probably one of the best options that you have on the internet Il giorno giovedì 9 agosto 2012 18:45:07 UTC+2, ajmer singh ha scritto: > > Hi All > > I am working on an Map based android application where i want to calculate > the area of Poly

[android-developers] Re: how to store the data in cache/temp memory

2012-08-06 Thread goodG
Probably your best options are the Parcelable interface and the Bundle, remember that Android is an OS aimed for mobile not for desktop. http://developer.android.com/reference/android/os/Parcelable.html http://developer.android.com/reference/android/os/Bundle.html according to what Google and t

Re: [android-developers] Re: How to compile Android APP for ARM v6?

2012-08-03 Thread goodG
s and JVM. Il giorno venerdì 3 agosto 2012 14:37:22 UTC+2, arunkumar ha scritto: > > yeah already find out NDK possibilities. i need in android sdk provision > > On Fri, Aug 3, 2012 at 5:49 PM, goodG wrote: > >> open the file *CPU-ARCH-ABIS.html* in the folder */docs*and

[android-developers] Re: How to compile Android APP for ARM v6?

2012-08-03 Thread goodG
open the file *CPU-ARCH-ABIS.html* in the folder */docs*and read about the target *armeabi* Il giorno venerdì 3 agosto 2012 09:24:16 UTC+2, arunkumar ha scritto: > > How to compile Android APP for ARM v6? > > We are developing an android application which has to be targeted only to > ARM v6 dev

[android-developers] Re: I can't make GLES 2.0 working in the emulator - need a hint from the insiders

2012-08-02 Thread goodG
the Android SDK. Il giorno giovedì 2 agosto 2012 15:24:23 UTC+2, RichardC ha scritto: > > Are you using one of the emulators provided in the SDK or are your making > your own? > > On Thursday, August 2, 2012 2:15:01 PM UTC+1, goodG wrote: >> >> I try literal

[android-developers] I can't make GLES 2.0 working in the emulator - need a hint from the insiders

2012-08-02 Thread goodG
I try literally everything, i have tried: - installing mesa GLES libraries - GLES libraries in a .conf file in */etc/ld.so.conf.d/* ( the new method that replaces the old LD_* environment variables ) - updating and downgrading my *fglrx* drivers - using the GLES2 libraries from AMD

Re: [android-developers] Using a specific GLES library with the emulator-x86

2012-07-28 Thread goodG
set in AVD settings. After setting this flag (sorry I > can't remember the name of it) I had GLES2 compatible environment on OSX > using Intel x86 image out of the box. > > -- > H > On Jul 27, 2012 5:37 PM, "goodG" wrote: > >> Hi, >> I have a G

[android-developers] Re: Using eclipse with the NDK?

2012-07-27 Thread goodG
Start from here http://developer.android.com/sdk/installing/installing-adt.html Using the URL provided in the Eclipse package manager you will see 2 options, 1 about generic development with Android, the second one about Native development ( aka "using the NDK" ) Install both of this 2 options

[android-developers] Using a specific GLES library with the emulator-x86

2012-07-27 Thread goodG
Hi, I have a GLES library ( libEGL.so + libGLESv2.so provided by the VGA manufacturer ) which support a GLES 2.0 hardware accelerated context for my videocard, they are compiled as a 32 bit Linux object, like the libraries used by the emulator in the Android SDK. The problem is that the Android