Skip to content
View faizul14's full-sized avatar
🚀
I may be slow to respond.
🚀
I may be slow to respond.
Block or Report

Block or report faizul14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
faizul14/README.md

Hello World, I'm Faezol MP!

Faezol's Linkdein Faezol's Twitter Faezol's Github Faezol's Telegram

Glad to see you here!  

  • 🛠 I’m currently working with libraries and tools like: Android X, Android Architecture Components, MotionLayout, Coroutines, Paging, Android KTX, and another common libraries 💻.
  • 🚀 I’m currently learning data science in Python & fullstack dev in Javascript.
  • 👨🏻‍💻 Most of my projects are available on Github.
  • 👾 Fun fact: I love futsal.
  • 📫 How to reach me: faezolpadli@gmail.com
  • 📝 Checkout my Resume.

Show some ❤️ by starring some of the repositories!

Pinned

  1. EnStroreApp EnStroreApp Public

    EnstoreApp is an application to make it easier for me to find item details in making the sale, this application has implemented updated technology and made with native android that performs very well.

    Kotlin

  2. IGMAPP IGMAPP Public

    Aplikasi informasi gempa bumi, dalam aplikasi ini bisa melihat informasi gempa bumi yang terjadi di indoneseia, aplikasi ini mendapatkan data dari Api BMKG, pada aplikasi ini telah menerapkan Clean…

    Kotlin

  3. DripControl DripControl Public

    DripControl+ is App an infusion data monitoring application combined with IoT

    Kotlin

  4. An event wrapper for data that is ex... An event wrapper for data that is exposed via a LiveData that represents an event.
    1
    /**
    2
     * Used as a wrapper for data that is exposed via a LiveData that represents an event.
    3
     */
    4
    open class Event<out T>(private val content: T) {
    5