Android stuff
satya - Wednesday, September 24, 2008 10:12:39 AM
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
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
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: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
satya - Wednesday, September 24, 2008 2:48:36 PM
android understanding intent
satya - Wednesday, September 24, 2008 2:56:39 PM
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:54:36 AM
android browser javascript
satya - Thursday, September 25, 2008 11:02:34 AM
android setJavaScriptEnabled
satya - Thursday, September 25, 2008 11:23:34 AM
read about PackageManager and intents
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
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
satya - Friday, September 26, 2008 10:24:55 AM
podcast of an interview with Dianne Hackborn
satya - Friday, September 26, 2008 1:05:33 PM
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
satya - Saturday, September 27, 2008 9:55:43 AM
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:26 AM
android xml to java
android xml to java
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
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