Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Android Programming - what is it like?

  • 15-04-2013 4:35pm
    #1
    Closed Accounts Posts: 46


    For some reason or another we have a compulsory module in android programming next semester, what is it like? What languages does it compare to?

    I`ve heard that its a bit of a nuisance?

    I`m just a humble student struggling through an IT conversion course, we have done C, and C++ so far (along with other non programming stuff).


Comments

  • Registered Users, Registered Users 2 Posts: 7,157 ✭✭✭srsly78


    It's like sitting in front of a computer and pushing buttons. It uses Java which is about as mainstream as it gets, much easier than C++ etc.


  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Not Easy wrote: »
    For some reason or another we have a compulsory module in android programming next semester

    Maybe because the course aims to cover the aspect of mobile development and Android is much easier to get into than iOS, I'd be shocked if a modern programming course didn't have a mobile module.
    Not Easy wrote: »
    what is it like? What languages does it compare to?

    It is based on Java, as srsly78 says you can't get much more mainstream.
    Not Easy wrote: »
    I`ve heard that its a bit of a nuisance?

    In what way?
    Not Easy wrote: »
    I`m just a humble student struggling through an IT conversion course, we have done C, and C++ so far (along with other non programming stuff).

    You should have no issues with an Android module then if you have a good handle of C++ and OOP.


  • Registered Users, Registered Users 2 Posts: 7,878 ✭✭✭The_B_Man


    Its Java with added GUI elements.
    TextView.getText();
    TextView.setText();


    Then once you get your head around Intents and the Context/Activity model, then you're sorted.


  • Closed Accounts Posts: 46 Not Easy


    Thanks for the responses,

    I am looking forward to it, some of my friends doing a different course were complaining about it but they are probably just moaners!

    It would be nifty to get an Android App on the market:). Anyway, got to get through this semester first :D


Advertisement