Technical articles, tutorials and tips about servers, VPS, hosting and technology
354 published articles
Category: Android

When using a newer API (API level 23) with support for older API's (API Level 15), we have a small problem when trying to change t...

public class LoadingHelper { private static ProgressDialog progress; public void run(Context context, final CallbackInterface call...

Any Android developer has encountered the problem of having to use the Activity's own reference instead of using getApplicationCon...

It is very common, when starting a new activity, to want to receive the data from that other activity at the end of the activity a...

It's always convenient to have that little button to "go back" to the previous Activity, and to add it is very simple, just add a...

In this tutorial I'll be teaching you how to build a Restful service on Android using Android Annotations v4.2. I'll use a PHP ser...

MPAndroidChart is a library for Android used to build charts. Precisely because of its simplicity and wealth of resources, I decid...

To open multiple instances of Android Studio, there is a setting for this: File > Settings > Appearence & Behavior > System Settin...

Android SDK version 22 requires at least JDK 1.7. Android SDK 24 requires at least JDK 1.8. How do I change the JDK version in And...