02 create your first app

Post on 22-Jan-2018

35 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Create Your First AppAnuchit Chalothornanoochit@gmail.com

Codelab : Create your first app

● Setup SDK● Setup Emulator

Logcat

Codelab : Logcat

Log.d(String TAG, String message); Log.e(String TAG, String message);Log.v(String TAG, String message);Log.i(String TAG, String message);

Codelab : Add new library

Add new library using Open Module Settings add library call “com.google.zxing:core” and see the result in build.gradle

top related