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
99
Crashing an app 40 times a day - A Developer Story
yelinaung
0
190
Andorid Bootcamp
yelinaung
1
320
Introduction to GDG Yangon
yelinaung
2
150
Version Control With Git
yelinaung
1
110
How To Ask Technical Questions and Answers
yelinaung
0
100
Other Decks in Programming
See All in Programming
ChatGPT とつくる PHP で OS 実装
memory1994
PRO
3
160
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
yoshifumi_ishikura
0
140
週次リリースを実現するための グローバルアプリ開発
tera_ny
1
780
PHPカンファレンス 2024|共創を加速するための若手の技術挑戦
weddingpark
0
120
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
9
2.3k
今年のアップデートで振り返るCDKセキュリティのシフトレフト/2024-cdk-security-shift-left
tomoki10
0
330
テストコード書いてみませんか?
onopon
2
300
QA環境で誰でも自由自在に現在時刻を操って検証できるようにした話
kalibora
1
120
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
170
開発者とQAの越境で自動テストが増える開発プロセスを実現する
92thunder
1
230
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.3k
Zoneless Testing
rainerhahnekamp
0
150
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
It's Worth the Effort
3n
183
28k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
230
For a Future-Friendly Web
brad_frost
176
9.5k
Optimizing for Happiness
mojombo
376
70k
Code Review Best Practice
trishagee
65
17k
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