This is a most important part for beginner. In this tutorial we will learn about most useful UI Controls of Android.
1. Layouts
1.1 LinearLayout:
LinearLayout is a parent view(View Group) for use to aligns all child view in a single...
Home » Archives for 2015
Introduce of Android and Installation of Android Studio?
in
History
- on 02:51
- No comments

1. What is android?
One of the most widely used mobile OS these days is ANDROID. Android is not only operating system but also middleware and key applications. Android Inc was founded in Palo Alto of California, U.S. by Andy Rubin, Rich miner,...
Basic Java programming
- on 02:51
- No comments
1. Basic Overview about Java Platform
Java is a Object oriented programming language which was introduced Sun Microsystems in1992 .
java characteristics are -Simple, Object oriented , Secure, Portable, Multi threaded, Dynamic,...
Android Material Design Custom List with CardView and RecyclerView
in
CardView,
Custom List,
ListView,
RecyclerView
- on 05:32
- No comments

Android lollipop 5.0 introduced two new widgets RecuclerView and CardView. The RecyclerView is a updated version of ListView. And other new component CardView is use for rounded corner or shadow and its use for a single row for ListView or GridView....
Android Material Design Navigation Drawer Step by Step
in
ListView,
Material Design
- on 00:28
- No comments
Comming Soon.......
Android Floating Action Button (FAB) for based on Material Design
in
Material Design
- on 23:33

Floating action buttons (or FAB) are: “A special case of promoted actions. They are distinguished by a circled icon floating above the UI and have special motion behaviors, related to morphing, launching, and its transferring anchor point.”
FAB is...
Android Material Design Floating Labels for EditText Step by Step
in
Floating Action Button (FAB),
Material Design
- on 04:50

May 29, 2015 this functionality is now provided in the Android Design Support Library
EditText will hide the hint text after the first character is typed.you can now wrap it in a TextInputLayout, causing the hint text to become a floating label above...