Android Resource Intro Theme (Theme)

I hope you understand the concept of style, so now let’s try to understand what that scene. The theme is nothing but Android style applied to the overall activity or application instead of individual display. Thus, when the force is applied as a theme, every View in Activity or application will apply every style properties […]

The introduction of Android Advanced View Adapter

On Android, Adapter is the bridge between UI components and data sources to help fill data to UI components. It stores the data and send the data to the display adapter so that the display can retrieve data from the display adapter and display data in different views such as ListView, GridView, Spinner, etc. For more […]

The introduction of Android Resource Drawable

Resources that can be drawn is a common concept for graphs that can be used in the layout. Each Drawable saved as a single file in one of the folder res / drawable . Usually you will save the bitmap to various resolutions in mdpi, -hdpi, -xhdpi, -xxhdpi sub folder in res / drawable. Using drawables to be seen : Drawables called in […]

Error reading with Logcat in Android Studio

for this time I will quote reading android logcat in the studio, it’s useful logcat really does make reading errors when deploying projects android and may Logcat very important and you should be able to master this to minimize the error on your android project. Perhaps immediately wrote ya. Sample case : case 1 It is […]

Debugging (Run) Android Studio project via HP

Hello, this time I want to share how to debug alias run programs that we have made in android studio to hp, immediately wrote ya. Developer Enables Option in HP to run directly into the phone, you must activate the mode Developer Option in HP, and then enable “USB Debugging”, if it does not know […]

Configure the Android SDK

Hola, this time I want to give you tips on how to configure the Android SDK Studio correctly, according to the version I still, i since the migration to android studio in 2016 (formerly 2014 to 2016 use eclipse IDE) and in my opinion this is the best setting for android studio, immediately wrote ya. […]

Track your Android Mobile Device or Missing

This time hi i want to share how to find the Device Smartphone / Mobile Android is lost using the application “find my devices” This application is available in PlayStore and free. Find My Device Application is made by Google, and the functions of this application to track and locate the missing android devices, this […]

Android Studio Performance Optimization for Low Spec

Note: This optimization is only for users under 4gb ram, if you have specifications on 4gb ram advised not to follow this performance optimization, but if you want to do it no problem. 1. Trim the JVM Daemon Process when you run android studio and create a new project, you can prune the daemon process […]

Running the Android application Via Genymotion

Do you want to debug the Android application but have long running? Use Genymotion now! Are you an Android programmer? Impatient for the length of the debugging program and takes a long time when debugging using the default Emulator from Eclipse & Android Studio, Use Genymotion to save your time when debugging android applications, this […]