DiscoverSDK Blog
Intro to Realm Android DB Solution
Since the early days of Android, Android app developers were comfortable using SQLite to store their app’s local data. Sometimes directly with SQL statements, sometimes using an Object-Relational Mapper (ORM) as an abstraction layer, but either way, we’ve been using SQLite in nearly ever [...]
Meet RxJava in Android
If you’re an active Android developer, chances are good you’ve heard of RxJava. It’s one of the most talked about libraries for enabling Reactive Programming in Android development. It’s regarded as the go-to framework for simplifying concurrency/asynchronous tasks [...]
Hashing basics
Hashing is a technique that is used to uniquely identify a specific object from a collection of similar objects. Some examples of how hashing is used in our lives include: [...]
Huffmans Algorithm
Huffman coding is a lossless data compression algorithm. The idea is to assign variable-length code to input characters, lengths of the assigned code are based on the frequencies of corresponding characters. The most frequent character gets the smallest code and the least frequent character gets the [...]
Top 5 Encryption Software
When you think of file encryption, you probably think of multinational drug cartels, terrorist organizations, and paranoid weirdos living in tiny one-bedroom apartments, shaking their fists at the federal government who’s always “watching them”—I know I do. Turns out there&rs [...]
Spring Roo
Spring Roo is a lightweight developer tool that makes it fast and easy to deliver instant results. Best of all, you code 100% in Java and get to reuse all your existing Java knowledge, skills and experience. [...]
Introduction to Stripe API in Java
Stripe is a payment-gateway service that allow apps to receive and provide payments over the network and offers both client-side libraries (JavaScript and native mobile) and server-side libraries (Java, Ruby, Node.js, etc.). [...]
Queue Data Structures
In this lesson we’ll learn about Data Structures and look at the Queue Data structure which follows FIFO approach. [...]
Spring Boot - Custom Events
In this lesson, we’ll look at how to use events in Spring. We will also discover how to make custom events in Spring Boot with publisher and subscriber patterns. [...]
Spring State Machines
Usually, the first major hurdle in the implementation of a software project is to design a well-formed application architecture. Along with this, core processes must be recognized together with application states as well as the depth of their interactions. There are many ways and methods to achieve [...]
Top DiscoverSDK Experts
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}