Recent Posts

Object ArrayList Sort

less than 1 minute read

Let’s say we have a simple class called Person public class Person{ public String name; public int age; public Person(String name, int age) { this.nam...

Android get SQLite Library Version

less than 1 minute read

```java /** * get the version of the SQLite Library that is installed in the android * system * * @return version , for example 3.5.2 */ public ...

Test1

less than 1 minute read

Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin da...