摘要: /** * Copyright (C) 2009 The Android Open Source Project * * 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 * * Unles 阅读全文
posted @ 2012-05-24 18:36 sinde12 阅读(681) 评论(0) 推荐(0) 编辑
摘要: Activity:publicclassHarbourActivityextendsActivityimplementsOnGestureListener {ViewFlipperflipper;GestureDetectordetector;EditTexteditText;Buttonbutton;@SuppressWarnings("deprecation")@OverridepublicvoidonCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView( 阅读全文
posted @ 2012-05-24 09:26 sinde12 阅读(194) 评论(0) 推荐(0) 编辑