Skip to content
lampii edited this page Jun 1, 2022 · 23 revisions

Welcome to the official JFoenix wiki

Basic Components

Advanced Components

  • Badge
  • Decorator
  • Dialog
  • Drawer
  • List View
  • Masonry
  • Pickers
  • Popup
  • Snack Bar
  • Tree Table View

Trying the Demo

You can try JFoenix Controls out for yourself!

To do so,

  1. First you'll have to clone or download and unzip the JFoenix Repo.

Once you've got it cloned or downloaded and unzipped,

  1. Open up a command prompt (only on Windows)

    1. windows key+R
    2. Type cmd
    3. Hit Enter
  2. Navigate to the project root

    1. Note the file path to your JFoenix folder
    2. Type cd (which stands for change directory) and type the path.
    3. You'll end up with something like
      1. cd C:\Users\YourUserName\IdeaProjects\JFoenix or
      2. cd C:\Users\YourUserName\Downloads\JFoenix-master\JFoenix-master\
    4. Hit Enter
  3. Type gradlew run and hit enter (on linux and mac, type: ./gradlew run).

    1. (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.)
  4. Tadah!

Demo demonstration

  • Introduction
  • Basic Components
  • Advanced Components
    • Badge
    • Decorator
    • Dialog
    • Drawer
    • List View
    • Masonry
    • Pickers
    • Popup
    • Snack Bar
    • Tree Table View
Clone this wiki locally