Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Possible Duplicate:
Is there a sequence to read through the Android developer site for a user new to Android?

I have electronics background I know C, C++. I want to develop apps for Android.
Where should I start from, core Java? I am confused between different types of java courses available online. Sorry for noobie question.

share|improve this question

marked as duplicate by Oded, Walter, gnat, Martijn Pieters, GlenH7 Jan 21 at 15:58

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

You can start reading up on java. Its a lot simpler than C++, try reading up on simple java for 1 or 2 days after that you can go right on into android! There's a huge group of helpful enthusiastic group out there in stackoverflow to help you out if you need.

I started my first android development by reading Android Application Development for Dummies, its a good starter book I would recommend to you.

share|improve this answer
Before anyone read, please remove whatever you have written about C++. "public static void main(String args[])" is not simpler than "int main()". – Manoj R Jan 21 at 15:12

Not the answer you're looking for? Browse other questions tagged or ask your own question.