Quite simple scrollView.
It is useful to show the picture that contains lots of texts.
that will zoom in or out depend on the mobile screen width with keeping ratio of the image file.
Showing posts with label Xml. Show all posts
Showing posts with label Xml. Show all posts
Saturday, June 9, 2012
Wednesday, June 6, 2012
[Android:Xml]Android Layout TableView
This code is for set up the layout of the Android Application.
Two images will be post on the middle of screen in a line.
The size of images should be same, if you want to put it same with the picture below.
package ByungYong.sample.tableView;
import android.app.Activity;
import android.os.Bundle;
public class TableViewActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
Location:
New York, NY, USA
Subscribe to:
Posts (Atom)