Skip to content

Commit 9210a30

Browse files
authored
Update README.adoc
1 parent ace4f1b commit 9210a30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project is at an early stage but there are already a handful of polished co
1818

1919
== Documentation
2020

21-
. *https://shannah.github.io/RADChatRoom/getting-started-tutorial.html[How to Build a Messenging App in Codename One]* - A good startng place for getting a feel for what it is like to develop an app using CodeRAD.
21+
. *https://shannah.github.io/RADChatApp/getting-started-tutorial.html[How to Build a Messenging App in Codename One]* - A good startng place for getting a feel for what it is like to develop an app using CodeRAD.
2222

2323

2424
. *https://shannah.github.io/CodeRAD/javadoc[Java Docs]* - The overview page gives a good introduction to the concepts, and provides some code examples. Most classes include descriptions. Some have examples. Still working on adding documentation for most methods.
@@ -28,18 +28,18 @@ This project is at an early stage but there are already a handful of polished co
2828

2929
The following is a sample of a few components that have been developed with CodeRAD, and can be used in your Codename One application today:
3030

31-
. https://github.com/shannah/RADChatRoom[RADChatRoom, window=_top] - A full-featured messaging application UI that can be used to add "Chat" capability to your app.
31+
. https://github.com/shannah/RADChatApp[RADChatRoom, window=_top] - A full-featured messaging application UI that can be used to add "Chat" capability to your app.
3232
+
33-
image::https://shannah.github.io/RADChatRoom/images/Image-210220-105119.095.png[RADChatRoom,240]
33+
image::https://shannah.github.io/RADChatApp/images/Image-210220-105119.095.png[RADChatRoom,240]
3434
. *https://shannah.github.io/CodeRAD/javadoc/com/codename1/rad/ui/entityviews/ProfileAvatarView.html[ProfileAvatarView]* - Shows an entity's thumbnail image inside a round mask.
3535
+
3636
image::https://shannah.github.io/CodeRAD/javadoc/com/codename1/rad/ui/entityviews/doc-files/ProfileAvatarView.png[ProfileAvatarView,240]
37-
. *https://shannah.github.io/CodeRAD/javadoc/com/codename1/rad/ui/entityviews/ProfileAvatarsTitleComponent.html[ProfileAvatarsTitleComponent]* - A component that displays a number of ProfileAvatarViews in a "fan" layout (i.e. like BoxLayout.X_AXIS, except that it will "fan them out" with overlap if there isn't enough space for everything). This is used as the form's title component for the https://github.com/shannah/RADChatRoom[RADChatRoom] component.
37+
. *https://shannah.github.io/CodeRAD/javadoc/com/codename1/rad/ui/entityviews/ProfileAvatarsTitleComponent.html[ProfileAvatarsTitleComponent]* - A component that displays a number of ProfileAvatarViews in a "fan" layout (i.e. like BoxLayout.X_AXIS, except that it will "fan them out" with overlap if there isn't enough space for everything). This is used as the form's title component for the https://github.com/shannah/RADChatApp[RADChatRoom] component.
3838
+
39-
image::https://shannah.github.io/RADChatRoom/images/Image-210220-020916.612.png[ProvileAvatarsTitleComponent]
39+
image::https://shannah.github.io/RADChatApp/images/Image-210220-020916.612.png[ProvileAvatarsTitleComponent]
4040
. *https://shannah.github.io/CodeRAD/javadoc/com/codename1/rad/ui/entityviews/ProfileListView.html[ProfileListView]* - Displays a list of profile entities with avatar, name, and a customizable set of actions that can be performed for each one.
4141
+
42-
image::https://shannah.github.io/RADChatRoom/images/Image-220220-084136.625.png[ProfileListView,320]
42+
image::https://shannah.github.io/RADChatApp/images/Image-220220-084136.625.png[ProfileListView,320]
4343

4444
== Building from Source
4545

0 commit comments

Comments
 (0)