
Search In
This blog is about adding custom Layout to TabLayout.
Here we start.
1. Create Project.
2. Open Gradle file of the project.
3. Add design dependencies to the gradle.
compile 'com.android.support:design:24.0.0'
To switch easily from one page to another using slide either from left-to-right or right-to-left becomes easy using ViewPager. The below example is to make view pager with TabLayout, tabs may be used to display headings, we can also move easily from
How to add the countdown timer in the custom listview..?
I wan to create a custom rom
Can Someone guide mo on how to do this Please
What is the cleanest way to customize Facebook login button on Android?
If you want to customize seekbar in Android then follow the steps mentioned below:-
1) To customize seekbar background create a new xml file in your project's drawable folder .
seekbar_background.xml
<?xml version="1.0" encoding="utf-8"?>
&l
Before proceeding cart checkout user have to enter shipping address and shipping address contains shipping rate and tax rates that you can set from your shopify admin panel.
here are the procedure :
1. Layout for shipping address file :
<?xml
Android give facility to change the view of a Toast. Sometimes we need to show message on a better way to user .
Here I am writing code to implement custom Toast. I make a separate layout for Toast .
Here I am showing a ImageView and TextView on a
This "Android ListView Video Tutorial" describes how to implement custom listview in an android application using BaseAdapter. Android ListView is a view which groups several items and displays them in the vertical scrollable list.