Thread: Making an android app on phones

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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.

  2. #2
    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);
    //}

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