... . . . . . . . . . . . . . . . 594 profile_fields (profile module) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595 profile_values (profile module) . . . . . . . . . ... an improved menu sys- tem, form API improvements, JavaScript goodies, and much more. The net result is that Drupal 6 is an even better web application development platform than Drupal 5. Probably ... enable comments on blogs but not r ecipes or enable file uploads for project tasks only. Nodes also contain a base set of behavioral properties that all other content types inherit. Any node can be...
Ngày tải lên: 06/08/2013, 17:36
Tài liệu Pro CSS Techniques- P8 pdf
... model properties border properties, 332–334 clip property, 338 height property, 337 margin properties, 331 max-height property, 337 max-width property, 336 min-height property, 337 min-width property, ... 331 max-height property, 337 max-width property, 336 min-height property, 337 min-width property, 336 outline properties, 334 outline property, 335 outline-color property, 335 outline-style property, ... 335 outline-width property, 335 overflow property, 338 overview, 331 padding properties, 331–332 width property, 336 color property, 326 font property, 326 font-family property, 326–327 font-size property,...
Ngày tải lên: 14/12/2013, 17:15
Tài liệu Hướng dẫn lập trình với Android part 5 pdf
... <LinearLayout xmlns :android= "http://schemas .android. com/apk/res/andro id" android: orientation="vertical" android: layout_width="fill_parent" android: layout_height="fill_parent" ... android: id="@+id/text_view" android: layout_width="fill_parent" android: layout_height="wrap_content" android: textColor="@color/text_color" android: textSize="28px" ... android: layout_height="fill_parent" > <EditText android: id="@+id/edit_text" android: layout_width="fill_parent" android: layout_height="wrap_content" android: hint="@string/edit_hint"...
Ngày tải lên: 15/12/2013, 10:15
Tài liệu Hướng dẫn lập trình với Android part 8 pdf
... <LinearLayout xmlns :android= "http://schemas .android. com/apk/res/andro id" android: orientation="vertical" android: layout_width="fill_parent" android: layout_height="fill_parent" ... <EditText android: id="@+id/work_enter" android: layout_width="fill_parent" android: layout_height="wrap_content" android: hint="@string/work_hint" android: lines="1" ... <TextView android: layout_width="50px" android: layout_height="wrap_content" android: text="@string/hour_edit" android: typeface="normal" android: textSize="15px"...
Ngày tải lên: 15/12/2013, 10:15
Tài liệu Hướng dẫn lập trình với Android part 10 pdf
... android: layout_height="wrap_content" android: text="" android: paddingTop="45px" android: paddingRight="10px" /> <LinearLayout android: layout_width="wrap_content" ... <TextView android: id="@+id/time_content" android: textSize="16px" android: layout_width="wrap_content" android: layout_height="wrap_content" android: lines="1" ... phép xóa các công việc khỏi list. B1: Khởi tạo project: File -> New -> Android Project Project name: Example 3 Build Target: Chọn Android 1.5 Application name: Example 3 Package...
Ngày tải lên: 15/12/2013, 10:15
Tài liệu Hướng dẫn lập trình với Android part 12 pdf
... import android. app.Activity; import android. app.AlertDialog; import android. content.DialogInterface; import android. os.Bundle; import android. view.Menu; import android. view.MenuItem; import android. view.View; ... android. view.View; import android. view.View.OnClickListener; import android. widget.ArrayAdapter; import android. widget.Button; import android. widget.EditText; import android. widget.ListView; ... builder.setTitle("VietAndroid"); builder.setMessage("AUTHOR:" + "\n" + " Nguyen Anh Tuan" + "\n" + "SOURCE:" + "\n" + " diendan.vietandroid.com");...
Ngày tải lên: 15/12/2013, 10:15
Tài liệu Hướng dẫn lập trình với Android part 14 pdf
... android. app.Activity; import android. content.Intent; import android. os.Bundle; import android. view.View; import android. view.View.OnClickListener; import android. widget.Button; import android. widget.EditText; ... android: layout_height="wrap_content" android: textSize="20px" android: gravity="center" android: lines="1" android: numeric="integer" android: enabled="false" ... android: layout_width="fill_parent" android: layout_height="wrap_content" android: text="Activity 2 - Receive value" android: typeface="normal" android: textSize="14px" android: textStyle="bold"...
Ngày tải lên: 15/12/2013, 10:15
Tài liệu Hướng dẫn lập trình với Android part 20 pdf
... http://www.mediafire.com/?yzw2d1ijymo Bài này là bài cơ sở để mình viết tiếp Phần 7 : ContentProvider , các bạn chú ý theo dõi nhé Mã: public long createUser(String name){ ContentValues...
Ngày tải lên: 24/12/2013, 16:15
Tài liệu Intent trong lập trình Android part 1 pdf
... của Android Platform. Có thể nói lập trình Android chính là lập trình intent-base. II-Intent chứa những dữ liệu gì ? -Intent về cơ bản là một cấu trúc dữ liệu, được mô tả trong lớp android. content.Intent ... nhất về Intent trong lập trình Android, cách truyền nhận thông tin qua Intent và minh họa bằng một ví dụ đơn giản. Hy vọng sẽ giúp các bạn mới làm quen với Android nắm bắt được một cách nhanh ... mô tả cách thức, đối tượng thực hiện của một Activity -Là cầu nối giữa các Activity : ứng dụng Android thường bao gồm nhiều Activity, mỗi Activity hoạt động độc lập với nhau và thực hiện những...
Ngày tải lên: 21/01/2014, 22:20
Tài liệu Intent trong lập trình Android part 2 pdf
... <RelativeLayout xmlns :android= "http://schemas .android. c om/apk/res /android& quot; android: id="@+id/RelativeLayout01" android: layout_width="fill_parent" android: layout_height="fill_parent"> ... android: layout_alignBottom="@id/TextView02"></EditT ext> <Button android: id="@+id/btnGo" android: text="Calculate" android: layout_margin="10dip" android: layout_width="wrap_content" android: layout_below="@id/txtNum2" ... xmlns :android= "http://schemas .android. c om/apk/res /android& quot; android: id="@+id/RelativeLayout01" android: layout_width="fill_parent" android: layout_height="fill_parent"> <TextView android: id="@+id/TextView01"...
Ngày tải lên: 21/01/2014, 22:20