#####Logcat Colors for IntelliJ Darcula Theme (original post)
- Preferences -> Editor -> Android Logcat
- "Save As" scheme
- Uncheck "Use inherited attributes" option
- Edit foreground color with the following
Debug   : #6897BB 
Info : #6A8759 
| package net.stf.threelevelexpandablelistview; | |
| import android.content.Context; | |
| import android.os.Bundle; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.view.LayoutInflater; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| import android.widget.BaseExpandableListAdapter; | |
| import android.widget.ExpandableListView; | 
| #!/bin/bash | |
| # build script for wkremote | |
| ####################################### | |
| # abort script on any failure | |
| set -e | |
| # check if necessary tools exists | |
| type zipalign >/dev/null 2>&1 || { echo >&2 "zipalign required but it's not installed. Aborting."; exit 1; } | |
| type java >/dev/null 2>&1 || { echo >&2 "java required but it's not installed. Aborting."; exit 1; } | 
#####Logcat Colors for IntelliJ Darcula Theme (original post)
Debug   : #6897BB 
Info : #6A8759 
Example:
Log.e(TAG,MESSAGE);| =================================== | |
| ** Credits Fragmented Podcast ** | |
| =================================== | |
| 1.Be Pragmatic as possible(Never over analyze it don't spend too much time on it). | |
| 2.Best machine you can get for productivity(SSD). | |
| 3.Continous improvement(small things make big changes). | |
| 4.structural find and replace android studio | |
| 5.Learn design patterns??(show notes for weblinks). | |
| 6.Gradle offline is little faster. | |
| 7.fomo--->Fear of missing out.(understand u can't learn all when time comes, learn at that time.) | 
| /** | |
| * configures the code driving the build. | |
| * In this case, this declares that it uses the Maven Central repository, | |
| * and that there is a classpath dependency on a Maven artifact. | |
| * Note: This only affects the code running the build, not the project. | |
| * The project itself needs to declare its own repositories and dependencies. This will be covered later. | |
| */ | |
| buildscript { | |
| repositories { | |
| mavenCentral() | 
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Timer; | |
| import java.util.TimerTask; | |
| import org.apache.http.NameValuePair; | |
| import org.apache.http.message.BasicNameValuePair; | |
| import android.app.Notification; |