Category: Android

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Android Toolbar Back Button

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 directive in your“AndroidManifest.xml“.     <activity android:name=”.BackButtonActivity” android:parentActivityName=”.MainActivity”> <!– Este meta dado é necessário para versões abaixo da 4.1 –> <meta-data android:name=”android.support.PARENT_ACTIVITY” android:value=”.MainActivity” /> </activity> MainActivity corresponds to the Activity

Standard

Android Annotations Restful Tutorial (PHP Webservice)

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 server as an example. Libraries used: Android Annotations v4.2 Spring Framework v2.0.0.M3 (Android version) Jackson Databind v2.8.5 If you would like to delve deeper into the resources described here in this tutorial,

Standard

Android MPAndroidChart – Billing Chart (Example)

MPAndroidChart is a library for Android used to build charts. Precisely because of its simplicity and wealth of resources, I decided to post this brief tutorial on how to use it to build a customized Billing X Month chart. We will use MPAndroidChart v3.0.1 in our example. Repository and official documentation: https://github.com/PhilJay/MPAndroidChart Demo To download

Standard

Android Studio: Opening Multiple Windows (Projects)

To open multiple instances of Android Studio, there is a setting for this: File > Settings > Appearence & Behavior > System Settings Check the“Open Project in a new window” box. It will now be possible to open multiple instances and projects in Android Studio.

Latest news

Latest news directly from our blog.