GalleryAdapter class public class GalleryAdapter extends RecyclerView.Adapter<GalleryAdapter.ViewHolder> { private Context context; private List&
I'm developing a Spring Boot Application for a shopping list. For this I use Spring Data Rest to export my entities through a REST API. My Architecture looks l
I am using this url for get request - https://graph.facebook.com/${ig_media.id}/comments?access_token=${config.userAccessToken} But it is returning only 25 com
I have recently started to host a minecraft server on google cloud shell using https://github.com/lordofwizard/mcserver , and its all well untill we check the s
I'm new to react and I need to create a form that has two tabs for student and admin. The problem I have run into is that student login only needs a username to
I am doing a staging table -> destination table set up where the only difference in columns is that I added created_date and last_updated for the destination