Everybody's Changing

and I don't feel the same.

Tag: iPhone (Page 1 of 2)

iPhone App – Quick Calendar

클리앙 사게 보다가 탱구 사진을 wallpaper 로 쓰는분이 있길래 나도 한번 따라해봤다;; ㅋㅋ


User image
가끔 달력이 필요할때 Calendar 열어서 보곤 했는데,
wallpaper 에 달력 넣어주는 어플이 있다고 해서 겸사겸사 다운 받아서 해봤다.

Quick Calendar

아무리 봐도 Save 버튼을 찾을 수가 없네. Preview 버튼은 있는데…
이미지가 잘못 된건가?
혹은 Free 버전하고 Commercial 버전이 따로 있는건가 생각하면서
관두려고 하던 찰라에 혹시나 하고 찾아봤더니…



The new iPhone 3G  has a built in feature that allows you to grab screen shots without installing any third party applications.

To capture a screen shot hold down the home button and press the top button. The screen will flash indicating that a screen shot is captured and the resulting image is placed in your photos folder.

Preview 상태에서 capture 를 하는거였구나 ㅠ.ㅠ
아~ 이 무식이 어떻게 하면 좋아 ㅋㅋ

몇일 전에 박봄 “You And I” 링톤 만들고 오늘은 탱구로 월페이퍼 바꾸고,
내 iPhone 많이 젊어졌네 ㅋ

iPhone Programming with SQLite

1. The download link for FMDB is broken.
  http://code.google.com/p/flycode/source/checkout
  Use the command below in order to download FMDB source
  -> svn checkout http://flycode.googlecode.com/svn/trunk/fmdb flycode-read-only
  Drag the “src” folder and drop into Classes on Xcode.
  Rename “src” folder to “FMDB” and remove fmdb.m for avoiding a duplicate error.

2. In order to add SQLite library to your project,
  Right-click on Frameworks, and select Add -> Existing Frameworks.
  Select “libsqlite3.dylib”, and click “Add.”

3. The path for base.sqlite is incorrect.
  -> Replace these lines
    NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
    NSString *documentsDirectory = [paths objectAtIndex:0];
    NSString *path = [documentsDirectory stringByAppendingPathComponent:@”base.sqlite”];
  to
    NSString *path = [[NSBundle mainBundle] pathForResource:@”base” ofType:@”sqlite”];

퀴즈 점수가… orz

잘 나가다가 학기말에 점수가 왜 이래 ㅡ.ㅡ
어려워서 그런거면 그려려니 할텐데 건성으로 시험봐서 실수가 너무 많았네…
아놔~ 술 땡기지만 참는다 ㅎㅎ

그래도 essay 써서 낸거 받았는데 쎔의 커멘트가 나를 위로하는구나 =_=
“Did you do all this by yourself?” ㅋㅋ

블리아저씨 말 듣고 간만에 Google Wave 로그인 해봤더니 invitation 8개 생겼네!
우후후~ Waving 하실분 위에 gmail 로 메일 주소 보내주시면 invite 해드리겠음 ㅋ
User image

User image
iPhone app 만드는거 나름 할만한데~
API 가 잘되어 있는거 같아서 대충 조금하니,
Google AJAX Search API 써서 데이터 가지고 온 후,
JSON parsing 하고 TableView 에 뿌려주기 성공!!

objective-c 가 약간 적응이 안되긴함 ㅋ
c 같기도 하고 가끔은 java 같기도 하고 -0-

이것 말고도 할게 많은데… 언제 다 하지?;;

Page 1 of 2

Powered by WordPress & Theme by Anders Norén