An open API service indexing awesome lists of open source software.

https://github.com/snowdogapps/moesampleapp


https://github.com/snowdogapps/moesampleapp

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# MoeSampleApp
This repository is a source code for our tutorials, which presents how to create simple Multi-OS Engine application. Each branch has source code for different parts.

1. Create MOE application, which fetches GitHub repositories list from [here](https://api.github.com/orgs/SnowdogApps/repos) and show them in RecyclerView on Android and UITableView on iOS app. Full post is available [here](https://snow.dog/blog/moe-tutorial-1-create-simple-list-on-ios-and-android-apps-using-multi-os-engine/), source code is on branch **Tutorial_1**