Month: May 2015

  1. Home
  2. chevron_right
  3. 2015
  4. chevron_right
  5. May

GSON & Realm String array

Solutions
You might know about Realm, a fancy and practical storage option that one can use on Android. Realm is quite fast and it is really easy to work with but…

Android Custom Edit Text Cursor Not Visible

Solutions
Story I created a new simple project with a custom edit text without any logic (it just extends EditText). The code is the following: CustomEditText.java package com.example.customedittextcursor; import android.content.Context; import android.util.AttributeSet;…