¾ÛÅøÁî
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 Á¶È¸ : 4018
ÇØ´ç ¾×ƼºñƼ ½ÇÇà½Ã ¹Ù·Î ·ÎµùÈ­¸éÀÌ »ý±â°í

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


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

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

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°Ç
¹øÈ£ Á¦¸ñ ±Û¾´ÀÌ ³¯Â¥ Á¶È¸
203  Intent »ç¿ë°ü·Ã Áú¹®ÀÔ´Ï´Ù. +2 ±èÁø 11-22 3060
202  ½º¸¶Æ®Æù¸¸¿¡¼­ µ¹¾Æ°¡´Â °ÔÀÓÀ» ÅÇ¿¡¼­µµ µ¹¾Æ°¡°Ô ÇÏ´Â ¹æ¹ý ¾Ë·ÁÁÖ¼¼¿ä ~ +2 Áö³ª 11-16 2980
201  ¾×ƼºñƼ°£ µ¥ÀÌÅÍÀü´Þ Áú¹®ÀÔ´Ï´Ù. +3 Á¤¿ëÇö 10-23 3017
200  SMS ¿À´Â ¹®ÀÚ¸¦ ¾Û¿¡¼­ ÀÚµ¿À¸·Î ¾Ë¾ÆÂ÷¸®´Â°Ç ¹¹ÁÒ? ¾È±æȯ 10-08 2
199  ºÎ»ê ¾Û°³¹ß ½ºÅ͵ð 11±â ¸ðÁýÀº ¾ðÁ¦ ½ÃÀÛÇϳª¿ä? +1 ¼­¹«´ö 09-17 2972
198  Ã³À½ °¡ÀÔÇغ¾´Ï´Ù. +1 °í¹ü¼® 09-07 2432
197  IAP °üÇؼ­? ÀÌÀ翵 09-07 4312
196  ÇÁ·¹ÀÓ ¾Ö´Ï¸ÞÀÌ¼Ç Áú¹®ÀÔ´Ï´Ù. ±èÈÆÀÏ 09-02 4019
195  ÀÌŬ¸³½º¿¡¼­ ÇÁ·ÎÁ§Æ® »ý¼ºÇÒ¶§ xml ÆÄÀÏÀÇ ±âº»¼³Á¤À» ¹Ù²Ü¼ö ÀÖ³ª¿ä? ±èÇö¹Î 08-28 2946
194  radio button Áú¹®ÀÔ´Ï´Ù. +1 ±èÈÆÀÏ 08-26 3628
193  ºÎ»ê ´ÙÀ½ ½ºÅ͵ð 11±â´Â ¾ðÁ¦Âë?? ¾È³çÇϼ¼¿ä! ¿À´Ã °¡ÀÔÇÏ¿´½À´Ï´Ù. +4 ÃÖ¿µÁø 08-23 2616
192  ÀÌŬ¸³½º ¿¡·¯ Áú¹®ÀÔ´Ï´Ù ¤Ì +1 Á¶ÀçÇö 08-22 3830
191  ±¸±Û Áöµµ Áú¹®ÀÌ¿ä ~ +4 ±è¹®¿í 08-14 4003
190  ¾Èµå·ÎÀÌµå °³¹ßÀÚºÐµé ¤Ð¤ÐÁ¶±Ý¸¸ µµ¿ÍÁÖ¼¼¿ä~¤Ð +2 Á¶ÀçÇö 08-10 4248
189  ¼ôÄÆ Áú¹®ÀÔ´Ï´Ù. +1 ±èº´ÁÖ 07-25 4702
188  ¾Èµå·ÎÀ̵忡¼­ À¯Åõºê µ¿¿µ»ó Àç»ý ÇÒ ¼ö ÀÖ´Â Á¦´ë·Î µÈ Äڵ带 ¾Ë·ÁÁֽøé.... +2 ¹®Àå¿ø 07-20 5764
187  Listview ¿¡¼­ item visible ÇÒ¶§ ºó°ø°£À» ³ª¸ÓÁö itemÀ¸·Î ¸Å²Ü¼ö ¾ø³ª¿ä? +2 ¼ÕÁø½Ä 07-20 4885
186  AutoCompleteTextView(ÀÚµ¿¿Ï¼º ÅؽºÆ®ºä) ¸¸µé±â Áú¹®ÀÌ¿ä ±è¹®¿í 07-19 4328
185  À¯Åõºê µ¿¿µ»ó ¸µÅ© Àç»ý °ú°ü·ÃÇؼ­ °í¼ö´Ôµé²² Áú¹®µå¸³´Ï´Ù.µµ¿ÍÁÖ¼¼¿ä..¤Ð¤Ð ¹®Àå¿ø 07-18 4467
184  xml ³»¿ëÀ» ¹Þ¾Æ¼­ Ž»ö±âó·³ Æ®¸®ÇüÅ·Π»Ñ·ÁÁÖ°í ½Í½À´Ï´Ù. ¼ÕÁø½Ä 07-17 3975
 1  2  3  4  5  6  7  8  9  10  11  12  
 
 
 
Copyright ¨Ï wwwold.androidstudy.co.kr. All rights reserved.