
Search In
I was integrating solr with java using maven dependencies
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>5.5.0</version>
</depen
While binding data with GridView control the two of major things that we want is to sort data and to filter data.
First thing can be done by writing Sql query with order by clause.
Select * from student order by StId
Secon
Hello Readers,
Today's post is about add datepicker in Cordova application. We have an date picker plugin which supports Android,iOS and windows platform.
Install following plugin through CLI :
$ cordova plugin add cordova-plugin-datepicker
PAGINATION IN RECYCLERVIEW
Hello, Here is a simple pagination tutorial in recyclerview.
Step 1 : - Create a recycler view and its adapter, In my case i have created a custom adapter in order to show user's profile image.
Step 2 :
Hi, i am very new to this, so please forgive me for stupid mistakes.
I am to create an android application that consume web services currently from IIS. Program that i am currently using: SQLserver , Visual studio for web, android studio. So
"Turning professional is a huge decision for any player. Once you do that you turn your back on other career options and are then relying on earning a living playing a sport that has been your hobby. For many players it doesn't work," he said. Af Whi
If you want to validate your email field with a list of domain name and normal email validation, then we can do that with the help of following code:
HTML:
<div class="form">
<input id="emailAdd" type="text" onkeyup="emailVal()"/>
&l
Meanwhile, several nurses working in the primary healthcare centers said they are forced to work in shifts on Fridays and Saturdays without extra pay, and the situation imparts anxiety in the majority of nurses who feel they are not treated equally w
Saving layer styles in Photoshop:
Layer styles are the layer blending and effects which are used in the photoshop for the purpose of shadows, gradients and creating depth within the images or illustrations. In this tutorial we are going to create th
With the launch of bigger screens of iPhones , Apple also introduced Adaptive UI concept. There are some main things you should know to work with Adaptive UI.
1) Size classes
2) Align – Create alignment constraints, such as aligning the left edges
