Archive

Archive for March, 2014

Test load ของ Apache

March 26, 2014 Leave a comment

apache\bin> ab -n 1000 -c 100 http://example.com/segment

-n = จำนวน request ทั้งหมด

-c = concurrent user

Categories: Apache Tags:

Android set image height auto

March 20, 2014 Leave a comment

Use this: android:adjustViewBounds=”true”

Example:

<ImageView
android:id=”@+id/imageView1″
android:layout_height=”wrap_content”
android:background=”#eaeaea”
android:src=”@drawable/ic_launcher”
android:layout_span=”2″
android:adjustViewBounds=”true”
android:contentDescription=”Profile Image” />

Before:

Before

 

After:

1901230_627918703912689_1185882293_n

Categories: Android Tags: , , ,

Android library ที่น่าสนใจ

March 19, 2014 Leave a comment
Categories: Android Tags: ,