Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to Implement RecyclerView Using DataBinding in Android Application

DataBinding is the process to establish a connection between UI elements and the Activity class. This will synchronize your user interface with your application model and logic. DataBinding will also minimize your code and utilize your layout fil...

How to Use Retrofit in Kotlin Android App Development - 4 Easy Steps

Retrofit is a library which is very easy to use an apply. It helps to convert the HTTP API into a Kotlin interface. Though many of us must have used retrofit in Android but now as Google has announced Kotlin as an official language for Android Ap...

How to Get List of Paired Bluetooth Devices in Android & Basic Methods

Bluetooth paired list will have list of devices which are already paired previously. Paired devices are the trusted connection established between two Bluetooth devices by "Passkey". Before calling this method please make sure that you ...

Which Part Does An Android App Development Companies in India Take In The Industry?

Technology keeps changing rapidly. Gone are the days when disseminating information to a target audience was so stressful. Making people know about your company and your products is also task consuming. In the present world, with the invention of...

How to Save and Get Same Hash Map Using Shared Preference in Android

Hash Map is a type of Array list containing special key for every element within it, while Shared Preference is being used to save data like String, Boolean, Integer and other primitive data type.     So, in this tutor...

An Overview of Google Map Utility Library in Android

Google map utility library is free and open source library of classes which provides advance features on google map like customization, clustering, importing geoJson to map, importing KML to map and encoding /decoding polylines.   ...

How to Implement Camera 2 API & Use its Method in Android App

Camera 2 is advance API as Camera got deprecated. The interface is provided by the package named an android.hardware.camera2 to those individual camera devices which are connected to an android device.  This android.hardware.camera2 packa...

How to Implement DataBinding in Android App Using 3 Easy Steps

Databinding is an architecture that consist 4 major parts first is: source object that supplies the information to viewed pages, Second is: data consumer that displays the information, third is: agent that ensures that data is synchronised betwee...

Android Activity Life Cycle Video Tutorial for Beginners

This is an Android Beginner Video Tutorial which is giving you a visual presentation of Android activity life cycle. Activity is the basic building block for the android application and it goes through a life cycle, so in this Android Video ...

Learn to Create First Android Application in 3 Minutes [Beginner Video Tutorial]

If you are a beginner and willing to learn Android, then this Android Video Tutorial will very useful to you. In this video tutorial, I have explained how to create Android project and the basic things about it.   Go through the blo...

Switching between Activities along with data using Kotlin

The important announcement by Google in 2017 for Android Developers is that kotlin is now an official language for Android App Development. For more on introduction and basic you can visit previous blog "Getting Started with Kotlin for Andro...

Getting Started with Kotlin for Android App Development - An Introduction and Basics

As google’s Io 2k17 KOTLIN is announced as official language for android development. Hence, it is a time to gear up with this new language.   So, today in this tutorial, I am going to show a simple android app demo in...

Learn How to Implement MVC in Android - 8 Minutes [Video Tutorial for Beginner]

MVC stands for Model View Controller, MVC approach seprate's the application at macro level into 3 sets of responsibilities. The main benefit for us is the MVC separation of concerns. Each part of the MVC takes care of its own work: the vi...

Learn How to Create Multiple Activities in Android - 8 Minutes [Video Tutorial for Beginner]

In this Android Video Tutorial, I am giving giving a simple and basic demonstration on activity and layout creation. I have also mentioned activities deceleration in the manifest and also how we make the particular activity as launcher ac...

Send and Receive Data Using Sockets Via Bluetooth in Android Device - 5 Steps

Bluetooth communication channel is the easier way to transfer data. If you need to send data between two devices and your device did not support WIFI or any other communication channel except Bluetooth, then these few steps will help you for easy...

Learn Android Dagger 2.x Framework Dependency Injection - Beginners Guide

Dagger 2 is framework that provides dependency injection. It is based on the JSR which is JAVA SPECIFICATION REQUEST. It is based on annotations and uses code generation to performs its task.   Following are the annotations used by dag...

Android O Released with Top 7 New Features for App Developers

Android was founded by Andy Rubin, Rich Miner, Nick Sears and Chris White in October 2003, and later in the year 2005, its is acquired by Google. As Android is nowadays very popular mobile operating system and it is continuously evolving accordin...

Different Implementations of an Interface with Dagger 2 in Android

Dependency Injection Dependency injection is a common design pattern used to overcome the dependency of one object to other like we always have some sort of dependency of an object, so dependency injection is used to supply dependencies to cla...

RuntimePermissions Android

ANDROID RUNTIME PERMISSIONS   Today I am going to show you a simple and easy method for handling runtime permissions. But before that let's understand what runtime permission is and why it is required?     Pe...

An Easy Guide to Material Design Implementation for Android Developers

Material Design was introduced in Android Lollipop version and is considered as an extensive guide for motion, visual, and interaction design across various devices and platforms. One can also use the design support library to integrate component...

Samsung Proclaimed the Extreme Level of Mobile Technology - Next is Now

  Few days back it has been a blast in android news. Samsung proclaimed the Galaxy S8 and Galaxy S8 Plus mobile phones, in the wake of seeing it discharged ordinarily before the revelation. Samsung evidently checked most of the cases ...

3 Steps Guide to Customize Alert Dialog with Dynamic Buttons

In this android tutorial blog, we are going to discuss customizing Alert Dialog with Dynamic Buttons.  Before we start the tutorial and the coding, it is first immensely important to comprehend what is android dialog. Android dialog is ident...

What is the Right Way to Create Splash Screen in Android?

  An android app takes few seconds to startup, especially on its first boot. During this time a splash screen displays the startup progress or may display the branding information to identify and promote the application to the user. ...

Use of Context in Android Application

Context is the current state of any object/application that represents several environment data. Context assist the present activity to communicate with the outer environments like the databases, class loaders, files to the environment. It is the...

Android Overview and Necessary Tools to Get Started with Android

For a few years now, it's evident that the Android dominates the mobile OS landscape. The android jobs are in abundance and programmers are tirelessly competing to make the best benefits out of their mobile apps. To become a successful Androi...

How to post images on Whatsapp from another android application

This tutorial will help you share image and text on whatsapp from other android application. We can do it by adding filter to intent, where we will provide package name of the application. In my code I am sharing image stored on drawable folde...

How to create custom keyboard in android

In this tutorial we will learn how to create custom keyboard in android. We can customise keyboard by adding extra buttons, change keyboard theme, set image as keyboard background etc. Here in this example we are going to add two extra buttons...

Setting Dimensions at Runtime

Set View Dimensions at runtime Welcome to another tutorial of setting view dimensions at runtime. Following is a simple way to set your view dimensions at runtime (there is another way also for doing same but will discuss in another blog). ...

Android ViewPager Example [Video Tutorial]

Hello everyone, This Android Video Tutorial will provide you clear idea about "What Android ViewPager is and How to Implement it in Android App?".   Basically ViewPager is an application or a ...

Android - Learn to Integrate Google Map in 5 Minutes [Video Tutorial]

Hello everyone, With the help of this Android Video Tutorial, you will get a clear idea about "Google Maps in Android" or we can say that this tutorial you will let you know "How to Integrate Google Map in Android...

Learn How to Send Email in Android with Example [Video Tutorial]

Hello everyone, In this Android Video Tutorial, we will learn "How to Send an Email in Android with Video Example".   Note: For further reference, you can download the EmailSending.zip fi...

Learn How to Check Android Network Connectivity in 10 Minutes [Video Tutorial]

Hello again, This Android Network Connectivity Video Tutorial will demonstrate you about "How to Determine and Monitor the Connectivity Status in Android Device and Apps".   Note: For further reference, you ...

Check Android App Status - If App is in Background or ForeGround [Video Tutorial]

Hello everyone, In this Android Video Tutorial, we will learn "How We Can Check App Status (Background or Foreground) in Android with Video Example". Note: For further reference, you can download the AppStatusD...

Android RecyclerView Items Animation Using Custom Adapter With Example

RecyclerView was introduced as an upgraded version to List view. The RecyclerView is much flexible, more efficient and more advance. With the help of RecyclerView, you can show larger data collections whose data may change at run time. RecyclerVi...

Learn to Get Geographical Information Using Geocoder in Android [Video Tutorial]

This Video Tutorial will guide you to Get Lat Long and address information using Geocoder in Android. Means, It will give you clear picture of "How to Displaying a Location Address "Lat Long using by Android Geocoder?"...

How to Encrypt and Decrypt a file in android using AES?

Encryption is the process of encoding plain text data(plaintext) using an encryption algorithm and generating some random and meaningless data (ciphertext) which can only be read after decryption. Decryption is the process of converting ciphertex...

HOW TO CREATE TAB LAYOUT USING TABHOST WITH TABWIDGET AND FRAMELAYOUT

In this blog I will guide you to “Create Tab Layout in Android using TABHOST with TABWIDGET and  Framelayout”.  This will be done by adding android tabs to your app using XML tabhost tabwidget.     ...

How To Send Email in Android?

Hello Everyone !! In Android, Intent.ACTION_SEND can be used to send an email and we do not require to make an email client for it but we can use the existing clients. If there is no client for this action, The system will display the&nbs...

Learn Android RunOnUIthread in 6 Minutes [Video Tutorial]

Hi, In this Android Video Tutorial we learn RunOnUIthread in Android.  This tutorial will provide you clear idea about "When we use RunOnUIthread in Android App". Bascially we use ...

Android Bound Service Example [Video Tutorial]

In previous part of Android Services - Video Tutorial With Example we learnt about What services are and provided the Demo of Started Service. Now in this part I will explain and provide you Example of Bound Service in Android. ...

Learn Android Handler and Threads Example in 10 Minutes [Video Tutorial]

Hi, In this Android Video Tutorial we learn Handler in Android with Threads.  This tutorial will provide you clear idea about "How Handler Communicate Between the UI and Background Thread in Android App&...

Learn Android PopUp Menu Example in 10 Minutes [Video Tutorial]

Hi, In this Android Video Tutorial, we learn PopUpMenu in Android.  This tutorial will guide you "how PopUp Menu is Created in Android App"? Note: For further reference, you can download the PopMenuDe...

Learn to implement Android WiFiManager in 10 Minutes [Video Tutorial]

Hello again, Android provides WifiManager class to access all information of wifi connections like network's link speed,IP address, negotiation state, other networks information. In this Android Video Tutorial we learn Wi...

Learn to Implement Android MediaPlayer in 10 minutes [Video Tutorial]

Android Provides MediaPlayer Class to handle the functionality of media player. MediaPlayer Class can be used to control playback of audio/video files and streams. In this Android MediaPlayer Video Example, I am using methods of MediaP...

Android Runtime Permission - Video Tutorial

In this Android Video Tutorial we will learn about Runtime Permission in Android with Example Android M has introduced a new concept of permissions model with its release. Each Android application is started in its own process thus are isolat...

Android Services - Video Tutorial With Example

In this Android Video Tutorial, we will learn about Services in Android. Basically, in this tutorial, I am explaining what Service is?, providing a demo of Started Service using Service class and IntentService class. Android service is a ...

Sending complex data with image using Retrofit

Let us suppose you have to create post request params in below mentioned format: Here I have to send a user object which include the picture parameter ,to achieve  this you have to create HashMap which include RequestBody as paramete...

Android BroadcastReceiver - Video Tutorial

Hello, I am again here with another Android Video Tutorial and that is BroadcastReceiver in Android.  With this Video blog I am attaching demo code file at bottom for your further reference and for any queries feel free to co...

Android Notifications Video Tutorial

Hi, In this Android Video Tutorial you will get to know about Building or Creating Android Notifications. I am also attaching demo code file for your further reference, for any queries feel free to comment.

TimePicker in Android - Video Tutorial

Hello again, I am again here with another Android Video Tutorial which is TimePicker in Android. I am also attaching demo code file for your further reference, for any queries feel free to comment.
prev 1 2 21
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: