
Search In
we can set arrow based seekbar using following trick like this : First of all you have to set a image of scale then below that image set a seekbar with progressDrawable transparent and then set arrow image as a thumb.
<?xml version="1.0&q
Hello readers, Today in my blog I will discuss about a new topic related to images i.e Sprite images.
As in a web page it includes number of images whether small or even it could be icons or the buttons which basically takes a long time to
Hi,
Step's required to use collectionView in Swift
1- Add collection View in your project
2- Set the delegate for collection view in controller
3- Collection view has a prototype cell, you can design accordingly you want.
4- Create a subclas
Hello!!
As we know that their are multiple way to read the text file in java. BufferedReader class is generally uses to read the text file. FileReader, BufferedReader, FileInputStream is used to reade the text file in java depend
An accordion is used to show and hide the content on click or hover of button.
It looks similar to the dropdown.
There are some differences between accordion and dropdown:-
Width of an accordion is 100% by default, we can override it by adding o
Hello readers, Today in my blog I will discuss Scaleable Vector Graphics Images.
Introduction:-
It is an XML-based vector images created for 2D graphics.
Using the Vector Graphics we can create geometric objects such as lines and curves.
Hey Readers!
We visit uncountable web pages in a day. We read reviews, news, blog posts etc.
In many of these pages, you might have seen a star rating.
A star rating consists of a series of stars. A star rating is required to know the user’s
Create a table tbEmployeeMaster by following query :-
CREATE TABLE tbEmployeeMaster
(
EmpId INT NOT NULL IDENTITY(1,1) PRIMARY KEY,
EmpName VARCHAR(100),
EmpCode VARCHAR(15)
)
Create a user
To add data to RecyclerView at runtime follow the steps mentioned below:-
1) Start a new project and add support library dependency <compile 'com.android.support:recyclerview-v7'>.
2) Declare layout for your activity(MainActivity) and
In this tutorial we will learn how to set up develpment environment for Angular 2. TypeScript is a main language for developing applications in Angular. TypeScript is super set for all ECMAScripts and javascript.
Setting up the development environm
