OMFM
Another floating action button menu with expand/collapse behavior, in kotlin
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- collapsed.png
- example.gif
- example_v1.0.3.gif
- expanded.png
- ExampleInstrumentedTest.java
- OneMoreFabScrollBehaviour.kt
- OneMoreFabUtils.kt
- OneMoreFabValues.kt
- OneMoreFabMenu.kt
- omfm_anim_child_collapse.xml
- omfm_anim_child_expand.xml
- omfm_anim_main_collapse.xml
- omfm_anim_main_expand.xml
- omfm_label_rounded_corners.xml
- attrs.xml
- colors.xml
- ids.xml
- integers.xml
- strings.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- bintrayv1.gradle
- build.gradle
- proguard-rules.pro
- ExampleInstrumentedTest.kt
- MainActivity.kt
- MainActivityFragment.kt
- ic_add_white_24px.xml
- ic_alarm_white_24px.xml
- ic_announcement_white_24px.xml
- ic_contacts_white_24px.xml
- ic_launcher_background.xml
- ic_room_service_white_24px.xml
- label_light_blue_background_rounded_corners.xml
- label_light_blue_rounded_corners.xml
- label_white_rounded_corners.xml
- activity_main.xml
- content_main.xml
- fragment_main.xml
- omfm_content_options.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/DeKoServidoni/OMFM
Downloads the entire project code from GitHub to your computer.
cd OMFM
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.51"
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
