"What Is Supply Chain Distribution?", "The Importance of Distribution in the Supply Chain", "Role Of Distribution In Supply Chain Information Technology Essay", "Supply Chain Network Design & Contributing Factors", "Information Technology - A Key Driver of SCM", "Logistics - An Integral Component of Supply Chain Management", "Logistics Operations in Supply Chain Network", "Logistics Service Providers keeps Supply Chain Moving", "THE 5 FUNCTIONS OF SUPPLY CHAIN MANAGEMENT", "Benefits of supply chain management", "Five stages of supply chain management", "The role of supply chain management software", "The Evolution of Supply Chain", "Innovating supply chain management operations", "Supply Chain Management Systems: whether they fit your business needs", "So, what is operations and supply chain management?", "Oracle SCM Cloud", "JDA’s Supply Chain Platform", "How to choose SCM software for your business", "Different Types of Supply Chain Management Software", "10 Definitions of Supply Chain Management", "Why Is It Important?", "The Role of Transportation in Supply Chain Management", "Factors Affecting Transportation in Logistics", "Supply Chain Management Processes", "Modes of Transportation in Logistics", "Importance of Logistics in Business", "Planning the Inventory Resources in Logistics", "Role of Transportation and Logistics", "Tailored Transportation" stringArrayList.add("What Is Supply Chain Distribution?"); stringArrayList.add("The Importance of Distribution in the Supply Chain"); stringArrayList.add("Role Of Distribution In Supply Chain Information Technology Essay"); stringArrayList.add("Supply Chain Network Design & Contributing Factors"); stringArrayList.add("Information Technology - A Key Driver of SCM"); stringArrayList.add("Logistics - An Integral Component of Supply Chain Management"); stringArrayList.add("Logistics Operations in Supply Chain Network"); stringArrayList.add("Logistics Service Providers keeps Supply Chain Moving"); stringArrayList.add("THE 5 FUNCTIONS OF SUPPLY CHAIN MANAGEMENT"); stringArrayList.add("Benefits of supply chain management"); stringArrayList.add("Five stages of supply chain management"); stringArrayList.add("The role of supply chain management software"); stringArrayList.add("The Evolution of Supply Chain"); stringArrayList.add("Innovating supply chain management operations"); stringArrayList.add("Supply Chain Management Systems: whether they fit your business needs"); stringArrayList.add("So, what is operations and supply chain management?"); stringArrayList.add("Oracle SCM Cloud"); stringArrayList.add("JDA’s Supply Chain Platform"); stringArrayList.add("How to choose SCM software for your business"); stringArrayList.add("Different Types of Supply Chain Management Software"); stringArrayList.add("10 Definitions of Supply Chain Management"); stringArrayList.add("Why Is It Important?"); stringArrayList.add("The Role of Transportation in Supply Chain Management"); stringArrayList.add("Factors Affecting Transportation in Logistics"); stringArrayList.add("Supply Chain Management Processes"); stringArrayList.add("Modes of Transportation in Logistics"); stringArrayList.add("Importance of Logistics in Business"); stringArrayList.add("Planning the Inventory Resources in Logistics"); stringArrayList.add("Role of Transportation and Logistics"); stringArrayList.add("Tailored Transportation"); if (selected.equals("What Is Supply Chain Distribution?")) { 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 Importance of Distribution in the Supply Chain")) { 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("Role Of Distribution In Supply Chain Information Technology Essay")) { 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("Supply Chain Network Design & Contributing Factors")) { 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("Information Technology - A Key Driver of SCM")) { 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("Logistics - An Integral Component of Supply Chain Management")) { 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("Logistics Operations in Supply Chain Network")) { 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("Logistics Service Providers keeps Supply Chain Moving")) { 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("THE 5 FUNCTIONS OF SUPPLY CHAIN MANAGEMENT")) { 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("Benefits of supply chain management")) { 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("Five stages of supply chain management")) { 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 role of supply chain management software")) { 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("The Evolution of Supply Chain")) { 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("Innovating supply chain management operations")) { 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("Supply Chain Management Systems: whether they fit your business needs")) { 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("So, what is operations and supply chain management?")) { 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("Oracle SCM Cloud")) { 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("JDA’s Supply Chain Platform")) { 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("How to choose SCM software for your business")) { 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("Different Types of Supply Chain Management Software")) { 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("10 Definitions of Supply Chain Management")) { 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("Why Is It Important?")) { 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("The Role of Transportation in Supply Chain Management")) { 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("Factors Affecting Transportation in Logistics")) { 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("Supply Chain Management Processes")) { 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("Modes of Transportation in Logistics")) { 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("Importance of Logistics in Business")) { 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("Planning the Inventory Resources in Logistics")) { 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("Role of Transportation and Logistics")) { 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("Tailored Transportation")) { 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); }