-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StaggerredRecyclerAdapter #35
Comments
in the main_activity i see issue on (uper();) , see the below code: import android.net.wifi.aware.WifiAwareManager; import java.util.ArrayList; public class MainActivity extends AppCompatActivity {
} |
Hi
I have issue in my code i need help on below code : (img)
package com.abdbarham.wallpaperpro02;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageSwitcher;
import android.widget.ImageView;
import java.util.List;
public class StaggerredRecyclerAdapter extends RecyclerView.Adapter<StaggerredRecyclerAdapter.ImageViewHolder> {
}
}
The text was updated successfully, but these errors were encountered: