Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Kickstarting Your First Android App
Search
Ye Lin Aung
January 24, 2014
Programming
1
120
Kickstarting Your First Android App
My talk for UCSY IT Camp 2014 - Kick-starting Your First Android App
Ye Lin Aung
January 24, 2014
Tweet
Share
More Decks by Ye Lin Aung
See All by Ye Lin Aung
Android Bootcamp Mandalay
yelinaung
0
110
Crashing an app 40 times a day - A Developer Story
yelinaung
0
190
Andorid Bootcamp
yelinaung
1
320
Introduction to GDG Yangon
yelinaung
2
160
Version Control With Git
yelinaung
1
110
How To Ask Technical Questions and Answers
yelinaung
0
110
Other Decks in Programming
See All in Programming
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
130
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
510
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
450
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.6k
CSC509 Lecture 06
javiergs
PRO
0
260
オープンソースソフトウェアへの解像度🔬
utam0k
15
2.8k
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
580
チームの境界をブチ抜いていけ
tokai235
0
170
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
200
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
530
CSC509 Lecture 03
javiergs
PRO
0
340
理論と実務のギャップを超える
eycjur
0
140
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
75
5.1k
Fireside Chat
paigeccino
40
3.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Scaling GitHub
holman
463
140k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Music & Morning Musume
bryan
46
6.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
How to Ace a Technical Interview
jacobian
280
24k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Transcript
HELLO.
Kickstarting Your First Android App Ye (Lin Aung, Mon Kyaw)
Who are we
Who are we Ye Lin Aung - Programmer at Zwenexsys.
! Ye Mon Kyaw - Mobile Developer at Myanmar Plus
This talk is about • Android application development ! This
talk is not about • Rooting • Modification of Android firmware • Installing custom ROMs Agenda
What is Android
Why Android • A lot of devices ( = choices)
• A lot of users
Components • Activities • Services • Content Providers • Broadcast
Receivers
Development Official supported language - Java, C or C++ via
NDK ! But .. you still can write in • HTML5 + Javascript • Ruby • Python • Scala • C# • etc ….
• Get Java Development Kit ! • Get Android SDK
! • Get Android Studio Development
Android SDK
Android Studio
Emulator
Emulator
New Project
Project Structure • Java classes • XML Layouts • Resources
(font, images)
Android Manifest
Android Layout
Activities
Design Different between px ,sp, and dip! • px is
one pixel. • sp is scale-independent pixels. • dip is Density-independent pixels.
Emulator
Design Android Holo color • Holo != 33b5e5 • Use
your brand color accent • Use high-contrast color for emphasis
Design Android Bar Generator http://jgilfelt.github.io/android-actionbarstylegenerator
Design Change the Theme
Design Android Holo Colors Generator http://android-holo-colors.com/
Design Android Holo color • Holo != 33b5e5 • Use
your brand color accent • Use high-contrast color for emphasis
Design • Map your information design to android navigation patterns
( http://developer.android.com/design/ patterns/index.html ) • Know your pixels from your DIPs • Design layout at MDPI i.e. 1px = 1dp • Consider the Scale from the Start
Design • Android is not iOS • Different UI Concept,
different patterns • Whenever you can, go Native all the way • Do one thing and do it best
Design Anti Patterns • Don’t put “CLICK TO EXIST” !
• No Splash screen ! • No iOS UIs, Please
Design Resources • Android Patterns ( http://www.androidpatterns.com/ ) • Android
UI Patterns ( http:// www.androiduipatterns.com/ ) • Inspire UI ( http://android.inspired-ui.com/ ) • Android UI / UX ( http://androiduiux.com/ )
Development Tips • Write comments, Format codes. • Always do
Null Check.! • Be productive.!
Tutorials • AndroidHive ( http://www.androidhive.info ) • Vogella ( http://www.vogella.com/android.html
) • MKYong ( http://www.mkyong.com/android )
Tutorials • Less Facebook, More GitHub • Best Guide (
developer.android.com ) • Best Practice for UI/UX ( http://developer.android.com/ training/best-ux.html ) • API Samples ( http://developer.android.com/tools/ samples/index.html ) • GitHub Android Samples ( https://github.com/search? q=%5Bandroid%5D&ref=commandbar ) • Libraries for Developer App ( https://play.google.com/ store/apps/details? id=com.desarrollodroide.repos&hl=en )
Advertisement • Android Class @ DevLabs Yangon Contact : 01-
381045
Q & A
Thank you <3