Top Banner
Basic Component Structure of IOS and Android
49

Android ios

Feb 09, 2017

Download

Mobile

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Android ios

Basic Component Structure of IOS and Android

Page 2: Android ios

Agendal 1)Android and IOS frameworks l 2)Android and IOS view componentsl 3)Webservice call with backendl 4)Points to consider while testing application on different OS versions.

l 5)Image downloading from servel 6)Third party API integration(Facebook,Twitter,google)

Page 3: Android ios

Android frameworks l Activityl Servicesl Content Providerl Broadcast Receiverl Intentl Database(SQLite)

Page 4: Android ios

Standard componentsl View-A View is an object that draws something on a smartphone screen and enables an user to interact with it.

l Viewgroup- A ViewGroup can contain one or more Views

l Activities-The content of the window is a view or a group of views

l Fragments- It is the part of activity

Page 5: Android ios

Android view components

Page 6: Android ios

Button

Page 7: Android ios

EditText

Page 8: Android ios

TextView

Page 9: Android ios

ImageView

Page 10: Android ios

Action Bar

l App branding: icon areal Title areal Key action areal Menu area

Page 11: Android ios

Action Bar

Page 12: Android ios

Tabs

Page 13: Android ios

Spinners

Page 14: Android ios

ListView

l Each row in listview called Item in android

Page 15: Android ios

GridView

Page 16: Android ios

Switch

Page 17: Android ios

Pickers

Page 18: Android ios

Loader

Page 19: Android ios

Floating Button

Page 20: Android ios

Navigation Drawer

Page 21: Android ios

IOS Framework Uikit

Window UIViewcontroller. UIView.

Page 22: Android ios

IOS View Components

Page 23: Android ios

UIView

Page 24: Android ios

UIButton

Page 25: Android ios

UILabel

Page 26: Android ios

UITextField

Page 27: Android ios

UIImageView

Page 28: Android ios

UISwitch

Page 29: Android ios

UIDatePicker

Page 30: Android ios

UIPickerView

Page 31: Android ios

UIProgressView

Page 32: Android ios

UISlider

Page 33: Android ios

UITableView

Page 34: Android ios

UICollectionView

Page 35: Android ios

UIActivityViewController

Page 36: Android ios

UIPageControl

Page 37: Android ios

UITabBarController

Page 38: Android ios

UINavigationController

Page 39: Android ios

UIAction Sheet

Page 40: Android ios

Webservice call

Page 41: Android ios

Webservice call

Page 42: Android ios

Messagesl Host not foundl No Internet connectionl Request Timeoutl Parsing Error

Page 43: Android ios

Version API

Page 44: Android ios

Security Application Logs Data encyption (password) Database of application Application data

Page 45: Android ios

Android OS version

l Doze model App permissionl Notificationsl Split window

Page 46: Android ios

Image Downloading

Option for image downloading Problem while downloading image(eg. Keyboard issue in Washlab)

Page 47: Android ios

Third Party API Integration

l Facebookl Twitterl Google

Page 48: Android ios
Page 49: Android ios