try some google groups for android proggramming.
Anybody know where I can get my hands on some source code of some applications?
I'm in my final year of college in software development and doing a Android application as a project and the lecturer has told me to try and find some source code of existing applications.
I was just wondering is it possible?
try some google groups for android proggramming.
If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:
Or send an e-mail to the app developers. They might be nice enough to send you the source.
Help Catt and Guy get to Japan in 2010!
Apparel and other fun stuff designed by CATT.
If you have a sense of humor, like funky stuff or love cute stuff, you'll enjoy the CATT store!
uh oh, somones posted a link.
TO ANOTHER FORUM!
Quick, kill it with fire!
I wish I could say AndDev was more helpful. There's alot of old info posted on there and whenever I asked questions while writing my apps, I don't think I received a single solution in any of my threads. Seems like it was a much more active forum before the phone released. Go figure.
i dont get how you're supposed to creating something out of thin air. Can someone explainz to meez? I would love to be able to create some apps to do something but i dont have an idea of what to do.
Google "Java Programming" and it will tell you what you want to know.
Its not easy either, its far from easy. I haven't learnt Java just yet, at the moment im learning C++
example of Java programming:
import java.io.Console;
import java.sql.SQLException;
public class MainClass {
public static void main(String[] args) throws ClassNotFoundException, SQLException {
Console console = System.console();
if (console == null) {
System.err.println("sales: unable to obtain console");
return;
}
console.printf("%s ", "string");
}
}
And that basically just to show letters on a screen![]()
Last edited by paranoidandroid; 11-10-2008 at 04:28 PM.
If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:
Bookmarks