About the author
The traditional way to create views (or windows) in Android is to create a XML layout file.
My way?
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); TextView ApplicationMainWindowView = new TextView(this);
// Fills TextView with data...
setContentView(ApplicationMainWindowView);
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.