Android Basic UI Controls

Android Basic UI Controls
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...

Introduce of Android and Installation of Android Studio?

Introduce of Android and Installation of Android Studio?
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

 Basic Java programming
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

Android Material Design Custom List with CardView and RecyclerView
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

Android Material Design Navigation Drawer Step by Step
Comming Soon.......

Android Floating Action Button (FAB) for based on Material Design

Android Floating Action Button (FAB) for based on Material Design
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

Android Material Design Floating Labels for EditText  Step by Step
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...