02 create your first app

22
Create Your First App Anuchit Chalothorn [email protected]

Upload: anuchit-chalothorn

Post on 22-Jan-2018

34 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: 02 create your first app

Create Your First AppAnuchit [email protected]

Page 2: 02 create your first app

Codelab : Create your first app

● Setup SDK● Setup Emulator

Page 3: 02 create your first app
Page 4: 02 create your first app
Page 5: 02 create your first app
Page 6: 02 create your first app
Page 7: 02 create your first app
Page 8: 02 create your first app
Page 9: 02 create your first app
Page 10: 02 create your first app
Page 11: 02 create your first app
Page 12: 02 create your first app
Page 13: 02 create your first app
Page 14: 02 create your first app
Page 15: 02 create your first app
Page 16: 02 create your first app
Page 17: 02 create your first app
Page 18: 02 create your first app

Logcat

Page 19: 02 create your first app

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);

Page 20: 02 create your first app

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

Page 21: 02 create your first app
Page 22: 02 create your first app