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

public class X { public static void main(String [] args) { X x = new X(); X x2 = m1(x); /* Line 6 */ X x4 = new X(); x2 = x4; /* Line 8 */ doComplexStuff(); } static X m1(X mx) { mx = new X(); return mx; } } After line 8 runs. how many objects are eligible for garbage collection?
Only one. After line 8 the original object referred to by x2 is dereferenced and ready for garbage collection. In m1(), mx ignores the object passed as argument and refers to a new object which is returned.
Srikanth
Can finally block be used without try block?
A finally clause ensures that the finally block is executed after the try block and any catch block that might be executed, no matter how control leaves the try block or catch block.
Sarala
What is the difference between core java and advanced java?
core java is base for Advance java. Means whatever you want to develop it needs core java with features in Adv java
Anurag
0 0
8

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

Ask a Question

Related Lessons

Priority in TestNG
public class Priority { @Test (priority=1)public void login() {System.out.println("login");} @Testpublic void email1() {System.out.println("email1");} @Test (priority=-2)public void email2() {System.out.println("email2");} //I...
S

Sarthak C.

0 0
0

Palindrome Number : Java Function
An easier way to find out whether a number is a Palindrome number or not. Eg. 121, 88, 12321 etc public boolean isPalindrome ( int n ) { int rev = 0, r; for( i = n; i > 0; i /= 10 ) { r...

Object Oriented Programming Concepts :
Class : Class is user defined data type. Class is a logical representation of an Object. That means Class is used to define an object, how you want to create your software object. For Example...

Java exception handling in real time examples eavry application how we are interacting with exceptions
Exception Handling:====================For example, gmail account, we need emaid and passwrd if we entered correct account will be opened succusfuly if enterd wrong email or passwrd it shows error message...

Understanding concept of Inheritance in Java
Inheritance: Acquiring a properties and methods from Parent class to Child class. For example, In some cases we can hear from any one of your relative or your friends will say like that "You are bahaving...

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