[ADD] packages and rafactored ui classes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class CouponFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class HomeFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class LocationDetailFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class LocationFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
@@ -1,9 +1,11 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class MainActivity extends AppCompatActivity {
|
||||
|
||||
/**
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class RouteDetailFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class RouteFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class SettingsFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.a1.nextlocation;
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
@@ -8,6 +8,8 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.a1.nextlocation.R;
|
||||
|
||||
public class StatisticFragment extends Fragment {
|
||||
|
||||
@Override
|
||||
Reference in New Issue
Block a user