-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Home
lampii edited this page Jun 1, 2022
·
23 revisions
Welcome to the official 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 unzip the JFoenix Repo.
Once you've got it cloned or downloaded and unzipped,
-
Open up a command prompt (only on Windows)
- +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:./gradlew 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