Checkout my new Android Apps November 17, 2015 Easy Yoga for Weight Loss: https://play.google.com/store/apps/details?id=com.yoga.easyyoga Hanuman Chalisa and Aarti: https://play.g...Read More
Integrating admob in android app November 16, 2015 MainActivity.java package com.example.admob; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import and...Read More
RadioButton November 15, 2015 • A radio button is a two-states button that can be either checked or unchecked • When the radio button is unchecked, the user can press ...Read More
CheckBox November 15, 2015 • A checkbox is a specific type of two-states button that can be either checked or unchecked ] • In Check Box you can select either one ...Read More
Toggle Button November 15, 2015 • A toggle button allows the user to change a setting between two states. • You can add a basic toggle button to your layout with the Tog...Read More
Event Listener November 15, 2015 An event listener is an interface in the View class that contains a single callback method • These methods will be called by the Android ...Read More
UI Components November 15, 2015 UI Components 1. Form widgets 2. Text Fields 3. Composite 4. Image and Media 5. Time & Date 6. Transitions 7. Advance widgets ...Read More
ScrollView Layout November 15, 2015 <ScrollView android:id="@+id/myScrollView1" android:layout_width="fill_parent" android:layout_height="fill_p...Read More
Grid Layout November 15, 2015 <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/a...Read More
ViewGroup or Layout November 15, 2015 There are six types of Layouts: 1.LinearLayout (the box model) 2.RelativeLayout (a rule-based model) 3.TableLayout (the grid...Read More
First Program August 31, 2015 Write in Editbox and its read value in Textfield. MainActivity.java package com.example.happybday; import android.app.Activity; import ...Read More
Android App Development August 31, 2015 Development requirements Java Eclipse IDE Android ADT Plugin Android SDK Eclipse IDE + ADT (Android Development Tools) ...Read More
Android Introduction August 28, 2015 What is Android? • A software platform and operating system for mobile devices. • As Smart phone OS, it is based on the Linux kerne...Read More