Android Open Source - blog-scrollbargotcha Cheeses






From Project

Back to project page blog-scrollbargotcha.

License

The source code is released under:

Apache License

If you think the Android project blog-scrollbargotcha listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

/*
 * Copyright (C) 2010 The Android Open Source Project
 */*from   w  w w .j  a v  a  2  s  . co m*/
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
 * Modifications:
 * -Imported from Android SDK samples
 * -Changed package name
 * -Shortened the list a bit
 * -Formatting changes
 */

package com.porcupineprogrammer.scrollbargotcha;

public class Cheeses {

  public static final String[] sCheeseStrings = {
      "Abbaye de Belloc",
      "Abbaye du Mont des Cats", "Abertam", "Abondance", "Ackawi", "Acorn", "Adelost",
      "Affidelice au Chablis", "Afuega'l Pitu", "Airag", "Airedale", "Aisy Cendre",
      "Allgauer Emmentaler", "Alverca", "Ambert", "American Cheese", "Ami du Chambertin",
      "Anejo Enchilado", "Anneau du Vic-Bilh", "Anthoriro", "Appenzell", "Aragon",
      "Ardi Gasna", "Ardrahan", "Armenian String", "Aromes au Gene de Marc", "Asadero",
      "Asiago", "Aubisque Pyrenees", "Autun", "Avaxtskyr", "Baby Swiss", "Babybel",
      "Baguette Laonnaise", "Bakers", "Baladi", "Balaton", "Bandal", "Banon",
      "Barry's Bay Cheddar", "Basing", "Basket Cheese", "Bath Cheese",
      "Bavarian Bergkase", "Baylough", "Beaufort", "Beauvoorde", "Beenleigh Blue",
      "Beer Cheese", "Bel Paese", "Bergader", "Bergere Bleue", "Berkswell",
      "Beyaz Peynir", "Bierkase", "Bishop Kennedy", "Blarney", "Bleu d'Auvergne",
      "Bleu de Gex", "Bleu de Laqueuille", "Bleu de Septmoncel", "Bleu Des Causses",
      "Blue", "Blue Castello", "Blue Rathgore", "Blue Vein (Australian)",
      "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", "Boeren Leidenkaas",
      "Bonchester", "Bosworth", "Bougon", "Boule Du Roves", "Boulette d'Avesnes",
      "Boursault", "Boursin", "Bouyssou", "Bra", "Braudostur"
  };

}




Java Source Code List

com.porcupineprogrammer.scrollbargotcha.Cheeses.java
com.porcupineprogrammer.scrollbargotcha.MainActivity.java