
Search In
RecyclerView is works just like listview but more well organised, felexible to customize and optimize to work and in rendering the view of large data set. So in this tutorial we will see how to add items Dynamically in RecyclerView.
Hello Reader's if you want to make realtime search listing from text box then here you can learn how to do it.
This code is driven by Javascript. The listing will appear from another page and quick search will works on from page.
So the html code for
Upgrading a rails application directly from a lower version to a much higher version is never a good idea, so the best idea is to do it step by step. like one upgradation at a time. In my previous blog Things to Notice Before Upgrading Rails Applica
Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK.
Creating a Model
Right click on project and add a new class file PhoneContact.
The interaction of people with an app is quite different with what they have on the websites. Analytics of mobile app is concerned about the conversion of ad budgets to app installs. Then it is about app installs to repetitive app usage as well as in
For any business, their customers are their top priority. Making sure they get the right information at the right time to convert them into customers is very important. This generally means some of your staff will constantly have to work on client ma
Social Media has transformed the modern day business and growth strategies. According to 2016 Social Media Marketing Industry Report by Social Media Examiner, “A significant 90% of marketers said that social media is important for bu
How to bind a Dropdown without using Model in Asp.Net MVC
For Binding the Dropdown without using Model, we have to follow the following steps:-
Step1: Firstly in the Controller create an instance of List<selectlistitem> and add items to it.
Hello all,
While working with HTML Editor, we wanted to add a functionality by which user can create table inside the HTML Editor by just clicking the button.
We added this functionality by following these steps :
1.Firstly when user clicks on add
Java MAil API composed of classes and some Interfaces which is used to send(compose) , read(fetch) and delete e-mail messages
Sending Simple Text Mail:
To send a simple Text Mail you can follow the following steps:
1. Get a Session object which h