"How a Wind Turbine Works", "Offshore wind experts use AI to pinpoint blockage risks", "Offshore turbine blueprint offers pathway to 20 MW models", "Wind utilities accelerate shift to spot price maintenance", "Shell, Gasunie join forces to cut offshore wind hydrogen costs", "Orsted hopes coronavirus will not slow Japan's offshore wind projects", "Global wind turbine materials market to surpass $8 bn over the next decade", "Ind-Ra downgrades power sector ratings to negative", "Oil crash makes Danish wind power firm the Nordics' biggest energy company", "Vestas wins 36 Mw repowering order with Danish auction win", "Stable outlook for solar, negative for wind energy in 2020-21", "Developer to open hub to grow U.S. offshore wind energy industry", "Suzlon board okays debt rejig plan to convert loans to equity", "India’s cultivable land has the highest potential for wind energy generation: NIWE", "Experts discuss interconnected electricity grid to boost renewable energy trade in BIMSTEC region", "Warren Buffett touts wind energy following climate-change criticism", "India installed 2,308 MW of solar capacity in Q4 2019: Report", "Alphabet cuts cord on power-generating kite business", "India’s solar, wind combined capacity to reach 135 GW by 2024: Report", "Inox Wind reports Rs 27 crore loss in December quarter", "UK looks to offshore wind for green energy transition", "SECI's wind energy tender gets cold response for fourth time" stringArrayList.add("How a Wind Turbine Works"); stringArrayList.add("Offshore wind experts use AI to pinpoint blockage risks"); stringArrayList.add("Offshore turbine blueprint offers pathway to 20 MW models"); stringArrayList.add("Wind utilities accelerate shift to spot price maintenance"); stringArrayList.add("Shell, Gasunie join forces to cut offshore wind hydrogen costs"); stringArrayList.add("Orsted hopes coronavirus will not slow Japan's offshore wind projects"); stringArrayList.add("Global wind turbine materials market to surpass $8 bn over the next decade"); stringArrayList.add("Ind-Ra downgrades power sector ratings to negative"); stringArrayList.add("Oil crash makes Danish wind power firm the Nordics' biggest energy company"); stringArrayList.add("Vestas wins 36 Mw repowering order with Danish auction win"); stringArrayList.add("Stable outlook for solar, negative for wind energy in 2020-21"); stringArrayList.add("Developer to open hub to grow U.S. offshore wind energy industry"); stringArrayList.add("Suzlon board okays debt rejig plan to convert loans to equity"); stringArrayList.add("India’s cultivable land has the highest potential for wind energy generation: NIWE"); stringArrayList.add("Experts discuss interconnected electricity grid to boost renewable energy trade in BIMSTEC region"); stringArrayList.add("Warren Buffett touts wind energy following climate-change criticism"); stringArrayList.add("India installed 2,308 MW of solar capacity in Q4 2019: Report"); stringArrayList.add("Alphabet cuts cord on power-generating kite business"); stringArrayList.add("India’s solar, wind combined capacity to reach 135 GW by 2024: Report"); stringArrayList.add("Inox Wind reports Rs 27 crore loss in December quarter"); stringArrayList.add("UK looks to offshore wind for green energy transition"); stringArrayList.add("SECI's wind energy tender gets cold response for fourth time"); if (selected.equals("How a Wind Turbine Works")) { 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("Offshore wind experts use AI to pinpoint blockage risks")) { 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("Offshore turbine blueprint offers pathway to 20 MW models")) { 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("Wind utilities accelerate shift to spot price maintenance")) { 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("Shell, Gasunie join forces to cut offshore wind hydrogen costs")) { 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("Orsted hopes coronavirus will not slow Japan's offshore wind projects")) { 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("Global wind turbine materials market to surpass $8 bn over the next decade")) { 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("Ind-Ra downgrades power sector ratings to negative")) { 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("Oil crash makes Danish wind power firm the Nordics' biggest energy company")) { 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("Vestas wins 36 Mw repowering order with Danish auction win")) { 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("Stable outlook for solar, negative for wind energy in 2020-21")) { 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("Developer to open hub to grow U.S. offshore wind energy industry")) { 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("Suzlon board okays debt rejig plan to convert loans to equity")) { 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("India’s cultivable land has the highest potential for wind energy generation: NIWE")) { 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("Experts discuss interconnected electricity grid to boost renewable energy trade in BIMSTEC region")) { 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("Warren Buffett touts wind energy following climate-change criticism")) { 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("India installed 2,308 MW of solar capacity in Q4 2019: Report")) { 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("Alphabet cuts cord on power-generating kite business")) { 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("India’s solar, wind combined capacity to reach 135 GW by 2024: Report")) { 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("Inox Wind reports Rs 27 crore loss in December quarter")) { 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("UK looks to offshore wind for green energy transition")) { 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("SECI's wind energy tender gets cold response for fourth time")) { 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); }