android
android list target
package com.martialcodex | |
import scala.language.implicitConversions | |
import android.app.{Activity,Dialog} | |
import android.view.{View,ViewGroup,LayoutInflater} | |
case class TypedResource[A](id: Int) | |
case class TypedLayout[A](id: Int) | |
object TR { |
[ Launch: ralph ] 59add1caf47ba12f60c3 by joannecheng
[ Launch: anim test ] c3b29b343fba43011a29 by joannecheng[ Launch: anim test ] 6479360 by enjalot
[ Launch: anim test ] 991bc5fd5349d22446e7 by joannecheng[ Launch: anim test ] 6479360 by enjalot
/** | |
* This sketch demonstrates how to use an FFT to analyze | |
* the audio being generated by an AudioPlayer. | |
* <p> | |
* FFT stands for Fast Fourier Transform, which is a | |
* method of analyzing audio that allows you to visualize | |
* the frequency content of a signal. You've seen | |
* visualizations like this before in music players | |
* and car stereos. | |
* <p> |
[ Launch: test ] 8be25608c15dee3b2766 by joannecheng[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
circle.jupiter { | |
fill: rgb(200, 80, 40); | |
} | |
circle.saturn { | |
fill: rgb(230, 180, 40); | |
} | |
circle.neptune { |