Particulate Solids PARTICULATE SOLIDS IN BULK Flow of solids in hoppers Flow of solids through orifices Measurement and control of solids flowrate BLENDING OF SOLID PARTICLES CLASSIFICATION OF SOLID PARTICLES Gravity settling Centrifugal separators SIZE REDUCTION OF SOLIDS Energy utilisation Methods of operating crushers Nature of the material to be crushed Motion of Particles in a Fluid Terminal falling velocities GAS–SOLIDS SYSTEMSGAS–SOLIDS SYSTEMS MOTION OF BUBBLES AND DROPS Power-law fluids General equations of motion Motion of a sphere in the stokes’ law region Vertical motion (general case) MOTION OF PARTICLES IN A CENTRIFUGAL FIELD NOMENCLATURE Streamline and turbulent flow Dependence of K__ on bed structure DISPERSION HEAT TRANSFER IN PACKED BEDS PACKED COLUMNS Fluid flow in packed columns SEDIMENTATION OF FINE PARTICLES "Particulate Solids", "PARTICULATE SOLIDS IN BULK", "Flow of solids in hoppers", "Flow of solids through orifices", "Measurement and control of solids flowrate", "BLENDING OF SOLID PARTICLES", "CLASSIFICATION OF SOLID PARTICLES", "Gravity settling", "Centrifugal separators", "SIZE REDUCTION OF SOLIDS", "Energy utilisation", "Methods of operating crushers", "Nature of the material to be crushed", "Motion of Particles in a Fluid", "Terminal falling velocities", "GAS–SOLIDS SYSTEMSGAS–SOLIDS SYSTEMS", "MOTION OF BUBBLES AND DROPS", "Power-law fluids", "General equations of motion", "Motion of a sphere in the stokes’ law region", "Vertical motion (general case)", "MOTION OF PARTICLES IN A CENTRIFUGAL FIELD", "NOMENCLATURE", "Streamline and turbulent flow", "Dependence of K__ on bed structure", "DISPERSION", "HEAT TRANSFER IN PACKED BEDS", "PACKED COLUMNS", "Fluid flow in packed columns", "SEDIMENTATION OF FINE PARTICLES" stringArrayList.add("Particulate Solids"); stringArrayList.add("PARTICULATE SOLIDS IN BULK"); stringArrayList.add("Flow of solids in hoppers"); stringArrayList.add("Flow of solids through orifices"); stringArrayList.add("Measurement and control of solids flowrate"); stringArrayList.add("BLENDING OF SOLID PARTICLES"); stringArrayList.add("CLASSIFICATION OF SOLID PARTICLES"); stringArrayList.add("Gravity settling"); stringArrayList.add("Centrifugal separators"); stringArrayList.add("SIZE REDUCTION OF SOLIDS"); stringArrayList.add("Energy utilisation"); stringArrayList.add("Methods of operating crushers"); stringArrayList.add("Nature of the material to be crushed"); stringArrayList.add("Motion of Particles in a Fluid"); stringArrayList.add("Terminal falling velocities"); stringArrayList.add("GAS–SOLIDS SYSTEMSGAS–SOLIDS SYSTEMS"); stringArrayList.add("MOTION OF BUBBLES AND DROPS"); stringArrayList.add("Power-law fluids"); stringArrayList.add("General equations of motion"); stringArrayList.add("Motion of a sphere in the stokes’ law region"); stringArrayList.add("Vertical motion (general case)"); stringArrayList.add("MOTION OF PARTICLES IN A CENTRIFUGAL FIELD"); stringArrayList.add("NOMENCLATURE"); stringArrayList.add("Streamline and turbulent flow"); stringArrayList.add("Dependence of K__ on bed structure"); stringArrayList.add("DISPERSION"); stringArrayList.add("HEAT TRANSFER IN PACKED BEDS"); stringArrayList.add("PACKED COLUMNS"); stringArrayList.add("Fluid flow in packed columns"); stringArrayList.add("SEDIMENTATION OF FINE PARTICLES"); if (selected.equals("Particulate Solids")) { 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("PARTICULATE SOLIDS IN BULK")) { 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("Flow of solids in hoppers")) { 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("Flow of solids through orifices")) { 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("Measurement and control of solids flowrate")) { 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("BLENDING OF SOLID PARTICLES")) { 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("CLASSIFICATION OF SOLID PARTICLES")) { 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("Gravity settling")) { 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("Centrifugal separators")) { 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("SIZE REDUCTION OF SOLIDS")) { 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("Energy utilisation")) { 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("Methods of operating crushers")) { 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("Nature of the material to be crushed")) { 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("Motion of Particles in a Fluid")) { 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("Terminal falling velocities")) { 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("GAS–SOLIDS SYSTEMSGAS–SOLIDS SYSTEMS")) { 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("MOTION OF BUBBLES AND DROPS")) { 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("Power-law fluids")) { 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("General equations of motion")) { 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("Motion of a sphere in the stokes’ law region")) { 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("Vertical motion (general case)")) { 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("MOTION OF PARTICLES IN A CENTRIFUGAL FIELD")) { 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("NOMENCLATURE")) { 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("Streamline and turbulent flow")) { 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("Dependence of K__ on bed structure")) { 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); } if (selected.equals("DISPERSION")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/26.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("HEAT TRANSFER IN PACKED BEDS")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/27.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("PACKED COLUMNS")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/28.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Fluid flow in packed columns")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/29.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("SEDIMENTATION OF FINE PARTICLES")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/30.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); }