Notification A notification is a message you can display to the user outside of your application’s normal UI(short message displayed on the status line).It typically announces the happening of an special event for which a trigger has been set.After opening Read More …
Author:
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 device manager – Track your phone via internet
Android Device Manager is the Google’s free great native tool to locate, ring and wipe your device remotely. ADM also enables you to lock the device so that nobody will be able to see your data, and if you suspect it 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 …
Professional Android Apps for Data Backup
It is now a days a most needed thing for a person to back up all the important stuffs from electronics devices Espescially in mobiles because of handling everything in mobile from bank details to personal mails. You never know Read More …
Android O – Cool and New Features in the latest Google’s Update
Android update will always hikes up the expectation of every single Android user, This time it lookstremendous because of the huge expectation on the upcoming latest update from Android family. The latest update is named as Android O This new mobile operating 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 …
Skills and Responsibilities you need to be an Android Devleoper
It is a wonderful time to be an Android developer. The technology is evolving and exciting, new devices are popping up all over the place and there is a very high demand for developers. With hundreds of millions of users around the world, Read More …
Android User Interface Controls(UI) With Example
Definition Input Controls defines View components in the user interface that the user can interact with. You can add as many as you want in your application, by declaring the appropriate XML elements in a XML layout file, which is placed in Read More …