更新时间:2021-06-24 14:27:33
coverpage
Title Page
Copyright and Credits
Delphi Programming Projects
Dedication
About Packt
Why subscribe?
Packt.com
Foreword
Contributors
About the author
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Get in touch
Reviews
Building an Instagram Clone
Technical requirements
Project overview
Getting started
Mindset difference between desktop and mobile
Range of sizes
Creating responsive layouts
TLayout
Creating buttons with SVG icons
Interacting with the camera
Lights camera and action!
Sharing photos
Summary
Further reading
Building a Facebook REST API
Facebook Graph API and more
Creating an application on Facebook
Request and response REST services
TRESTClient
TRESTRequest
REST.Client.TRESTResponse
TOAuth2Authenticator
Get to work (hands-on)
Working with JSON
Logging in with Facebook
Coding login
Behind the scenes
Cross-Platform Services for Windows iOS and Android
Creating Windows services
Installing and uninstalling a service
Starting and stopping
Debugging a service
Service threads
Creating Android services
Start services
Host applications
Adding an Android service to the host
Local services or remote services
iOS background mode
All in info.plist
Design Patterns to Build a Multi-Database System
Creating a database
Creating an SQL Server database
Creating tables in SQL Server
Creating a PostgreSQL database
Creating tables in PostgreSQL
Models for a database – objects
The users object
The customers object
The products object
Exploring Delphi interfaces
Creating and using an interface
Repositories
SQL Server repository – part 1
SQL Server repository – part 2
PostgreSQL repository – part 1
PostgreSQL repository – part 2
Singleton
Presentation and final testing
Data presentation
Creating GUI Apps with FireMonkey