15 Amazing Facts about Android

Today we’re here to look at 15 amazing facts about Android which most of the android users did not know. Let’s begin! Google did not create Android, they bought the company in 2005 Originally the Android OS wasn’t designed for the smartphone market; Read More …

Android Fragment Life Cycle

Fragment Android Fragment is the part of activity, it is also known as sub-activity. There can be more than one fragment in an activity. Fragments represent multiple screen inside one activity. As we already discussed in our previous article about Activity Life Read More …

Android fill_parent and match_parent with Example

A new Android developer may get confused about what’s the difference between fill_parent,match_parent and wrap_content. In android every Tag in Xml file contains two important attributes android:layout_width android:layout_height Did you wonder what’s the different? Android fill_parent and match_parent Lets see the Definition, wrap_content – The component just want Read More …