morodomi / Android-Lecture-1

Android Lecture 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Author Masahiro Morodomi <morodomi at gmail.com>

##Description

Android Lecture 1 for Developers.

In this Lecture, you will learn how to get/set values from/to the view in this app.

##Requirements

  • Eclipse IDE for Java Developers
  • Android SDK
  • Android 2.1 or higher

##Questions

  • Change add symbol to subscription symbol in the app view.
  • Change the answer too.
  • Logging the answer before it comes out using adb logcat.
  • If there is no input, the app crashes. So please fix it with checking input before calculate or use try - catch clause.
  • Change possible numbers from decimal to floating point numbers.
  • Prepare 4 symbols, +, -, *, and / Buttons, then calculate when one of them is clicked.

Presentation Slides (Japanese only)

http://dl.dropbox.com/u/54119179/Android/android-lecture-1.html

##License Copyright (c) on 2012, Masahiro Morodomi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.

See the License for the specific language governing permissions and
limitations under the License.

About

Android Lecture 1


Languages

Language:Java 100.0%