Android source code examples - Hero, G2 Touch General

Anybody know any good places to find some example android source code to play with?

Try anddev at
http://www.anddev.org/index.php?c=2

Related

ShantzTodayChanger is now open source

For those who don’t know ShantzTodayChanger is a small Windows Mobile tool that allows you to cycle through your wallpapers/themes or run applications after specified intervals of time automatically and provides you a lot of tweaking options to control this.
Because of paucity of time and motivation, I am not able to work on it anymore and thought i best to release the source code so that someone else can work on it. I'm still available to help out though.
Please see the below link for announcement and download details:
ShantzTodayChanger Source Code

compiling source code

Hello ,
I have seen some softwares with source code at hotpocketpc.com
url is hotpocketpc.com/tag/srcx/
What do i need to make application (EXE) .
Thanks
Looking good. Are those applications free.
hello bigman,
Use visual studio or something
These all are freeware and free to download i think , because if you look at all of the software with source code from http://www.hotpocketpc.com/tag/srcx/ , they are from most of open source , but these people they classified whether source code is available or not. Think good for new developer if there are rich resources.
You need a Compiler.
What compiler is correct for you depends on the Programming Language the Programm was written in.
Genrally: The MS Visual Studio 2008 (and the Express Edition) with the Windows Mobile 6 SDK (http://www.microsoft.com/downloads/...3a-a651-4745-88ef-3d48091a390b&displaylang=en), will work the most of those applications!
Thank brandi,
That is right answer , i start using it , got a lot errors and but i will try to get familier with visual studio , and hopefully will try to get in there soon as i got reasonable knowledge of PIC C compilers.
thanks

Porting MAME to Android

I'm not a programmer, I just want to compile MAME for the Android. But, of course compiling code within the Android platform is not possible (as one would do it in Ubuntu or Debian), so I need the Android SDK and enough knowledge of java to call the native code, which needs to be packaged by the NDK, launched from within Cygwin.
Seems there will also be some video issues, beyond my comprehension. MAME developer R. Belmont posted this on porting MAME to Android:
The OpenGL support won't help you with GLES, that'll need to be an entirely separate code path
Click to expand...
Click to collapse
Whatever that means, it sounds like a lot of work. Looking around for similar projects for examples on how to call native code like the source for MAME , I found the java activity source code for aDosBox. It's also an emulator, but also has video requirements and uses native source as it's base. I'm still decrypting what it does, but for a developer (perhaps you!) looking to port MAME, it might be a good place to start.
What would be cool, is a couple templates I could just plug the needed particulars into. One for the Android.mk file that adds any required libraries needed for video stuff when I use ndk-build, and one for the java activity that simply calls the native code.
The MAME source code also has an SDL backend in the included build system. The build system 'detects' what platform it's on and builds accordingly. Can SDL be used in the Android SDK?

[Q] puzzle game android

where i can get a source code like puzzle game for android?
You can find many open source games on Github: https://github.com/search?q=puzzle+game+android&ref=cmdform
Also check this: http://forum.xda-developers.com/showthread.php?t=2124002

Can someone help me add audio player on page that has text/image?

I am baffled by all the complex coding apps have and has taken me over a year to create what I have and thats so much stress yet others can do things in matter of hours.
I have looked at various apps and the source codes in them to help me understand the workings of things but one thing I would like is to play audio on a page and cannot figure out how to implement it to the code.
I can compile the source code and sign it and it works on my tablet but as soon as I try and change code it fails so must be missing a large chunk of code.
Is there anyone willing to have a look at my app code and see if they can add audio to it, i dont expect you to do every page but if one can be done I can then copy it so all other pages work too.

Categories

Resources