Java

Android List View Example

Submitted by admin on

A ListView in Android is a scrollable item that is displayed using an Adapter from an array or database. An example of this is the messaging system of a mobile phone.

In this tutorial, I will show you the basic of ListView. To avoid complex code, I will simply use an array instead of database to display the item in our ListView.

Introduction

Submitted by admin on
Welcome to the tutorials of "How to develop an Android App". In these tutorials, you will learn to develop app in Android step by step. Android is an open source and Linux-based operating system for all kind of devices. Here you will learn about the basic coding structure and the basic hardware required to develop an android app. This is a platform where you will learn to make any android application. You will explore all parts of Android software and how to use it.

Android Tutorial

Submitted by admin on

Welcome to my first article on Android tutorial. This section will teach you on how to start working with Android.

As you may have noticed, most of the program that I have uploaded here are Visual Basic and PHP. I am not actually used with Java, but after trying a few code, I found it interesting to work with it especially Android programming.

XY Grapher

Submitted by SoulPour777 on
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author SoulPour */ import java.lang.Math; import java.util.Random; import javax.swing.*; public class XY_Grapher extends javax.swing.JFrame { /** * Creates new form XY_Grapher */ public XY_Grapher() { initComponents(); } /** * This method is called from within the constructor to initialize the