Android Match quiz

Match Questions to Right answers:- Learning is always FUN!! Are you an expert in Android ? Time to put that newfound knowledge to the test with 10 questions on Android. Questions Options 1.class be immutable in android False 2. The Read More …

Android GridView Layout

Android GridView layout in one of the most useful layouts in android. GridView is mainly useful when we want show data in grid layout like displaying images or icons. The grid items are automatically added to the layout using a ListAdapter. Read More …

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 …