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...
Sunday, 26 April 2015
02:23
Downloading And Installing Android Studio...
We have already covered the details about the Android Studio in the previous post, don't worry if you missed that click here if you want to have a look.
One
thing I want to share with you that this IDE (Integrated Development
Environment ) is designed specially for the development of android apps.
One can use it on operating Systems like WINDOWS, MAC OS and LINUX.The
minimum required RAM for...
02:20
Why You Should Learn Java Programming Language?
Today In This Post I Will Tell you why it is important to learn JAVA.
Here is my list of 10 reason, which I tell anyone who ask my opinion
about learning Java, and whether Java is best programming language in terms of
opportunities, development and community support.
1) Java
is Easy to...
02:20
Android Studio . How it works?

Android Studio
Android Studio is the integral development environment used for development of Android Apps.
It is based upon the IntelliJ Idea development environment and it is the
Official development tool for Android Application development for
Google play.
Android studio is based upon the concept...
02:17
Android Architecture in details ...

Linux Kernel-
In the linux kernel we have libraries and android runtime that helps to work with different concepts.
For example SqlLite is a library to store data within the App. We can
have media libraries to interact with Videos, Audios and Pictures etc.
We also have a very...
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()...