Android Community
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Creating applications

  1. #1
    Join Date
    Nov 2008
    Posts
    3

    Default Creating applications


    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?

  2. #2
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default Re: Creating applications

    try some google groups for android proggramming.
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

  3. #3
    Join Date
    Oct 2008
    Location
    In yo fridge!
    Posts
    1,324

    Default Re: Creating applications

    Or send an e-mail to the app developers. They might be nice enough to send you the source.

  4. #4
    Join Date
    Sep 2008
    Location
    NYC
    Posts
    104

    Default Re: Creating applications


    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!

  5. #5
    Join Date
    Oct 2008
    Location
    In yo fridge!
    Posts
    1,324

    Default Re: Creating applications

    uh oh, somones posted a link.

    TO ANOTHER FORUM!

    Quick, kill it with fire!

  6. #6
    Join Date
    Nov 2008
    Posts
    3

    Default Re: Creating applications

    Quote Originally Posted by juice View Post
    Or send an e-mail to the app developers. They might be nice enough to send you the source.
    Was thinking about this but thought it might be a bit cheeky but I suppose i'll give it a go

    Quote Originally Posted by Chotpy View Post
    Thanks very much will definitely check it out

  7. #7
    Join Date
    Oct 2008
    Posts
    1,493

    Default Re: Creating applications

    Quote Originally Posted by Chotpy View Post
    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.

  8. #8
    Join Date
    Nov 2008
    Location
    Space
    Posts
    363

    Default Re: Creating applications

    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.

  9. #9

    Default Re: Creating applications

    Quote Originally Posted by drfunk1986 View Post
    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.

  10. #10
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default Re: Creating applications


    Quote Originally Posted by drfunk1986 View Post
    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.
    plenty of tuts online folks.. have we forgotten ,, GOOGLE?
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Some applications i'd like to see
    By PixelHenge in forum Developers Guild
    Replies: 27
    Last Post: 01-21-2010, 12:25 PM
  2. Creating folders and SD card
    By cassnic in forum General HTC Chat
    Replies: 4
    Last Post: 05-30-2009, 10:22 AM
  3. Creating a last.fm scrobbler
    By lance713 in forum Developers Guild
    Replies: 0
    Last Post: 11-07-2008, 04:16 PM
  4. Creating new pages?
    By lance713 in forum General Phone Chat
    Replies: 1
    Last Post: 10-22-2008, 06:13 PM
  5. database path after creating a database or table.
    By sangram in forum Developers Guild
    Replies: 3
    Last Post: 05-30-2008, 03:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •