What Is Physical Chemistry? The Scope Of Chemistry Observed and controlled variables Relationships between variables Laws and the minus-oneth law of thermodynamics Thermal equilibrium and the zeroth law of thermodynamics The practice of thermodynamic measurement The SI unit of length How fast is ‘greased lightning’? ‘The material of action so variable’ The effects of temperature on density The ideal-gas equation Motion of particles in the gas phase The Maxwell–Boltzmann distribution of energies How is ammonia liquefied? Elastic and inelastic collisions Hydrogen bonds Breaking bonds requires an input of energy Covalent bonds and valence Properties of covalent compounds Electron affinity First electron affinity and reactivity Energy and the first law of thermodynamics Endothermic reactions The mechanical equivalence of work and energy "What Is Physical Chemistry?", "The Scope Of Chemistry", "Observed and controlled variables", "Relationships between variables", "Laws and the minus-oneth law of thermodynamics", "Thermal equilibrium and the zeroth law of thermodynamics", "The practice of thermodynamic measurement", "The SI unit of length", "How fast is ‘greased lightning’?", "‘The material of action so variable’", "The effects of temperature on density", "The ideal-gas equation", "Motion of particles in the gas phase", "The Maxwell–Boltzmann distribution of energies", "How is ammonia liquefied?", "Elastic and inelastic collisions", "Hydrogen bonds", "Breaking bonds requires an input of energy", "Covalent bonds and valence", "Properties of covalent compounds", "Electron affinity", "First electron affinity and reactivity", "Energy and the first law of thermodynamics", "Endothermic reactions", "The mechanical equivalence of work and energy" stringArrayList.add("What Is Physical Chemistry?"); stringArrayList.add("The Scope Of Chemistry"); stringArrayList.add("Observed and controlled variables"); stringArrayList.add("Relationships between variables"); stringArrayList.add("Laws and the minus-oneth law of thermodynamics"); stringArrayList.add("Thermal equilibrium and the zeroth law of thermodynamics"); stringArrayList.add("The practice of thermodynamic measurement"); stringArrayList.add("The SI unit of length"); stringArrayList.add("How fast is ‘greased lightning’?"); stringArrayList.add("‘The material of action so variable’"); stringArrayList.add("The effects of temperature on density"); stringArrayList.add("The ideal-gas equation"); stringArrayList.add("Motion of particles in the gas phase"); stringArrayList.add("The Maxwell–Boltzmann distribution of energies"); stringArrayList.add("How is ammonia liquefied?"); stringArrayList.add("Elastic and inelastic collisions"); stringArrayList.add("Hydrogen bonds"); stringArrayList.add("Breaking bonds requires an input of energy"); stringArrayList.add("Covalent bonds and valence"); stringArrayList.add("Properties of covalent compounds"); stringArrayList.add("Electron affinity"); stringArrayList.add("First electron affinity and reactivity"); stringArrayList.add("Energy and the first law of thermodynamics"); stringArrayList.add("Endothermic reactions"); stringArrayList.add("The mechanical equivalence of work and energy"); if (selected.equals("What Is Physical Chemistry?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/1.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The Scope Of Chemistry")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/2.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Observed and controlled variables")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/3.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Relationships between variables")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/4.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Laws and the minus-oneth law of thermodynamics")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/5.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Thermal equilibrium and the zeroth law of thermodynamics")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/6.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The practice of thermodynamic measurement")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/7.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The SI unit of length")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/8.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("How fast is ‘greased lightning’?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/9.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("‘The material of action so variable’")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/10.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The effects of temperature on density")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/11.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The ideal-gas equation")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/12.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Motion of particles in the gas phase")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/13.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The Maxwell–Boltzmann distribution of energies")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/14.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("How is ammonia liquefied?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/15.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Elastic and inelastic collisions")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/16.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Hydrogen bonds")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/17.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Breaking bonds requires an input of energy")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/18.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Covalent bonds and valence")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/19.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Properties of covalent compounds")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/20.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Electron affinity")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/21.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("First electron affinity and reactivity")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/22.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Energy and the first law of thermodynamics")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/23.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Endothermic reactions")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/24.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The mechanical equivalence of work and energy")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/25.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); }