Transcript
Page 1: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs
Page 2: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs

Why?

Page 3: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs
Page 4: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs
Page 5: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs

Sinch: instant messaging Parse: user authentication

Bing Translate: translation services

Page 6: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs
Page 7: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs

What did you write yourself? !

- listview of users - custom listview for messages

- intents - adding extra message to an intent

- onclick listeners - async tasks

- error handling

Page 8: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs

Benefits (in my opinion): !

- lets you focus on a mastering basic programming skills while still building

cool features - prototype quickly to validate your

business concept before spending $$$ and time on development

Page 9: A Beginner's Guide to Building Feature-Rich Apps Using 3rd Party SDKs

Find APIs & SDKs for your own project: !

ProgrammableWeb PublicAPIs data.gov

API for that apis.io Quora


Top Related