¾ÛÅøÁî
46.¢½.168.138
46.¢½.168.129
46.¢½.168.161
46.¢½.168.136
46.¢½.168.145
46.¢½.168.162
46.¢½.168.144
46.¢½.168.140
115.¢½.135.198
46.¢½.168.139
 
°Ô½Ã¹° 223°Ç
   
ÇÁ·¹ÀÓ ¾Ö´Ï¸ÞÀÌ¼Ç Áú¹®ÀÔ´Ï´Ù.
±Û¾´ÀÌ : ±èÈÆÀÏ                   ³¯Â¥ : 2012-09-02 (ÀÏ) 14:28 Á¶È¸ : 4028
ÇØ´ç ¾×ƼºñƼ ½ÇÇà½Ã ¹Ù·Î ·ÎµùÈ­¸éÀÌ »ý±â°í

·ÎµùÈ­¸éÀÌ ³¡³ª°Ô µÇ¸é ´ÙÀ½ ¾×ƼºñƼ·Î ³Ñ¾î°¡°Ô ÇÏ°í ½Í½À´Ï´Ù.


ÀÏ´Ü Áö±ÝÀº ÇØ´ç ¾×ƼºñƼ·Î ³Ñ¾î°¡¸é ÇÁ·Î¼¼½º ¿¡·¯°¡ ³³´Ï´Ù. ±âÃÊÀûÀÎ

½Ç¼ö¸¦ ÇÑ °Í °°Àºµ¥ ¾î¶² °ÍÀÌ ¹®Á¦ÀÎÁö ¸ð¸£°Ú¾î¿ä.

1. ±× ¹®Á¦°¡ ±Ã±ÝÇÕ´Ï´Ù.

2. ÇѹøÀÇ ÇÁ·¹ÀӾִϸÞÀ̼ÇÀ» µ¹¸° ÀÌÈÄ ´ÙÀ½ ¾×ƼºñƼ·Î ³Ñ¾î°¡·Á¸é ¾îµð¿¡ ¼Ò½º¸¦ ³Ö¾î¾ßÇÒÁö?


LoadingActivity.java

package Show.Back.SB;
import android.app.Activity;
import android.graphics.drawable.AnimationDrawable;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.ImageView;
public class LoadingActivity extends Activity {

ImageView img;
AnimationDrawable mAni;

@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.loading);

img = (ImageView)findViewById(R.id.loading0);
img.setBackgroundResource(R.drawable.loadani);
mAni = (AnimationDrawable)img.getBackground();

img.post(new Runnable(){
public void run(){
mAni.start();
}
});

}

}


loading.xml (<> ´Â Á¦°ÅµÈ »óÅÂÀÔ´Ï´Ù. ¤¾¤¾ ¾ø¾îµµ ¾Æ½Ç°Å¶ó ¹ÏÀ½)

?xml version="1.0" encoding="utf-8"?
LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
ImageView
android:id="@+id/loading0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/loadani"/>
/LinearLayout


loadani.xml (¸¶Âù°¡Áö·Î <> Á¦°ÅµÈ »óÅÂÀÔ´Ï´Ù.

?xml version="1.0" encoding="utf-8"?
animation-list xmlns:android="httpL//schemas.android.com/apk/res/android"
android:oneshot="true"
item android:drawable="@drawable/loading0" android:duration="500"/
item android:drawable="@drawable/loading1" android:duration="500"/
item android:drawable="@drawable/loading2" android:duration="500"/
item android:drawable="@drawable/loading3" android:duration="500"/
item android:drawable="@drawable/loading4" android:duration="500"/
item android:drawable="@drawable/loading5" android:duration="500"/
/animation-list



¾î¶² °ÍÀÌ ¹®Á¦¶ó µ¹¾Æ°¡Áö ¾Ê´ÂÁö ±Ã±ÝÇÕ´Ï´Ù!! ´É·ÂÀÚÇüµé ÇØ°á¹Ù¶÷
* ±ÛÀ» µî·ÏÇϽǶ§ ²À ÇÊ¿äÇÑ °æ¿ì°¡ ¾Æ´Ï¸é °³ÀÎÁ¤º¸¸¦ ³²±âÁö ¸¶¼¼¿ä ^^ (¿¬¶ôó,À̸ÞÀÏÁÖ¼Ò,Áֹεî·Ï¹øÈ£ µî)




±èÈÆÀÏ ´ÔÀÇ Q&A ÃÖ½Å±Û [´õº¸±â]


   

°Ô½Ã¹° 223°Ç
¹øÈ£ Á¦¸ñ ±Û¾´ÀÌ ³¯Â¥ Á¶È¸
103  WebView ¿¡¼­ Event HookingÇÏ´Â ¹æ¹ý? ÀÓäÈÆ 12-02 4118
102     Çѹø ´õ ¿©ÂÞ¾î º¾´Ï´Ù.. +2 À±Á¤¹ü 06-20 4101
101  post ¹æ½ÄÀε¥ °ªÀÌ Ãâ·Â¾ÈµÇ³×¿ä. ±èÅ¿ì 12-19 4099
100  ¾Èµå·ÎÀ̵å üÆÃÇÁ·Î±×·¥ ¸¸µå´Âµ¥¿ä.. +4 ¹Ú°¡¶÷ 11-17 4098
99  Ãʺ¸Áú¹® +1 À±Á¤¹ü 06-16 4070
98  Ä«¸Þ¶ó °ü·Ã Áú¹®ÀÔ´Ï´Ù ..!! +1 À¯ÇØÇü 07-06 4070
97  ¾È³çÇϼ¼¿ä ¿À´Ã °¡ÀÔÇß½À´Ï´Ù ^^ +3 ÃÖ°æ¼® 05-27 4067
96  C2DM +1 ÃÖ°æȯ 05-26 4060
95     À̹ÌÁö ¹öÆ° 9°³Á¤µµ ¹è¿­ °¡´ÉÇϳª¿ä? ±èº´ÁÖ 08-04 4060
94  ¼Ò½º¿¡ ´ëÇؼ­ ¹®ÀÇ µå¸³´Ï´Ù. +2 ¹Ú¿µÁØ 07-06 4058
93  XoomÀ̳ª °¶·°½Ã ÅÇ 10.1¿¡¼­ MediaRecorder »ç¿ë½Ã ¹®Á¦ ³ë°æ¼ö 09-15 4037
92  ÇÁ·¹ÀÓ ¾Ö´Ï¸ÞÀÌ¼Ç Áú¹®ÀÔ´Ï´Ù. ±èÈÆÀÏ 09-02 4029
91  ÀÌŬ¸³½º,ÀÚ¹Ù Áú¹®... +1 °­¼±È£ 07-09 4018
90  ±¸±Û Áöµµ Áú¹®ÀÌ¿ä ~ +4 ±è¹®¿í 08-14 4012
89  È¤½Ã³ª Çؼ­ Áú¹®Çϴµ¥, ÀÚ¹ÙÅ×ÀÌÇÃºä ¿À¹ö·¹ÀÌ ÇÏ´Â ¹ý ¾Æ½Ã´Â ºÐ °è½Å°¡¿ä? ¹Ú°¡¶÷ 12-16 4009
88  ChoogerActivity ½ÇÇàÀ» ¸·´Â ¹æ¹ý ¾øÀ»±î¿ä? +1 ÀÌÀ缺 07-28 4005
87  ÀÌŬ¸³½º¿¡¼­ AVD ½ÇÇàÀÌ ¾ÈµÇ¿ä.. +1 À̸¸ÁØ 12-17 3986
86  xml ³»¿ëÀ» ¹Þ¾Æ¼­ Ž»ö±âó·³ Æ®¸®ÇüÅ·Π»Ñ·ÁÁÖ°í ½Í½À´Ï´Ù. ¼ÕÁø½Ä 07-17 3984
85  ±×¸² ³Ö´Â°Í¿¡ ´ëÇØ Áú¹®ÀÌ ÀÖ½À´Ï´Ù. +4 Á¤Çö±Ô 02-22 3977
84  ÀÌŬ¸³½º¿¡¼­ ¾Û°³¹ß½Ã index.html ¼Ò½º ¹Ù·Î º¸´Â ¹æ¹ýÀÌ ¾î¶»°Ô µÇ³ª¿ä? ±èÀϼö 05-01 3948
 1  2  3  4  5  6  7  8  9  10  11  12  
 
 
 
Copyright ¨Ï wwwold.androidstudy.co.kr. All rights reserved.