CartoDB / mobile-sdk

CARTO Mobile SDK core project
https://carto.com/docs/carto-engine/mobile-sdk/
BSD 3-Clause "New" or "Revised" License
182 stars 65 forks source link

Documentation update #173

Closed Nikituh closed 6 years ago

Nikituh commented 6 years ago

In the light of recent developments (Mapzen shutting down), and some other suggestions by clients, we decided that our documentation requires a major overhaul.

A similar issue (detailing more urgent tasks) exists in CartoDB/docs/ repository.

Here are my initial thoughts on the subject:

Major Changes

"Creating App Token / License Key" is a lengthy paragraph with lots of images, I believe it warrants its own section

"Getting Started" is a useful section and I don't want to move it anywhere, but it needs to be a lot shorter, contain fewer paragraphs:

"Developer Guide to SDK Features" doesn't really mean anything as such, it's another huge section detailing many different features that, while useful, should be split into different sections

"Loading Map Data" should be renamed to "Data Sources", as that is the keyword when trying to add different layers to the map.

"SDK & Carto Tools" should be renamed to "CARTO Integrations", it's more intuitive. Perhaps design paragraphs like we have in our sample applications, i.e:

Minor Changes

Create a new Objective-C (.m) file, Xcode will prompt you (popup) if you wish to create a bridging header. Click "Create bridging header".

Add the following line to your Bridging-Header.h: `

import <CartoMobileSDK/CartoMobileSDK.h>

`

Nikituh commented 6 years ago

Duplicate: moved to private repository