Splash_Activity for Upcoming and past
01/03/2025 6:29 AMpublic class Splash_Activity extends AppCompatActivity implements VolleyInterface {
SessionManager sessionManager;
String ImgStr, ImgUrl, id, eName, Fb_status, SecretKey, eventType, fundrising_enabled, linkedin_login_enabled, defultLang, show_login_screen = "";
String versionName = "";
int versionCode = -1;
String android_id;
boolean isFirstTime=true;EventList.java
01/03/2025 6:15 AMpublic class EventList {
String iD, eName, img, Fb_Status, event_type, fundraising_enbled, linkedin_login_enabled, show_login_screen, enable_register_button;
String lang;
String user_name_login = "";
String event_type_="";
public String getEvent_type_() {
return event_type_;
}
public void setEvent_type_(String event_type_) {adapter_eventlist_new
01/03/2025 6:11 AM<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:orientation="vertical"
android:padding="10dp"
android:layout_height="wrap_content">
<com.TheMarineInsurer.Util.BoldTextView
android:id="@+id/event_type"
android:layout_width="match_parent"Upcoming and Past EventList
12/18/2024 9:19 AMpublic class EventList_Activity extends SuperActivity implements VolleyInterface {
ArrayList<EventList> arrayEventList;
String ImgStr,event_type, ImgUrl, id, eName, Fb_status, SecretKey, eventType, fundrising_enabled, linkedin_login_enabled, show_login_screen, enable_register_button, about_you_required, default_lang, user_name_login;
RecyclerView recyclerView;
EventListAdapter adapter;
Toolbar toolbar;
SearchView searchView;
String group_id="";
SearchManager searchManager;