
Search In
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
If you are looking to know, How to override home button programmatically in android, then below I have provided the simple solution.
You have to do just a simple thing i.e to override the onKeyDown function in your application, given is the code sni
With the world becoming more and more digitalised with each passing day and mobiles being used at an ever-increasing rate to access the internet, every customer wants to connect with your business online through mobile apps. Thus, mobile apps are tra
There are few steps which we have to follow to implement Push Notification.
Step 1: First we will write the api to get token and device type . Here is the controller code of push notification.
public function pushNotification() {
$validator
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. RecyclerView s
Obviously, the role of user experience (UX) design in mobile app development as a whole cannot be underestimated. It contributes to the establishment of a stunning mobile app design in any development work. No doubt, any mobile app that is not built
Broadcast Receivers are used to respond to the broadcast messages that are generated from application or from system.
The messages/ broadcasts that are caught or responded by our Broadcast receivers are sometimes called intents or events.
&nb
A 9 patch image is an image that has stretchable areas defined. These areas are defined in a special 1 pixel wide border around the area. Add black pixels to the top and left of this border to describe
where the image can be stretched horizontally an
In this post, you will learn how to start any application using Ionic Framework. We will start with the downloading process of ionic and all the dependencies that are needed for developing any application.
Also we need to know the platforms that are
Callback is a way to inform a class synchronous/ asynchronous when an event occurs. A simple way to create a generic callback is to use interface with a method in which JSON is passed.
So, In this tutorial, I will guide you about h