Android Menu Tutorial

In android application menu is one of the most important user interface(UI) entity which provides some action options for a particular view. Let’s look a the general idea first. Menus are a common user interface component in many types of applications. To Read More …

Android Developer Jobs in 2020

Android App Development is one of the hottest career options available today.Country’s booming mobile phone industry in India will require about 20 million application developers by 2020,according to Internet & Mobile Association of India(IAMAI)President Subho Ray. “Presently there are between 50-70 thousand Read More …

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 …