Giter Site home page Giter Site logo

tommus / ktx-prefs Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 3.0 322 KB

Shared preferences made easy. With a little bit of reactive extensions.

License: Apache License 2.0

Kotlin 71.53% FreeMarker 28.47%
android annotation-processor annotations compile-time kotlin kotlin-library sharedpreferences utility

ktx-prefs's Introduction

Tomasz Dzieniak - Senior Android Developer ๐Ÿ‘‹

Coding GIF

About Me

๐Ÿ’ผ Hey there! I'm Tomasz Dzieniak, a seasoned senior mobile engineer with over eight years dedicated to Android Development and more than fourteen years of comprehensive experience in the broader IT domain.

Connect with me on LinkedIn to explore more about my professional journey.

Expertise in Android Development

๐Ÿš€ With a passion for crafting innovative Android experiences, I bring to the table:

  • Extensive Experience: A trailblazer in the Android realm, I've been shaping exceptional user experiences for diverse industries including social media, health, commerce, audio and video streaming, technology, and banking.

  • Multi-language Proficiency: Proficient in a range of programming languages including .kt, .java, .py, .cpp, and .dart, I'm adept at selecting the right tool for the task at hand.

Guiding Work Principles

At the heart of my work philosophy are principles that drive my excellence:

  • Empowerment: I firmly believe in empowering those around me, fostering an environment of growth and collaboration.

  • Knowledge Sharing: Sharing knowledge is pivotal; I actively contribute to the growth of my peers and the community.

  • Embracing Discomfort: Growth thrives outside of comfort zones; I encourage stepping into the unknown.

  • Curiosity Unleashed: Asking questions fuels progress; I'm known for my inquisitive nature.

  • Unwavering Belief: I stand by the notion that everything is achievable with perseverance and time.

  • Goal-oriented Mindset: Goals, not dreams, pave the path to success; I set, achieve, and raise the bar.

  • Mastery of Tools: I wield design patterns and technical prowess to deliver robust solutions.

A Glimpse into My World

๐Ÿ“– Fun Fact: I recently undertook an epic literary adventure, devouring J.R.R. Tolkien's masterpiece, The Silmarillion. I might have inadvertently turned into a Hobbit.

Feel free to explore my GitHub repositories and get a taste of my coding odyssey.

Let's connect, collaborate, and craft the future together. ๐Ÿš€

ktx-prefs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ktx-prefs's Issues

Is there a way to disable rxjava ?

Is there a simple away to avoid using rxjava completely ?

I'm not using it and as it's quite heavy dependency just for simple "shared prefs" usecase it would be nice to make it optional, no need to generate or include it to final APK if it's unused.

Error with generated code and Dagger

It seems like there is a problem with the order in which the annotation processors are launched for Dagger v2 and ktx-prefs. When I want to inject ktx-prefs generated class with Dagger v2 as a module doing clean build, the generated classes from ktx-prefs are not found in Dagger generated classes (even though they generated successfully and are present in kapt directory).

After gradle file change, that forces synchronization, build goes just fine. But it's not clean build - generated ktx-prefs classes are present. After successfull build and clean - the "bugged" scenario is repeated.

Incorrect first value from field's Flowable

After subscribing to field's Flowable, first item emitted is always default value, even if this field was set previously

Steps to reproduce

  1. Save value in field
  2. Dispose of stream related to this field, and subscribe again (i.e. by killing an app)
    Result: First item emitted is default value instead of one set in step 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.