
Search In
Hello Friends,
This tutorial will help you to implement "drag & drop" and "swipe" functionality with Recyclerview items. There are many different ways to implement this features but we are using really a simple way to a
Just an upgrade or a devious maneuver!
A lot has changed since the February 2009, when first lines of the code for WhatsApp were written. Started with the quintessential idea of building an application that lets your close friends and contac
To integrate your iOS app with Google for allowing login from Google, Share and other features we need integration by Google login SDK. So in this tutorial, I am providing you simple steps to integrate Google Login SDK using swift in iOS.
L
Material Design was launched in Google I/O 2014 for Android developers in 2014 with the purpose of revitalizing and improving the user interface, although it also works for iOS and web. However, it was something else. Material Design is a visual desi
Note: This is not a swiftUI
I have a collection called **teamMembers** and another one called **patients**. In the **patients** document is an array field with a list of the **teamMembers** (document id). I am trying to set a toggle switch to **ON**
Hello Guys,
This is very important tutorial through which, we will learn how to create a custom keyboard without using third party library in the android application. This tutorial fully customizes device keyboard. We will go step by step to learn t
This tutorial will guide you to implement Image Slider functionality in your project through a simple library. We will complete this tutorial using following some steps.
Step1- Introuduction
An Image Slider is an android feature in which we
The current education system is out of date. It is based on fear, uncertainty, and doubt, forcing everyone to mold into the standard cast of a perfect student, or else stay unemployed and useless. Perhaps, this was the need of time when the
iOS does not provide direct access to the location.We need to ask for the permission if we want to use the location in iOS. Asking for permissions depends on two factors:
Asking for user’s location when app is running.
Asking for user&rsquo
We can use attributed string with textView by following steps -
1. Make a IBOutlet of your textView
for eg -
@property (weak, nonatomic) IBOutlet UITextView *textView;
2. Now go to storyboard and select your textView and change &l