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 …
Author:
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 …
Best Coding Practices for Android Development
Developing Android applications isn’t easy. There are a variety of tools that help greatly like Eclipse and Android Studio, but the majority of your code still needs to be written manually. Building an application is one thing, but optimizing it is a totally Read More …
Android Alert Dialog Example Codes with output
Using Dialogs is simplest one in Android Programming .This tutorial we will be discussing about how to use Alert Dialog with one button(yes and No) in Android Application. In this post, I have created a simple android alert dialog box which shows a title of dialog, Read More …
Top 25 Android Interview Questions and Answers
1.What is Android ? Android is a Software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine. Many Virtual Machines run efficiently Read More …
How to Make a phone calls programmatically in Android?
This article explains about creating an application using simple steps following below, we are creating android application with calling functionality so when app user click on button then it will automatically calls on defined mobile phone number. So here is the complete step by Read More …
Android fill_parent and match_parent with Example
A new Android developer may get confused about what’s the difference between fill_parent,match_parent and wrap_content. In android every Tag in Xml file contains two important attributes android:layout_width android:layout_height Did you wonder what’s the different? Android fill_parent and match_parent Lets see the Definition, wrap_content – The component just want Read More …
Analog and Digital clock in Android with Example
In Android, Analog and digital clocks are used to show time in android application. The AnalogClock is a two-handed clock, one is hour indicator and the another one is minute indicator. The DigitalClock is look like your normal digital which display hours, watch on Read More …
Credo Systemz Ranking No 1 in Top 10 Android Training Institute in Chennai
Android Training In today’s world the importance of mobile apps is increasing constantly, if we explore our app store or Google playwe can see that there are apps for almost anything. With this we have the liberty to do anything Read More …
Android Error List : 10 Common Errors and How to fix them
Here’s an Android programming tutorial to address the 10 most common mistakes Android developers make. Enroll now for : Professional Android App Developement Training with Offer 1.ActivityNotFoundException This exception is thrown when a call to startActivity fails because the Activity cannot be found. Usually, Read More …