No.40
Ok, /g/entoomen, since we have decided to make this our new home, let's start and android development thread. Post tips, tricks, resources, etc here for anything android development related.
No.47
What languages can I use on Android?
I hate Java, I know C, I also know OpenGL so using ES won't be a big jump.
No.49
No.68
>>47Java is used mostly for userspace (UI, "apps") in android whereas C or C++ is used for libraries.
Is preferred that way because of portability. Code in java and compiled to dalvik bytecode runs in any platform, but you need to compile libraries for arm/x86/mips.
No.730
No.735
>>68
>>68
>you need to compile libraries for arm/x86/mips
Oh Look at the time! Are you aware it's 2015?>you need to compile libraries for arm/x86/mips
No.759
>>735
OpenWRT maintains mips ports for various packages
No.782
>>40
I was thinking of making an 8chan Android app seeing as the ones out there now are all shit. Anyone be interested in this?