https://github.com/snowdogapps/moesampleapp
https://github.com/snowdogapps/moesampleapp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowdogapps/moesampleapp
- Owner: SnowdogApps
- License: apache-2.0
- Created: 2017-04-21T07:14:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T09:30:33.000Z (about 9 years ago)
- Last Synced: 2025-04-08T12:51:51.670Z (about 1 year ago)
- Language: Java
- Size: 182 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**