[ADD] packages and rafactored ui classes

This commit is contained in:
Sem van der Hoeven
2020-12-14 10:42:33 +01:00
parent 4e5eea1d9f
commit 3b6faf0672
19 changed files with 37 additions and 19 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 {
/**

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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