Nishant Srivastava
Nishant is a Software Engineer/Founding Team Member (at) OmniLabs, Inc. with 4+ years of experience in Android SDK Engineering and DSP(Audio). He is the Lead Organizer (at) Google Developer Group, New Delhi.
Nishant Srivastava
Android Dev/Interaction Designer
Organizer@GDG New Delhi
Nooooo !! So much for Android , what next .... :(
Integration with Android Studio
A Single Build System
Android Signing Configuration
Multi-project Support
Full Incremental Builds
apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { applicationId "example.gdg.kickstart_android" minSdkVersion 10 targetSdkVersion 21 versionCode 1 versionName "1.0" } }
Intents are asynchronous messages which allow application components to request functionality from other Android components.
An intent can contain data via a Bundle. This data can be used by the receiving component.
>Excplicit
Explicit intents explicitly define the component which should be called by the Android system, by using the Java class as identifier.
>Implicit
Implicit intents specify the action which should be performed and optionally data which provides content for the action.
Me after this session..literally :P
App
By Nishant Srivastava
Kickstart Android App Development
Nishant is a Software Engineer/Founding Team Member (at) OmniLabs, Inc. with 4+ years of experience in Android SDK Engineering and DSP(Audio). He is the Lead Organizer (at) Google Developer Group, New Delhi.