stringArrayList.add("Civilian Life at Risk in Iran: The Hard-Hitting Effects of the US Economic Sanctions"); stringArrayList.add("The Korean Constitutional Court Judgment on the Constitutionality of an Abortion Ban"); stringArrayList.add("Partial U.S. sanctions on Inter-American Commission on Human Rights"); stringArrayList.add("The Prospects for the Malaysian Exercise of Universal Jurisdiction over Myanmarese Atrocity Crimes"); stringArrayList.add("Hong Kong’s anti-extradition movement and common law judges’ extrajudicial opinions"); stringArrayList.add("The Non-effectiveness of the United Nations Security Council’s role in the Syrian Conflict"); stringArrayList.add("Updates on the Modern Slavery Act 2015: government showing signs of long-awaited leadership"); stringArrayList.add("Innovative remedies under a flexible Constitution: A view from South Africa"); stringArrayList.add("The ILO adopts Convention concerning violence and harassment at work"); stringArrayList.add("The declaration of rape as an emergency in Sierra Leone needs to address legal ambiguities in order to combat the scourge of rape and gender-based violence"); stringArrayList.add("The American drone programme and the responsibility of its partners"); stringArrayList.add("Russian gig economy violates worker rights with society’s tacit acceptance"); stringArrayList.add("Marriage of the Girl Child in Iran"); stringArrayList.add("A Tale of Two Prime Ministers? Internet Shutdowns Gagging Free speech in Ethiopia"); stringArrayList.add("Workers of the Fireworks Factory of Santo Antônio de Jesus and their family members vs. Brazil and why we need to talk about socioeconomic gender inequality"); stringArrayList.add("Mobilising International Human Rights Law to Promote Tax Justice"); stringArrayList.add("“The Interests of Justice” – The ICC and the Case of Afghanistan"); stringArrayList.add("US Supreme Court split on the partisan politics of district drawing"); stringArrayList.add("Multinational Royal Dutch Shell summoned for insufficient efforts in combatting climate change"); stringArrayList.add("California is Poised to Expand Labour Protections for Workers"); stringArrayList.add("Sexual Violence in Conflict 2019: Insights from Sudan and Algeria"); stringArrayList.add("Poverty in the UK is violating human rights. What’s next?"); stringArrayList.add("Non-abyssal and Ableist Indian Supreme Court: The Abyssal Exclusion of Persons with Disabilities"); if (selected.equals("Civilian Life at Risk in Iran: The Hard-Hitting Effects of the US Economic Sanctions")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/1.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The Korean Constitutional Court Judgment on the Constitutionality of an Abortion Ban")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/2.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Partial U.S. sanctions on Inter-American Commission on Human Rights")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/3.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The Prospects for the Malaysian Exercise of Universal Jurisdiction over Myanmarese Atrocity Crimes")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/4.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Hong Kong’s anti-extradition movement and common law judges’ extrajudicial opinions")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/5.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The Non-effectiveness of the United Nations Security Council’s role in the Syrian Conflict")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/6.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Updates on the Modern Slavery Act 2015: government showing signs of long-awaited leadership")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/7.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Innovative remedies under a flexible Constitution: A view from South Africa")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/8.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The ILO adopts Convention concerning violence and harassment at work")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/9.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The declaration of rape as an emergency in Sierra Leone needs to address legal ambiguities in order to combat the scourge of rape and gender-based violence")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/10.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("The American drone programme and the responsibility of its partners")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/11.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Russian gig economy violates worker rights with society’s tacit acceptance")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/12.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Marriage of the Girl Child in Iran")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/13.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("A Tale of Two Prime Ministers? Internet Shutdowns Gagging Free speech in Ethiopia")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/14.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Workers of the Fireworks Factory of Santo Antônio de Jesus and their family members vs. Brazil and why we need to talk about socioeconomic gender inequality")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/15.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Mobilising International Human Rights Law to Promote Tax Justice")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/16.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("“The Interests of Justice” – The ICC and the Case of Afghanistan")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/17.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("US Supreme Court split on the partisan politics of district drawing")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/18.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Multinational Royal Dutch Shell summoned for insufficient efforts in combatting climate change")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/19.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("California is Poised to Expand Labour Protections for Workers")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/20.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Sexual Violence in Conflict 2019: Insights from Sudan and Algeria")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/21.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Poverty in the UK is violating human rights. What’s next?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/22.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Non-abyssal and Ableist Indian Supreme Court: The Abyssal Exclusion of Persons with Disabilities")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/Humanrights3/23.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); }