๐ ๊ฐ๋ฐ98 [์๋๋ก์ด๋] Splash Screen ์์ ๋ชจ๋ฐ์ผ ์ฑ์์ Splash Screen ์ด๋? - ์ด๋ค ์ดํ๋ฆฌ์ผ์ด์ ์ด ์คํ๋๋ฉด์ ๊ฐ์ฅ ์ฒ์์ ๋จ๋ ํ๋ฉด์ด๋ค. - ํ๊ตญ์ธ์ด ๋ชจ๋ ์ฌ์ฉํ๋ ์นด์นด์คํก์ ์๋ก ๋ค์๋ฉด, ์นด์นด์คํก ์ดํ์ ์ผค ๋ ๊ฐ์ฅ ์ฒ์์ ๋จ๋ ๋ ธ๋์ ํ๋ฉด์ ๋งํ๋ค. - ๋ณดํต ์ด๊ธฐํ ์์ ์ ํ๊ฑฐ๋ ๋ฒ์ ์ ๋ณด ํ๊ธฐ ๋ฑ์ ์ฌ์ฉํ๋ค. 1. activity_main.xml 2. activity_splash.xml 3. AndroidManifest.xml 4. MainActivity.java package com.devshin93.splashexample; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends App.. 2021. 10. 20. [iOS] Objective-C NSString์ ๊ฐ์ null ์ฒดํฌํ๋ ๋ฐฉ๋ฒ NSString *nsStr = @"Hello World"; if ([nsStr isEqual: [NSNull null]]) printf("null"); else printf("not null"); https://stackoverflow.com/questions/19546920/how-to-check-nsstring-is-null-or-not how to Check NSString is null or not I want to check weather a NSString is null or not. Im assigning from an JSON array. After assigning that string value is . Now I want to check this string is null or no.. 2021. 10. 13. [iOS] Objective-C NSMutableDictionary ๋ฅผ json ํํ๋ก ๋ณํ iOS (Objective-C) ์์ JSON ํํ๋ก http ํต์ ์ ํ๊ธฐ ์ํด json ํํ๋ก ๋ณํ์ ํ๋ ์ฝ๋์ด๋ค. NSMutableDictionary ํํ์ ๋ฐ์ดํฐ๋ฅผ NSJSONSerialization ์ ์ด์ฉํด NSData ๋ก ๋ณํํ ํ, ๋ค์ NSString ์ผ๋ก ๋ณํํ๋ค. NSMutableDictionary *retDic = [[NSMutableDictionary alloc]init]; [retDic setValue:๊ฐ1 forKey:@"ํค1"]; [retDic setValue:๊ฐ2 forKey:@"ํค2"]; NSData *requestData = [NSJSONSerialization dataWithJSONObject:retDic options:0 error:nil]; NSString *req.. 2021. 10. 6. YUI Compressor ์ ์ฌ์ฉํ์ฌ .js ํ์ผ์ .min.js ํ์ผ๋ก ๋ง๋๋ ๋ฐฉ๋ฒ 1. ์๋ ์ฌ์ดํธ์ ์ ์ํ๋ค. https://yui.github.io/yuicompressor/ YUI Compressor According to Yahoo!'s Exceptional Performance Team, 40% to 60% of Yahoo!'s users have an empty cache experience and about 20% of all page views are done with an empty cache (see this article by Tenni Theurer on the YUIBlog for more information on browser c yui.github.io 2. Download ๋ฅผ ํด๋ฆญํ์ฌ ๋ค์ด๋ก๋ ํ์ด์ง๋ก ์ด๋ํ๋ค. 3. ๋ค์ด๋ก๋ ํ์ด์ง์์ yuicompre.. 2021. 10. 6. ์ด์ 1 ยทยทยท 9 10 11 12 13 14 15 ยทยทยท 25 ๋ค์