Introdution
This article explains PopUp menus in Android. Android Studio is used to create the sample.A PopUp menu is a type of menu that contains a menu and displys that menu below the anchor text if space is available. If the space is not available then it displays it above the Anchor text. It...
Showing posts with label AndroidProgramming. Show all posts
Showing posts with label AndroidProgramming. Show all posts
Sunday, 26 April 2015
Thursday, 20 November 2014
15:42
How to Create a Web View in Android Application
WEB VIEW :-
A WebView is used to dispaly web pages or to display some online content in your activity. It can either display remote web pages or load static HTML data. For this you need to give permission to the Android menifest.xml file. For that we need to first use the getsettings()...