Code Monkey home page Code Monkey logo

autotarget's Introduction

Hi there, I'm Alex! ๐Ÿ‘‹

I am a seasoned Lead Mobile Developer based in Melbourne, Australia, with over seven years of experience mastering both native (Android/iOS) and cross-platform frameworks like React-Native. I am passionate about crafting user-friendly, secure, and scalable mobile solutions that tackle real-world problems head-on.

  • ๐Ÿ”ญ I am currently working on the KMM library KSecureStorage and on a KMM project which will be released in Google Play Store and Apple App Store soon.

  • ๐ŸŒฑ In my free time I am currently learning SwiftUI and KMP

autotarget's People

Contributors

alexandereggers avatar mordag avatar

Stargazers

 avatar

Watchers

 avatar  avatar

autotarget's Issues

Type-safe activity/fragment bundle

Currently retrieving values from a activity or fragment bundle is not type-safe and a great risk for introducing bugs.

Current way in how to retrieve values from the activity/fragment bundle:

val myParameter = bundle.get*(...)

Goal in how to retrieve these values:

val bundleModel = ActivityBundles.getMyAcivityBundleModel(bundle)
bundle.myParameter

Release 1.0 - ToDo

  • Get ride of making people using a mostly hidden key to set the default group for a certain target parameter in case of having multiple groups. Instead the TargetParameterItem should include a new boolean that will allow people to define if the key should be part of the default method or not (that flag should be false by default).
  • Add a better typesafe implementation when using Serizable and Parcelable objects for target parameter. Currently e.g. Parcelable object x needs to be parsed to the actual object. It also requires the knowledge that the TargetParameterItem annotation does not understand objects that are extending parcelable - therefore for these cases Parcelable::class.java needs to be used. Internally I probably need to check elements for their parents to look up if these objects are from type Parcelable. I also need to add a better casting implementation for the BundelModel to return the correct object instead of something abstract.
  • Improve javadoc

1.x - general improvements

  • Create a new annotation for BundleTarget. These classes are not activities or fragments but still require a bundle object for communication. Using this new annotation, a new method is being added to the BundleTargets class. The usage of this new api should be targetService.create(BundleTargets.myMiscTarget(...)).This should return a bundle object. BundleTargets.myMiscTarget(...) will create a new BundleTarget object that will be used by the TargetService.

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.