[ADD] all classes and packages according to class diagram
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.NextLocation">
|
android:theme="@style/Theme.NextLocation">
|
||||||
<activity android:name=".fragments.MainActivity">
|
<activity android:name=".MainActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.a1.nextlocation.fragments;
|
package com.a1.nextlocation;
|
||||||
|
|
||||||
import androidx.appcompat.app.AppCompatActivity;
|
import androidx.appcompat.app.AppCompatActivity;
|
||||||
|
|
||||||
4
app/src/main/java/com/a1/nextlocation/data/Coupon.java
Normal file
4
app/src/main/java/com/a1/nextlocation/data/Coupon.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.data;
|
||||||
|
|
||||||
|
public class Coupon {
|
||||||
|
}
|
||||||
4
app/src/main/java/com/a1/nextlocation/data/Data.java
Normal file
4
app/src/main/java/com/a1/nextlocation/data/Data.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.data;
|
||||||
|
|
||||||
|
public class Data {
|
||||||
|
}
|
||||||
4
app/src/main/java/com/a1/nextlocation/data/FileIO.java
Normal file
4
app/src/main/java/com/a1/nextlocation/data/FileIO.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.data;
|
||||||
|
|
||||||
|
public class FileIO {
|
||||||
|
}
|
||||||
4
app/src/main/java/com/a1/nextlocation/data/Location.java
Normal file
4
app/src/main/java/com/a1/nextlocation/data/Location.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.data;
|
||||||
|
|
||||||
|
public class Location {
|
||||||
|
}
|
||||||
4
app/src/main/java/com/a1/nextlocation/data/Route.java
Normal file
4
app/src/main/java/com/a1/nextlocation/data/Route.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.data;
|
||||||
|
|
||||||
|
public class Route {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.fragments;
|
||||||
|
|
||||||
|
public class HelpPopup {
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class CouponAdapter {
|
||||||
|
|
||||||
|
class CouponViewHolder {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class CouponListManager {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class CouponLoader {
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class LocationAdapter {
|
||||||
|
|
||||||
|
class LocationViewHolder {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class LocationListManager {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class LocationLoader {
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class RouteAdapter {
|
||||||
|
|
||||||
|
class RouteViewHolder {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class RouteListManager {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package com.a1.nextlocation.recyclerview;
|
||||||
|
|
||||||
|
public class RouteLoader {
|
||||||
|
}
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:context=".fragments.MainActivity">
|
tools:context=".MainActivity">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
|||||||
Reference in New Issue
Block a user