Titanium News #2

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Titanium

    🚀 Native iOS and Android Apps with JavaScript

  • The next SDK version 10.0.0 is still in the making and they are fixing the latest bugs and add more features like 'Ti.UI.SearchBar to use native SearchView' https://github.com/appcelerator/titanium_mobile/pull/12565 that will use the Material look and adds autocapitalization, autocorrect, iconified, iconifiedByDefault.

  • titanium-rounded-tab-group

    A lightweight module to apply a native rounded tab groups (no custom view) in Appcelerator Titanium.

  • With Titanium-rounded-tab-group you can create a rounded TabGroup by just adding the module! Well done @hansemannn 👍

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • titanium-play-billing-demo

  • And if you are already browsing his repositories: have a look at the Play billing demo if you want to use Google Play Billing in your app.

  • ti.oauth2

    Ti Alloy Widget for oAuth2

  • Are you using Ti.oAuth2 by @adamtarmstrong? Be sure to checkout the PR by caspahouzer: https://github.com/adamtarmstrong/ti.oauth2/pull/1 It adds a modal window on iOS and logout functionality.

  • clipview

    Titanium Module for Android ClipView

  • https://github.com/mbender74/clipview/ - Simple Android View module for Appcelerator Titanium that can draw outside of bounds

  • https://github.com/mbender74/titaniium.android.bottomsheet - a modified bottomsheet module with custom colors for Android

  • file-icons

    Atom file-specific icons for improved visual grepping.

  • For all the Atom users: check out the file-icons package. I've added colors to the TSS files so your file tree looks nicer 😉

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • blurhash

    A very compact representation of a placeholder for an image.

  • A interesting approach for preview images: BlurHash. You create a small hash string out of your images like LEHV6nWB2yk8pyoJadR*.7kCMdnj and when you load it with BlurHash it will create a blured preview. So instead of loading a big remote image right away or having empty grey boxes you can show a colorful preview image and replace it with your image once it is loaded. There is no Titanium module yet but looking at the code bitmap = BlurHashDecoder.decode(etInput.text.toString(), 20, 12) for Android looks like an easy job for Hyperloop 😉 If you create it feel free to post the code in the comments.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts