Create first program in java

In this tutorial today we will learn to create first program in java.Here we will display a text i.e print some text as...
How to Animate Your Android App's User Interface

How to Animate Your Android App’s User Interface

0
Users are, and have always been, drawn to visual elements of an interface, particularly when that visual element is something animated. There have been...

Implementing Simple Service in Android

0
In this tutorial we are going to implement a Simple Service which we have to start and stop. In this implementation of Service...

Linear Layout in Android for Noobs

0
Layout outlines the structure of the user interface in an Android app. It provides a broader arrangement based on which the UI components can...
Android Studio

Introduction to Android Development With Android Studio

0
The most powerful way to build an Android application I have used this date is to build one using Android Studio. It is an...
Android Featured Image

Building an Android App with React Native

0
Building a modern app requires modern tools. That’s why we have seen a trend in the usage of React Native. JavaScript frameworks, for example,...
Everything You Need to Know About Bitmaps for Android Apps

Everything You Need to Know About Bitmaps for Android Apps

0
Bitmap is a very basic data structure for image files. Although they are very common, they are also notoriously expensive memory-wise. If you're not...

Implementing your application on RippleEmulator

0
In this tutorial we will learn to implement your app on ripple emulator , which will work as an online simulator of mobile where...
Learn About Programming Navigation in Your Android App

Learn About Programming Navigation in Your Android App

0
When designing a system framework that can be applied to a lot of different projects, there are certain elements of design that have to...

Learn how you can send & receive SMS through Android

0
This example shows how you can send/receive SMS through your application. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SMSSenderExample. 2.) Write following...