((TextView)findViewById(R.id.thetext)).setText("The Louvre asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The Louvre, or the Louvre Museum, is the world's largest art museum and a historic monument in Paris,"+
" France, and is best known for being the home of the Mona Lisa. A central landmark of the city, it is located on the Right Bank of the Seine in the city's 1st arrondissement");
((TextView)findViewById(R.id.thetext)).setText("China asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The National Museum of China flanks the eastern side of Tiananmen Square in Beijing, China. The museum's mission is to educate about the arts and history of China. "+
"It is directed by the Ministry of Culture of the People's Republic of China.");
((TextView)findViewById(R.id.thetext)).setText("Vatican d jka ");
((TextView)findViewById(R.id.thetext)).setText("The Vatican Museums are the public art and sculpture museums in the Vatican City. They display works from the immense "+
"collection amassed by the Catholic Church and the papacy throughout the centuries "+
"including several of the most renowned Roman sculptures and most important masterpieces of Renaissance art in the world.");
((TextView)findViewById(R.id.thetext)).setText("The metropolitan asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The Metropolitan Museum of Art of New York City, colloquially \"the Met\", is the largest art museum in the United States. "+
"Its permanent collection contains over 2 million works, divided among 17 curatorial departments.");
((TextView)findViewById(R.id.thetext)).setText("The metropolitan asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The British Museum, in the Bloomsbury area of London, England,"+
" is a public institution dedicated to human history, art and culture. Its permanent collection of some eight million works is among the largest and most comprehensive in existence, having been widely collected during the era of the British Empire. ");
((TextView)findViewById(R.id.thetext)).setText("The metropolitan asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("Tate is an institution that houses, in a network of four art galleries, the United Kingdom's national collection of British art, and international modern and contemporary art. It is not a "+
"government institution, but its main sponsor is the UK Department for Digital, Culture, Media and Sport.");
((TextView)findViewById(R.id.thetext)).setText("The metropolitan asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The National Gallery is an art museum in Trafalgar Square in the City of Westminster, in Central London. Founded in 1824, it houses a collection of over 2,300 paintings dating from the mid-13th century to 1900 "
+
"The Gallery is an exempt charity, and a non-departmental public body of the Department for Digital, Culture, Media and Sport.");
((TextView)findViewById(R.id.thetext)).setText("The metropolitan asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The Natural History Museum in London is a natural history museum that exhibits a vast range of specimens from various segments of natural history."+
" It is one of three major museums on Exhibition Road in South Kensington, the others being the Science Museum and the Victoria and Albert Museum. The Natural History Museum's main frontage, however, is on Cromwell Road.");
((TextView)findViewById(R.id.thetext)).setText("The metropolitan asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The American Museum of Natural History (abbreviated as AMNH) is a natural history museum on the Upper West Side of Manhattan, New York City. In Theodore Roosevelt Park, across the street from Central Park, the museum complex"+
" comprises 26 interconnected buildings housing 45 permanent exhibition halls, in addition to a planetarium and a library. The museum collections contain over 34 million specimens of plants, animals, fossils, minerals, rocks, meteorites, human remains, and human "+
"cultural artifacts, as well as specialized collections for frozen tissue and genomic and astrophysical data, of which only a small fraction can be displayed at any given time.");
((TextView)findViewById(R.id.thetext)).setText("The metropolitan asdaskjhdasdlkasda al s dlasdajsdjasjd jka ");
((TextView)findViewById(R.id.thetext)).setText("The State Hermitage Museum is a museum of art and culture in Saint Petersburg, Russia. The second-largest art museum in the world, it was founded in 1764 when Empress Catherine the Great acquired"+
"an impressive collection of paintings from the Berlin merchant Johann Ernst Gotzkowsky. ");
break;
...
...
@@ -155,8 +171,17 @@ public class fulldetails extends AppCompatActivity {
}
publicvoidbookthis(Viewview){
Bundlen=getIntent().getExtras();
Intentbook=newIntent(this,Booking.class);
book.putExtra("selectedMuseum",selectedMuseum);
book.putExtra("price",price);
startActivity(book);
}
publicvoidsetvariables(Stringmuseum){
/* public void setvariables(String museum){
if(museum.equals("Louvre")){
price = 10;
mname = "louvre";
...
...
@@ -212,7 +237,7 @@ public class fulldetails extends AppCompatActivity {