Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shannah/tweetapp
A demo Twitter-clone iOS/Android app written using CodeRAD2
https://github.com/shannah/tweetapp
Last synced: about 1 month ago
JSON representation
A demo Twitter-clone iOS/Android app written using CodeRAD2
- Host: GitHub
- URL: https://github.com/shannah/tweetapp
- Owner: shannah
- Created: 2021-06-27T17:37:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T14:52:28.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T05:43:45.880Z (over 1 year ago)
- Language: Java
- Size: 484 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Tweetapp
A Twitter native mobile app clone demo app developed using https://github.com/shannah/CodeRAD[CodeRAD] and the https://github.com/shannah/TweetAppUIKit[Tweet App UI Kit].
This app was developed for https://shannah.github.io/CodeRAD/manual/#_app_example_1_a_twitter_clone[this tutorial].
Use this app as a template to build your own app using https://start.codenameone.com/index.php?-table=app_templates&-action=browse&app_template_id=%3D6[Codename One initializr].
== Screenshots
.Welcome page
image::https://shannah.github.io/CodeRAD/manual/images/tweetapp-welcome-form-almost-complete.png[].Signup page
image::https://shannah.github.io/CodeRAD/manual/images/tweetapp-signup-form-complete-simulator.png[].Login page
image::https://shannah.github.io/CodeRAD/manual/images/tweetapp-login-page-1.png[].Navigation Sidebar
image::https://shannah.github.io/CodeRAD/manual/images/twtSideBarView-fully-populated.png[].News feed
image::https://shannah.github.io/CodeRAD/manual/images/tweetapp-globaltabs.png[]== Build instructions
. Clone this repository
. Open project in IntelliJ IDEA
. Press "Run" (with the _Run in simulator_ configuration option) selected.== Tutorial
This repository represents the finished result of This app was developed for https://shannah.github.io/CodeRAD/manual/#_app_example_1_a_twitter_clone[this tutorial]. This app is not intended to be a completed app. Rather it is a vehicle for learning about https://github.com/shannah/CodeRAD[CodeRAD], an MVC framework for https://www.codenameone.com[Codename One] - a toolkit for building pixel-perfect native mobile apps for iOS and Android from a single codebase.
== Credits
This app and tutorial were developed by https://sjhannah.com[Steve Hannah].