목록안드로이드/Image (26)
설.현.아빠
Gallery 기능과 비슷하지만 음악 앨범의 커버를 소개할때 유용할 꺼 같다. /* * Copyright (C) 2010 Neil Davies * * 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 th..
res/anim/push_left_out.xml파일을 통해 애니메이션이 화면에서 어떻게 사라지는지 지정해 준다. res/anim/push_left_in.xml 파일을 통해 애니메이션이 화면에 어떻게 나타나는지 지정해준다. // viewFlipperAcitivity.java package lee.android.TabDemo; import android.app.Activity; import android.os.Bundle; import android.view.ViewGroup; import android.view.animation.AnimationUtils; import android.widget.Button; import android.widget.ViewFlipper; public class viewFl..