How to prepare for CORE JAVA for Android Developement?

Asked by Last Modified  

6 Answers

Learn Java

Follow 10
Answer

Please enter your answer

SAP Certified Consultant

Core Java is required for basic understanding of inheritance , AWT with button action programs, library usage etc then after u can genrate your logic with additional topics of Android
Comments

Professional Computer Trainer

u can use j2me
Comments

Software Trainer and Developer online also

Complete core java is not required but some topics must complete inheritance and awt with button action programs then after u can add additional topics
Comments

Java, j2ee, hibernate, android, core php programmer with more than 10 year experience

Core Java is very important to prepare Android most of the chapters of Java are frequently used in Android Programming like in the Event Handling Interface s methods are used, static initializationblockes are used in Content Providers chapter of Android, Collections And Generics are used in Adapter classes...
read more
Core Java is very important to prepare Android most of the chapters of Java are frequently used in Android Programming like in the Event Handling Interface s methods are used, static initializationblockes are used in Content Providers chapter of Android, Collections And Generics are used in Adapter classes we can not avoid core java to learn any advanced technology of Java. read less
Comments

AI & Agentic AI | Data Scientist | MLOps | LLMOps | AI Ops | Android

Android programming is basically all Java. If you want to develop apps first you must first have knowledge of core java. Also having a knowledge of getters and setters, Array lists, Lists, classes and object are some of the important topics in Java for android. Also have a knowledge of classes...
read more
Android programming is basically all Java. If you want to develop apps first you must first have knowledge of core java. Also having a knowledge of getters and setters, Array lists, Lists, classes and object are some of the important topics in Java for android. Also have a knowledge of classes such as Bundle, Intents which are specifically used for android. Trust me, there are many classes for android which you must be well aware of. Now comming to the question, you can start developing apps if you know abit of Java. That solely depends upon what you want to build. Some apps that are static needs a bit of programming and needs more of designing(XML). While some other apps that you want to build may need more advanced programming like network requests and many more. And now comming to the other part, say you have an idea in mind, you can search for similar projects study what do you need for that specific feature in you app and how can you achieve it. Let's say you want you app to perform network requests then find out how to do network requests. Then learn about that library. And then implement it in your app. Trust me there are lot of help available in the internet. Also my advice would be, Have a knowledge of core Java and then start building some basic apps with some basic features. Look over in the internet and then add some features to it. That's how you will learn. That's all. And good luck for you app. :) read less
Comments

Programmer Trainer

Identify the sections of corejava, you should be knowing for android development and it really depends on what are you implementing in android. I would suggest you to know about 1. collections 2. java.awt 3. java.io, if you are operating on storage 4. java.net or third party framework if your application...
read more
Identify thesections of corejava, you should be knowing for android development and it really depends on what are you implementing in android. I would suggest you to know about 1. collections 2. java.awt 3. java.io, if you are operating on storage 4. java.net or third party framework if your application makeswebservice calls. In addition, there is lot to learn in android itself, if you are new to android development. read less
Comments

View 4 more Answers

Related Questions

Can I build iPhone apps using Python?
Yes, you can use PyMob app where apps can be written purely in Python, and the compiler tool flow converts them in native source codes for various platforms. But there are some cons on using PyMob, the...
Sunil
0 0
5
How does Java implement polymorphism?
Java implements polymorphism in two ways: 1. Static or compile-time polymorphism is done by method overloading (more then one methods sharing the same name but different number/types/order of parameters) 2....
Sajjan
0 0
6
What is difference between throw and throws in Java programming?
throw keyword is used to throw Exception from any method or static block in Java while throws keyword, used in method declaration, denoted which Exception can possible be thrown by this method
Vinodha
How to find a good Java coaching centre?
Its all depends on the trainer and his expertise. I would suggest you to get feedback from the students who already joined.
Abirami
1 0
6
Is Java a language or a technology?
java is both language and technology. Java platform serves as technology.
Sammeyka
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

ClassNotFoundException vs NoClassDefFoundError
ClassNotFoundException NoClassDefFoundError It is an exception and happens due to programmer’s mistake and can be recovered by updating the code. Thrown when an application tries...

Features Of Java
There is given many features of Java. They are also known as java buzzwords. The Java Features given below are simple and easy to understand. Simple. Object-Oriented. Portable. Platform independent. Secured. Robust. Architecture...

Mastering in Java Programming
Core java topics What is Java?Execution Model Of JavaBytecodeHow to Get Java?A First Java ProgramCompiling and Interpreting ApplicationsThe JDK Directory StructureUsing Eclipse Data types and Variables What...

Importance of Constructor's Visibility.
While developing program or implementing Singleton pattern we have learnt to mention constructor as private and known reason is -> to blocked its direct call from outside of class. But did we think...

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you