Re: [android-developers] dexgen questions ...

2012-09-26 Thread Angelo Cesaro
What is dexgen? Il giorno 25/set/2012 22:26, Richard Schilling coderroa...@gmail.com ha scritto: I have a question about the usage of dexgen. Is there a special group setup for that, or is this the place to ask that? My question is this ... how do you use dexgen to generate a switch/case

Re: [android-developers] dexgen questions ...

2012-09-26 Thread Kristopher Micinski
It's the code generator used in Android.. I.e., it's a library for manipulating Dalvik bytecode. kris On Tue, Sep 25, 2012 at 4:27 PM, Angelo Cesaro javandroi...@gmail.com wrote: What is dexgen? Il giorno 25/set/2012 22:26, Richard Schilling coderroa...@gmail.com ha scritto: I have a

Re: [android-developers] dexgen questions ...

2012-09-26 Thread Richard Schilling
Sounds good. On Tuesday, September 25, 2012 1:42:21 PM UTC-7, Kristopher Micinski wrote: Try android-platform, that would be the appropriate place to ask. (Certainly not here!) kris On Tue, Sep 25, 2012 at 4:25 PM, Richard Schilling coder...@gmail.com javascript: wrote: I have a

[android-developers] dexgen questions ...

2012-09-25 Thread Richard Schilling
I have a question about the usage of dexgen. Is there a special group setup for that, or is this the place to ask that? My question is this ... how do you use dexgen to generate a switch/case statement? Thanks Richard Schilling Senior Mobile Developer, RD Cetecom, USA -- You received this

Re: [android-developers] dexgen questions ...

2012-09-25 Thread Kristopher Micinski
Try android-platform, that would be the appropriate place to ask. (Certainly not here!) kris On Tue, Sep 25, 2012 at 4:25 PM, Richard Schilling coderroa...@gmail.com wrote: I have a question about the usage of dexgen. Is there a special group setup for that, or is this the place to ask that?