-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Home
joerg-wille edited this page Feb 27, 2019
·
23 revisions
Welcome to the JFoenix wiki!
- Button
- Check Box
- Combo Box
- Hamburger
- Input Fields
- Progress Bar
- Radio Button
- Rippler
- Scroll Pane
- Slider
- Spinner
- Tab Pane
- Toggle Button
- Badge
- Decorator
- Dialog
- Drawer
- List View
- Masonry
- Pickers
- Popup
- Snack Bar
- Tree Table View
You can try JFoenix Controls out for yourself!
To do so, first you'll have to clone or download and unizp the JFoenix Repo.
Once you've got it cloned or downloaded and unzipped,
-
Open up a command prompt
-
+R
- Type
cmd
- Hit Enter
-
-
Navigate to the project root
- Note the file path to your JFoenix folder
- Type
cd
(which stands for change directory) and type the path. - You'll end up with something like
-
cd C:\Users\YourUserName\IdeaProjects\JFoenix
or cd C:\Users\YourUserName\Downloads\JFoenix-master\JFoenix-master\
-
- Hit Enter
-
Type
gradlew run
and hit enter (on linux and mac, type:./gradle run
).- (This uses the gradle wrapper to build JFoenix and then run the main demo. Gradle is a build system. The gradle wrapper automatically downloads the right version of gradle for you.)
-
Tadah!
- Introduction
-
Basic Components
- Button
- Check Box
- Combo Box
- Hamburger
- Input Fields
- Progress Bar
- Radio Button
- Rippler
- Scroll Pane
- Slider
- Spinner
- Tab Pane
- Toggle Button
-
Advanced Components
- Badge
- Decorator
- Dialog
- Drawer
- List View
- Masonry
- Pickers
- Popup
- Snack Bar
- Tree Table View