stringArrayList.add("DEFINITIONS AND CLASSIFICATIONS OF HUMAN RIGHTS"); stringArrayList.add("Nature and Definition of Human Rights"); stringArrayList.add("Human Rights and Values Education: Using the International Standards"); stringArrayList.add("Historical Development of Human Rights"); stringArrayList.add("Magna Carta: The Origin of Modern Human Rights"); stringArrayList.add("Human Rights Act versus a British Bill of Rights"); stringArrayList.add("Declaration of the Rights of Man and of the Citizen"); stringArrayList.add("Marxism and Human Rights "); stringArrayList.add("3 Generations of Human Rights"); stringArrayList.add("Rights: Meaning and theories; different kinds of rights; concept of Human Rights"); stringArrayList.add("Theory of Rights: Laski, Barker and Marxist’s Theories"); stringArrayList.add("Feminist Perspectives on Human Rights"); stringArrayList.add("Rule of Law and Human Rights"); stringArrayList.add("The Concept of Crime"); stringArrayList.add("The Criminal Justice System"); stringArrayList.add("Indian Criminal Justice System and Human Rights"); stringArrayList.add("Human Rights Courts in India"); stringArrayList.add("Custodial Violence – Indian Perspective"); stringArrayList.add("WOMEN’S HUMAN RIGHTS"); stringArrayList.add("Terrorism and insurgency"); stringArrayList.add("Rights of Accused Persons"); stringArrayList.add("What is Double Jeopardy?"); stringArrayList.add("Fifth Amendment Right Against Self-Incrimination"); stringArrayList.add("Right to a fair trial"); stringArrayList.add("What are some typical probation conditions?"); stringArrayList.add("What is Probation Period?"); stringArrayList.add("Rights of Prisoners"); stringArrayList.add("Legal aid and human rights"); stringArrayList.add("Speedy Justice and Ease of Access to Justice is a Fundamental Right"); stringArrayList.add("Right to compensation under the Indian Labour Laws"); if (selected.equals("DEFINITIONS AND CLASSIFICATIONS OF HUMAN RIGHTS")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/1.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Nature and Definition of Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/2.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Human Rights and Values Education: Using the International Standards")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/3.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Historical Development of Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/4.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Magna Carta: The Origin of Modern Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/5.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Human Rights Act versus a British Bill of Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/6.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Declaration of the Rights of Man and of the Citizen")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/7.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Marxism and Human Rights ")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/8.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("3 Generations of Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/9.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Rights: Meaning and theories; different kinds of rights; concept of Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/10.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Theory of Rights: Laski, Barker and Marxist’s Theories")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/11.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Feminist Perspectives on Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/12.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Rule of Law and Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/13.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The Concept of Crime")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/14.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The Criminal Justice System")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/15.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Indian Criminal Justice System and Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/16.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Human Rights Courts in India")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/17.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Custodial Violence – Indian Perspective")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/18.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("WOMEN’S HUMAN RIGHTS")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/19.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Terrorism and insurgency")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/20.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Rights of Accused Persons")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/21.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("What is Double Jeopardy?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/22.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Fifth Amendment Right Against Self-Incrimination")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/23.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Right to a fair trial")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/24.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("What are some typical probation conditions?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/25.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("What is Probation Period?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/26.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Rights of Prisoners")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/27.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Legal aid and human rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/28.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Speedy Justice and Ease of Access to Justice is a Fundamental Right")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/29.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Right to compensation under the Indian Labour Laws")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights2/30.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); }