What are top trending technologies used for mobile app development?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexhuber
    New Member
    • Feb 2018
    • 7

    What are top trending technologies used for mobile app development?

    Code:
    char character = 'a';
    if(character=='a')
    {
        doSomething();
    } else {
        doSomethingElse();
    }
    Last edited by gits; Oct 15 '19, 10:09 AM. Reason: added code tags
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Java or Objective-C.

    Comment

    Working...