SlideShare a Scribd company logo
1 of 13
Mobile Software Design
-GoLo
Feeling left out? or
missing your people
in a new city you moved
to?
Talk to them Make Friends Sell Stuff
Connecting billions of people living abroad
find people from their native country or city
How does it work?
1 2 3
The Stack
Node JS
Express JS
MongoDB
OAuth Layer
Android App
The Architecture
Android UI
Activity
(Handler)
Android Service
( Async Task)
HTTP (JSON Based Request)
Express Server
Route Layer
Service Layer
DB Layer
HTTP (JSON Based Response)
The Frontend - Andriod App
Android UI
Activity
(Handler)
Activity Intent
Material Design
Android Service
( Async Task)
SMS Manager
GMaps Api
JSON based
HTTP
Request
The Backend - Node JSJSON based
HTTP
Request
Modulus
Express Server
-Dev
-Prod
JSON driven
configuration
service
Config Layer
/login
/users
/friends
/messages
/offers
. . .
Routing Layer
Auth
Messages
Offers
Users
...
DB Service Layer
DB Helper
MongoDBClient
DB Helper LayerJSON based
HTTP
Response
Appium Testing - Testdroid.
@MobileTest(device = "android:5.1", additionalCapabilities = { "appiumVersion:1.4.16", "deviceType:phone", "deviceName:Android Emulator",
"platformVersion:5.1", "platformName:Android", "locale:GB", "language:en" })
@Test(singleThreaded = true)
public class GoloOffer extends BaseTest {
@BeforeClass(alwaysRun = true)
public void initialize(ITestContext iTestContext) throws InterruptedException{
printMessage("Running Golo Offer");
}
@Test(groups = {"GOLO_OFFER"},priority=1)
public void viewOffer() throws Exception{
try{
try{
this.login("testuser@gmail.com","en");
WebDriverWaitUtils.waitUntilElementIsVisible(homePage.listOffersButton().getLocator());
}catch(Exception | Error ex ){
throw new SkipException("Login Failed",ex);
}
TestSteps.record(Priority.Major, "On Home Page");
try{
TestSteps.record(Priority.Major, "Navigating to Offer Page");
homePage.clickSendMoneyButton();
}catch(Exception ex){
throw new SkipException("Offer button not found",ex);
}
WebDriverWaitUtils.waitUntilElementIsVisible(offerPage.getListItem().getLocator());
sendMoneyIntroPage.clickFirstListButton()
WebDriverWaitUtils.waitUntilElementIsVisible(offerDetailPage.getOfferNameTextField().getLocator());
TestSteps.record(Priority.Critical, "On Offer Page");
String offerName = offerDetailPage.getOfferNameTextField().value();
String offerPrice = offerDetailPage.getOfferPriceTextField().value();
SeLionAsserts.assertNotEquals(offerName.length,0); //Testing name is not empty
SeLionAsserts.assertGreaterThan(offerPrice, 0); // Testing that price of offer should be grater than 0
offerDetailPage.clickCancelButton();
// Lot more flows to come here...
}
catch(Exception ex){
ex.printStackTrace();
mobileExceptions.recordAfterFailureException(null, ex,"View Offer Flow Failed",null,interestedUrls);
}
}
}
Connecting Your People
Go
LoGo Local

More Related Content

Viewers also liked

hamid-saeed-software-engineer
hamid-saeed-software-engineerhamid-saeed-software-engineer
hamid-saeed-software-engineer
Hamid Saeed
 
đề Tài báo cáo tuần 1
đề Tài báo cáo tuần 1đề Tài báo cáo tuần 1
đề Tài báo cáo tuần 1
vandufc
 
The mothers of Argentina
The mothers of ArgentinaThe mothers of Argentina
The mothers of Argentina
Galle D'Andrea
 
Qualifying Exam Presentation
Qualifying Exam PresentationQualifying Exam Presentation
Qualifying Exam Presentation
Sadegh Asgari
 

Viewers also liked (19)

Mobile Software Industry
Mobile Software IndustryMobile Software Industry
Mobile Software Industry
 
Lb prezentācija 4
Lb prezentācija 4Lb prezentācija 4
Lb prezentācija 4
 
Tarta de piruleta
Tarta de piruletaTarta de piruleta
Tarta de piruleta
 
hamid-saeed-software-engineer
hamid-saeed-software-engineerhamid-saeed-software-engineer
hamid-saeed-software-engineer
 
Gearnet new company profile
Gearnet new company profileGearnet new company profile
Gearnet new company profile
 
10 aniversario distritopadel
10 aniversario distritopadel10 aniversario distritopadel
10 aniversario distritopadel
 
COMUNICACIÓN
COMUNICACIÓNCOMUNICACIÓN
COMUNICACIÓN
 
Slideshare pedro
Slideshare pedroSlideshare pedro
Slideshare pedro
 
シリアスゲームへの期待 / What we Expect for Serious Games
シリアスゲームへの期待 / What we Expect for Serious Games シリアスゲームへの期待 / What we Expect for Serious Games
シリアスゲームへの期待 / What we Expect for Serious Games
 
VR controlled 3d City
VR controlled 3d CityVR controlled 3d City
VR controlled 3d City
 
Integrated Time and Attendance Solution
Integrated Time and Attendance SolutionIntegrated Time and Attendance Solution
Integrated Time and Attendance Solution
 
Panduan Memilih Pemimpin
Panduan Memilih PemimpinPanduan Memilih Pemimpin
Panduan Memilih Pemimpin
 
đề Tài báo cáo tuần 1
đề Tài báo cáo tuần 1đề Tài báo cáo tuần 1
đề Tài báo cáo tuần 1
 
GAPIT Communications
GAPIT CommunicationsGAPIT Communications
GAPIT Communications
 
Trang tri sinh nhat cho be tron goi
Trang tri sinh nhat cho be tron goiTrang tri sinh nhat cho be tron goi
Trang tri sinh nhat cho be tron goi
 
D7 exhibition solutions
D7 exhibition solutions D7 exhibition solutions
D7 exhibition solutions
 
Soil productivity
Soil productivitySoil productivity
Soil productivity
 
The mothers of Argentina
The mothers of ArgentinaThe mothers of Argentina
The mothers of Argentina
 
Qualifying Exam Presentation
Qualifying Exam PresentationQualifying Exam Presentation
Qualifying Exam Presentation
 

Similar to Mobile software desisgn

Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş
Məcid Cəbrayılov - Android Proqramlaşdırmaya GirişMəcid Cəbrayılov - Android Proqramlaşdırmaya Giriş
Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş
Farhad
 
Build Mobile Application In Android
Build Mobile Application In AndroidBuild Mobile Application In Android
Build Mobile Application In Android
dnnddane
 

Similar to Mobile software desisgn (20)

Tech Mind Maps - Booklet Preview
Tech Mind Maps - Booklet PreviewTech Mind Maps - Booklet Preview
Tech Mind Maps - Booklet Preview
 
Java For Mobile Devices – Building a client application for the Android platform
Java For Mobile Devices – Building a client application for the Android platformJava For Mobile Devices – Building a client application for the Android platform
Java For Mobile Devices – Building a client application for the Android platform
 
Java For Mobile Devices – Building a client application for the Android platform
Java For Mobile Devices – Building a client application for the Android platformJava For Mobile Devices – Building a client application for the Android platform
Java For Mobile Devices – Building a client application for the Android platform
 
Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş
Məcid Cəbrayılov - Android Proqramlaşdırmaya GirişMəcid Cəbrayılov - Android Proqramlaşdırmaya Giriş
Məcid Cəbrayılov - Android Proqramlaşdırmaya Giriş
 
Android training in Hyderabad
Android training in HyderabadAndroid training in Hyderabad
Android training in Hyderabad
 
Android Training Chandigarh.docx
Android Training Chandigarh.docxAndroid Training Chandigarh.docx
Android Training Chandigarh.docx
 
Xamarin y MS Azure | Cognitive Services
Xamarin y MS Azure | Cognitive ServicesXamarin y MS Azure | Cognitive Services
Xamarin y MS Azure | Cognitive Services
 
Gene Presentation For Android
Gene Presentation For AndroidGene Presentation For Android
Gene Presentation For Android
 
Triangle Node Meetup : APIs in Minutes with Node.js
Triangle Node Meetup :  APIs in Minutes with Node.jsTriangle Node Meetup :  APIs in Minutes with Node.js
Triangle Node Meetup : APIs in Minutes with Node.js
 
Android Introduction on Java Forum Stuttgart 11
Android Introduction on Java Forum Stuttgart 11 Android Introduction on Java Forum Stuttgart 11
Android Introduction on Java Forum Stuttgart 11
 
Research Final Defense slides.
Research Final Defense slides. Research Final Defense slides.
Research Final Defense slides.
 
Final Defense slide of my research.
Final  Defense slide of my research. Final  Defense slide of my research.
Final Defense slide of my research.
 
Android Starter Kit
Android Starter KitAndroid Starter Kit
Android Starter Kit
 
Android Deep Dive
Android Deep DiveAndroid Deep Dive
Android Deep Dive
 
Build Mobile Application In Android
Build Mobile Application In AndroidBuild Mobile Application In Android
Build Mobile Application In Android
 
HTML5 and the dawn of rich mobile web applications
HTML5 and the dawn of rich mobile web applicationsHTML5 and the dawn of rich mobile web applications
HTML5 and the dawn of rich mobile web applications
 
Building an Android client
Building an Android clientBuilding an Android client
Building an Android client
 
StrongLoop Overview
StrongLoop OverviewStrongLoop Overview
StrongLoop Overview
 
An Introduction to Sencha Touch
An Introduction to Sencha TouchAn Introduction to Sencha Touch
An Introduction to Sencha Touch
 
From Mobile to MongoDB: Store your app's data using Realm
From Mobile to MongoDB: Store your app's data using RealmFrom Mobile to MongoDB: Store your app's data using Realm
From Mobile to MongoDB: Store your app's data using Realm
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Recently uploaded (20)

Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 

Mobile software desisgn

  • 2. Feeling left out? or missing your people in a new city you moved to?
  • 3.
  • 4. Talk to them Make Friends Sell Stuff Connecting billions of people living abroad find people from their native country or city
  • 5. How does it work? 1 2 3
  • 6. The Stack Node JS Express JS MongoDB OAuth Layer Android App
  • 7. The Architecture Android UI Activity (Handler) Android Service ( Async Task) HTTP (JSON Based Request) Express Server Route Layer Service Layer DB Layer HTTP (JSON Based Response)
  • 8. The Frontend - Andriod App Android UI Activity (Handler) Activity Intent Material Design Android Service ( Async Task) SMS Manager GMaps Api JSON based HTTP Request
  • 9. The Backend - Node JSJSON based HTTP Request Modulus Express Server -Dev -Prod JSON driven configuration service Config Layer /login /users /friends /messages /offers . . . Routing Layer Auth Messages Offers Users ... DB Service Layer DB Helper MongoDBClient DB Helper LayerJSON based HTTP Response
  • 10. Appium Testing - Testdroid.
  • 11.
  • 12. @MobileTest(device = "android:5.1", additionalCapabilities = { "appiumVersion:1.4.16", "deviceType:phone", "deviceName:Android Emulator", "platformVersion:5.1", "platformName:Android", "locale:GB", "language:en" }) @Test(singleThreaded = true) public class GoloOffer extends BaseTest { @BeforeClass(alwaysRun = true) public void initialize(ITestContext iTestContext) throws InterruptedException{ printMessage("Running Golo Offer"); } @Test(groups = {"GOLO_OFFER"},priority=1) public void viewOffer() throws Exception{ try{ try{ this.login("testuser@gmail.com","en"); WebDriverWaitUtils.waitUntilElementIsVisible(homePage.listOffersButton().getLocator()); }catch(Exception | Error ex ){ throw new SkipException("Login Failed",ex); } TestSteps.record(Priority.Major, "On Home Page"); try{ TestSteps.record(Priority.Major, "Navigating to Offer Page"); homePage.clickSendMoneyButton(); }catch(Exception ex){ throw new SkipException("Offer button not found",ex); } WebDriverWaitUtils.waitUntilElementIsVisible(offerPage.getListItem().getLocator()); sendMoneyIntroPage.clickFirstListButton() WebDriverWaitUtils.waitUntilElementIsVisible(offerDetailPage.getOfferNameTextField().getLocator()); TestSteps.record(Priority.Critical, "On Offer Page"); String offerName = offerDetailPage.getOfferNameTextField().value(); String offerPrice = offerDetailPage.getOfferPriceTextField().value(); SeLionAsserts.assertNotEquals(offerName.length,0); //Testing name is not empty SeLionAsserts.assertGreaterThan(offerPrice, 0); // Testing that price of offer should be grater than 0 offerDetailPage.clickCancelButton(); // Lot more flows to come here... } catch(Exception ex){ ex.printStackTrace(); mobileExceptions.recordAfterFailureException(null, ex,"View Offer Flow Failed",null,interestedUrls); } } }