Android stuff

satya - Wednesday, September 24, 2008 10:12:00 AM

home page

home page

satya - Wednesday, September 24, 2008 10:12:39 AM

Programming for Android

Search for: Programming for Android

satya - Wednesday, September 24, 2008 10:14:23 AM

Applications for android written in

java
Dalvik VM
Linux kernel

satya - Wednesday, September 24, 2008 10:20:00 AM

Discussion groups for Android

Discussion groups for Android

satya - Wednesday, September 24, 2008 10:20:29 AM

History of Android

History of Android

satya - Wednesday, September 24, 2008 10:30:36 AM

Three kinds of uis???

programming
xml
thin??

satya - Wednesday, September 24, 2008 10:31:53 AM

Implementing a ui interface

Implementing a ui interface

satya - Wednesday, September 24, 2008 12:51:04 PM

download the sdk

download the sdk

satya - Wednesday, September 24, 2008 1:06:09 PM

Java API

Java API

satya - Wednesday, September 24, 2008 1:41:57 PM

Important classes


Activity
  Context (An application like Object)
TextView
  View (Drawable object)

satya - Wednesday, September 24, 2008 1:43:24 PM

helloworld

helloworld

satya - Wednesday, September 24, 2008 1:44:27 PM

A view is like a canvas

A view is like a canvas

satya - Wednesday, September 24, 2008 1:44:56 PM

A "widget" comes from a "view"

A "widget" comes from a "view"

satya - Wednesday, September 24, 2008 1:45:46 PM

Sample widgets


Text
EditText
InputMethod
MovementMethod
Button
RadioButton
CheckBox
ScrollView

satya - Wednesday, September 24, 2008 1:47:13 PM

ViewGroup is a View as well but manages a collection of them

ViewGroup is a View as well but manages a collection of them

satya - Wednesday, September 24, 2008 1:47:37 PM

How are views aggregated

satya - Wednesday, September 24, 2008 1:48:56 PM

An activity contains one of these views through setContentView()

An activity contains one of these views through setContentView()

satya - Wednesday, September 24, 2008 1:54:27 PM

How does LayoutParams class work?

How does LayoutParams class work?

satya - Wednesday, September 24, 2008 1:56:22 PM

Can I get an android class diagram please?

Can I get an android class diagram please?

satya - Wednesday, September 24, 2008 2:00:49 PM

Each screen is like an activity. In a sense it is a window!

Each screen is like an activity. In a sense it is a window!

satya - Wednesday, September 24, 2008 2:25:25 PM

Intent

In a web application in response to an action such as a button click, one might want to transfer the user to a new page or a screen. This is done typically done through a URL.

A url has an action to invoke and a set of parameters to resolve the data to display.

Put together, the set of actions, data types, categories, and extra data defines a language for the system allowing for the expression of phrases such as "call john smith's cell". As applications are added to the system, they can extend this language by adding new actions, types, and categories, or they can modify the behavior of existing phrases by supplying their own activities that handle them.

satya - Wednesday, September 24, 2008 2:48:17 PM

More on "Intent" from the api doc

More on "Intent" from the api doc

satya - Wednesday, September 24, 2008 2:48:36 PM

android understanding intent

Search for: android understanding intent

satya - Wednesday, September 24, 2008 2:56:39 PM

How to program Google Android

How to program Google Android

A sizable application looking at location services

Seems too brief to learn

Revisit and see

satya - Thursday, September 25, 2008 10:38:14 AM

android telephony

Search for: android telephony

satya - Thursday, September 25, 2008 10:54:36 AM

android browser javascript

Search for: android browser javascript

satya - Thursday, September 25, 2008 11:02:34 AM

android setJavaScriptEnabled

Search for: android setJavaScriptEnabled

satya - Thursday, September 25, 2008 11:23:34 AM

read about PackageManager and intents

read about PackageManager and intents

satya - Thursday, September 25, 2008 2:49:57 PM

notepad example zip file

notepad example zip file

satya - Thursday, September 25, 2008 3:28:00 PM

Each layout file describes a single view

Each layout file describes a single view

satya - Thursday, September 25, 2008 3:28:24 PM

Tell me more about xml layouts and layout files

Tell me more about xml layouts and layout files

satya - Thursday, September 25, 2008 3:29:26 PM

Each layout file as it represents a View becomes a constant in R.java

Each layout file as it represents a View becomes a constant in R.java

satya - Thursday, September 25, 2008 3:30:29 PM

The file must have a single root tag

The file must have a single root tag

satya - Friday, September 26, 2008 9:29:21 AM

Dianne Hackborn on XML attributes in Android

Dianne Hackborn on XML attributes in Android

satya - Friday, September 26, 2008 9:33:10 AM

Homepage Dianne Hackborn

Homepage Dianne Hackborn

satya - Friday, September 26, 2008 10:24:55 AM

podcast of an interview with Dianne Hackborn

podcast of an interview with Dianne Hackborn

satya - Friday, September 26, 2008 1:05:33 PM

Dianne Hackborn's posts to the developer forum

Dianne Hackborn's posts to the developer forum

satya - Friday, September 26, 2008 1:09:42 PM

Dianne Hackborn on the subject of "id" s

Dianne Hackborn on the subject of "id" s

satya - Saturday, September 27, 2008 9:55:43 AM

See if there is anything useful here: android guys

See if there is anything useful here: android guys

satya - Thursday, October 09, 2008 10:49:46 AM

Look for some sample application

Look for some sample application

from whyandroid.com

satya - Thursday, October 09, 2008 11:02:09 AM

Understand parcel

Understand parcel

satya - Thursday, October 09, 2008 11:02:26 AM

android xml to java

android xml to java

Search for: android xml to java

satya - Friday, October 10, 2008 2:09:11 PM

read about Android emulator

read about Android emulator

satya - Friday, October 10, 2008 2:31:36 PM

How to see debug messages in adt plug-in


Window/
Preferences/
Android/
DDMS/
LoggingLevel/
Debug

satya - Friday, October 10, 2008 3:20:36 PM

Well that doesn't seem to cut it. Read this link instead

Well that doesn't seem to cut it. Read this link instead

satya - Monday, February 09, 2009 3:00:59 PM

what is multitouch?

what is multitouch?

satya - Monday, February 09, 2009 3:07:26 PM

More people on android

More people on android

satya - Wednesday, February 11, 2009 9:43:44 AM

android release 1.1 sdk

android release 1.1 sdk

Search Google for: android release 1.1 sdk

Search Android Developers Group for: android release 1.1 sdk

Search Android Beginers Group for: android release 1.1 sdk

Search Google Code for: android release 1.1 sdk

Search Android Issues Database for: android release 1.1 sdk

satya - Wednesday, February 11, 2009 9:44:40 AM

Changes in 1.1

Changes in 1.1