Android (JAVA)

Learn Android code free

How to create multiline EditText in Android

Android EditText is a subclass of TextView. EditText is a standard entry widget in android apps. It is an overlay over TextView that configures itself to be editable The EditText is the standard text entry widget in Android apps. If the user needs to enter text into an app, this is the primary way for them to do that. EditText Edit Text example activity_main.xml MainActivity.java

How to create multiline EditText in Android Read More »

Android Custom Toast Example – Android Studio

In this tutorial we will learn how to display Custom Toast(with Image, Text) on a Button click using Android Studio. We will create a layout resource file for custom Toast. Following is the pictorial representation of using Custom Toast notification in android applications. Android Custom Toast Example Diagram Step 1: Create a new project OR Open your project  Step 2: Place an

Android Custom Toast Example – Android Studio Read More »

Android Splash Screen

In this tutorial i’ll show you how to create a splash screen for your android app using android studio. We need at least two activities one is splash screen and second is some other activity that will display after splash screen. Step 1: Create a new project OR Open your project Step 2: Create New Activity File>New>Activity>EmptyActivity Step 3:

Android Splash Screen Read More »