Explore >> Select a destination


You are here

blog.ideotec.es
| | davidmburke.com
4.1 parsecs away

Travel
| | Libsodiumis a fantastic crypto library, however it's documentation can be lacking. Libsodium supports many languages via native wrappers and javascript via asm.js. I'll document here how I got it working in Android both in Java and NativeScript. The target audience is someone who knows web development but not Android development. Java + Android We'll use
| | staydecent.ca
5.3 parsecs away

Travel
| | [AI summary] The article explains how to create reusable view components in Android by extending ViewGroup classes and using XML layouts, similar to practices in frontend JavaScript frameworks.
| | masilotti.com
3.2 parsecs away

Travel
| | A quick-start guide to building Turbo Native apps for Ruby on Rails developers, no Swift or Kotlin experience necessary.
| | abdulapopoola.com
11.9 parsecs away

Travel
| While working on an Android app, I needed to get people to sign into Facebook however I didn't want them to leave my app. The simple solution was to launch the browser through an intent; however, this was going to stop my activity which was unacceptable. I wanted a solution that enabled users to sign...