동영상
블로그
- ListViewAdapter com.stillthere.miniproject.DTO.BoardItem; import com.stillthere.miniproject.R; import java.util.ArrayList; /** * Created by rkdal on 2016-11-15. */ public class ListViewAdapter extends BaseAdapter { // Adapter에 추가된 데이터를 저장하기
- SelectBoardTask .OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; import okhttp3.Response; /** * Created by rkdal on 2016-11-16. */ public class SelectBoardTask extends AsyncTask> { ArrayList boardItems
- ViewPagerAdapter android.support.v4.app.FragmentPagerAdapter; import java.util.ArrayList; import java.util.List; /** * Created by rkdal on 2016-11-12. */ public class ViewPagerAdapter extends FragmentPagerAdapter { private List
- MemberRegisterTask .FormBody; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; /** * Created by rkdal on 2016-09-23. */ public class MemberRegisterTask extends AsyncTask { // private final String
- [영진전문대학 컴퓨터정보게열] 안드로이드 실습 import android.content.Context; import android.content.res.Resources; import java.util.Random; /** * Created by user on 2016-11-05. */ public class Global { private Context context = null; private Resources resources
- UpdateTokenTask .FormBody; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; /** * Created by rkdal on 2016-11-10. */ public class UpdateTokenTask extends AsyncTask { @Override protected void
- MemberLoginTask .FormBody; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; /** * Created by rkdal on 2016-10-09. */ public class MemberLoginTask extends AsyncTask { // private final String
- InsertBoardTask .FormBody; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; /** * Created by rkdal on 2016-11-21. */ public class InsertBoardTask extends AsyncTask { @Override protected void
- Behind the Magic: The Visual Effects of "The Avengers" This reel represents a small fraction of the work created by over 200 ILM artists, scientists, and engineers backed up by a world class production team.The stop motion animations which open and close the reel
- cocos2d and Box2d 벽돌깨기 게임 충돌구현 부문 // // MyContactListener.h // Box2DPong // // Created by Ray Wenderlich on 2/18/10. // Copyright 2010 ; other) const { return (fixtureA == other.fixtureA) && (fixtureB == other.fixtureB); } }; class


