Skip to content

Instantly share code, notes, and snippets.

MODULE: 000 Computing feature from audio files
Extracting features from segments starting at (part 1 of 1)
Current configuration:
[NAME] [DEFLT] [VALUE]
-alpha 0.97 9.700000e-01
-argfile
-blocksize 2048 2048
-build_outdirs yes yes
-c final-files/etc/final-files_train.fileids
-cep2spec no no
/**
* Created by clint19 on 1/7/2016.
*/
public class cart_product extends Fragment {
public cart_product() {
}
View rootView;
Function_List lib_function = new Function_List();
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#E8E8E8"
android:id="@+id/home_news">
<View
android:id="@+id/bestproduct1"
android:layout_width="match_parent"
android:layout_height="145dp"
@ashu2121
ashu2121 / PagerAdapter.java
Created February 10, 2016 11:54
View Pager is not working
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;