Thread: Making an android app on phones

  1. #1
    Banned
    Join Date
    Apr 2015
    Posts
    596

    Making an android app on phones

    Hi everybody, I've totally mastered the programming of C language, and I'm willing to program an android application but I've no idea how...can I find anyone to instruct me what steps should I follow for building an app? the step of programming is comprehended for me..just confused on the ways how to do the app itself


    thanks!!

  2. #2
    Registered User MartinR's Avatar
    Join Date
    Dec 2013
    Posts
    200
    I am not familiar with the subject of programming android app, but I bet C is not very common for this task.

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Quote Originally Posted by RyanC View Post
    Hi everybody, I've totally mastered the programming of C language
    Doubtful.

    Quote Originally Posted by RyanC View Post
    and I'm willing to program an android application but I've no idea how...can I find anyone to instruct me what steps should I follow for building an app? the step of programming is comprehended for me..just confused on the ways how to do the app itself
    Android apps are generally developed in Java, although there are plenty of frameworks that wrap around the native platform, Ionic, Angular, Xamarin, PhoneGap, Adobe AIR, to name a few.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  4. #4
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by MartinR View Post
    I am not familiar with the subject of programming android app, but I bet C is not very common for this task.
    Writing native code for Android is not unheard of (it's a big part of what I do at work). But writing an entire app using nothing but native frameworks sounds impossibly painful. I'd stick with Java for the application itself, and just call out to native code through JNI when you really feel like you need that. I'm quite experienced doing this, so if OP has any specific questions I am happy to help.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  5. #5
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470
    Hi, if you wanna build android games, Unity 3D is a good way to go. Though, it wired to program in C#, NOT C.
    GameJolt: https://gamejolt.com/@KasunL
    Game Development Youtube:
    https://is.gd/XyhYoP
    Amateur IT Blog: http://everything-geeky.blogspot.com/



    (and, sorry for my amateur English)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. IP in cell phones
    By C_programmer.C in forum General Discussions
    Replies: 0
    Last Post: 07-20-2011, 09:23 AM
  2. Phones and C++
    By jverkoey in forum C++ Programming
    Replies: 5
    Last Post: 06-07-2005, 11:46 PM
  3. cellular phones
    By planet_abhi in forum Networking/Device Communication
    Replies: 4
    Last Post: 07-11-2003, 01:09 PM
  4. Cell Phones
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 46
    Last Post: 01-31-2003, 05:16 PM
  5. DECT Phones
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-24-2002, 11:41 AM