You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6-6
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This project is at an early stage but there are already a handful of polished co
18
18
19
19
== Documentation
20
20
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.
22
22
23
23
24
24
. *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
28
28
29
29
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:
30
30
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.
. *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.
. *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.
0 commit comments